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