llvm-6502/lib
Akira Hatanaka bb15e117d3 Add support for ext and ins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137804 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-17 02:05:42 +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 Unbork Windows build. Thanks, Francois. 2011-08-17 00:59:50 +00:00
Target Add support for ext and ins. 2011-08-17 02:05:42 +00:00
Transforms
VMCore
CMakeLists.txt
Makefile