oota-llvm.git
2006-11-13 Reid SpencerAdd a link to the GEP FAQ.
2006-11-13 Chris Lattnerremove redundant code
2006-11-13 Nick LewyckyCute example from Chris Lattner.
2006-11-12 Bill WendlingInitialize some pointers to quiet the compiler (when...
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Reid SpencerRevert premature patch.
2006-11-11 Reid SpencerDocument new constant expr operators, rename bitconvert...
2006-11-11 Jim LaskeyMake sure stack link is set in 64-bit.
2006-11-11 Jim LaskeyXFAIL All but powerpc
2006-11-11 Reid SpencerAdd a preview of two new conversion operators: ptrtoint...
2006-11-11 Reid SpencerRemvoe a do-nothing else block.
2006-11-11 Reid SpencerMake an assert comment match the tested assertion.
2006-11-11 Reid SpencerMinor style fixes from review.
2006-11-11 Chris Lattnerimplement proper PPC64 prolog/epilog codegen.
2006-11-11 Reid SpencerAdd a -disable-loop-extraction option to bugpoint.
2006-11-11 Reid SpencerFor PR998:
2006-11-11 Jim LaskeyWorks for PowerPC with frame pointers.
2006-11-11 Reid SpencerAdd -lstdc++ to the link line for C++ programs.
2006-11-11 Jim LaskeyRunning with frame pointers prevented debugging, extern...
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.
next