Add support to the parser to recognize floating point constants
[oota-llvm.git] / include /
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-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-14 Chris LattnerMade the following changes:
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-09 Chris LattnerFix stupid typo
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
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 LattnerAdd a new "addOperand" method to User.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
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-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-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCheckin of new Analysis result printing header
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-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-06-30 Chris LattnerAdd prototypes for ADCE pass
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp to DoSCCP
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 LattnerAdded prototype for ConstantFoldTerminator
2001-06-29 Chris LattnerAdded new removePredecessor method prototype
2001-06-27 Chris LattnerMiscellaneous cleanups:
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 LattnerAdd a new slew of functions to allow dynamic_cast<...
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-25 Chris Lattner* Rename get.*Operator to create seeing that it would...
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-24 Chris LattnerNew files due to the Intervals.h splitup
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerAddition of IntervalIterator. Preparing for rename...
2001-06-22 Chris LattnerAdd comments
2001-06-22 Chris LattnerAdd accessor methods to binary/unary operators
2001-06-21 Chris LattnerNew header file defined with neeto utilities put in...
2001-06-21 Chris LattnerModified to use the new reduce_apply algorithm
2001-06-21 Chris Lattner* Added capability to print out an interval
2001-06-21 Chris Lattner* Added comments
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerFactor the predeclarations of the CFG.h functionality...
2001-06-20 Chris LattnerAdd an optimization stub
2001-06-20 Chris LattnerNew file: Interval analysis support
2001-06-13 Chris LattnerImplement support for writing VCG format output
2001-06-13 Chris LattnerMove contents to the cfg namespace.
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-08 Chris LattnerBeautify the source a bit.
2001-06-08 Chris LattnerInclude support for reverse iteration.
2001-06-08 Chris LattnerAdded reverse depth first capability, fixed depth first...
2001-06-07 Chris LattnerMoved iterators to the new CFG.h file.
2001-06-07 Chris LattnerNew file
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision