oota-llvm.git
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-20 Chris LattnerHeader to raise and lower representation
2001-07-20 Chris LattnerAdd support to call LevelRaise
2001-07-20 Chris LattnerUpdate makefile for more accurate deps
2001-07-20 Chris LattnerImplement ensureTypeAvailable
2001-07-20 Chris LattnerAdd support for constant propogation of multiplies
2001-07-20 Chris LattnerFactor out WriteAsOperand.
2001-07-20 Chris LattnerAdd a comment.
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-20 Chris LattnerAdd new base class ConstPoolInt, useful for dealing...
2001-07-20 Chris LattnerAdd new method, ensureTypeAvailable
2001-07-20 Chris LattnerChange is*Type to be a casting convertion operator
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
2001-07-20 Chris LattnerAdd short forms of the get*Type methods.
2001-07-20 Chris LattnerFix nasty typo
2001-07-18 Chris LattnerFix clean target
2001-07-18 Chris LattnerCompile source files in alphabetical order
2001-07-16 Chris LattnerFixed typo in comment
2001-07-15 Chris LattnerSupport external methods
2001-07-15 Chris LattnerNew test case for prototype support
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
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.
next