Fix off-by-one error in traversing an array; this fixes a test.
[oota-llvm.git] / test / CodeGen /
2009-01-07 Misha BrukmanFix off-by-one error in traversing an array; this fixes...
2009-01-07 Evan ChengThe coalescer does not coalesce a virtual register...
2009-01-07 Chris Lattneradd a testcase.
2009-01-07 Dan GohmanAdd patterns to match conditional moves with loads...
2009-01-07 Dan GohmanX86_COND_C and X86_COND_NC are alternate mnemonics for
2009-01-06 Dan GohmanNow that fold-pcmpeqd-0.ll is effectively testing that...
2009-01-06 Dan GohmanRevert r42653 and forward-port the code that lets INC64...
2009-01-06 Dan GohmanFix a bug in ComputeLinearIndex computation handling...
2009-01-06 Scott MichelCellSPU:
2009-01-06 Dan GohmanDelete this test; it's a duplicate of 2006-07-03-schedu...
2009-01-06 Dan GohmanUse a latency value of 0 for the artificial edges inser...
2009-01-05 Evan ChengFind loop back edges only after empty blocks are elimin...
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-05 Scott MichelCellSPU:
2009-01-03 Dan GohmanFix a DAGCombiner abort on an invalid shift count const...
2009-01-03 Scott MichelCellSPU:
2009-01-02 Evan ChengDo not isel load folding bt instructions for pentium...
2009-01-02 Evan ChengUse movaps / movd to extract vector element 0 even...
2009-01-02 Chris Lattnerrename a file to follow naming conventions.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-31 Bill WendlingThis is not failing on Darwin for some reason. XFAIL...
2008-12-31 Scott MichelXFAIL this for now until I can figure out what's going on.
2008-12-30 Scott MichelFix test erratum (which is wierd: works locally for...
2008-12-30 Scott Michel- Start moving target-dependent nodes that could be...
2008-12-27 Scott Michel- Remove Tilmann's custom truncate lowering: it complet...
2008-12-25 Chris Lattneradd PR #
2008-12-25 Chris LattnerAdd a simple pattern for matching 'bt'.
2008-12-24 Bill WendlingRevert the changes in this testcase until Anton can...
2008-12-24 Dan GohmanFix a compiler-abort on a testcase where the stack...
2008-12-23 Dale JohannesenAdd another permutation where we should get rid of...
2008-12-23 Anton KorobeynikovUpdate test
2008-12-23 Mon P WangAdded shuffle and splat test cases for r61365.
2008-12-23 Dale JohannesenOne more permutation of subtracting off a base value.
2008-12-20 Dan GohmanFix fast-isel to not emit invalid assembly when present...
2008-12-20 Dan GohmanUse the correct Preds and Succs lists in setHeightDirty()
2008-12-19 Evan ChengFix PR3149. If an early clobber def is a physical regis...
2008-12-19 Evan Cheng- CodeGenPrepare does not split loop back edges but...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-18 Mon P WangFix test to account for generating some vector code...
2008-12-18 Mon P WangAdded some basic test cases for r61209
2008-12-17 Eli FriedmanFix for PR3225: disable a broken optimization in
2008-12-16 Dale JohannesenA new dag combine; several permutations of this
2008-12-16 Evan ChengWe have decided not to support inline asm where an...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-15 Mon P WangAdded support for splitting and scalarizing vector...
2008-12-15 Mon P WangAdded support to LegalizeType for expanding the operand...
2008-12-12 Bill Wendling- Use patterns instead of creating completely new instr...
2008-12-10 Bill WendlingIf ADD, SUB, or MUL have an overflow bit that's used...
2008-12-10 Duncan SandsFor amusement, implement SADDO, SSUBO, UADDO, USUBO
2008-12-10 Mon P WangFixed a bug when trying to optimize a extract vector...
2008-12-09 Bill WendlingImplement fast-isel conversion of a branch instruction...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Scott MichelCellSPU:
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-06 Evan ChengClean up some ARM GV asm printing out; minor fixes...
2008-12-05 Dale JohannesenFix test to pass on Linux.
2008-12-05 Dale JohannesenMake LoopStrengthReduce smarter about hoisting things...
2008-12-05 Evan ChengThis test also requires -mattr=+sse41.
2008-12-05 Evan ChengEffectively undo 60461 in PIC mode which simply transfo...
2008-12-05 Evan ChengRe-did 60519. It turns out Darwin's handling of hidden...
2008-12-05 Scott MichelCellSPU: Add new directory under tests/CodeGen/CellSPU...
2008-12-04 Bill WendlingTemporarily revert r60519. It was causing a bootstrap...
2008-12-04 Evan ChengVisibility hidden GVs do not require extra load of...
2008-12-03 Evan ChengUse mmx (punpckldq VR64, (mmx_v_set0)) to clear high...
2008-12-03 Rafael EspindolaFix some tests. The grep for "il" was matching "file".
2008-12-03 Richard OsborneAdd support for ISD::TRAP to the XCore backend
2008-12-03 Evan ChengFix test.
2008-12-03 Dan GohmanMark x86's V_SET0 and V_SETALLONES with isSimpleLoad...
2008-12-03 Bill WendlingChange label to 'carry' for unsigned adds.
2008-12-03 Dan GohmanFix byval arguments in the fastcc calling convention...
2008-12-03 Dan GohmanAdd nounwind attributes to this test.
2008-12-03 Dale Johannesentestcases for recent dag combiner changes
2008-12-02 Evan ChengRemove a (what appears to be) overly strict assertion...
2008-12-02 Scott MichelCellSPU:
2008-12-02 Evan ChengFix PR3124: overly strict assert.
2008-12-02 Bill WendlingSecond stab at target-dependent lowering of everyone...
2008-12-01 Chris LattnerAdd rdar reference, make this actually fail when the...
2008-12-01 Dale JohannesenConsider only references to an IV within the loop when
2008-12-01 Scott MichelCellSPU:
2008-11-30 Eli FriedmanFollowup to r60283: optimize arbitrary width signed...
2008-11-30 Eli FriedmanFix for PR2164: allow transforming arbitrary-width...
2008-11-30 Eli FriedmanAPIntify a test which is potentially unsafe otherwise...
2008-11-27 Bill WendlingXFAil test due to reverting of patch.
2008-11-27 Evan ChengAvoid inserting noop's in the middle of a loop.
2008-11-27 Evan ChengOn x86 favors folding short immediate into some arithme...
2008-11-27 Evan ChengAdd -march=x86.
2008-11-26 Bill WendlingAdd x86-specific test for add-with-overflow intrinsics.
2008-11-26 Chris LattnerTurn on my codegen prepare heuristic by default. It...
2008-11-26 Duncan SandsCheck that running the DAG combiner between type
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Chris Lattnerfix an over-reduced test.
2008-11-26 Chris Lattnerthis doesn't need EH
2008-11-25 Scott MichelCellSPU:
2008-11-25 Scott MichelCellSPU: test should use shlqby, not shlqbyi
2008-11-25 Bill WendlingXFAIL this test. A recent CellSPU check-in broke it.
next