Age | Commit message (Expand) | Author |
2011-12-20 | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng |
2011-12-17 | Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle. | Evan Cheng |
2011-12-16 | Fix off-by-one error in bucket sort. | Jakob Stoklund Olesen |
2011-12-14 | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng |
2011-12-12 | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth |
2011-12-08 | Teach SelectionDAG to match more calls to libm functions onto existing SDNode... | Owen Anderson |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-11-15 | Add vmov.f32 to materialize f32 immediate splats which cannot be handled by | Evan Cheng |
2011-11-14 | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach |
2011-11-12 | Linear scan is going away. | Jakob Stoklund Olesen |
2011-11-12 | Switch a few tests off linearscan. | Jakob Stoklund Olesen |
2011-09-30 | ARM Darwin default relocation model is PIC. | Jim Grosbach |
2011-09-27 | Last batch of test conversions to new atomic instructions. | Eli Friedman |
2011-09-26 | Convert more tests to new atomic instructions. | Eli Friedman |
2011-09-13 | Generalize this test's CHECK statements to handle different indvars modes. | Andrew Trick |
2011-08-30 | Change ARM / Thumb2 addc / adde and subc / sube modeling to use physical | Evan Cheng |
2011-08-19 | Update tests. | Jim Grosbach |
2011-08-18 | Thumb assembly parsing and encoding for LDM instruction. | Jim Grosbach |
2011-08-08 | Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly... | Eli Friedman |
2011-08-03 | Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics. | Jakub Staszak |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-13 | Improve codegen for select's: | Evan Cheng |
2011-07-12 | Improve test cases from r134746. | Jim Grosbach |
2011-07-08 | Make tBX_RET and tBX_RET_vararg predicable. | Jim Grosbach |
2011-07-08 | Fix more register allocation sensitive tests. | Jakob Stoklund Olesen |
2011-07-07 | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng |
2011-07-02 | FileCheck-ize another test. Reduces the llc invocations from 8 to 1, and | Chandler Carruth |
2011-07-01 | ARMv7M vs. ARMv7E-M support. | Jim Grosbach |
2011-06-30 | Thumb1 register to register MOV instruction is predicable. | Jim Grosbach |
2011-06-30 | Pseudo-ize the t2LDMIA_RET instruction. | Jim Grosbach |
2011-06-29 | Don't depend on the optimization reverted in r134067. | Benjamin Kramer |
2011-06-19 | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner |
2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
2011-06-18 | Switch ARM to using AltOrders instead of MethodBodies. | Jakob Stoklund Olesen |
2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
2011-06-14 | Implement Jakob's suggestion on how to detect fall thought without calling | Rafael Espindola |
2011-06-12 | AnalyzeBranch doesn't change which successors a bb has, just the order | Rafael Espindola |
2011-06-07 | Fix an issue where the two-address conversion pass incorrectly rewrites untied | Cameron Zwarich |
2011-06-03 | Switch AllocationOrder to using RegisterClassInfo instead of a BitVector | Jakob Stoklund Olesen |
2011-05-13 | Since I can't reproduce the failures from 131261, re-trying with a | Stuart Hastings |
2011-05-13 | Revert 131266 and 131261 due to buildbot complaints. | Stuart Hastings |
2011-05-13 | Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz. | Stuart Hastings |
2011-05-12 | Non-fast-isel followup to 129634; correctly handle branches controlled | Stuart Hastings |
2011-05-06 | Re-revert r130877; it's apparently causing a regression on 197.parser, | Eli Friedman |
2011-05-04 | Re-commit r130862 with a minor change to avoid an iterator running off the ed... | Eli Friedman |
2011-05-04 | Back out r130862; it appears to be breaking bootstrap. | Eli Friedman |
2011-05-04 | Teach MachineCSE how to do simple cross-block CSE involving physregs. This a... | Eli Friedman |
2011-05-04 | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen |
2011-05-04 | Explicitly request physreg coalesing for a bunch of Thumb2 unit tests. | Jakob Stoklund Olesen |
2011-04-30 | Weekly fix of register allocation dependent unit tests. | Jakob Stoklund Olesen |