oota-llvm.git
2001-07-15 Vikram S. AdveChanged default to building library archives instead...
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-15 Chris LattnerImplement forward/external declarations for methods...
2001-07-15 Chris LattnerRename 'isMethodExternal' to 'isExternal'
2001-07-15 Chris LattnerAdd notes on instruction selection pass
2001-07-15 Chris LattnerNew testcase from GCC doing array operations
2001-07-15 Chris LattnerAdd support for assembly printing fp constants
2001-07-15 Chris LattnerAdd support to the bytecode writer to recognize floatin...
2001-07-15 Chris LattnerAdd support to the bytecode reader to recognize floatin...
2001-07-15 Chris LattnerAdd support to the parser to recognize floating point...
2001-07-15 Chris LattnerAdd a function to convert a double to a string
2001-07-15 Chris LattnerAdd support to write and read a fixed amount of raw...
2001-07-15 Chris LattnerAdd a note
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-14 Chris LattnerAdd knowledge about the struct form of the GetElementPt...
2001-07-14 Chris LattnerRemove dependency on the structure of ValueHolder.
2001-07-14 Chris Lattner* The parent of a constant pool is a symtabvalue, not...
2001-07-14 Chris LattnerThe parent of a constant pool is a symtabvalue, not...
2001-07-14 Chris LattnerAdded some comments, preparing to add global variables...
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-14 Chris LattnerMade the following changes:
2001-07-14 Chris LattnerAdded more todo's. Don't I ever accomplish anything?
2001-07-12 Chris LattnerAdd DebugValue member.
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-09 Chris LattnerDon't clean out the type plane of the constant pool...
2001-07-09 Chris LattnerMake sure that types go in the constant pool if they...
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-09 Chris LattnerModify notes
2001-07-09 Chris LattnerFix stupid typo
2001-07-09 Chris LattnerInitial checkin of coding standards
2001-07-09 Chris LattnerUpdated documentation for load, store & getelementptr
2001-07-08 Chris Lattneradd coverage of newly implemented instructions.
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplement checking for new instructions
2001-07-08 Chris LattnerAdd note
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
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
next