llvm-6502/include/llvm
Chris Lattner 118630d924 Add assertion to check for
alloca [int]
for example


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@429 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-07 16:25:42 +00:00
..
Analysis Use const int instead of #define. 2001-08-28 21:35:26 +00:00
Assembly
Bytecode
CodeGen *** empty log message *** 2001-08-31 20:30:42 +00:00
Optimizations Simplification transformations to normalize the code for later passes. 2001-08-28 21:40:27 +00:00
Support Make annotations operations const with a mutable annotation list so that 2001-09-07 16:16:35 +00:00
Transforms
Annotation.h Make annotations operations const with a mutable annotation list so that 2001-09-07 16:16:35 +00:00
BasicBlock.h Changing setName semantics 2001-09-07 16:16:57 +00:00
CFG.h
CFGdecls.h Add support for walking type graphs 2001-09-07 16:17:24 +00:00
ConstantHandling.h
ConstantPool.h
ConstPoolVals.h Implement support for globally unique constants. Constants no longer live 2001-09-07 16:18:19 +00:00
DerivedTypes.h * Add new DerivedType base class that goes between Type and the derived types 2001-09-07 16:19:29 +00:00
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 Support new setName interface 2001-09-07 16:19:55 +00:00
iOperators.h
iOther.h
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
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