Fix SmallVector's size calculation so that a size of 0 is
[oota-llvm.git] / test /
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Bill WendlingTestcase for PR2585.
2008-08-21 Dan GohmanAdd -mattr=sse2 so this test doesn't fail on non-x86...
2008-08-21 Dale JohannesenMake x86 and sse2 explicit for non-x86 hosts.
2008-08-21 Evan ChengFix a number of byval / memcpy / memset related codegen...
2008-08-21 Dan Gohmangetelementptr doesn't work on x86-64 yet, because it
2008-08-21 Dan GohmanMVT::getMVT uses iPTR for pointer types, while we need...
2008-08-21 Nick LewyckyRevert r54876 r54877 r54906 and r54907. Evan found...
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-20 Dan GohmanAdd a -march line for this test, and run it on x86...
2008-08-20 Chris Lattnerll printer prints each zeroinit on the same line now...
2008-08-20 Dan GohmanAdd FastISel support for floating-point operations.
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-19 Bill WendlingAdd support for the __sync_sub_and_fetch atomics and...
2008-08-19 Dan GohmanFast-isel is now *minimally* functional. Add a testcase to
2008-08-19 Dale JohannesenAdd support for 8 and 16 bit forms of __sync
2008-08-18 Bill WendlingXFAIL this test for now.
2008-08-17 Nick LewyckyConsider the case where xor by -1 and xor by 128 have...
2008-08-17 Evan ChengDidn't mean to change this.
2008-08-17 Evan ChengFix a (u)comiss intrinsic lowering bug. It was using...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Nick LewyckyXor'ing both sides of icmp by sign-bit is equivalent...
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-08-15 Devang PatelReapply 54786. Add overflow and number of mantissa...
2008-08-15 Evan ChengRevert 54786. It's not checking for overflows, etc.
2008-08-14 Bill WendlingRenaming LLVMC/dg.exp to LLVM/llvmc.exp
2008-08-14 Devang PatelThe pass manager is not able to schedule -loop-deletion...
2008-08-14 Devang PatelIf IV is used in a int-to-float cast inside the loop...
2008-08-14 Dan GohmanImprove support for vector casts in LLVM IR and CodeGen.
2008-08-13 Dan GohmanFix a bogus srem rule - a negative value srem'd by...
2008-08-13 Dan GohmanAllow SelectionDAG to create EXTRACT_VECTOR_ELT nodes...
2008-08-13 Dan GohmanFix SCCP's handling of struct value loads and stores...
2008-08-13 Duncan SandsTeach constant folding that an inttoptr of a
2008-08-13 Devang PatelCheck sign to detect overflow before changing compare...
2008-08-12 Dan GohmanExtend ScalarEvolution's executesAtLeastOnce logic...
2008-08-11 Chris LattnerImplement support for simplifying vector comparisons...
2008-08-11 Dan GohmanImprove the grep commands for this test to be tolerant...
2008-08-11 Dan GohmanTake the FrameOffset into account when computing the...
2008-08-09 Gordon Henriksen[PR-2610] Adding Ocaml bindings for Switch::addCase.
2008-08-08 Dan GohmanAdd an EXTRACTPSmr pattern to match the pattern that
2008-08-08 Nick LewyckyTestcase for r54520.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
2008-08-08 Nick LewyckyDon't crash printing the asm for a ConstantExpr PtrToIn...
2008-08-08 Bruno Cardoso LopesSupport added for ctlz intrinsic, test case added.
2008-08-08 Bruno Cardoso Lopes[Last] Batch 7 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 6 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 5 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 4 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 3 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 2 of Mips CodeGen tests
2008-08-08 Bruno Cardoso LopesBatch 1 of Mips CodeGen tests, more coming...
2008-08-08 Dale JohannesenTestcases for 54503. One derived from PR 2533, the
2008-08-07 Duncan SandsUse correct compiler component names for objc
2008-08-07 Duncan SandsMove tests of the ObjC++ front-end to their own
2008-08-07 Matthijs KooijmanAdd a basic test for the SRETPromotion pass.
2008-08-07 Matthijs KooijmanMove two tests from SRETPromotion to Inline, since...
2008-08-07 Anton KorobeynikovPrint section flags ok on platforms, which use '@'...
2008-08-07 Dan GohmanRe-enable elimination of unnecessary SUBREG_TO_REG...
2008-08-07 Dan GohmanAdd an extra example that shouldn't get an and instruction.
2008-08-06 Dan GohmanRe-introduce the 8-bit subreg zext-inreg patterns for...
2008-08-06 Dan GohmanFix a shufflevector instcombine that was emitting inval...
2008-08-06 Evan ChengPR2535, not PR2355.
2008-08-06 Evan ChengFix PR2355: bug in ChangeCompareStride. When the loop...
2008-08-06 Chris Lattneroptimize a common idiom generated by clang for bitfield...
2008-08-06 Chris LattnerZap sitofp/fptoui pairs. In all cases when the sign...
2008-08-06 Nick LewyckyReinstate this optimization, but without the miscompile...
2008-08-06 Bill WendlingJust grep for through the LL code instead of the ASM...
2008-08-05 Bill WendlingAdd default architecture.
2008-08-05 Bill WendlingTestcase for PR2629.
2008-08-05 Evan ChengFix PR2620: Fix X86cmppd selection code so it expects...
2008-08-05 Evan ChengFix PR2596: out of bound reference.
2008-08-05 Bill WendlingRevert r53282. This was causing a miscompile on Linux...
2008-08-05 Owen AndersonUpdate the remaining tests not to use -disable-correct...
2008-08-05 Owen AndersonOne more -disable-correct-folding case removed.
2008-08-05 Owen AndersonRemove another -disable-correct-folding use.
2008-08-05 Owen AndersonEliminate another use of -disable-correct-folding.
2008-08-05 Owen AndersonThis check is unnecessary, and getting rid of it remove...
2008-08-05 Owen AndersonRemove the need for -disable-correct-folding from this...
2008-08-05 Dan GohmanFix the AsmWriter to not print extra spaces after param...
2008-08-05 Evan ChengFix PR2568: Fix bug that cause redudant kill marker...
2008-08-04 Owen AndersonUpdate these tests to work by disabling the new correct...
2008-08-04 Eli FriedmanPR2621: Improvements to the SCEV AddRec binomial expans...
2008-08-04 Dan GohmanFix SDISel lowering of PHI nodes to use ComputeValueVTs.
2008-08-04 Dan GohmanFix SDISel lowering of zeroinitializer and undef to...
2008-07-31 Dale JohannesenMake sse2 explicit, for non-x86 hosts.
2008-07-31 Dan GohmanImprove dagcombining for sext-loads and sext-in-reg...
2008-07-30 Dan GohmanDon't look for leaf values to store when lowering stores of
2008-07-30 Dan GohmanI missed this file in r54223. movzbl is now used instead
2008-07-30 Dan GohmanReapply r54147 with a constraint to only use the 8-bit
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-30 Eli FriedmanAnother SCEV issue from PR2607; essentially the same...
2008-07-30 Eli FriedmanFix for PR2607: SCEV miscomputing the loop count for...
2008-07-29 Duncan SandsFix PR2609. If a label is deleted, then it needs
2008-07-29 Nate BegemanAdd vector shifts to the IR, patch by Eli Friedman.
2008-07-29 Matthijs KooijmanAdd -unroll-allow-partial command line option that...
2008-07-29 Matthijs KooijmanRestructure ArgumentPromotion a bit. Instead of just...
2008-07-29 Dan GohmanRevert 54147.
2008-07-28 Dan GohmanAdd x86 isel patterns to match what would be a ZERO_EXT...
2008-07-28 Duncan SandsTest this differently: I saw this test fail
2008-07-28 Dan GohmanFix a bashism in TestRunner.sh.
next