oota-llvm.git
2001-07-08 Chris LattnerUse the CDG to mark branches alive on demand.
2001-07-08 Chris LattnerAdd a new "addOperand" method to User.
2001-07-08 Chris LattnerFixed post dominator frontiers! Yaay!
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-08 Chris LattnerNeg instruction removed. TODO item fulfilled.
2001-07-07 Chris LattnerRemoving unnecesary file
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerDevirtualize User::dropAllReferences
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-07 Chris LattnerChanged memory reference instructions to store the...
2001-07-07 Chris LattnerFixed some error messages to be nicer
2001-07-07 Chris LattnerAdd note about nuking Instruction::neg
2001-07-06 Chris LattnerInitial checkin
2001-07-06 Chris LattnerAdd better support for post dominator information.
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method
2001-07-06 Chris LattnerImplement support for postdominators, except in dom...
2001-07-06 Chris LattnerNew file, includes method to merge exit nodes together
2001-07-06 Chris Lattner* Add a DominatorBase base class to maintain root of...
2001-07-06 Chris Lattner* Added comments
2001-07-06 Chris LattnerUpdate to include right file
2001-07-03 Chris LattnerInitial checkin of analyze tool.
2001-07-03 Chris LattnerBuild new analyze tool
2001-07-03 Chris LattnerAdded analyze to path for SetupOpt script
2001-07-03 Chris LattnerAdd analyze tool to path for Setup script
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris Lattner*** empty log message ***
2001-07-03 Chris LattnerCheckin of new Analysis result printing header
2001-07-03 Chris LattnerCode got moved from the lib/Assembly/Writer/IntervalWri...
2001-07-03 Chris LattnerRemove code for printing out Analysis data structures...
2001-07-03 Chris LattnerUpdate documentation a bit, correct #include guard
2001-07-03 Chris LattnerAdd note about tool idea. Change command line of note...
2001-07-02 Chris LattnerAdd printing code for dominator info
2001-07-02 Chris LattnerCheckin of new dominator calculation routines. These...
2001-07-02 Chris LattnerEnable printing of dominator related information.
2001-07-02 Chris LattnerAdd new anaysis routines for building dominator related...
2001-07-02 Chris LattnerAddition of 'deleter' function.
2001-07-02 Chris LattnerMoved deleter to include/llvm/Tools/STLExtras.h
2001-06-30 Chris LattnerInitial checkin. Should print dead instructions, excep...
2001-06-30 Chris LattnerInclude ADCE pass, rename include/Opt directory to...
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp -> DoSCCP
2001-06-30 Chris LattnerAdd note
2001-06-30 Chris LattnerAdd prototypes for ADCE pass
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp to DoSCCP
2001-06-30 Chris LattnerOptimizations got their own header files
2001-06-30 Chris LattnerImplement reduceApply method
2001-06-30 Chris LattnerAdd a new pop_back() method
2001-06-30 Chris LattnerThe ConstRules class got moved to the opt namespace
2001-06-30 Chris LattnerAdd a reduceApply method
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.
2001-06-29 Chris LattnerExport ConstantFoldTerminator, allow it to fold conditi...
2001-06-29 Chris LattnerAdded documentation. Constant fold terminators.
2001-06-29 Chris LattnerAdded prototype for ConstantFoldTerminator
2001-06-29 Chris LattnerAdd a check to avoid allowing V->replaceAllUsesWith(V)
2001-06-29 Chris LattnerAdd implementation of BasicBlock::removePredecessor...
2001-06-29 Chris Lattner* Factored RemovePredecessorFromBlock into BasicBlock...
2001-06-29 Chris LattnerWe need to make sure to remove PHI nodes in the success...
2001-06-29 Chris LattnerAdded a note about a new verification the verifier...
2001-06-29 Chris LattnerAdded new removePredecessor method prototype
2001-06-29 Chris LattnerAdded note, moved note
2001-06-29 Chris LattnerFixed the obnoxious problem that caused an entire direc...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerAdd a new Sparse Conditional Constant Propogation pass
2001-06-27 Chris LattnerAdd command line arguments for Constant Pool Merging...
2001-06-27 Chris LattnerPut in test of SCCP. Watch out though, because we...
2001-06-27 Chris LattnerChange to use the new GenericBinaryInst class. Support...
2001-06-27 Chris LattnerMisc cleanup
2001-06-27 Chris Lattner* Expose DoConstantPoolMerging
2001-06-27 Chris LattnerConvert ugly postincrement to efficient preincrement
2001-06-27 Chris Lattner* Move stuff around a bit.
2001-06-27 Chris LattnerAdd instructions to fold unary and binary instructions.
2001-06-27 Chris Lattner* Use the new reduce_apply_bool template
2001-06-27 Chris LattnergetBasicBlocks() is not needed anymore for reading...
2001-06-27 Chris LattnerAdded methods to make dealing with switches and branch...
2001-06-27 Chris LattnerMinor formating changes
2001-06-27 Chris LattnerMake a new GenericBinaryInst class, instead of providin...
2001-06-27 Chris LattnerConvert postincrements to more efficient preincrements
2001-06-27 Chris LattnerAdd a new slew of functions to allow dynamic_cast<...
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-27 Chris LattnerAdd more notes
2001-06-27 Chris LattnerFilter out some more stuff
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-25 Chris LattnerImplement induction variable injection!
2001-06-25 Chris LattnerRenamed get.*Operator to create seeing that it would...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
2001-06-25 Chris LattnerA silly stupid test of the loop depth calculator was...
2001-06-25 Chris LattnerIntervalPartition: recode to use IntervalIterator to...
2001-06-25 Chris LattnerAdd a helper function bind_obj
2001-06-25 Chris LattnerBig changes. Interval*.h is now more or less finalized...
2001-06-25 Chris LattnerCFG.h: change the iterator tag
2001-06-25 Chris LattnerValueHolder's aren't interseting to me anymore
2001-06-24 Chris LattnerNew file due to the Intervals.h splitup
2001-06-24 Chris LattnerNew files due to the Intervals.h splitup
2001-06-24 Chris LattnerAdd a useless phi for testing with InductionVariables...
2001-06-24 Chris Lattner#include a different header due to Intervals.h splitting up
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerPrepare for split between Interval, IntervalIterator...
next