llvm-6502/lib
2012-02-24 19:06:05 +00:00
..
Analysis fix PR12075, a regression in a recent transform I added. In unreachable code, gep chains can be infinite. Just like "stripPointerCasts", use a set to keep track of visited instructions so we don't recurse infinitely. 2012-02-24 19:01:58 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a -stress-regalloc=<N> option. 2012-02-24 18:34:20 +00:00
DebugInfo
ExecutionEngine EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be mapped in FuncNames[] at the initialization. 2012-02-24 00:20:08 +00:00
Linker
MC ARM Thumb symbol references in assembly need the low bit set. 2012-02-24 05:12:18 +00:00
Object
Support Workaround a miscompilation by gcc-4.3 that showed up as a failure 2012-02-24 09:01:34 +00:00
TableGen
Target Thumb2 asm aliases for wide bitwise w/ immediate instructions. 2012-02-24 19:06:05 +00:00
Transforms Teach GVN that x+y is the same as y+x and that x<y is the same as y>x. 2012-02-24 15:16:31 +00:00
VMCore Reinstate r151049 now that GeneralHash is fixed. 2012-02-23 09:17:40 +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