oota-llvm.git
2006-11-11 Evan ChengAdd implicit use / def operands to created MI's.
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-11 Evan ChengAdd all implicit defs to FP_REG_KILL mi.
2006-11-11 Chris Lattnerallow the offset of a preinc'd load to be the low-part...
2006-11-11 Chris LattnerMark operands as symbol lo instead of imm32 so that...
2006-11-11 Devang PatelImplement schedulePasses().
2006-11-11 Devang PatelImplement PassManagerImpl_New::add().
2006-11-11 Devang PatelWhile adding pass into the manager, process Analysis...
2006-11-11 Devang PatelRemove dead code.
2006-11-11 Devang PatelCode refactoring. Move common code into CommonPassManag...
2006-11-11 Devang PatelMove CommonPassManagerImpl from PassManager.h to PassMa...
2006-11-11 Devang PatelRemove analysis that is not preserved by the pass from...
2006-11-11 Devang PatelKeep track if analysis made available by the pass.
2006-11-11 Reid SpencerInstruction name changes.
2006-11-11 Reid SpencerEnable path completion when typing the TESTSUITE= optio...
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 Devang PatelKeep track of analysis required by the passes. Force...
2006-11-11 Chris Lattnermove big chunks of code out-of-line, no functionality...
2006-11-11 Chris Lattnerenable this test, check ppc64 as well.
2006-11-11 Chris Lattnerppc64 doesn't have lwau, don't attempt to form it.
2006-11-11 Reid SpencerAllow ENABLE_OPTIMIZED=0 to turn off optimization ...
2006-11-10 Chris Lattnerimplement preinc support for r+i loads on ppc64
2006-11-10 Chris LattnerFix InstCombine/2006-11-10-ashr-miscompile.ll a miscomp...
2006-11-10 Chris LattnerThis testcase is miscompiled by instcombine, reduced...
2006-11-10 Evan ChengAdd a note.
2006-11-10 Evan ChengThese are done.
2006-11-10 Evan ChengDon't dag combine floating point select to max and...
2006-11-10 Chris LattnerFix a dag combiner bug exposed by my recent instcombine...
2006-11-10 Chris Lattnernew testcase
2006-11-10 Devang Patels/PassManagerAnalysisHelper/CommonPassManagerImpl
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
next