llvm-6502/lib
Jim Grosbach 89e2aa6afd Thumb ADD(immediate) parsing support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137788 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-16 23:57:34 +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 Thumb ADD(immediate) parsing support. 2011-08-16 23:57:34 +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