| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up the naming in this test. Someone pointed this out in review at | Chandler Carruth | 2012-03-31 | 1 | -3/+3 |
* | FileCheck-ize this test, and generally tidy it up prior to changing | Chandler Carruth | 2012-03-31 | 1 | -21/+26 |
* | Correctly vectorize powi. | Hal Finkel | 2012-03-31 | 1 | -0/+44 |
* | ARM assembler should prefer non-aliases encoding of cmp. | Jim Grosbach | 2012-03-30 | 1 | -2/+5 |
* | ARM encoding for VSWP got the second operand incorrect. | Jim Grosbach | 2012-03-30 | 1 | -0/+7 |
* | ARM integrated assembler should encoding choice for add/sub imm. | Jim Grosbach | 2012-03-30 | 1 | -0/+8 |
* | ARM assembly parsing needs to be paranoid about negative immediates. | Jim Grosbach | 2012-03-30 | 1 | -1/+4 |
* | Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond... | James Molloy | 2012-03-30 | 3 | -2/+28 |
* | ARM target should allow codegenprep to duplicate ret instructions to enable t... | Evan Cheng | 2012-03-30 | 1 | -0/+42 |
* | Testcase for r153710. | Bill Wendling | 2012-03-30 | 1 | -0/+35 |
* | Add testcase for r153705 | Bill Wendling | 2012-03-30 | 1 | -0/+59 |
* | Change the constant in this testcase so that it results in a constant pool | Lang Hames | 2012-03-29 | 1 | -3/+3 |
* | Revert r153694. It was causing failures in the buildbots. | Bill Wendling | 2012-03-29 | 48 | -1075/+0 |
* | Filecheck-ize this test so that it actually tests something reasonable. | Chandler Carruth | 2012-03-29 | 1 | -2/+13 |
* | Re-factored RuntimeDyld. | Danil Malyshev | 2012-03-29 | 48 | -0/+1075 |
* | ARM assembly 'cmp lr, #0' should not encode using 'cmn'. | Jim Grosbach | 2012-03-29 | 1 | -0/+2 |
* | The shuffle scheduler is only available in asserts build - make misched-new.ll | Lang Hames | 2012-03-29 | 1 | -0/+1 |
* | Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6... | Lang Hames | 2012-03-29 | 1 | -2/+3 |
* | Expand FREM. | Akira Hatanaka | 2012-03-29 | 1 | -0/+13 |
* | Don't PRE compares. | Jakob Stoklund Olesen | 2012-03-29 | 1 | -0/+68 |
* | For X86, change load/dec-or-inc/store into dec-or-inc, respectively. | Joel Jones | 2012-03-29 | 2 | -67/+179 |
* | Reverted to revision 153616 to unblock build | Joel Jones | 2012-03-29 | 2 | -179/+67 |
* | For X86, change load/dec-or-inc/store into dec-or-inc, respectively. | Joel Jones | 2012-03-29 | 2 | -67/+179 |
* | Don't kill the base register when expanding strd. | Jakob Stoklund Olesen | 2012-03-28 | 1 | -0/+15 |
* | Handle intrinsics in GlobalsModRef. Fixes pr12351. | Rafael Espindola | 2012-03-28 | 1 | -0/+33 |
* | Spill DPair registers, not just QPR. | Jakob Stoklund Olesen | 2012-03-28 | 1 | -1/+15 |
* | Revert r153521 as it's causing large regressions on the nightly testers. | Chad Rosier | 2012-03-28 | 1 | -15/+0 |
* | GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha... | Benjamin Kramer | 2012-03-28 | 1 | -0/+11 |
* | Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version. | Richard Barton | 2012-03-28 | 1 | -0/+8 |
* | Switch to WeakVHs in the value mapper, and aggressively prune dead basic | Chandler Carruth | 2012-03-28 | 1 | -10/+0 |
* | Fix the output of the DW_TAG_friend tag to include DW_AT_friend | Eric Christopher | 2012-03-28 | 1 | -0/+47 |
* | Fix test case. | Akira Hatanaka | 2012-03-28 | 1 | -0/+2 |
* | Add a test for the previous commit. Also, remove two tests that were | Eric Christopher | 2012-03-27 | 3 | -117/+31 |
* | Reapply r153423; the original commit was fine. The failing test, distray, had | Chad Rosier | 2012-03-27 | 1 | -0/+15 |
* | Post-ra LICM should take care not to hoist an instruction that would clobber a | Evan Cheng | 2012-03-27 | 1 | -0/+59 |
* | ARM has a peephole optimization which looks for a def / use pair. The def | Evan Cheng | 2012-03-26 | 1 | -0/+33 |
* | SCEV fix: Handle loop invariant loads. | Andrew Trick | 2012-03-26 | 1 | -0/+47 |
* | Unit test for PR11950: LSR crash. | Andrew Trick | 2012-03-26 | 1 | -0/+49 |
* | Revert r153423 as this is causing failures on our internal nightly testers. | Chad Rosier | 2012-03-26 | 1 | -15/+0 |
* | [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b... | Kostya Serebryany | 2012-03-26 | 2 | -0/+14 |
* | Remove stale CBackend tests. | Benjamin Kramer | 2012-03-26 | 52 | -627/+0 |
* | Use the new range metadata in computeMaskedBits and add a new optimization to | Rafael Espindola | 2012-03-26 | 1 | -0/+15 |
* | Teach instsimplify how to simplify comparisons of pointers which are | Chandler Carruth | 2012-03-25 | 1 | -0/+62 |
* | Switch the pointer-difference simplification logic to only work with | Chandler Carruth | 2012-03-25 | 1 | -10/+25 |
* | This file is no longer needed (DejaGNU-isms removed from code) | Eli Bendersky | 2012-03-25 | 1 | -3/+0 |
* | Teach the function cloner (and thus the inliner) to simplify PHINodes | Chandler Carruth | 2012-03-25 | 1 | -3/+33 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 38 | -352/+36 |
* | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth | 2012-03-25 | 1 | -0/+45 |
* | FileCheck-ize this test. Note the FIXME I've introduced here: we've | Chandler Carruth | 2012-03-24 | 1 | -4/+14 |
* | Fix small-integer VAARG on SVR4 ABI PPC64. | Hal Finkel | 2012-03-24 | 1 | -0/+20 |