Silence compiler warning about case values not being in the enumerated type
[oota-llvm.git] / test /
2011-03-15 Cameron ZwarichDo not add PHIs with no users when creating LCSSA form...
2011-03-15 Evan ChengAdd a peephole optimization to optimize pairs of bitcas...
2011-03-15 Eli FriedmanPR9450: Make switch optimization in SimplifyCFG not...
2011-03-15 Evan Chengsext(undef) = 0, because the top bits will all be the...
2011-03-15 Bill WendlingTestcase for r127630.
2011-03-15 Sean CallananBasic sanity checks to ensure that 2- and 3-byte
2011-03-15 Johnny ChenFixed an ARM disassembler bug where it does not handle...
2011-03-15 Andrew TrickPropagate SCEV no-wrap flags whenever possible.
2011-03-15 Jim GrosbachClean up ARM tail calls a bit. They're pseudo-instructi...
2011-03-15 Eric ChristopherIf we don't know how long a string is we can't fold...
2011-03-14 Bill WendlingGenerate a VTBL instruction instead of a series of...
2011-03-14 Eric ChristopherFix this test up a bit.
2011-03-14 Evan ChengMinor optimization. sign-ext/anyext of undef is still...
2011-03-14 Justin HolewinskiPTX: Emit global arrays with proper sizes
2011-03-14 Justin HolewinskiPTX: Add support for sqrt/sin/cos intrinsics
2011-03-14 Che-Liang Chiouptx: add set.p instruction and related changes to predi...
2011-03-12 Benjamin KramerTeach ComputeMaskedBits about sub nsw.
2011-03-12 Eric ChristopherSaving files before committing is overrated.
2011-03-12 Eric ChristopherSometimes isPredicable lies to us and tells us we don...
2011-03-11 Jim GrosbachProperly pseudo-ize the ARM LDMIA_RET instruction....
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Cameron ZwarichFix the GCC test suite issue exposed by r127477, which...
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Benjamin KramerComputeMaskedBits: sub falls through to add, and sub...
2011-03-11 Benjamin KramerInstCombine: Fix a thinko where transform an icmp under...
2011-03-11 Nick LewyckyTeach ComputeMaskedBits about nsw on add. I don't think...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-03-11 Eric ChristopherChange the x86 32-bit scheduler to register pressure...
2011-03-11 Evan ChengAvoid replacing the value of a directly stored load...
2011-03-10 Jim GrosbachProperly pseudo-ize MOVCCr and MOVCCs.
2011-03-10 Dan GohmanFix reassociate to postpone certain instruction deletio...
2011-03-10 Benjamin KramerInstCombine: Turn umul_with_overflow into mul nuw if...
2011-03-10 Justin HolewinskiPTX: Add preliminary support for floating-point divide...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-09 Daniel DunbarRevert "Re-enable test and hope to silence the buildbot...
2011-03-09 Benjamin KramerFix mistyped CHECK lines.
2011-03-09 Stuart HastingsTweak test to work on Linux.
2011-03-09 Stuart HastingsDisable this test temporarily to reduce BuildBot compla...
2011-03-09 Devang PatelPreserve line number information while simplifying...
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2011-03-09 Bruno Cardoso LopesAdd a testcase for the addc improvements introduced...
2011-03-09 Bruno Cardoso LopesRe-enable test and hope to silence the buildbots
2011-03-09 Bruno Cardoso Lopestry to make o32 cc tests less specific to silence some...
2011-03-09 Johnny ChenLLVM combines the offset mode of A8.6.199 A1 & A2 into...
2011-03-09 Jakob Stoklund OlesenMake physreg coalescing independent on the number of...
2011-03-09 Jakob Stoklund OlesenDelete a test case that is very sensitive to coalescer...
2011-03-09 Bruno Cardoso LopesImprove varags handling, with testcases. Patch by Sasa...
2011-03-09 Andrew TrickThis test case should work with list-ilp or list-burr.
2011-03-09 Andrew TrickWhen SCEV can determine the loop test is X < X, set...
2011-03-09 NAKAMURA TakumiTarget/X86: Tweak va_arg for Win64 not to miss taking...
2011-03-09 Cameron ZwarichAdd a test case for r127320.
2011-03-09 Nick LewyckyAdd another micro-optimization. Apologies for the lack...
2011-03-09 Cameron ZwarichAdd support to scalar replacement for partial vector...
2011-03-09 Stuart HastingsAdd a RUN line to the test case to make it functional...
2011-03-09 Stuart HastingsTest cases for r127309. <rdar://problem/9055247>
2011-03-09 Bill WendlingBuild bots hate me.
2011-03-09 Eli FriedmanPR9346: Prevent SimplifyDemandedBits from incorrectly...
2011-03-09 Bill WendlingTestcase for r127301.
2011-03-09 Eli FriedmanPR9420; an instruction before an unreachable is guarant...
2011-03-09 Eric ChristopherFix testcase.
2011-03-09 Bill Wendling* Correct encoding for VSRI.
2011-03-09 Bill WendlingCorrect the encoding for VRSRA and VSRA instructions.
2011-03-08 Bill Wendling* Fix VRSHR and VSHR to have the correct encoding for...
2011-03-08 Stuart HastingsReverting testcase at 4126896; r126672 broke something...
2011-03-08 Bill WendlingOnce again try to appease the buildbot gods.
2011-03-08 Benjamin KramerStrip cruft.
2011-03-08 Eric ChristopherAdd a testcase for r127263.
2011-03-08 Bill WendlingTry to fix the compilation error due to type incombatib...
2011-03-08 Benjamin KramerX86: Fix the (saddo/ssub x, 1) -> incl/decl selection...
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
2011-03-08 Duncan SandsFix PR9331. Simplified version of a patch by Jakub...
2011-03-08 NAKAMURA TakumiReapply r127073(partially): Introduce $(ECHOPATH) to...
2011-03-08 Bill WendlingTestcase for r127187.
2011-03-08 Devang PatelWhile sinking an instruction, do not lose llvm.dbg...
2011-03-08 Bill WendlingA few more tests for instruction encodings.
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-03-08 Bob WilsonFix a compiler crash where a Glue value had multiple...
2011-03-07 Bill WendlingRename the narrow shift right immediate operands to...
2011-03-07 Devang PatelPreserve line no. info.
2011-03-07 Rafael EspindolaAdd test for r127138.
2011-03-07 Nick LewyckyTweak this test. We can analyze what happens and show...
2011-03-07 Nick LewyckyAdd more analysis of the sign bit of an srem instructio...
2011-03-06 Nick LewyckyConstantInt has some getters which return ConstantInt...
2011-03-05 Jakob Stoklund OlesenRevert r127073: "Introduce $(ECHOPATH) to print DOSish...
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-05 NAKAMURA TakumiIntroduce $(ECHOPATH) to print DOSish path string on...
2011-03-05 Nick LewyckyThread comparisons over udiv/sdiv/ashr/lshr exact and...
2011-03-05 Nick LewyckyTry once again to optimize "icmp (srem X, Y), Y" by...
2011-03-05 NAKAMURA Takumitest/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesAdd testcase for r127032
2011-03-04 Dan GohmanWhen decling to reuse existing expressions that involve...
2011-03-04 Joerg SonnenbergerBe nice to Xcore and the XMOS assembler and avoid quoti...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Devang PatelXFAIL for all. These tests are darwin specific anyway.
2011-03-04 Nick LewyckyRevert broken srem logic from r126991.
2011-03-04 Devang PatelDisable ARMGlobalMerge on darwin. The debugger is not...
2011-03-04 Kalle RaiskilaAllow vector shifts (shl,lshr,ashr) on SPU.
2011-03-04 Kalle RaiskilaAllow load from constant on SPU.
next