Moved isIntegral to the Type system
[oota-llvm.git] / lib /
2001-07-21 Vikram S. AdveUtility routines for simpler access to the value of...
2001-07-21 Vikram S. AdveProgram options class.
2001-07-21 Vikram S. AdveDescription of the SPARC as a target architecture.
2001-07-21 Vikram S. AdveBase clas for a description of a target architecture.
2001-07-21 Vikram S. AdveInstruction selection via pattern matching on instructi...
2001-07-21 Vikram S. Adve*** empty log message ***
2001-07-21 Vikram S. AdveAdded CodeGen, LLC, and Support.
2001-07-21 Vikram S. AdveAdd isIntegral() method to SignedIntType and UnsignedIn...
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 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 LattnerFix nasty typo
2001-07-15 Chris LattnerSupport external methods
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-15 Chris LattnerImplement forward/external declarations for methods...
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-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-12 Chris LattnerAdd DebugValue member.
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-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplement checking for new instructions
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 LattnerFixed post dominator frontiers! Yaay!
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
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 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-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 LattnerUpdate to include right file
2001-07-03 Chris LattnerIntervalPartition was changed to inherit from vector...
2001-07-03 Chris LattnerCode got moved from the lib/Assembly/Writer/IntervalWri...
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 LattnerMoved deleter to include/llvm/Tools/STLExtras.h
2001-06-30 Chris LattnerInitial checkin. Should print dead instructions, excep...
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp -> 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 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 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-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerAdd a new Sparse Conditional Constant Propogation pass
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 LattnerAdd instructions to fold unary and binary instructions.
2001-06-27 Chris LattnerConvert postincrements to more efficient preincrements
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-24 Chris LattnerNew file due to the Intervals.h splitup
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 LattnerPrepare for split between Interval, IntervalIterator...
2001-06-22 Chris LattnerImplement a lot more functionality. Now loop invariant...
2001-06-22 Chris LattnerInterval::HeaderNode is now accessed thorugh an accesso...
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-21 Chris LattnerMoved printing code to the Assembly/Writer library.
2001-06-21 Chris LattnerImplement the new Interval::isLoop method
2001-06-20 Chris LattnerGet rid of a silly printout that isn't needed right now
2001-06-20 Chris LattnerAdd capability to print a derived interval graph
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerInitial Checking of Interval handling code
2001-06-20 Chris LattnerAdd a test case for interval code
2001-06-13 Chris LattnerUpdates to work with new cfg namespace
2001-06-11 Chris LattnerUpdates to support
next