Remove makefile for dead library
[oota-llvm.git] / lib / CodeGen / InstrSelection /
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-07-29 Vikram S. AdveAll constant-evaluation code now unified into
2003-07-26 Chris LattnerMaking this code const-correct would be a pain, so...
2003-07-23 Chris LattnerRemove unnecessary casts
2003-07-23 Chris LattnerRemove using decl
2003-07-06 Vikram S. AdveChoose register instead of immediate for ConstantExpr...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove two using decls
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-07 Misha BrukmanDo not hastily change the Opcode from 'r' to 'i' type...
2003-06-04 Misha BrukmanI have finally seen the light. The code to change the...
2003-06-03 Misha BrukmanMoved code to modify the opcode from 'reg' to 'imm...
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-30 Misha BrukmanWhen converting virtual registers to immediate constant...
2003-04-23 Chris LattnerRemove unneccesary &*
2003-01-15 Chris LattnerMove sparc specific code into the Sparc backend
2003-01-15 Chris LattnerFix bug in previous checkin
2003-01-15 Chris LattnerMinor changes
2003-01-15 Chris LattnerRemove dead code
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
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.
next