llvm-6502/include/llvm
2001-11-15 15:23:02 +00:00
..
Analysis New pass to figure out what types are in use by a program 2001-11-09 05:27:10 +00:00
Assembly Okay, so this is a huge hack. Fixme later 2001-11-07 05:31:53 +00:00
Bytecode Changes to get some meaningful feedback from the bytecode reader. At some point this stuff should all be exception driven, but for now it is not. 2001-10-24 01:15:12 +00:00
CodeGen Modify method AllocateLocalVar to take size argument. 2001-11-15 15:23:02 +00:00
Optimizations Move level change xfor into the transforms directory 2001-11-01 02:39:49 +00:00
Support Print floating point numbers in expodential form so that small numbers don't get truncated, which broke the health benchmark 2001-11-01 22:06:00 +00:00
Target Add function returning which operand holds immediate constant 2001-11-14 18:48:36 +00:00
Transforms -cleangcc pass now remove type names that are never referenced and type names for pointers to primitive types. 2001-11-15 04:34:46 +00:00
AbstractTypeUser.h Fix major bugs in type resolution 2001-11-03 03:27:53 +00:00
Annotation.h
BasicBlock.h
ConstantHandling.h Implement constant propogation of null pointer values. 2001-11-01 05:55:13 +00:00
ConstPoolVals.h Add new isNullValue method 2001-11-01 05:53:56 +00:00
DerivedTypes.h Fix major bugs in type resolution 2001-11-03 03:27:53 +00:00
Function.h Remove unneeded forward decl 2001-11-08 20:54:51 +00:00
GlobalValue.h
GlobalVariable.h
iMemory.h Bug fix for Chris. 2001-11-15 15:00:48 +00:00
InstrTypes.h
Instruction.def
Instruction.h
iOperators.h
iOther.h Add a helper function to PHI node 2001-11-03 21:08:00 +00:00
iTerminators.h
iUnary.h
Linker.h Remove unneccesary function prototypes 2001-10-28 22:40:59 +00:00
Module.h Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tired typing that much 2001-10-15 13:21:42 +00:00
Pass.h move llvm/Transforms/Pass.h to the top level llvm/Pass.h file 2001-10-18 20:19:09 +00:00
SlotCalculator.h
SymbolTable.h More symbol table bugfixes that are impossible to track down. Goody 2001-10-23 02:32:45 +00:00
SymTabValue.h
Type.def
Type.h
User.h
Value.h Remove extra assert in dyn_cast_or_null. 2001-10-17 22:39:50 +00:00
ValueHolder.h Refactor some functionality to expose more useful stuff 2001-11-10 06:47:45 +00:00