Reapply 132424 with fixes. This fixes PR10068.
[oota-llvm.git] / test /
2011-06-03 Stuart HastingsReapply 132424 with fixes. This fixes PR10068.
2011-06-03 Jakob Stoklund OlesenFix some tests that depend on register allocation.
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherTestcase for llvm-gcc commit r132591.
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Bill WendlingRemove testcase. It's problematic for the buildbots.
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-06-03 Dan GohmanWhen merging MustAlias and PartialAlias, chose PartialA...
2011-06-03 Bill WendlingAccomodate front-ends which use private instead of...
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-06-03 Nick LewyckyBail on unswitching a switch statement for a case with...
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-06-02 Bill WendlingThis should have been a C++ testcase.
2011-06-02 Bill WendlingTestcase for r132493.
2011-06-02 Bill WendlingUpdate for r132493 change.
2011-06-02 Eli FriedmanPR10067: Add missing safety check to call return transf...
2011-06-02 Devang PatelDuring post RA scheduling, do not try to chase reg...
2011-06-02 Rafael EspindolaAdd test for PR10068.
2011-06-02 Rafael EspindolaRevert 132424 to fix PR10068.
2011-06-02 Stuart HastingsAndy pointed out a dumb omission in this test case...
2011-06-02 Stuart HastingsJakob pointed out a dumb omission in this test case...
2011-06-02 Stuart HastingsOmit unnecessary stack copy when x87 input is a load.
2011-06-02 Stuart HastingsTweak testcase for ARM bot. rdar://problem/5993888
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-06-02 Akira HatanakaTest case for r132444.
2011-06-02 Eli FriedmanWhen marking a block as being unanalyzable, use "Clobbe...
2011-06-01 Devang PatelDo not drop constant values when a variable's content...
2011-06-01 Stuart HastingsRecommit 132404 with fixes. rdar://problem/5993888
2011-06-01 Eric ChristopherAllow bitcasts between valid types of the same size...
2011-06-01 Stuart HastingsRevert 132404 to appease a buildbot. rdar://problem...
2011-06-01 Eric ChristopherAdd a testcase, enabled only on arm, for llvm-gcc r132366.
2011-06-01 Stuart HastingsCleanup test case. rdar://problem/5660695
2011-06-01 Stuart HastingsAdd support for x86 CMPEQSS and friends. These instruc...
2011-06-01 Stuart HastingsReapply 132348 with fixes. rdar://problem/6501862
2011-06-01 Stuart HastingsA forthcoming SSE patch will break this test; since...
2011-06-01 Stuart HastingsTest case for 132396. rdar://problem/5660695
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-06-01 John McCallFirst, do no harm -- even if we can't find a selector...
2011-05-31 Galina KistanovaReverted r132135 per Xerxes request. These tests are...
2011-05-31 Andrew Trickscev: Better sign-extend removal. Normalize postincreme...
2011-05-31 Stuart HastingsRevert to pacify a buildbot. rdar://problem/6501862
2011-05-31 Stuart HastingsFollowup to 132316; accept arbitrary constants, add...
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Richard OsborneConvert test to FileCheck.
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Stuart Hastings(1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero...
2011-05-30 John McCallAdd the test case for phis in the outer landing pad...
2011-05-29 Jakob Stoklund OlesenFix PR10046 by updating LiveVariables kill info when...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 John McCallI didn't mean to commit these residues of a personal...
2011-05-29 Nick LewyckyAdd testcase for r132290, to check for the crasher...
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-29 Nick LewyckyObey the isVolatile bit on memory intrinsics when analy...
2011-05-29 Rafael EspindolaUse %rbp on a 64 bit test.
2011-05-28 Benjamin KramerMove ARM specific test into the ARM subdir.
2011-05-28 Benjamin KramerConstantFoldInstOperands doesn't like compares, hand...
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-28 Bruno Cardoso LopesAdd support for ARM ldrexd/strexd intrinsics. They...
2011-05-28 Eric ChristopherImplement the 'M' output modifier for arm inline asm...
2011-05-28 Chad RosierAdd missing newlines.
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-28 Chad RosierFix test cases that were previously using grep to use...
2011-05-27 Cameron ZwarichFix the remaining atomic intrinsics to use the right...
2011-05-27 Bruno Cardoso LopesARM asm parser wasn't able to parse a "mov" instruction...
2011-05-27 Eli FriedmanForce a triple to make this test pass on Darwin.
2011-05-27 Cameron ZwarichAdd a GR32_NOREX_NOSP register class and fix a bug...
2011-05-27 Rafael EspindolaFix a regression I recently introduced by removing...
2011-05-27 Rafael EspindolaMake size computation less brittle.
2011-05-27 Charles DavisAdd the suffix to the Win64 EH data sections' names...
2011-05-27 Chad RosierTypo is test case
2011-05-27 Jakob Stoklund OlesenMake room for register allocation to improve.
2011-05-27 Evan ChengDon't use movw / movt for iOS static codegen for now...
2011-05-27 Jakob Stoklund OlesenDelete a test that is no longer relevant.
2011-05-27 Chad RosierCRC32 intrinsics were renamed at revision 132163. ...
2011-05-27 Evan ChengAdd iOS test
2011-05-27 John McCallFix the inliner to maintain the current de facto invoke...
2011-05-27 Eli FriedmanAnd fix the test in r132194.
2011-05-27 Eli FriedmanFix a silly mistake (which trips over an assertion...
2011-05-27 Devang PatelSelect DW_AT_const_value size based on variable size.
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Benjamin KramerInstCombine: Make switch folding with equality compares...
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-27 Charles DavisAdd a test for Win64 EH unwind information emission.
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Galina KistanovaMake few ExecutionEngine tests XFAIL for ARM, since...
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-26 Eli FriedmanFix test on Windows.
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-26 Andrew Trickindvars: incremental fixes for -disable-iv-rewrite...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
next