oota-llvm.git
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 ***
2001-08-28 Vikram S. AdveSimplification transformations to normalize the code...
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-28 Vikram S. AdveAdd copy and assignment operators for POIterator, and
2001-08-28 Vikram S. AdveAdded InstrSched library to link line.
2001-08-27 Chris LattnerI suck
2001-08-27 Chris LattnerInitial checkin of TargetData code
2001-08-27 Chris LattnerRemove target specific stuff from Type classes
2001-08-27 Chris LattnerRemove target specific method from MemAccessInst class
2001-08-27 Chris LattnerConvert to use the new factored out TargetData class
2001-08-27 Chris LattnerFactor code out to the TargetData class
2001-08-27 Chris LattnerUse the new TargetData class to factor out some of...
2001-08-27 Chris LattnerRemove target specific method.
2001-08-27 Chris LattnerRemove target specific code, move to TargetData.cpp...
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-27 Chris LattnerDemolish explicit source list
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-27 Chris LattnerAdd another TODO: sigh
2001-08-27 Chris LattnerLots of new functionality
2001-08-25 Chris LattnerRemove explicit source list
2001-08-25 Vikram S. AdveAdd dependence to libvmcore.
2001-08-24 Chris LattnerMake sure noone branches to the entry node of the method
2001-08-23 Chris LattnerCompile LLI
2001-08-23 Chris LattnerRename start methods to main so interpreter works easier
2001-08-23 Chris LattnerAdd annotation support
2001-08-23 Chris LattnerHandle case where there is no exit node from a flowgraph
2001-08-23 Chris LattnerChanged an assertion message
2001-08-23 Chris LattnerAdd annotation support to value
2001-08-23 Chris Lattner* Add assertions
2001-08-23 Chris LattnerInitial checkin of interpreter
2001-08-20 Ruchira SasankaLV code on machine instructions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-13 Vikram S. AdveAlways set isDef for operand in position resultPos.
2001-08-13 Ruchira SasankaChanged SetMachineOpernad calls in Set3OperandsFromInst...
2001-08-13 Ruchira SasankaChanged case 64 to make the first arg of phi a defintion
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira Sasankaadded a default isDef arg to SetMachineOperand method...
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-08-06 Vikram S. AdveAdd CC operand as 4th operand of SUBcc, and mark it...
2001-08-06 Vikram S. AdveUse extra operand for instructions that set a CC regist...
2001-08-06 Vikram S. AdveAlso, move burg rule to Makefile.common.
2001-08-06 Vikram S. AdveAnd add rule to create a .cpp source file from burg...
2001-08-06 Vikram S. AdveBetter still, lets move pathname for Burg to Makefile...
2001-08-06 Vikram S. AdveAdd path and options for burg.
2001-08-06 Vikram S. AdveUse full pathname for burg.
2001-07-31 Vikram S. AdveAllow numOperands of -1 for variable #operands.
2001-07-31 Vikram S. AdveSimplify command line options, and add option for printing
2001-07-31 Vikram S. AdveHad used the wrong option.
next