llvm-6502/lib/Transforms
2011-12-27 18:25:50 +00:00
..
Hello
InstCombine InstCombine: Add a combine that turns (2^n)-1 ^ x back into (2^n)-1 - x iff x is smaller than 2^n and it fuses with a following add. 2011-12-24 17:31:53 +00:00
Instrumentation [asan] add the name of the module to the description of a global variable. This improves the readability of global-buffer-overflow reports. 2011-12-15 22:55:55 +00:00
IPO LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Scalar Turn cos(-x) into cos(x). Patch by Alexander Malyshev! 2011-12-27 18:25:50 +00:00
Utils Teach simplifycfg to recompute branch weights when merging some branches, and 2011-12-27 04:31:52 +00:00
CMakeLists.txt
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile