llvm-6502/include/llvm
Chris Lattner 1166b00316 New module linking functionality prototype
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@789 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-13 16:57:49 +00:00
..
Analysis Changes to compile with GCC 2.96 2001-10-13 06:25:03 +00:00
Assembly Remove exception specification. Only slows code down. 2001-10-13 06:25:30 +00:00
Bytecode Use a deque instead of a vector for greater efficiency writing bytecode 2001-09-07 16:27:49 +00:00
CodeGen Dang, I screwed up the merge. This should be better 2001-10-13 07:18:40 +00:00
Optimizations Fix broken #endif 2001-10-13 06:31:00 +00:00
Support New module linking functionality prototype 2001-10-13 16:57:49 +00:00
Target Fix filename in comment 2001-10-13 06:32:42 +00:00
Transforms New module linking functionality prototype 2001-10-13 16:57:49 +00:00
AbstractTypeUser.h New file for supporting abstract types 2001-09-07 23:00:03 +00:00
Annotation.h Convert ConstRules to use annotations to clean it up. 2001-09-09 21:00:23 +00:00
BasicBlock.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
ConstantHandling.h not is a keyword in Ansi C++. Avoid it 2001-10-13 06:30:39 +00:00
ConstPoolVals.h * Add destroyConstant stuff to handle module local constants 2001-10-13 06:11:10 +00:00
DerivedTypes.h * Minor Formatting changes. 2001-10-13 06:12:30 +00:00
Function.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
GlobalValue.h Factor parentness out of Module & GlobalVariable into GlobalValue 2001-10-03 19:28:15 +00:00
GlobalVariable.h Add assertions 2001-10-13 06:12:38 +00:00
iMemory.h Add some casts to make GCC 2.96 happy. 2001-10-13 06:20:07 +00:00
InstrTypes.h New ctor for invoke inst 2001-10-13 06:24:10 +00:00
Instruction.h Add new opcode for Invoke instruction 2001-10-13 06:15:20 +00:00
iOperators.h Moved Cast from being a Unary instruction to being an "Other" instruction 2001-07-08 19:03:27 +00:00
iOther.h Add support for indirect calls 2001-10-13 06:23:14 +00:00
iTerminators.h Minor changes, add new ctor for invoke instruction 2001-10-13 06:14:53 +00:00
iUnary.h Initial revision 2001-06-06 20:29:01 +00:00
Linker.h New module linking functionality prototype 2001-10-13 16:57:49 +00:00
Module.h Add support for module local constants 2001-10-13 06:17:32 +00:00
SlotCalculator.h Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer 2001-09-07 16:27:05 +00:00
SymbolTable.h Expose typedefs 2001-10-13 06:17:50 +00:00
SymTabValue.h SymTabValues no longer hold constant pools 2001-09-07 16:21:04 +00:00
Type.def * Method::getType should return type cast as MethodType, eliminate getMethodType 2001-09-10 20:06:17 +00:00
Type.h Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
User.h Add classof implementations for User 2001-10-13 06:18:05 +00:00
Value.h Add use_back() methods 2001-10-13 06:18:19 +00:00
ValueHolder.h Made the following changes: 2001-07-14 06:07:58 +00:00