Use -Wl,-x instead of -s: it is more portable, and in particular,
[oota-llvm.git] / lib / Target / SparcV9 /
2002-12-03 Chris LattnerInitialize implicit uses/defs fields for sparc backend...
2002-11-17 Chris LattnerFix misleading indentation
2002-11-09 Chris LattnerFix warning
2002-11-06 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-11-02 Chris LattnerMove function to cpp file from header
2002-11-01 Chris LattnerNew iostream definitions
2002-10-31 Chris LattnerReassociate pass now works
2002-10-30 Vikram S. AdveBug fix: need to initialize new CallArgsDescriptor...
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
2002-10-29 Misha BrukmanFix spelling of `propagate'.
2002-10-29 Chris LattnerThese are no longer virtual methods
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Vikram S. AdveRemove separate vector of implicit refs from MachineIns...
2002-10-29 Vikram S. AdveMove CallArgsDescriptor into this class instead of...
2002-10-29 Vikram S. AdveBug fix: align size for dynamic allocas according to...
2002-10-29 Chris Lattner*** empty log message ***
2002-10-29 Chris LattnerUse higher level methods, don't use TargetInstrDescript...
2002-10-29 Chris LattnerUse higher level method
2002-10-29 Chris LattnerRemove #include, misleading comment, and a typedef...
2002-10-29 Chris LattnerInline typedef, eliminate unused method
2002-10-29 Chris LattnerRemove long dead #if 0
2002-10-29 Chris LattnerAdd #includes that were eliminated from headers
2002-10-29 Chris LattnerDe-inline methods
2002-10-29 Chris LattnerRemove #include
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-29 Chris LattnerRemove forward decl
2002-10-29 Chris LattnerMake assertIGNode be private to the InterferenceGraph...
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Chris LattnerMachineInstrInfo no longer #includes this header, so...
2002-10-28 Chris LattnerUse BuildMI instead of explicit code.
2002-10-28 Chris LattnerRemove all traces of the "Opcode Mask" field in the...
2002-10-28 Chris LattnerFix minor bug
2002-10-28 Chris LattnerDon't pass default args
2002-10-28 Misha BrukmanRewrote uses of deprecated `MachineFunction::get(BasicB...
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Chris LattnerDon't bother passing in default value
2002-10-28 Chris LattnerRename some regalloc fields
2002-10-28 Chris LattnerFixes to work with updated RegAlloc
2002-10-28 Chris LattnerEliminate usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerEliminate uses of MachineBasicBlock::get
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMake Scheduling Class variables be 'unsigned' instead...
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 LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerFixes to previous checkin
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris Lattnerchange ++ to +1 when using random access iterators
2002-10-25 Chris LattnerPrune #includes
2002-10-25 Chris LattnerFix misspelling
2002-10-23 Chris LattnerTell PassManager that this pass does not invalidate...
2002-10-23 Chris LattnerMinor cleanups
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-22 Chris Lattner - Two minor improvements to the MachineInstr class...
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-14 Vikram S. AdvePrint "circular" warning message only in debug mode.
2002-10-14 Vikram S. AdveRemoved misleading const keyword.
2002-10-14 Vikram S. AdveSignificant improvement: GEP used by a load or store...
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-13 Chris Lattner - Rename Instruction::First*Op to *OpsBegin, and...
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-10-13 Vikram S. AdveDon't use %l0 for large operands to a SAVE since it...
2002-10-13 Vikram S. AdveDon't mark JMPLCALL and JMPLRET as branches.
2002-10-13 Vikram S. Adve(1) Try to evaluate constant when multiplying 2 constants.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer in SparcRegInfo.
2002-10-13 Vikram S. AdveEliminate duplicate target pointer. Also add a few...
2002-10-13 Vikram S. AdveMake sure to handle small negative values hiding as...
2002-10-13 Vikram S. AdveMajor fix: extract ConstantExpr nodes and decompose...
2002-10-11 Vikram S. AdveMajor bug fix: spill code for an instruction in a delay...
2002-09-29 Vikram S. AdveBug fix in folding getElementPtr instructions: don...
2002-09-28 Vikram S. AdveAdded a couple of helper methods for live range constru...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveFixed method getReturnValue(): it should return NULL...
2002-09-28 Vikram S. AdveFixed incorrect assertion: spill code for function...
2002-09-28 Vikram S. AdveReturn address register should be marked as "result...
2002-09-28 Vikram S. AdveLive ranges for Return value and return address of...
2002-09-28 Vikram S. AdveSimplified code that handles call args and rets, so...
2002-09-28 Vikram S. AdveSimplify Call translation slightly.
2002-09-27 Vikram S. AdveOverhaul integer conversions to match C++ ISO standard.
2002-09-27 Vikram S. AdveModify operand order for Create{Sign,Zero}ExtensionInst...
2002-09-27 Vikram S. AdveBug fix: some redundant copies were not being deleted...
2002-09-27 Vikram S. AdveSign-extend integer constants from original type size...
2002-09-27 Vikram S. AdveDecompose FP-to-UInt casts into FP-to-ULong-toUInt.
2002-09-23 Vikram S. AdvePut intermediate source files in a subdirectory here...
2002-09-21 Anand ShuklaInitial version: it adds 2 empty slots at the top of...
2002-09-20 Vikram S. AdveAdd method IGNode::getCombinedDegree to count the sum...
next