aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-01Add instruction itinerary for the PPC64 A2 core.Hal Finkel
2012-04-01Add some more testing to cover the remaining two cases whereChandler Carruth
2012-04-01Fix a pretty scary bug I introduced into the always inliner withChandler Carruth
2012-04-01Replace four tiny tests with various uses of grep and not with a singleChandler Carruth
2012-03-31Add a triple to the test.Rafael Espindola
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-31Clean up the naming in this test. Someone pointed this out in review atChandler Carruth
2012-03-31FileCheck-ize this test, and generally tidy it up prior to changingChandler Carruth
2012-03-31Correctly vectorize powi.Hal Finkel
2012-03-30ARM assembler should prefer non-aliases encoding of cmp.Jim Grosbach
2012-03-30ARM encoding for VSWP got the second operand incorrect.Jim Grosbach
2012-03-30ARM integrated assembler should encoding choice for add/sub imm.Jim Grosbach
2012-03-30ARM assembly parsing needs to be paranoid about negative immediates.Jim Grosbach
2012-03-30Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...James Molloy
2012-03-30ARM target should allow codegenprep to duplicate ret instructions to enable t...Evan Cheng
2012-03-30Testcase for r153710.Bill Wendling
2012-03-30Add testcase for r153705Bill Wendling
2012-03-29Change the constant in this testcase so that it results in a constant poolLang Hames
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Filecheck-ize this test so that it actually tests something reasonable.Chandler Carruth
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
2012-03-29ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach
2012-03-29The shuffle scheduler is only available in asserts build - make misched-new.llLang Hames
2012-03-29Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames
2012-03-29Expand FREM.Akira Hatanaka
2012-03-29Don't PRE compares.Jakob Stoklund Olesen
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-29Reverted to revision 153616 to unblock buildJoel Jones
2012-03-29For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones
2012-03-28Don't kill the base register when expanding strd.Jakob Stoklund Olesen
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola
2012-03-28Spill DPair registers, not just QPR.Jakob Stoklund Olesen
2012-03-28Revert r153521 as it's causing large regressions on the nightly testers.Chad Rosier
2012-03-28GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer
2012-03-28Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton
2012-03-28Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-03-28Fix test case.Akira Hatanaka
2012-03-27Add a test for the previous commit. Also, remove two tests that wereEric Christopher
2012-03-27Reapply r153423; the original commit was fine. The failing test, distray, had Chad Rosier
2012-03-27Post-ra LICM should take care not to hoist an instruction that would clobber aEvan Cheng
2012-03-26ARM has a peephole optimization which looks for a def / use pair. The defEvan Cheng
2012-03-26SCEV fix: Handle loop invariant loads.Andrew Trick
2012-03-26Unit test for PR11950: LSR crash.Andrew Trick
2012-03-26Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier
2012-03-26[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany
2012-03-26Remove stale CBackend tests.Benjamin Kramer
2012-03-26Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola
2012-03-25Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth