Re-constify things that don't break the build. Last patch in this
[oota-llvm.git] / lib / CodeGen /
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Anton KorobeynikovUse integer log for metric calculation
2007-04-09 Jeff CohenUnbreak VC++ build.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll:test3
2007-04-09 Chris Lattneradd some assertions
2007-04-09 Chris LattnerFix a bug introduced with my previous patch, where...
2007-04-09 Chris LattnerFix CodeGen/Generic/2007-04-08-MultipleFrameIndices...
2007-04-09 Chris LattnerFix PR1316
2007-04-08 Chris LattnerFix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and...
2007-04-06 Chris Lattnerminor comment fix
2007-04-05 Reid SpencerChange the bit_part_select (non)implementation from...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-04 Evan ChengRe-materialize all loads from fixed stack slots.
2007-04-04 Evan ChengTrivially re-materializable instructions have spill...
2007-04-03 Evan ChengBad bad bug. findRegisterUseOperand() returns -1 if...
2007-04-02 Scott Michel1. Insert custom lowering hooks for ISD::ROTR and ISD...
2007-04-02 Evan ChengUgh. Copy coalescer does not update register numbers.
2007-04-02 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Reid SpencerFor PR1297:
2007-03-31 Chris Lattnermove a bunch of code out of the sdisel pass into its...
2007-03-31 Chris Lattnerswitch TL::getValueType to use MVT::getValueType.
2007-03-31 Chris LattnerAdd a -print-lsr-output option to LLC, to print the...
2007-03-30 Chris Lattneradd one addressing mode description hook to rule them...
2007-03-30 Dale JohannesenFix incorrect combination of different loads. Reenable...
2007-03-30 Evan ChengDon't add the same MI to register reuse "last def/use...
2007-03-30 Evan ChengBug fix for PR1279. When isDead is propagate by copy...
2007-03-29 Evan ChengDisable load width reduction xform of variant (zext...
2007-03-29 Evan ChengNew entries.
2007-03-28 Evan ChengNotes on re-materialization.
2007-03-28 Evan ChengMove rematerialization out of beta.
2007-03-28 Evan ChengScale 1 is always ok.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-28 Evan ChengGEP index sinking fixes:
2007-03-28 Evan ChengFix for PR1279. Dead def has a live interval of length...
2007-03-27 Anton KorobeynikovRemove dead code
2007-03-27 Anton KorobeynikovSplit big monster into small helpers. No functionality...
2007-03-27 Evan ChengSDISel does not preserve all, it changes CFG and other...
2007-03-27 Evan ChengDon't call getOperandConstraint() if operand index...
2007-03-26 Evan ChengFix for PR1266. Don't mark a two address operand IsKill.
2007-03-26 Evan ChengChange findRegisterUseOperand() to return operand index...
2007-03-26 Dale JohannesenFix reversed logic in getRegsUsed. Rename RegStates...
2007-03-26 Evan ChengSIGN_EXTEND_INREG requires one extra operand, a ValueTy...
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-25 Chris LattnerImplement support for vector operands to inline asm...
2007-03-25 Chris Lattnerimplement initial support for the silly X constraint...
2007-03-25 Chris LattnerImplement CodeGen/X86/2007-03-24-InlineAsmMultiRegConst...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-24 Chris Lattnerdon't rely on ADL
2007-03-24 Evan ChengAdjust offset to compensate for big endian machines.
2007-03-23 Evan ChengMake sure SEXTLOAD of the specific type is supported...
2007-03-23 Evan ChengAlso replace uses of SRL if that's also folded during...
2007-03-23 Evan ChengA couple of bug fixes for reducing load width xform:
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-22 Evan ChengMore opportunities to reduce load size.
2007-03-22 Evan ChengFix for PR1257. Bug in live range shortening as a resul...
2007-03-21 Dale Johannesenrepair x86 performance, dejagnu problems from previous...
2007-03-21 Evan Chengfold (truncate (srl (load x), c)) -> (smaller load...
2007-03-20 Evan ChengPotential spiller improvement.
2007-03-20 Dale Johannesendo not share old induction variables when this would...
2007-03-20 Dale Johannesenmaintain LiveIn when splitting blocks (register scaveng...
2007-03-20 Jeff CohenFix some VC++ warnings.
2007-03-20 Lauro Ramos VenancioCode clean up.
2007-03-20 Evan ChengMinor bug.
2007-03-20 Lauro Ramos VenancioCopyToReg source operand can be a physical register.
2007-03-20 Evan ChengFirst cut trivial re-materialization support.
2007-03-19 Evan ChengRemove -reduce-joining-phys-regs options. Make it on...
2007-03-19 Evan ChengMinor bug fix.
2007-03-18 Evan Cheng- Merge UsedBlocks info after two virtual registers...
2007-03-18 Evan ChengKeep UsedBlocks info accurate.
2007-03-17 Evan ChengTrack the BB's where each virtual register is used.
2007-03-17 Evan ChengJoining a live interval of a physical register with...
2007-03-17 Evan ChengUse SmallSet instead of std::set.
2007-03-17 Evan ChengIf sdisel has decided to sink GEP index expression...
2007-03-16 Evan ChengTurn on GEP index sinking by default.
2007-03-16 Evan ChengStupid bug.
2007-03-16 Evan ChengSink a binary expression into its use blocks if it...
2007-03-16 Evan ChengAdded isLegalAddressExpression hook to test if the...
2007-03-15 Evan ChengDebugging output stuff.
2007-03-14 Evan ChengEstimate a cost using the possible number of scratch...
2007-03-13 Evan ChengTry schedule def + use closer whne Sethi-Ullman numbers...
2007-03-12 Evan ChengMore flexible TargetLowering LSR hooks for testing...
2007-03-09 Evan ChengIf a virtual register is already marked alive in this...
2007-03-09 Evan ChengPrint preds / succs BB numbers.
2007-03-09 Evan ChengAvoid variable shadowing.
2007-03-08 Chris Lattnerimplement support for floating point constants used...
2007-03-08 Chris Lattnermake this fail even in non-assert builds.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-07 Anton KorobeynikovCleanup: make SetCounter an instance variable
2007-03-07 Evan ChengAvoid combining indexed load further.
2007-03-07 Anton KorobeynikovFix DWARF debugging information on x86/Linux and (hopef...
2007-03-06 Evan ChengMinor bug fix.
2007-03-06 Devang PatelNow LoopStrengthReduce is a LoopPass.
2007-03-06 Chris Lattnerbig endian 32-bit systems (e.g. ppc32) want to return...
2007-03-06 Anton KorobeynikovSmall eye-candy: use asciz directive everywhere, where...
next