summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Saving files before committing is overrated.Eric Christopher2011-03-12
* Sometimes isPredicable lies to us and tells us we don't need the operands.Eric Christopher2011-03-12
* Properly pseudo-ize the ARM LDMIA_RET instruction. This has the nice side-Jim Grosbach2011-03-11
* Roll r127459 back in:Cameron Zwarich2011-03-11
* Fix the GCC test suite issue exposed by r127477, which was caused by stackCameron Zwarich2011-03-11
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-11
* ComputeMaskedBits: sub falls through to add, and sub doesn't have the same ov...Benjamin Kramer2011-03-11
* InstCombine: Fix a thinko where transform an icmp under the assumption that i...Benjamin Kramer2011-03-11
* Teach ComputeMaskedBits about nsw on add. I don't think there's anything we canNick Lewycky2011-03-11
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-11
* Change the x86 32-bit scheduler to register pressure and fix up theEric Christopher2011-03-11
* Avoid replacing the value of a directly stored load with the stored value if ...Evan Cheng2011-03-11
* Properly pseudo-ize MOVCCr and MOVCCs.Jim Grosbach2011-03-10
* Fix reassociate to postpone certain instruction deletions untilDan Gohman2011-03-10
* InstCombine: Turn umul_with_overflow into mul nuw if we can prove that it can...Benjamin Kramer2011-03-10
* PTX: Add preliminary support for floating-point divide and multiply-and-addJustin Holewinski2011-03-10
* ptx: add the rest of special registers of ISA version 2.0Che-Liang Chiou2011-03-10
* Revert 127359; it broke lencod.Stuart Hastings2011-03-10
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-09
* Fix mistyped CHECK lines.Benjamin Kramer2011-03-09
* Tweak test to work on Linux.Stuart Hastings2011-03-09
* Disable this test temporarily to reduce BuildBot complaints.Stuart Hastings2011-03-09
* Preserve line number information while simplifying libcalls.Devang Patel2011-03-09
* X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings2011-03-09
* Add a testcase for the addc improvements introduced some commits ago. Patch b...Bruno Cardoso Lopes2011-03-09
* Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes2011-03-09
* try to make o32 cc tests less specific to silence some buildbots. The test is...Bruno Cardoso Lopes2011-03-09
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-09
* Make physreg coalescing independent on the number of uses of the virtual regi...Jakob Stoklund Olesen2011-03-09
* Delete a test case that is very sensitive to coalescer behavior.Jakob Stoklund Olesen2011-03-09
* Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes2011-03-09
* This test case should work with list-ilp or list-burr.Andrew Trick2011-03-09
* When SCEV can determine the loop test is X < X, set ExactBECount=0.Andrew Trick2011-03-09
* Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of...NAKAMURA Takumi2011-03-09
* Add a test case for r127320.Cameron Zwarich2011-03-09
* Add another micro-optimization. Apologies for the lack of refactoring, but INick Lewycky2011-03-09
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-09
* Add a RUN line to the test case to make it functional. <rdar://problem/9055247>Stuart Hastings2011-03-09
* Test cases for r127309. <rdar://problem/9055247>Stuart Hastings2011-03-09
* Build bots hate me.Bill Wendling2011-03-09
* PR9346: Prevent SimplifyDemandedBits from incorrectly introducingEli Friedman2011-03-09
* Testcase for r127301.Bill Wendling2011-03-09
* PR9420; an instruction before an unreachable is guaranteed not to have anyEli Friedman2011-03-09
* Fix testcase.Eric Christopher2011-03-09
* * Correct encoding for VSRI.Bill Wendling2011-03-09
* Correct the encoding for VRSRA and VSRA instructions.Bill Wendling2011-03-09
* * Fix VRSHR and VSHR to have the correct encoding for the immediate.Bill Wendling2011-03-08
* Reverting testcase at 4126896; r126672 broke something else. <rdar://problem...Stuart Hastings2011-03-08
* Once again try to appease the buildbot gods.Bill Wendling2011-03-08
* Strip cruft.Benjamin Kramer2011-03-08