.. |
Analysis
|
Use const int instead of #define.
|
2001-08-28 21:35:26 +00:00 |
Assembly
|
Large scale changes to implement new command line argument facility
|
2001-07-23 02:35:57 +00:00 |
Bytecode
|
Moved inline/llvm/Tools/* to include/llvm/Support/*
|
2001-07-23 17:46:59 +00:00 |
CodeGen
|
*** empty log message ***
|
2001-08-31 20:30:42 +00:00 |
Optimizations
|
Simplification transformations to normalize the code for later passes.
|
2001-08-28 21:40:27 +00:00 |
Support
|
Added function printIndent.
|
2001-07-28 04:41:27 +00:00 |
Transforms
|
Add prototypes for ADCE pass
|
2001-06-30 06:37:16 +00:00 |
Annotation.h
|
Make annotations operations const with a mutable annotation list so that
|
2001-09-07 16:16:35 +00:00 |
BasicBlock.h
|
Changing setName semantics
|
2001-09-07 16:16:57 +00:00 |
CFG.h
|
Add copy and assignment operators for POIterator, and
|
2001-08-28 21:34:56 +00:00 |
CFGdecls.h
|
Add support for walking type graphs
|
2001-09-07 16:17:24 +00:00 |
ConstantHandling.h
|
Add support for casting operators
|
2001-07-21 19:10:33 +00:00 |
ConstantPool.h
|
Add new method, ensureTypeAvailable
|
2001-07-20 19:13:04 +00:00 |
ConstPoolVals.h
|
Implement support for globally unique constants. Constants no longer live
|
2001-09-07 16:18:19 +00:00 |
DerivedTypes.h
|
* Add new DerivedType base class that goes between Type and the derived types
|
2001-09-07 16:19:29 +00:00 |
Function.h
|
Rename 'isMethodExternal' to 'isExternal'
|
2001-07-15 06:35:24 +00:00 |
iMemory.h
|
Remove target specific method.
|
2001-08-27 15:49:36 +00:00 |
InstrTypes.h
|
Add an function to BinaryOperator to swap the two operands
|
2001-07-20 19:09:33 +00:00 |
Instruction.h
|
Support new setName interface
|
2001-09-07 16:19:55 +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
|
Add support for extern varargs methods & varargs method calls
|
2001-07-25 22:47:55 +00:00 |
iTerminators.h
|
Broad superficial changes:
|
2001-07-07 19:24:15 +00:00 |
iUnary.h
|
Initial revision
|
2001-06-06 20:29:01 +00:00 |
Module.h
|
Made the following changes:
|
2001-07-14 06:07:58 +00:00 |
SlotCalculator.h
|
Add an arg to insertVal to allow us to prevent builtin types from being ignored
|
2001-07-26 16:28:18 +00:00 |
SymbolTable.h
|
Fixed typo in comment
|
2001-07-16 16:17:18 +00:00 |
SymTabValue.h
|
Made the following changes:
|
2001-07-14 06:07:58 +00:00 |
Type.h
|
Change is*Type to be a casting convertion operator
|
2001-07-20 19:12:34 +00:00 |
User.h
|
Fix stupid typo
|
2001-07-09 16:54:29 +00:00 |
Value.h
|
Add annotation support to value
|
2001-08-23 17:06:21 +00:00 |
ValueHolder.h
|
Made the following changes:
|
2001-07-14 06:07:58 +00:00 |