* Convert to use LiveVariable analysis
[oota-llvm.git] / lib / CodeGen / InstrSelection /
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-11-09 Chris LattnerFix warning
2002-10-29 Chris LattnerUse higher level method
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-17 Chris LattnerAdd support for GCC 2.96
2002-09-16 Vikram S. AdveAdd a version of ChooseRegOrImmed to handle numerical...
2002-09-12 Chris LattnerFix a bug I introduced into the code generator. :(
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-08 Chris LattnerMake sure the leakdetector is told about temporary...
2002-09-08 Chris LattnerInform the memory leak detector that TmpInstruction...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-24 Vikram S. AdveUse newly-added type inspection support in InstTreeNode...
2002-08-24 Vikram S. AdveMoved code here to extract memory instruction indices...
2002-08-23 Anand ShuklaAdded #include <alloca.h>
2002-08-22 Chris LattnerEliminated the MemAccessInst class, folding contents...
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-15 Vikram S. AdveUnary Not (boolean and bitwise) is no longer a separate...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-30 Chris LattnerRemove unused vector
2002-07-22 Mehwish Nagdamoving to the Reoptimizer/Mapping dir
2002-07-22 Chris Lattner*** empty log message ***
2002-07-19 Mehwish Nagdachanged size computation
2002-07-17 Mehwish Nagdaadded check for Function with 0 BB
2002-07-16 Mehwish NagdaNow will profile all Basic Blocks
2002-07-15 Mehwish NagdaInitial checking : Writes LLVM - MI mappiing to the...
2002-07-08 Vikram S. AdveMoved class MachineCodeForBasicBlock to MachineCodeForB...
2002-07-08 Vikram S. AdveMachineInstr::dump() now takes no arguments.
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-20 Chris LattnerHide debugging options
2002-05-19 Vikram S. AdveBetter folding getelementptr operations with mixed
2002-05-19 Vikram S. AdvecpValue2Value now needs a vector of MachineInstr to...
2002-05-06 Chris LattnerReplace all usages of Type::isPointerType with isa...
2002-04-29 Chris LattnerAdd neccesary #include
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerGCC3.0 is reported to die without an alloca definition.
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-24 Vikram S. AdveMajor overhaul to FoldGetElemPtr to handle mixed array...
2002-03-24 Vikram S. AdveUse deterministic iterator for treeRoots.
2002-03-24 Vikram S. AdveChange treeRoots data structure to make enumeration...
2002-03-18 Vikram S. AdveConstants are now added to the constant pool only when...
2002-03-18 Vikram S. AdveUse vector for machine instructions returned by GetInst...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris Lattner* Switch over to cleaner TmpInstruction model
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Swich to annotation model for MachineCodeForInstruction
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerThe old getIndices has been deprecated, because it...
2001-11-15 Ruchira SasankaAdded naming to inserted phi copy values - for easy...
2001-11-15 Ruchira SasankaChanged phi elimination code
2001-11-14 Vikram S. AdveDon't assume constant operand can only be in position 1!
2001-11-14 Vikram S. AdveIdiotic error in last fix.
2001-11-14 Vikram S. AdveDon't need to load a NULL pointer constant from memory!
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-12 Ruchira SasankaFor phi elimination, now we are generating only one...
2001-11-12 Ruchira SasankaAdded phi elimination code - not final
2001-11-08 Vikram S. AdveMajor overhaul of stack frame management.
2001-11-04 Chris LattnerMinor method rename
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
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 LattnerConvert more code to use new style casts
2001-09-30 Vikram S. AdveChange ! ( ...== ...) to !=.
2001-09-18 Chris LattnerDon't check for null on delete
2001-09-18 Vikram S. AdveMinor changes.
2001-09-18 Vikram S. AdveDon't add instructions to subtree for Phi or Call.
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
next