aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-171-0/+28
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-161-0/+26
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-142-2/+2
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-2/+2
* Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson2011-12-081-2/+2
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-151-3/+2
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-142-2/+2
* Linear scan is going away.Jakob Stoklund Olesen2011-11-121-5/+5
* Switch a few tests off linearscan.Jakob Stoklund Olesen2011-11-121-2/+3
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-301-1/+1
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-271-31/+0
* Convert more tests to new atomic instructions.Eli Friedman2011-09-262-22/+18
* Generalize this test's CHECK statements to handle different indvars modes.Andrew Trick2011-09-131-2/+2
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-301-2/+2
* Update tests.Jim Grosbach2011-08-192-2/+2
* Thumb assembly parsing and encoding for LDM instruction.Jim Grosbach2011-08-181-1/+1
* Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...Eli Friedman2011-08-081-0/+29
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-032-13/+13
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-1/+0
* Improve codegen for select's:Evan Cheng2011-07-134-115/+0
* Improve test cases from r134746.Jim Grosbach2011-07-122-5/+21
* Make tBX_RET and tBX_RET_vararg predicable.Jim Grosbach2011-07-084-9/+14
* Fix more register allocation sensitive tests.Jakob Stoklund Olesen2011-07-083-8/+8
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-072-2/+2
* FileCheck-ize another test. Reduces the llc invocations from 8 to 1, andChandler Carruth2011-07-021-8/+41
* ARMv7M vs. ARMv7E-M support.Jim Grosbach2011-07-013-4/+7
* Thumb1 register to register MOV instruction is predicable.Jim Grosbach2011-06-302-8/+7
* Pseudo-ize the t2LDMIA_RET instruction.Jim Grosbach2011-06-301-1/+1
* Don't depend on the optimization reverted in r134067.Benjamin Kramer2011-06-291-1/+0
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-193-16/+16
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-3/+2
* Switch ARM to using AltOrders instead of MethodBodies.Jakob Stoklund Olesen2011-06-181-1/+1
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-172-5/+5
* Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola2011-06-141-2/+2
* AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola2011-06-121-2/+2
* Fix an issue where the two-address conversion pass incorrectly rewrites untiedCameron Zwarich2011-06-071-0/+36
* Switch AllocationOrder to using RegisterClassInfo instead of a BitVectorJakob Stoklund Olesen2011-06-031-1/+1
* Since I can't reproduce the failures from 131261, re-trying with aStuart Hastings2011-05-131-7/+10
* Revert 131266 and 131261 due to buildbot complaints.Stuart Hastings2011-05-131-10/+7
* Tweak 131261 (thumb2-cbnz.ll) to generate the intended cbnz.Stuart Hastings2011-05-131-8/+10
* Non-fast-isel followup to 129634; correctly handle branches controlledStuart Hastings2011-05-121-3/+4
* Re-revert r130877; it's apparently causing a regression on 197.parser,Eli Friedman2011-05-061-2/+2
* Re-commit r130862 with a minor change to avoid an iterator running off the ed...Eli Friedman2011-05-041-2/+2
* Back out r130862; it appears to be breaking bootstrap.Eli Friedman2011-05-041-2/+2
* Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...Eli Friedman2011-05-041-2/+2
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-042-7/+6
* Explicitly request physreg coalesing for a bunch of Thumb2 unit tests.Jakob Stoklund Olesen2011-05-047-7/+26
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-301-10/+10
* Teach Thumb2 isel to fold and->rotr ==> ROR.Andrew Trick2011-04-291-2/+4