.. |
Analysis
|
Added function IsLeafMethod to identify leaf methods.
|
2001-10-22 13:55:46 +00:00 |
Assembly
|
Expose some more printing functionality from the assembly writer library
|
2001-10-29 16:36:49 +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
|
Systems headers use <> not ""
|
2001-10-29 13:29:50 +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 callerSaving code to machine specific classes since we have to handle
|
2001-10-28 18:14:15 +00:00 |
Transforms
|
Expose the low level DCE mechanism to external users
|
2001-11-01 07:00:21 +00:00 |
AbstractTypeUser.h
|
New file for supporting abstract types
|
2001-09-07 23:00:03 +00:00 |
Annotation.h
|
Convert ConstRules to use annotations to clean it up.
|
2001-09-09 21:00:23 +00:00 |
BasicBlock.h
|
Commit more code over to new cast style
|
2001-10-02 03:41:24 +00:00 |
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
|
* Minor Formatting changes.
|
2001-10-13 06:12:30 +00:00 |
Function.h
|
Fix ordering problem. Found by purify. :)
|
2001-10-30 16:38:49 +00:00 |
GlobalValue.h
|
Factor parentness out of Module & GlobalVariable into GlobalValue
|
2001-10-03 19:28:15 +00:00 |
GlobalVariable.h
|
Initializers are not const even if the GV is.
|
2001-10-14 23:24:46 +00:00 |
iMemory.h
|
Add simpler to use ctors. Add getType() overload to specialize getelementptr's type
|
2001-11-01 05:54:28 +00:00 |
InstrTypes.h
|
New ctor for invoke inst
|
2001-10-13 06:24:10 +00:00 |
Instruction.def
|
New file to define instructions...
|
2001-10-14 17:24:33 +00:00 |
Instruction.h
|
Use the instruction.def file to remain up to date with future instruction
|
2001-10-14 17:24:50 +00:00 |
iOperators.h
|
|
|
iOther.h
|
Add some useful accessors
|
2001-11-01 02:39:36 +00:00 |
iTerminators.h
|
Minor changes, add new ctor for invoke instruction
|
2001-10-13 06:14:53 +00:00 |
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
|
* Method::getType should return type cast as MethodType, eliminate getMethodType
|
2001-09-10 20:06:17 +00:00 |
Type.h
|
Commit more code over to new cast style
|
2001-10-02 03:41:24 +00:00 |
User.h
|
Add classof implementations for User
|
2001-10-13 06:18:05 +00:00 |
Value.h
|
Remove extra assert in dyn_cast_or_null.
|
2001-10-17 22:39:50 +00:00 |
ValueHolder.h
|
Add operator[] accessors
|
2001-10-18 20:04:40 +00:00 |