oota-llvm.git
2001-09-07 Chris LattnerRemove unneeded #includes
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-09-07 Chris Lattner* Remove lots of #includes
2001-09-07 Chris Lattner* Remove lots of unnecesary #includes
2001-09-07 Chris Lattner* Remove lots of annoying extra #includes
2001-09-07 Chris Lattner* Add tag so emacs knows it's a c++ file
2001-09-07 Chris LattnerAdd tags so emacs knows these are C++ files
2001-09-07 Chris LattnerRemove extra space
2001-09-07 Chris LattnerRemove ReversePostOrderTraversal declaration
2001-09-07 Chris Lattner* Don't predefine ReversePostOrderTraversal because...
2001-09-07 Chris LattnerCheck opaque, abstract, and recursive type handling
2001-09-07 Chris LattnerNEw file
2001-09-07 Chris LattnerMoved functionality into the other constant pool stuff
2001-09-07 Chris LattnerFollow the golden rule of the coding standards guide...
2001-09-07 Chris LattnerThe header file for a translation unit should always...
2001-09-07 Chris LattnerA file should always include it's private header file...
2001-09-07 Chris LattnerConstant pool is eliminated
2001-09-07 Chris LattnerAdd support for iteration through type graphs
2001-09-07 Chris LattnerRemove support for const pool merging, which is obsolet...
2001-09-07 Chris LattnerAnnotations are now const
2001-09-07 Chris LattnerBuild lli first
2001-09-07 Chris LattnerSymboltables are sorted in the bytecode, so no problems...
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 LattnerAnnotations are const objects now
2001-09-07 Chris LattnerTypes and constants are wierd things in symbol tables now
2001-09-07 Chris Lattner* Eliminate reference to ConstantPool class
2001-09-07 Chris LattnerConstant pool is dead
2001-09-07 Chris LattnerConstants are now global unique objects
2001-09-07 Chris Lattner* Eliminate constant pool dependancies:
2001-09-07 Chris Lattner* Supoprt global constants
2001-09-07 Chris Lattner* Support global constants
2001-09-07 Chris Lattnerannotations are now const
2001-09-07 Chris Lattner* Emit bytecode using a deque instead of a vector to...
2001-09-07 Chris Lattner* Remove support for internal constant pool
2001-09-07 Chris Lattner* Assembly writer is not a module analyzer anymore
2001-09-07 Chris Lattner* Add support for forward referencing types
2001-09-07 Chris LattnerAdd support for forward referencing types
2001-09-07 Chris LattnerAdd support for an opaque type
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 LattnerModule analyzer no longer has to iterate over constant...
2001-09-07 Chris LattnerSimplify code by eliminating need to hang onto constant...
2001-09-07 Chris Lattner* Fixed mapped_iterator to actually work with functors
2001-09-07 Chris LattnerConstant pools no longer exist
2001-09-07 Chris LattnerEliminate DoConstantPoolMerging. ConstantPools no...
2001-09-07 Chris LattnerYou no longer have to delete constants! They are locat...
2001-09-07 Chris LattnerAnnotations are now passed around as const objects
2001-09-07 Chris LattnerUse a deque instead of a vector for greater efficiency...
2001-09-07 Chris LattnerClean stuff up.
2001-09-07 Chris LattnerSimplify SlotCalculator. SlotCalculator is now not...
2001-09-07 Chris LattnerSimplify analyzer
2001-09-07 Chris Lattner* Fix long standing problems that would affect inlining...
2001-09-07 Chris LattnerAdd assertion to check for
2001-09-07 Chris Lattner* Values are AbstactTypeUsers to support abstract types
2001-09-07 Chris LattnerRemove extra whitespace at EOL
2001-09-07 Chris Lattner* Add support for Opaque & Abstract types.
2001-09-07 Chris LattnerSupport abstract types by keeping on the use list of...
2001-09-07 Chris LattnerSymTabValues no longer hold constant pools
2001-09-07 Chris LattnerSymTabValue no longer includes ValueHolder for Module...
2001-09-07 Chris Lattner* Support new setName interface
2001-09-07 Chris LattnerSupport new setName interface
2001-09-07 Chris Lattner* Add new DerivedType base class that goes between...
2001-09-07 Chris LattnerImplement support for globally unique constants. Const...
2001-09-07 Chris LattnerAdd support for walking type graphs
2001-09-07 Chris LattnerChanging setName semantics
2001-09-07 Chris LattnerMake annotations operations const with a mutable annota...
2001-09-07 Chris LattnerFixed the "output constant pool even if he have no...
2001-09-07 Chris Lattnerwhoo hoo I did something! :)
2001-09-01 Chris LattnerMake fib be more real
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-31 Ruchira Sasanka*** empty log message ***
2001-08-28 Vikram S. AdveAdded directory LiveVar/
2001-08-28 Vikram S. AdveMakefile for tools/tests/
2001-08-28 Vikram S. AdveDriver to test IsPowerOf2. Could be extended for other...
2001-08-28 Vikram S. AdveAdd testcodegen target, and restrict which tests are...
2001-08-28 Vikram S. AdveAdded nonterminals for arithmetic operations where...
2001-08-28 Vikram S. AdveChanged link line.
2001-08-28 Vikram S. AdveAdd calls to NormalizeMethod() and to ScheduleInstructi...
2001-08-28 Vikram S. AdveMakefile for InstrSched/
2001-08-28 Vikram S. AdveRemove source list.
2001-08-28 Vikram S. AdveAdded directory InstrSched.
2001-08-28 Vikram S. AdveMajor changes too hard to document :-)
2001-08-28 Vikram S. AdveAdded function MachineInstr::operandIsDefined(i) and...
2001-08-28 Vikram S. AdveExtensive additions for supporting instruction scheduling.
2001-08-28 Vikram S. AdveAdded class MachineSchedInfo and several supporting...
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...
2001-08-28 Vikram S. AdveMoved debug options declaration to header file, and...
2001-08-28 Vikram S. AdveMoved function PrintMachineInstructions here.
2001-08-28 Vikram S. Adveanalyze() now checks to see that we don't analyze the...
2001-08-28 Vikram S. Adve*** empty log message ***
next