llvm-6502/include/llvm
Chris Lattner 7fc9fe3439 Miscellaneous cleanups:
* Convert post to pre-increment for for loops
  * Use generic programming more
  * Use new Value::cast* instructions
  * Use new Module, Method, & BasicBlock forwarding methods
  * Use new facilities in STLExtras.h
  * Use new Instruction::isPHINode() method


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96 91177308-0d34-0410-b5e6-96231b3b80d8
2001-06-27 23:41:11 +00:00
..
Analysis getBasicBlocks() is not needed anymore for reading Method data 2001-06-27 23:30:11 +00:00
Assembly
Bytecode
Optimizations * Use the new reduce_apply_bool template 2001-06-27 23:31:14 +00:00
Tools * Move stuff around a bit. 2001-06-27 23:32:12 +00:00
BasicBlock.h
CFG.h Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
CFGdecls.h
ConstantHandling.h Add instructions to fold unary and binary instructions. 2001-06-27 23:31:34 +00:00
ConstantPool.h
ConstPoolVals.h
DerivedTypes.h
Function.h
iMemory.h
InstrTypes.h
Instruction.h
iOperators.h
iOther.h Minor formating changes 2001-06-27 23:29:21 +00:00
iTerminators.h Added methods to make dealing with switches and branch instructions 2001-06-27 23:29:41 +00:00
iUnary.h
Module.h
SlotCalculator.h
SymbolTable.h
SymTabValue.h
Type.h
User.h
Value.h
ValueHolder.h