llvm-6502/include/llvm
Chris Lattner 56786d268f Fix build breakage. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@511 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-09 19:52:23 +00:00
..
Analysis NEw file 2001-09-07 19:29:23 +00:00
Assembly Clean stuff up. 2001-09-07 16:27:25 +00:00
Bytecode Use a deque instead of a vector for greater efficiency writing bytecode 2001-09-07 16:27:49 +00:00
CodeGen Fix build breakage. :( 2001-09-09 19:52:23 +00:00
Optimizations Follow the golden rule of the coding standards guide: Make the code look 2001-09-07 17:38:10 +00:00
Support * Fixed mapped_iterator to actually work with functors 2001-09-07 16:30:28 +00:00
Transforms Constant pools no longer exist 2001-09-07 16:29:55 +00:00
AbstractTypeUser.h New file for supporting abstract types 2001-09-07 23:00:03 +00:00
Annotation.h
BasicBlock.h
CFG.h * Don't predefine ReversePostOrderTraversal because it adds a dependence on vector 2001-09-07 21:02:14 +00:00
CFGdecls.h Remove ReversePostOrderTraversal declaration 2001-09-07 21:02:50 +00:00
ConstantHandling.h You no longer have to delete constants! They are located in a global 2001-09-07 16:29:18 +00:00
ConstPoolVals.h Remove extra space 2001-09-07 21:03:14 +00:00
DerivedTypes.h
Function.h * Support new setName interface 2001-09-07 16:20:18 +00:00
iMemory.h Add assertion to check for 2001-09-07 16:25:42 +00:00
InstrTypes.h
Instruction.h
iOperators.h
iOther.h Provide a way to change the incoming value for a phi node 2001-09-07 22:19:55 +00:00
iTerminators.h
iUnary.h
Module.h SymTabValue no longer includes ValueHolder for Module. Include it ourself 2001-09-07 16:20:46 +00:00
SlotCalculator.h Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer 2001-09-07 16:27:05 +00:00
SymbolTable.h Support abstract types by keeping on the use list of the abstract type. 2001-09-07 16:21:36 +00:00
SymTabValue.h SymTabValues no longer hold constant pools 2001-09-07 16:21:04 +00:00
Type.h * Add support for Opaque & Abstract types. 2001-09-07 16:23:59 +00:00
User.h Remove extra whitespace at EOL 2001-09-07 16:24:35 +00:00
Value.h * Values are AbstactTypeUsers to support abstract types 2001-09-07 16:25:23 +00:00
ValueHolder.h