llvm-6502/lib
2011-08-16 23:45:44 +00:00
..
Analysis Extend the undef ^ undef idiom once more. No testcase: I can't figure out how to actually trigger the codepath in question at the moment, but it might get exposed in the future. 2011-08-16 22:38:34 +00:00
Archive
AsmParser
Bitcode
CodeGen Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL. 2011-08-16 22:09:43 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support
Target Separate out Thumb1 instructions that need an S bit operand from those that do not, for the purposes of decoding them. 2011-08-16 23:45:44 +00:00
Transforms A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stop 2011-08-16 22:06:31 +00:00
VMCore
CMakeLists.txt
Makefile