LLVM Link Time Optimization: Design and Implementation Description Design Philosophy Example of link time optimization Alternative Approaches Multi-phase communication between ...
Extending LLVM: Adding instructions, intrinsics, types, etc. Introduction and Warning Adding a new intrinsic function Adding a new SelectionDAG node Adding a new instruction Ad...
How To Build Clang and LLVM with Profile-Guided Optimizations Introduction Using the script Selecting ‘benchmarks’ Building Clang with PGO How To Build Clang and LLVM with ...