| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable ARM base pointer when calling functions with large arguments. | Jakob Stoklund Olesen | 2012-02-28 | 1 | -0/+29 |
* | Thumb2 size reduction fix for tied operands of tMUL. | Jim Grosbach | 2012-02-24 | 2 | -2/+2 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -5/+13 |
* | After r147827 and r147902, it's now possible for unallocatable registers to be | Evan Cheng | 2012-01-14 | 1 | -0/+103 |
* | Consider unknown alignment caused by OptimizeThumb2Instructions(). | Jakob Stoklund Olesen | 2012-01-10 | 1 | -0/+1400 |
* | Allow machine-cse to look across MBB boundary when cse'ing instructions that | Evan Cheng | 2012-01-10 | 1 | -1/+0 |
* | Enable aligned NEON spilling by default. | Jakob Stoklund Olesen | 2012-01-06 | 1 | -2/+2 |
* | Reapply r146997, "Heed spill slot alignment on ARM." | Jakob Stoklund Olesen | 2012-01-05 | 1 | -1/+1 |
* | Fix more places which should be checking for iOS, not darwin. | Evan Cheng | 2012-01-04 | 3 | -3/+3 |
* | Revert r146997, "Heed spill slot alignment on ARM." | Jakob Stoklund Olesen | 2012-01-03 | 1 | -1/+1 |
* | Experimental support for aligned NEON spills. | Jakob Stoklund Olesen | 2011-12-23 | 1 | -0/+73 |
* | Heed spill slot alignment on ARM. | Jakob Stoklund Olesen | 2011-12-20 | 1 | -0/+22 |
* | ARM target code clean up. Check for iOS, not Darwin where it makes sense. | Evan Cheng | 2011-12-20 | 1 | -1/+1 |
* | Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle. | Evan Cheng | 2011-12-17 | 1 | -0/+28 |
* | Fix off-by-one error in bucket sort. | Jakob Stoklund Olesen | 2011-12-16 | 1 | -0/+26 |
* | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng | 2011-12-14 | 2 | -2/+2 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
* | Teach SelectionDAG to match more calls to libm functions onto existing SDNode... | Owen Anderson | 2011-12-08 | 1 | -2/+2 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -2/+2 |
* | Add vmov.f32 to materialize f32 immediate splats which cannot be handled by | Evan Cheng | 2011-11-15 | 1 | -3/+2 |
* | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach | 2011-11-14 | 2 | -2/+2 |
* | Linear scan is going away. | Jakob Stoklund Olesen | 2011-11-12 | 1 | -5/+5 |
* | Switch a few tests off linearscan. | Jakob Stoklund Olesen | 2011-11-12 | 1 | -2/+3 |
* | ARM Darwin default relocation model is PIC. | Jim Grosbach | 2011-09-30 | 1 | -1/+1 |
* | 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 |