summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Implement forward/external declarations for methods.Chris Lattner2001-07-15
* Add support for assembly printing fp constantsChris Lattner2001-07-15
* * ValueHolder now takes 3 argumentsChris 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
* Implementation of Store & GetElementPtrChris 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
* 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
* Fixed some error messages to be nicerChris Lattner2001-07-07
* Implement support for postdominators, except in dom frontiersChris Lattner2001-07-06
* Checkin of new dominator calculation routines. These will be improved inChris Lattner2001-07-02
* 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
* 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
* Added a note about a new verification the verifier should doChris Lattner2001-06-29
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Change to use the new GenericBinaryInst class. Support lots more operators.Chris Lattner2001-06-27
* Add instructions to fold unary and binary instructions.Chris Lattner2001-06-27
* Convert postincrements to more efficient preincrementsChris Lattner2001-06-27
* Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cppChris Lattner2001-06-25
* * Rename get.*Operator to create seeing that it would have to be qualifiedChris Lattner2001-06-25
* Add a space to the PHI node output code to make it look nicerChris Lattner2001-06-21
* Updates to supportChris Lattner2001-06-11
* Updates to supportChris Lattner2001-06-11
* Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperatorChris Lattner2001-06-08
* Add extra method to PHI node classChris Lattner2001-06-07
* Fixed to print slightly differently. Added use counts for labelsChris Lattner2001-06-07
* Fixes for BB iterators, additional methods added for DCE passChris Lattner2001-06-07
* Initial revisionChris Lattner2001-06-06