llvm-6502/include/llvm
Vikram S. Adve be49526193 Major overhaul of stack frame management.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1185 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-08 04:47:06 +00:00
..
Analysis Initial checkin of pointer safety checker 2001-11-07 21:16:12 +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 Major overhaul of stack frame management. 2001-11-08 04:47:06 +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 Moved InsertCallerSaveInstr to the SparcRegInfo.cpp and made machine independent 2001-11-03 17:14:13 +00:00
Transforms Expose method to merge identically named methods 2001-11-03 19:49:54 +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 Removed MachineCodeForMethod object and made it an annotation. 2001-11-08 04:38:58 +00:00
GlobalValue.h
GlobalVariable.h
iMemory.h Minor method rename 2001-11-04 08:08:34 +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
Pass.h
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
ValueHolder.h