-modified machine operand class - took regNum out of union to set regNum after
[oota-llvm.git] / lib / VMCore /
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerUse correct style casts
2001-09-10 Chris LattnerAdd support for printing globals
2001-09-10 Chris LattnerImplement global variable support
2001-09-09 Chris LattnerRemove the definitions of 3 global functions that don...
2001-09-09 Chris LattnerRename contype to subtype
2001-09-09 Chris LattnerRename file to be consistent with header name
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-09 Chris LattnerClean up ConstRules stuff to use annotations instead...
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
2001-09-07 Chris LattnerCleanup
2001-09-07 Chris LattnerSupport abstract types
2001-09-07 Chris LattnerSupport a abstract, opaque, and recursive types
2001-09-07 Chris LattnerTypes and constnats are wierd objects in the symtabs
2001-09-07 Chris LattnerModules must have a valid, nonnull type. Make them...
2001-09-07 Chris LattnerSupport new setName interface
2001-09-07 Chris Lattner* Support new setname interface
2001-09-07 Chris Lattner* Cnstants are now global objects
2001-09-07 Chris LattnerSupport new setName itf
2001-09-07 Chris Lattner* Support global constants
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-09-07 Chris LattnerRemove #include of nonexistant header file
2001-09-07 Chris Lattner* Slot calc is now simpler and not based on module...
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-08-28 Vikram S. Adve*** empty log message ***
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-23 Chris LattnerChanged an assertion message
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-28 Chris LattnerRemove some gross stuff
2001-07-28 Chris LattnerAllow vararg method types with 0 fixed types
2001-07-28 Chris LattnerMake error msg nicer
2001-07-28 Chris Lattner* Fix bugs
2001-07-26 Chris LattnerDon't write out constants that do not have a name,...
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerFix code to be in a consistent style
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-21 Chris LattnerAdd new ctor for ConstPoolBool
2001-07-21 Chris LattnerAdd new constructor for const pool bool
2001-07-21 Chris LattnerAdd support for casts
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-21 Vikram S. AdveUtility routines for simpler access to the value of...
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 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 multiply as a supported constant propogation operation
2001-07-15 Chris LattnerImplement forward/external declarations for methods.
2001-07-15 Chris LattnerAdd support for assembly printing fp constants
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-07-14 Chris LattnerThe 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-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 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 LattnerFixed some error messages to be nicer
2001-07-06 Chris LattnerImplement support for postdominators, except in dom...
2001-07-02 Chris LattnerCheckin of new dominator calculation routines. These...
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 LattnerAdd a check to avoid allowing V->replaceAllUsesWith(V)
2001-06-29 Chris LattnerAdd implementation of BasicBlock::removePredecessor...
2001-06-29 Chris LattnerAdded a note about a new verification the verifier...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-27 Chris LattnerChange to use the new GenericBinaryInst class. Support...
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 Lattner* Rename get.*Operator to create seeing that it would...
2001-06-21 Chris LattnerAdd a space to the PHI node output code to make it...
2001-06-11 Chris LattnerUpdates to support
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerMoved getBinaryOperator to the BinaryOperator class...
2001-06-07 Chris LattnerAdd extra method to PHI node class
2001-06-07 Chris LattnerFixed to print slightly differently. Added use counts...
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision