1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/include/llvm
Chris Lattner 457dd333a4 You no longer have to delete constants! They are located in a global
constant pool instead of in local ones.

Change bool handling to prevent modification of bool values

llvm-svn: 436
2001-09-07 16:29:18 +00:00
..
Analysis Simplify analyzer 2001-09-07 16:26:36 +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 Annotations are now passed around as const objects 2001-09-07 16:28:25 +00:00
Optimizations
Support
Transforms
Annotation.h
BasicBlock.h
CFG.h
CFGdecls.h
ConstantHandling.h You no longer have to delete constants! They are located in a global 2001-09-07 16:29:18 +00:00
ConstantPool.h
ConstPoolVals.h
DerivedTypes.h
Function.h
iMemory.h Add assertion to check for 2001-09-07 16:25:42 +00:00
InstrTypes.h
Instruction.h
iOperators.h
iOther.h * Fix long standing problems that would affect inlining. How could this have worked? 2001-09-07 16:26:13 +00:00
iTerminators.h
iUnary.h
Module.h
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