Regenerate.
[oota-llvm.git] / lib / CodeGen /
2006-11-30 Jim Laskeybetter check for version
2006-11-30 Jim LaskeyChange global descriptor names to provide name, full...
2006-11-30 Jim LaskeyTemp fix to deal gdb issue.
2006-11-30 Evan Cheng- MachineInstr now keeps a ptr to TargetInstrDescriptor...
2006-11-29 Evan ChengAvoid inifinite looping if READCYCLECOUNTER isn't custo...
2006-11-29 Jim LaskeyEliminate unnecessary scopes.
2006-11-29 Evan ChengAllow target to custom lower READCYCLECOUNTER (when...
2006-11-29 Evan ChengFix for PR1023 by Dan Gohman.
2006-11-29 Evan ChengFix for PR1022 (folding loads of static initializers...
2006-11-29 Chris Lattneradd a hook to allow targets to hack on inline asms...
2006-11-29 Bill WendlingConverted to using llvm streams instead of <iostream>s
2006-11-28 Bill WendlingUse llvm streams instead of <iostream>
2006-11-28 Bill WendlingPut the #include for a module first.
2006-11-28 Evan ChengClean up.
2006-11-28 Bill WendlingChanged to using llvm streams.
2006-11-28 Chris LattnerFix PR1016
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-27 Chris LattnerFix the dag combiner bug corresponding to PR1014.
2006-11-27 Chris LattnerFor better or worse, load from i1 is assumed to be...
2006-11-27 Chris LattnerIf a brcond condition is promoted, make sure to zero...
2006-11-27 Reid SpencerFor PR950:
2006-11-20 Jim LaskeyGlobal label not handled correctly.
2006-11-20 Chris LattnerFix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCra...
2006-11-20 Chris LattnersetOperand should not zap the operand list or add impli...
2006-11-20 Reid SpencerFor PR950:
2006-11-18 Chris LattnerDon't transform in another bad case: if the block is...
2006-11-18 Chris LattnerFix another case we *don't* want to do this xform.
2006-11-18 Chris LattnerImplement operator<< for machine basic blocks to make...
2006-11-18 Chris Lattnermake the previous change more aggressive, moving any...
2006-11-18 Chris LattnerMinor code layout tweak: if we have something like...
2006-11-17 Jim LaskeyFixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1...
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.
next