summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Implement forward/external declarations for methods.Chris Lattner2001-07-15
* Implement forward/external declarations for methods. Also, emit an error if ...Chris Lattner2001-07-15
* Add support for assembly printing fp constantsChris Lattner2001-07-15
* Add support to the bytecode writer to recognize floating point constantsChris Lattner2001-07-15
* Add support to the bytecode reader to recognize floating point constantsChris Lattner2001-07-15
* Add support to the parser to recognize floating point constantsChris Lattner2001-07-15
* * ValueHolder now takes 3 argumentsChris Lattner2001-07-14
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-14
* Remove dependency on the structure of ValueHolder.Chris Lattner2001-07-14
* * The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-14
* The parent of a constant pool is a symtabvalue, not a value.Chris Lattner2001-07-14
* Added some comments, preparing to add global variables and method prototypesChris Lattner2001-07-14
* * The parent of a constant pool is a SymTabValue, not a value.Chris Lattner2001-07-14
* Made the following changes:Chris Lattner2001-07-14
* Add DebugValue member.Chris Lattner2001-07-12
* Don't clean out the type plane of the constant pool... this is a hack. FIXMEChris Lattner2001-07-09
* Make sure that types go in the constant pool if they are used.Chris Lattner2001-07-09
* Implementation of Store & GetElementPtrChris Lattner2001-07-08
* Implement checking for new instructionsChris Lattner2001-07-08
* Implemented shl, shl, & load instructionsChris Lattner2001-07-08
* Moved Cast from being a Unary instruction to being an "Other" instructionChris Lattner2001-07-08
* Use the CDG to mark branches alive on demand.Chris Lattner2001-07-08
* Fixed post dominator frontiers! Yaay!Chris Lattner2001-07-08
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Removing unnecesary fileChris Lattner2001-07-07
* Convert BinaryOperand and UnaryOperator to only take instruction types ofChris Lattner2001-07-07
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Changed memory reference instructions to store the result as the implicitChris Lattner2001-07-07
* Fixed some error messages to be nicerChris Lattner2001-07-07
* Add method to unify all exit nodes of a methodChris Lattner2001-07-06
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-06
* Update to include right fileChris Lattner2001-07-06
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Code got moved from the lib/Assembly/Writer/IntervalWriter.cpp file toChris Lattner2001-07-03
* Add printing code for dominator infoChris Lattner2001-07-02
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-02
* Moved deleter to include/llvm/Tools/STLExtras.hChris Lattner2001-07-02
* Initial checkin. Should print dead instructions, except it doesn't doChris Lattner2001-06-30
* Rename DoSparseConditionalConstantProp -> DoSCCPChris Lattner2001-06-30
* Optimizations got their own header filesChris Lattner2001-06-30
* Implement reduceApply methodChris Lattner2001-06-30
* Add a new pop_back() methodChris Lattner2001-06-30
* Split AllOpts.h into lots of little .h files.Chris Lattner2001-06-30
* Export ConstantFoldTerminator, allow it to fold conditional branches toChris Lattner2001-06-29
* Added documentation. Constant fold terminators.Chris Lattner2001-06-29
* Add a check to avoid allowing V->replaceAllUsesWith(V)Chris Lattner2001-06-29
* Add implementation of BasicBlock::removePredecessor code that was factoredChris Lattner2001-06-29
* * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessorChris Lattner2001-06-29
* We need to make sure to remove PHI nodes in the successor that cannot beChris Lattner2001-06-29