Lexer doesn't create typehandle gross stuff now, parser does.
[oota-llvm.git] / include / llvm / CodeGen /
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveFix padding when allocating local variables on stack.
2002-03-24 Vikram S. AdveAdd methods to support type inquiry. Rename TmpInstruc...
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-23 Chris LattnerRename Method to Function
2002-03-19 Vikram S. AdveBig bug fix: killed uses were being inserted instead...
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-03-18 Vikram S. AdveUse vector for machine instructions in GetInstructionsB...
2002-03-18 Vikram S. AdveBug fix in setting CC register.
2002-02-24 Chris LattnerMake it compile with GCC 3.0.4
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerFix field initialization order problem
2001-11-15 Vikram S. AdveModify method AllocateLocalVar to take size argument.
2001-11-08 Vikram S. AdveUse different op labels for bitwise logical operations...
2001-11-08 Vikram S. AdveAdded a second constructor for and improved class TmpIn...
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-08 Vikram S. AdveOld file which was moved to include/llvm/Target some...
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod to provide method...
2001-10-22 Vikram S. AdveAdded function interfaces for generating prolog and...
2001-10-19 Ruchira SasankaAdded code to Initialize (MachineOperand) to initialize...
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-16 Ruchira Sasankaadded initializing regNum to -1 in both constructors...
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-13 Chris LattnerDang, I screwed up the merge. This should be better
2001-10-13 Chris LattnerClean up initializers for GCC 2.96
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Vikram S. AdveAdd vector `implicitUses' to class MachineCodeForVMInst...
2001-09-30 Ruchira Sasankano major change.
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-18 Ruchira Sasanka--added methods to operand class to set/get registers...
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-15 Ruchira Sasankaadded a method to get reg num after register allocation
2001-09-15 Ruchira Sasanka-modified machine operand class - took regNum out of...
2001-09-15 Ruchira Sasanka-- debug messages dissabled
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-10 Chris LattnerUpdate assertion to allow extra case
2001-09-09 Chris LattnerFix build breakage. :(
2001-09-09 Chris LattnerRemove extra #include
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira Sasanka*** empty log message ***
2001-09-08 Ruchira SasankaCommitted for compliation. Not yet final.
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 LattnerAnnotations are now passed around as const objects
2001-08-31 Ruchira Sasanka*** empty log message ***
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...
next