llvm-6502/include/llvm
2001-08-28 21:40:27 +00:00
..
Analysis Use const int instead of #define. 2001-08-28 21:35:26 +00:00
Assembly Large scale changes to implement new command line argument facility 2001-07-23 02:35:57 +00:00
Bytecode Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
CodeGen Use const int instead of #define. 2001-08-28 21:35:26 +00:00
Optimizations Simplification transformations to normalize the code for later passes. 2001-08-28 21:40:27 +00:00
Support Extend annotations to pass data pointers around to the functions 2001-08-27 05:17:47 +00:00
Transforms
Annotation.h Extend annotations to pass data pointers around to the functions 2001-08-27 05:17:47 +00:00
BasicBlock.h Added vector of machine instructions for the basic block. 2001-07-30 18:47:24 +00:00
CFG.h Add copy and assignment operators for POIterator, and 2001-08-28 21:34:56 +00:00
CFGdecls.h
ConstantHandling.h Add support for casting operators 2001-07-21 19:10:33 +00:00
ConstantPool.h Add new method, ensureTypeAvailable 2001-07-20 19:13:04 +00:00
ConstPoolVals.h Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
DerivedTypes.h Remove target specific code, move to TargetData.cpp file 2001-08-27 15:49:16 +00:00
Function.h Rename 'isMethodExternal' to 'isExternal' 2001-07-15 06:35:24 +00:00
iMemory.h Remove target specific method. 2001-08-27 15:49:36 +00:00
InstrTypes.h Add an function to BinaryOperator to swap the two operands 2001-07-20 19:09:33 +00:00
Instruction.h Make a function const. 2001-07-28 04:40:15 +00:00
iOperators.h
iOther.h Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
iTerminators.h
iUnary.h
Module.h
SlotCalculator.h Add an arg to insertVal to allow us to prevent builtin types from being ignored 2001-07-26 16:28:18 +00:00
SymbolTable.h Fixed typo in comment 2001-07-16 16:17:18 +00:00
SymTabValue.h
Type.h Change is*Type to be a casting convertion operator 2001-07-20 19:12:34 +00:00
User.h
Value.h Add annotation support to value 2001-08-23 17:06:21 +00:00
ValueHolder.h