If an indvar with a variable stride is used by the exit condition, go ahead
[oota-llvm.git] / lib / CodeGen /
2006-11-17 Bill WendlingMore removal of std::cerr and DEBUG, replacing with...
2006-11-17 Bill WendlingReplace std::cerr uses of the "DEBUG" macro with "DOUT...
2006-11-16 Bill Wendling*** empty log message ***
2006-11-16 Evan ChengMatch MachineCodeEmitter changes.
2006-11-16 Bill WendlingDon't recompute getNumOperands for each iteration.
2006-11-16 Bill WendlingAdded a new method "CreateNewLiveInterval" which, given...
2006-11-16 Chris Lattnerenable the branch folding pass for the JIT.
2006-11-16 Evan ChengFix an incorrectly inverted condition.
2006-11-15 Evan ChengMatch live variable changes.
2006-11-15 Evan ChengMinor updates.
2006-11-15 Evan ChengA register def can be partially dead when the whole...
2006-11-15 Evan ChengDo away with kill / dead maps. Move kill / dead info...
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-11-15 Chris Lattnerremove dead #include
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-13 Evan Cheng- Let MachineInstr ctors add implicit def and use opera...
2006-11-11 Reid SpencerMake an assert comment match the tested assertion.
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-11 Chris Lattnerdisallow preinc of a frameindex. This is not profitabl...
2006-11-11 Chris Lattnerreduce indentation by using early exits. No functional...
2006-11-11 Chris Lattnermove big chunks of code out-of-line, no functionality...
2006-11-10 Chris LattnerFix a dag combiner bug exposed by my recent instcombine...
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
2006-11-10 Evan ChengWhen forming a pre-indexed store, make sure ptr isn...
2006-11-10 Chris Lattnercommentate
2006-11-09 Evan ChengDon't attempt expensive pre-/post- indexed dag combine...
2006-11-09 Evan ChengAdd a mechanism to specify whether a target supports...
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Evan ChengRename ISD::MemOpAddrMode to ISD::MemIndexedMode
2006-11-09 Jim LaskeyAllows debugging llc self hosted.
2006-11-09 Jim LaskeyMerging dwarf info to a single compile unit.
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
2006-11-08 Evan Cheng- When performing pre-/post- indexed load/store transfo...
2006-11-08 Evan ChengFixed a minor bug preventing some pre-indexed load...
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-07 Jim LaskeyAccidently reran commit.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Chris LattnerEnable improved spilling costs by default. This speeds...
2006-11-07 Jim LaskeyUse correct value for float HUGH_VAL.
2006-11-07 Evan ChengAdd post-indexed load / store transformations.
2006-11-07 Chris LattnerAdd a new llcbeta option. This speeds up viterbi from...
2006-11-07 Reid SpencerUnbreak X86/ELF Debugging. Somehow this line got lost...
2006-11-07 Chris LattnerFix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicEx...
2006-11-06 Evan ChengRemove dead code; added a missing null ptr check.
2006-11-06 Jim LaskeyTab interferes with uniqueness.
2006-11-06 Jim LaskeyD'oh - reversed logic.
2006-11-06 Evan ChengAdd comment.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Evan ChengAdded pre-indexed store support.
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-04 Jim LaskeyLive local variables are being dropped because the...
2006-11-04 Evan ChengChanges to use operand constraints to process two-addre...
2006-11-04 Evan ChengFixed some spiller bugs exposed by the recent two-addre...
2006-11-03 Chris Lattnerthis will work better
2006-11-03 Chris LattnerFix the build on xcode < 2.4
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengRename
2006-11-03 Reid SpencerRemove dead variable. Fix 80 column violations.
2006-11-03 Evan ChengAdded DAG combiner transformation to generate pre-index...
2006-11-03 Evan ChengAdded isPredecessor.
2006-11-03 Evan ChengProper check for two-addressness.
2006-11-03 Chris Lattnersilence warning
2006-11-02 Reid SpencerMake CodeGen libs -pedantic clean.
2006-11-02 Jim Laskey1. Hash not quite right for DIEValues.
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Jim LaskeyGeneral clean up of teh dwarf writer.
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerAllow the getRegForInlineAsmConstraint method to return...
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengTwo-address instructions no longer have to be A :=...
2006-11-01 Evan ChengClean up.
2006-11-01 Evan ChengCopyFromReg starts a live range so its use should not...
2006-11-01 Chris Lattnergive branch folding a simple heuristic to decide which...
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-11-01 Evan ChengPrint jumptable index.
2006-11-01 Chris Lattnermake tail merging more aggressive. If two blocks share...
2006-11-01 Chris Lattnerenable branch folding with an option
2006-10-31 Chris LattnerCompile CodeGen/PowerPC/fp-branch.ll to:
2006-10-31 Chris Lattnerlook through isunordered to inline it into branch blocks.
2006-10-31 Chris Lattnerhandle global address constant sdnodes
2006-10-31 Chris LattnerTargetLowering::isOperandValidForConstraint
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Chris LattnerTurn an assert into an error message. This is commonly...
2006-10-31 Evan ChengFix a typo which can break jumptables.
2006-10-30 Reid SpencerFix a problem introduced by a last-minute change (logic...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Jim LaskeySwitch abbreviations to use the folding set.a.
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengLower jumptable to BR_JT. The legalizer can lower it...
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
next