List Question
20 TechQA 2015-06-16T09:19:28.847000How 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?
814 views
Asked by Cornstalks
Why does clang produce inefficient asm with -O0 (for this simple floating point sum)?
3.6k views
Asked by Stefano Borini
Selection DAG from LLVM IR?
228 views
Asked by pralay das
disable use of cmov in clang
595 views
Asked by PluckyBird
Emitting Object Code In Memory With LLVM's C API
446 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.3k views
Asked by Puppy
LLVM opt mem2reg has no effect
6.1k views
Asked by Brenda So
Why does clang emit a 32-bit float ps instruction for the absolute value of a 64-bit double?
358 views
Asked by soc
How to map multiple same type loops under a function to the generated basic block in LLVM IR?
191 views
Asked by Sanjit Kumar Mishra
Get Size of LLVM Type / "Dereference" Type
535 views
Asked by mame98
When should inline be used in Rust?
32.2k views
Asked by WiSaGaN
What LLVM passes are performed on emitted LLVM IR?
1.5k views
Asked by HiDefender
Statically scheduling OOO processors
504 views
Asked by Olsonist
LLVM creating executable code from C/C++ builder
541 views
Asked by ar2015
LLVM-C creating object file results in: "TargetMachine can't emit a file of this type"
735 views
Asked by Mirks
Why can the Rust compiler not optimize away the Err arm of Box::downcast?
570 views
Asked by Tim Diekmann
Does the C++ standard allow for an uninitialized bool to crash a program?
40.7k views
Asked by Remz