llvm-6502/lib
2009-11-26 02:13:03 +00:00
..
Analysis Implement a new DecomposeGEPExpression method, which decomposes a GEP into a list of scaled offsets. Use this to eliminate some previous ad-hoc code which was subtly broken (it assumed all Constant*'s were non-zero, but strange constant express could be zero). 2009-11-26 02:13:03 +00:00
Archive
AsmParser
Bitcode
CodeGen When all defs of a vr are implicit_def, delete all of the defs. 2009-11-26 00:32:36 +00:00
CompilerDriver
ExecutionEngine * Move stub allocation inside the JITEmitter, instead of exposing a 2009-11-23 23:35:19 +00:00
Linker
MC
Support Perform explicit instantiations in the proper namespace, since Clang diagnoses this ill-formity. 2009-11-25 06:04:18 +00:00
System API change Path::isSpecialFile to Path::isRegularFile, improve semantics in regards to comments from 89765 post review. 2009-11-25 06:32:19 +00:00
Target update some notes slightly 2009-11-26 01:51:18 +00:00
Transforms Reverting patch in revision 89758, initial attempt at fixing PR5373 has proven to be bogus. 2009-11-25 05:38:41 +00:00
VMCore
Makefile