| Commit message (Expand) | Author | Age | Files | Lines |
* | Last batch of test conversions to new atomic instructions. | Eli Friedman | 2011-09-27 | 1 | -31/+0 |
* | Convert more tests to new atomic instructions. | Eli Friedman | 2011-09-26 | 2 | -22/+18 |
* | Generalize this test's CHECK statements to handle different indvars modes. | Andrew Trick | 2011-09-13 | 1 | -2/+2 |
* | Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical | Evan Cheng | 2011-08-30 | 1 | -2/+2 |
* | Update tests. | Jim Grosbach | 2011-08-19 | 2 | -2/+2 |
* | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach | 2011-08-18 | 1 | -1/+1 |
* | Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly... | Eli Friedman | 2011-08-08 | 1 | -0/+29 |
* | Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics. | Jakub Staszak | 2011-08-03 | 2 | -13/+13 |
* | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -1/+0 |
* | Improve codegen for select's: | Evan Cheng | 2011-07-13 | 4 | -115/+0 |
* | Improve test cases from r134746. | Jim Grosbach | 2011-07-12 | 2 | -5/+21 |
* | Make tBX_RET and tBX_RET_vararg predicable. | Jim Grosbach | 2011-07-08 | 4 | -9/+14 |
* | Fix more register allocation sensitive tests. | Jakob Stoklund Olesen | 2011-07-08 | 3 | -8/+8 |
* | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng | 2011-07-07 | 2 | -2/+2 |
* | FileCheck-ize another test. Reduces the llc invocations from 8 to 1, and | Chandler Carruth | 2011-07-02 | 1 | -8/+41 |
* | ARMv7M vs. ARMv7E-M support. | Jim Grosbach | 2011-07-01 | 3 | -4/+7 |
* | Thumb1 register to register MOV instruction is predicable. | Jim Grosbach | 2011-06-30 | 2 | -8/+7 |
* | Pseudo-ize the t2LDMIA_RET instruction. | Jim Grosbach | 2011-06-30 | 1 | -1/+1 |
* | Don't depend on the optimization reverted in r134067. | Benjamin Kramer | 2011-06-29 | 1 | -1/+0 |
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 3 | -16/+16 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 1 | -3/+2 |
* | Switch ARM to using AltOrders instead of MethodBodies. | Jakob Stoklund Olesen | 2011-06-18 | 1 | -1/+1 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 2 | -5/+5 |
* | Implement Jakob's suggestion on how to detect fall thought without calling | Rafael Espindola | 2011-06-14 | 1 | -2/+2 |
* | AnalyzeBranch doesn't change which successors a bb has, just the order | Rafael Espindola | 2011-06-12 | 1 | -2/+2 |
* | Fix an issue where the two-address conversion pass incorrectly rewrites untied | Cameron Zwarich | 2011-06-07 | 1 | -0/+36 |
* | Switch AllocationOrder to using RegisterClassInfo instead of a BitVector | Jakob Stoklund Olesen | 2011-06-03 | 1 | -1/+1 |
* | Since I can't reproduce the failures from 131261, re-trying with a | Stuart Hastings | 2011-05-13 | 1 | -7/+10 |
* | Revert 131266 and 131261 due to buildbot complaints. | Stuart Hastings | 2011-05-13 | 1 | -10/+7 |
* | Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz. | Stuart Hastings | 2011-05-13 | 1 | -8/+10 |
* | Non-fast-isel followup to 129634; correctly handle branches controlled | Stuart Hastings | 2011-05-12 | 1 | -3/+4 |
* | Re-revert r130877; it's apparently causing a regression on 197.parser, | Eli Friedman | 2011-05-06 | 1 | -2/+2 |
* | Re-commit r130862 with a minor change to avoid an iterator running off the ed... | Eli Friedman | 2011-05-04 | 1 | -2/+2 |
* | Back out r130862; it appears to be breaking bootstrap. | Eli Friedman | 2011-05-04 | 1 | -2/+2 |
* | Teach MachineCSE how to do simple cross-block CSE involving physregs. This a... | Eli Friedman | 2011-05-04 | 1 | -2/+2 |
* | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen | 2011-05-04 | 2 | -7/+6 |
* | Explicitly request physreg coalesing for a bunch of Thumb2 unit tests. | Jakob Stoklund Olesen | 2011-05-04 | 7 | -7/+26 |
* | Weekly fix of register allocation dependent unit tests. | Jakob Stoklund Olesen | 2011-04-30 | 1 | -10/+10 |
* | Teach Thumb2 isel to fold and->rotr ==> ROR. | Andrew Trick | 2011-04-29 | 1 | -2/+4 |
* | Combine thumb2-ror tests. | Andrew Trick | 2011-04-29 | 2 | -13/+13 |
* | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng | 2011-04-26 | 1 | -1/+1 |
* | Make tests more useful. | Benjamin Kramer | 2011-04-25 | 2 | -4/+4 |
* | Accidental function name mangling. | Andrew Trick | 2011-04-23 | 1 | -1/+1 |
* | Thumb2 and ARM add/subtract with carry fixes. | Andrew Trick | 2011-04-23 | 3 | -8/+24 |
* | whitespace | Andrew Trick | 2011-04-23 | 1 | -2/+2 |
* | In Thumb2 mode, lower frame indix references to: | Evan Cheng | 2011-04-22 | 1 | -0/+23 |
* | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick | 2011-04-13 | 1 | -2/+2 |
* | fix two completely broken tests, which were matching due to PR9629. | Chris Lattner | 2011-04-09 | 2 | -4/+4 |
* | Fix Thumb and Thumb2 tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 4 | -11/+12 |
* | Fix the bfi handling for or (and a mask) (and b mask). We need the two | Eric Christopher | 2011-03-26 | 1 | -0/+11 |