oota-llvm.git
2006-11-10 Evan ChengFix a bug in SelectScalarSSELoad. Since the load is...
2006-11-10 Jim LaskeyMust have a frame pointer argument fixed. Now fails...
2006-11-10 Jim LaskeyMust have a frame pointer.
2006-11-10 Chris Lattnerdform 8/9 are identical to dform 1
2006-11-10 Reid SpencerThis is XFAILed on i[0-9]86 systems not Linux
2006-11-10 Jim LaskeyShut up the warning.
2006-11-10 Evan ChengFix a potential bug.
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
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 Anton KorobeynikovAdding target triple to test
2006-11-10 Tanya Lattnerxfail for llvmgcc3
2006-11-10 Chris Lattnercommentate
2006-11-10 Chris Lattneradd an initial cut at preinc loads for ppc32. This...
2006-11-10 Chris Lattnermake this test more interesting
2006-11-10 Chris Lattnerallow ptr_rc to explicitly appear in an instructions...
2006-11-10 Chris Lattneradd note about ugly codegen with preinc
2006-11-10 Evan ChengUse TargetInstrInfo::getNumOperands() instead of Machin...
2006-11-10 Anton KorobeynikovFixing PR990: http://llvm.org/PR990.
2006-11-10 Chris Lattneradd a note about viterbi
2006-11-09 Chris Lattnersecond patch to fix PR992/993.
2006-11-09 Chris Lattnernew testcases for PR992/993
2006-11-09 Chris LattnerMinimal patch to fix PR992/PR993
2006-11-09 Reid SpencerPost-review changes on conversion instructions.
2006-11-09 Reid SpencerFix runaway <tt> element and section ordering.
2006-11-09 Reid SpencerRemove futurisms that won't be in our future.
2006-11-09 Reid SpencerOne more time for indentation.
2006-11-09 Reid SpencerFix indentation problem starting at GEP.
2006-11-09 Chris Lattnerif lazy compilation is disabled, print an error message...
2006-11-09 Chris Lattnerinit ivar
2006-11-09 Chris Lattnerallow clients to indicate that they never want lazy...
2006-11-09 Evan ChengPPC supports i32 / i64 pre-inc load / store.
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 Rafael Espindolaimplement load effective address similar to the alpha...
2006-11-09 Jim Laskeymath.h creates ambiguity
2006-11-09 Jim Laskeymath.h for C's sake.
2006-11-09 Chris Lattnercompletely revert patrick's enhancement to bugpoint...
2006-11-09 Chris Lattneradd a new bugpoint mode -llc-safe. This uses LLC for...
2006-11-09 Chris Lattnersilence warnings
2006-11-09 Chris LattnerTeach ShrinkDemandedConstant how to handle X+C. This...
2006-11-09 Chris Lattnernew testcases
2006-11-09 Evan ChenggetPostIndexedAddressParts change: passes in load/store...
2006-11-09 Evan ChengRemove M_2_ADDR_FLAG.
2006-11-09 Reid SpencerDon't run bugpoint if we can't find a misoptimization.
2006-11-09 Reid SpencerPrint a usage message if too few arguments to program.
2006-11-09 Reid SpencerAdd a utility script to find a mis-optimization problem...
2006-11-08 Tanya LattnerShould be xfailed for llvmgcc3
2006-11-08 Tanya LattnerShould be xfailed for llvmgcc4 and NOT *. * means all...
2006-11-08 Evan ChengAdded indexed store node and patfrag's.
2006-11-08 Evan ChengDivide select methods into groups by SelectionDAG node...
2006-11-08 Reid SpencerEnsure we don't regress on reading version 6 bytecode.
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-08 Evan ChengUse movl+xchgl instead of pushl+popl.
2006-11-08 Evan ChengMatch tblegen changes.
2006-11-08 Evan ChengAlways pass the root node to ComplexPattern isel matchi...
2006-11-08 Evan ChengMatch more post-indexed ops.
2006-11-08 Tanya LattnerShould be xfailed for llvm-gcc3.4
2006-11-08 Reid SpencerDocument correct opcodes for post 1.9 release.
2006-11-08 Reid SpencerUpdate the instruction opcodes for release 1.9
2006-11-08 Chris Lattnerreenable factoring of GEP expressions, being more preci...
2006-11-08 Chris Lattnermake this code more efficient by not creating a phi...
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Chris Lattnerdisable this factoring optzn for GEPs for now, this...
2006-11-08 Jim LaskeyMake sure <cmath> comes first
2006-11-08 Jim LaskeyAdd backup support for HUGH_VALF.
2006-11-08 Rafael Espindolainitial implementation of addressing mode 2
2006-11-08 Jim LaskeyMake it work on Darwin.
2006-11-08 John CriswellInclude llvm/Support/DataTypes.h to define intptr_t.
2006-11-08 Jim LaskeyNow can re-enable debug label folding.
2006-11-08 Jim LaskeyWasn't handling case of when machine move labels were...
2006-11-08 Devang PatelSplit FunctionPassManager_New into FunctionPassManager_...
2006-11-08 Devang PatelSplit PassManager_New into PassManager_New and PassMana...
2006-11-08 Devang PatelMove BasicBlockPassManager_New, FunctionPassManager_New and
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 Reid SpencerXFAIL this on Linux until Jim gets Darwin ship shape.
2006-11-08 Chris Lattnernow that we handle single mbb loops better, one branch...
2006-11-08 Chris Lattnerregenerate
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-08 Chris Lattnercorrect the (currently unused) pattern for lwzu.
2006-11-08 Chris Lattnerpreincrement case we miss. xfail until we catch it
2006-11-08 Devang PatelBeautify.
2006-11-08 Reid SpencerFix the section headings.
2006-11-08 Reid SpencerFor PR950:
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-08 Devang PatelBeautify.
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Devang PatelDerive new pass managers from PassManagerAnalysisHelper.
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
next