summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combine thumb2-ror tests.Andrew Trick2011-04-292-13/+13
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-261-1/+1
* Make tests more useful.Benjamin Kramer2011-04-252-4/+4
* Accidental function name mangling.Andrew Trick2011-04-231-1/+1
* Thumb2 and ARM add/subtract with carry fixes.Andrew Trick2011-04-233-8/+24
* whitespaceAndrew Trick2011-04-231-2/+2
* In Thumb2 mode, lower frame indix references to:Evan Cheng2011-04-221-0/+23
* Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick2011-04-131-2/+2
* fix two completely broken tests, which were matching due to PR9629.Chris Lattner2011-04-092-4/+4
* Fix Thumb and Thumb2 tests to be register allocator independent.Jakob Stoklund Olesen2011-03-314-11/+12
* Fix the bfi handling for or (and a mask) (and b mask). We need the twoEric Christopher2011-03-261-0/+11
* Roll r127459 back in:Cameron Zwarich2011-03-114-5/+3
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-114-3/+5
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-114-5/+3