Get rid of the old byte-at-a-time emission code used when the Sparc JIT was
[oota-llvm.git] / lib / Target / SparcV9 / InstrSelection /
2004-04-07 Brian GaekeDon't include InstrSelectionSupport.h.
2004-04-07 Brian GaekeDon't include InstrSelectionSupport.h.
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-29 Chris LattnerMove the private MachineInstrAnnot.h into a private...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-01-09 Chris LattnerMove InstrSelection into lib/Target/Sparc, as it's...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerWhoops, don't try to lower non intrinsic calls
2003-12-28 Chris LattnerUse the intrinsic lowering functionality
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-12-10 John CriswellThis appears to fix Bug 172 and does not break any...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Misha BrukmanMake code layout more consistent.
2003-10-20 John CriswellAdded LLVM copyright notice to Makefiles.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-09-17 Misha BrukmanFixed spelling.
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
next