.. |
Analysis
|
Added comments are more documentation info
|
2001-12-08 21:04:22 +00:00 |
Assembly
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
Bytecode
|
Move DataTypes.h from llvm/Support to just Support
|
2001-11-26 23:04:08 +00:00 |
CodeGen
|
Eliminate all uses of memInst->getIndicesBROKEN().
|
2001-12-15 00:36:32 +00:00 |
Optimizations
|
Move level change xfor into the transforms directory
|
2001-11-01 02:39:49 +00:00 |
Support
|
Move support directory
|
2001-11-29 16:32:16 +00:00 |
Target
|
getIndexedOffset() shd take vector of Values, not of Constants!
|
2001-12-15 00:35:48 +00:00 |
Transforms
|
Initial checkin of instcombine
|
2001-12-14 16:52:09 +00:00 |
AbstractTypeUser.h
|
Add casts
|
2001-11-26 16:46:09 +00:00 |
Annotation.h
|
Convert ConstRules to use annotations to clean it up.
|
2001-09-09 21:00:23 +00:00 |
BasicBlock.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
ConstantHandling.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
Constants.h
|
Constants KNOW they are of a derived type
|
2001-12-13 00:38:57 +00:00 |
DerivedTypes.h
|
PointerType and ArrayType now subclass Sequential type, which contains addressability logic for indexing. Unsized arrays have been removed.
|
2001-12-14 16:20:21 +00:00 |
Function.h
|
Implement proper iterator tags
|
2001-12-13 00:39:49 +00:00 |
GlobalValue.h
|
Implement "internal vs external linkage" which corresponds to the C notion of static
|
2001-11-26 18:46:40 +00:00 |
GlobalVariable.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
iMemory.h
|
Eliminate function getIndicesBROKEN().
|
2001-12-15 00:37:12 +00:00 |
InstrTypes.h
|
Swap operands now preserves the semantics of the binary operator by changing
|
2001-12-13 00:43:03 +00:00 |
Instruction.def
|
New file to define instructions...
|
2001-10-14 17:24:33 +00:00 |
Instruction.h
|
Subclasses can change the opcode of an instruction
|
2001-12-13 00:39:33 +00:00 |
iOperators.h
|
Moved Cast from being a Unary instruction to being an "Other" instruction
|
2001-07-08 19:03:27 +00:00 |
iOther.h
|
Split the PHINode class out from the iOther.h file into the iPHINode.h file
|
2001-12-03 18:02:31 +00:00 |
iPHINode.h
|
Split the PHINode class out from the iOther.h file into the iPHINode.h file
|
2001-12-03 18:02:31 +00:00 |
iTerminators.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
iUnary.h
|
Initial revision
|
2001-06-06 20:29:01 +00:00 |
Module.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +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
|
Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzer
|
2001-09-07 16:27:05 +00:00 |
SymbolTable.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
SymTabValue.h
|
SymTabValues no longer hold constant pools
|
2001-09-07 16:21:04 +00:00 |
Type.def
|
* Method::getType should return type cast as MethodType, eliminate getMethodType
|
2001-09-10 20:06:17 +00:00 |
Type.h
|
Implement some nice functions useful for looking at types
|
2001-12-13 00:40:16 +00:00 |
User.h
|
Renamed inst_const_iterator -> const_inst_iterator
|
2001-12-04 00:03:30 +00:00 |
Value.h
|
Rename ConstPoolVal -> Constant
|
2001-12-03 22:26:30 +00:00 |
ValueHolder.h
|
Refactor some functionality to expose more useful stuff
|
2001-11-10 06:47:45 +00:00 |