aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for global live range splitting.Jakob Stoklund Olesen2012-05-231-0/+27
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-231-0/+22
* FileCheck'ize test, and add a bit to test for r157221.Jim Grosbach2012-05-211-1/+7
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-201-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-1/+3
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-177-63/+63
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-091-0/+9
* Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...Sebastian Pop2012-05-041-4/+14
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-261-7/+14
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-161-1/+1
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-163-8/+16
* Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen2012-04-051-8/+3
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-281-0/+15
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-281-1/+15
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-281-0/+29
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-242-2/+2
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-141-0/+103
* Consider unknown alignment caused by OptimizeThumb2Instructions().Jakob Stoklund Olesen2012-01-101-0/+1400
* Allow machine-cse to look across MBB boundary when cse'ing instructions thatEvan Cheng2012-01-101-1/+0
* Enable aligned NEON spilling by default.Jakob Stoklund Olesen2012-01-061-2/+2
* Reapply r146997, "Heed spill slot alignment on ARM."Jakob Stoklund Olesen2012-01-051-1/+1
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-043-3/+3
* Revert r146997, "Heed spill slot alignment on ARM."Jakob Stoklund Olesen2012-01-031-1/+1
* Experimental support for aligned NEON spills.Jakob Stoklund Olesen2011-12-231-0/+73
* Heed spill slot alignment on ARM.Jakob Stoklund Olesen2011-12-201-0/+22
* ARM target code clean up. Check for iOS, not Darwin where it makes sense.Evan Cheng2011-12-201-1/+1
* 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