List Question
20 TechQA 2024-03-12T10:33:49.990000How to write a simple LLVM backend target?
38 views
Asked by Shore
How to use LLVM framework to make a compiler that targeting to different architecture
17 views
Asked by Shore
Selection DAG from LLVM IR?
228 views
Asked by pralay das
LLVM C-API Lifecycles of core objects
295 views
Asked by Zachary Vander Klippe
x86_64 incorrect calling convention when calling function
480 views
Asked by Tudor Bosman
Why does clang emit a 32-bit float ps instruction for the absolute value of a 64-bit double?
358 views
Asked by soc
Emitting Object Code In Memory With LLVM's C API
446 views
Asked by muke
disable use of cmov in clang
595 views
Asked by PluckyBird
LLVM-C creating object file results in: "TargetMachine can't emit a file of this type"
735 views
Asked by Mirks
Statically scheduling OOO processors
504 views
Asked by Olsonist
LLVM creating executable code from C/C++ builder
541 views
Asked by ar2015
What are code models and how do they affect code generation?
35 views
Asked by William Taylor
Is signed integer overflow in safe Rust in release mode considered as undefined behavior?
5.2k views
Asked by Zhiyao
Why does LLVM appear to ignore Rust's assume intrinsic?
715 views
Asked by llogiq
Why does LLVM allocate a redundant variable?
458 views
Asked by macleginn
Why isn't there a branch prediction failure penalty in this Rust code?
581 views
Asked by Dathan
Get Size of LLVM Type / "Dereference" Type
535 views
Asked by mame98
Why is there a large performance impact when looping over an array with 240 or more elements?
23.1k views
Asked by Guy Korland