List Question
10 TechQA 2015-06-16 09:19:28How do I compile with "ffast-math"?
3.1k views
Asked by yong
Is there a way to get Rust to treat pointers as non-aliasing, so it can mark them as `noalias` for LLVM's optimizer?
758 views
Asked by Cornstalks
Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?
3.5k views
Asked by Stefano Borini
Selection DAG from LLVM IR?
176 views
Asked by pralay das
disable use of cmov in clang
554 views
Asked by PluckyBird
Emitting Object Code In Memory With LLVM's C API
415 views
Asked by muke
Can I force Rust to not optimize a single function?
5.3k views
Asked by Matthias
C ABI with LLVM
3.2k views
Asked by Puppy
LLVM opt mem2reg has no effect
6k views
Asked by Brenda So