Moved inline/llvm/Tools/* to include/llvm/Support/*
[oota-llvm.git] / include /
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerFix coding style issues to actually attempt to be somew...
2001-07-23 Chris LattnerNonpolymorphic class, doesn't need a virtual dtor!
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerAdd flag for emacs so it realizes it's C++ code
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-22 Chris LattnerMove private header into private directory
2001-07-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-22 Chris LattnerRemove String file some more
2001-07-22 Chris LattnerDestroy the StringUtils.h file
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerExterminate nasty Cisms
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerMore minor reorganizations
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-21 Chris LattnerMoved isIntegral to the Type system
2001-07-21 Vikram S. AdveGeneral support utilities like a program options class...
2001-07-21 Vikram S. AdveCompileContext and options class for the llc compiler.
2001-07-21 Vikram S. AdveHeader files for the target architecture description...
2001-07-20 Vikram S. AdveProvide simpler ways to extract the value of an integer...
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
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 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-16 Chris LattnerFixed typo in comment
2001-07-15 Chris LattnerRename 'isMethodExternal' to 'isExternal'
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
next