2001-07-09 |
Chris Lattner | Updated documentation for load, store & getelementptr |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | add coverage of newly implemented instructions. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implementation of Store & GetElementPtr |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implement checking for new instructions |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Implemented shl, shl, & load instructions |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Moved Cast from being a Unary instruction to being... |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Use the CDG to mark branches alive on demand. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Add a new "addOperand" method to User. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Fixed post dominator frontiers! Yaay! |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Neg instruction removed. Cast instruction implemented. |
commit | commitdiff | tree | snapshot |
2001-07-08 |
Chris Lattner | Neg instruction removed. TODO item fulfilled. |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Removing unnecesary file |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Convert BinaryOperand and UnaryOperator to only take... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Broad superficial changes: |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Devirtualize User::dropAllReferences |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Remove dtor's that simply call dropAllReferences |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Changed the fundemental architecture of Operands for... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Changed memory reference instructions to store the... |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Fixed some error messages to be nicer |
commit | commitdiff | tree | snapshot |
2001-07-07 |
Chris Lattner | Add note about nuking Instruction::neg |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Initial checkin |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Add better support for post dominator information. |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Add method to unify all exit nodes of a method |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Implement support for postdominators, except in dom... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | New file, includes method to merge exit nodes together |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | * Add a DominatorBase base class to maintain root of... |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | * Added comments |
commit | commitdiff | tree | snapshot |
2001-07-06 |
Chris Lattner | Update to include right file |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Initial checkin of analyze tool. |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Build new analyze tool |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Added analyze to path for SetupOpt script |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Add analyze tool to path for Setup script |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | IntervalPartition was changed to inherit from vector... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | IntervalPartition was changed to inherit from vector... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Checkin of new Analysis result printing header |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Code got moved from the lib/Assembly/Writer/IntervalWri... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Remove code for printing out Analysis data structures... |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Update documentation a bit, correct #include guard |
commit | commitdiff | tree | snapshot |
2001-07-03 |
Chris Lattner | Add note about tool idea. Change command line of note... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Add printing code for dominator info |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Checkin of new dominator calculation routines. These... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Enable printing of dominator related information. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Add new anaysis routines for building dominator related... |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Addition of 'deleter' function. |
commit | commitdiff | tree | snapshot |
2001-07-02 |
Chris Lattner | Moved deleter to include/llvm/Tools/STLExtras.h |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Initial checkin. Should print dead instructions, excep... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Include ADCE pass, rename include/Opt directory to... |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Rename DoSparseConditionalConstantProp -> DoSCCP |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add note |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add prototypes for ADCE pass |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Rename DoSparseConditionalConstantProp to DoSCCP |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Optimizations got their own header files |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Implement reduceApply method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add a new pop_back() method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | The ConstRules class got moved to the opt namespace |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Add a reduceApply method |
commit | commitdiff | tree | snapshot |
2001-06-30 |
Chris Lattner | Split AllOpts.h into lots of little .h files. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Export ConstantFoldTerminator, allow it to fold conditi... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added documentation. Constant fold terminators. |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added prototype for ConstantFoldTerminator |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Add a check to avoid allowing V->replaceAllUsesWith(V) |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Add implementation of BasicBlock::removePredecessor... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | * Factored RemovePredecessorFromBlock into BasicBlock... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | We need to make sure to remove PHI nodes in the success... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added a note about a new verification the verifier... |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added new removePredecessor method prototype |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Added note, moved note |
commit | commitdiff | tree | snapshot |
2001-06-29 |
Chris Lattner | Fixed the obnoxious problem that caused an entire direc... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Miscellaneous cleanups: |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add a new Sparse Conditional Constant Propogation pass |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add command line arguments for Constant Pool Merging... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Put in test of SCCP. Watch out though, because we... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Change to use the new GenericBinaryInst class. Support... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Misc cleanup |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | * Expose DoConstantPoolMerging |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Convert ugly postincrement to efficient preincrement |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | * Move stuff around a bit. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add instructions to fold unary and binary instructions. |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | * Use the new reduce_apply_bool template |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | getBasicBlocks() is not needed anymore for reading... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Added methods to make dealing with switches and branch... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Minor formating changes |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Make a new GenericBinaryInst class, instead of providin... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Convert postincrements to more efficient preincrements |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add a new slew of functions to allow dynamic_cast<... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add extra forwarding accessor methods so that getMethod... |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Add more notes |
commit | commitdiff | tree | snapshot |
2001-06-27 |
Chris Lattner | Filter out some more stuff |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | Moved UnaryOperator::create to InstrTypes.cpp until... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | Implement induction variable injection! |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | Renamed get.*Operator to create seeing that it would... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | * Rename get.*Operator to create seeing that it would... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | A silly stupid test of the loop depth calculator was... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | IntervalPartition: recode to use IntervalIterator to... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | Add a helper function bind_obj |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | Big changes. Interval*.h is now more or less finalized... |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | CFG.h: change the iterator tag |
commit | commitdiff | tree | snapshot |
2001-06-25 |
Chris Lattner | ValueHolder's aren't interseting to me anymore |
commit | commitdiff | tree | snapshot |
next |