summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAge
* Add GPRPair Register class to ARM.Jakob Stoklund Olesen2012-10-26
* Fix a miscompilation caused by a typo. When turning a adde with negative valueEvan Cheng2012-10-24
* Add LLVM support for Swift.Bob Wilson2012-09-29
* Use vld1 / vst2 for unaligned v2f64 load / store. e.g. Use vld1.16 for 2-byteEvan Cheng2012-09-18
* Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen2012-09-05
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen2012-08-16
* Fold predicable instructions into MOVCC / t2MOVCC.Jakob Stoklund Olesen2012-08-15
* [arm-fast-isel] Add support for vararg function calls.Jush Lu2012-07-19
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Do not attempt to use ROR for Thumb1.Bob Wilson2012-07-02
* Fix the TCL-style quoting in one random test that somehow slippedChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Add a test case for global live range splitting.Jakob Stoklund Olesen2012-05-23
* Add a last resort tryInstructionSplit() to RAGreedy.Jakob Stoklund Olesen2012-05-23
* FileCheck'ize test, and add a bit to test for r157221.Jim Grosbach2012-05-21
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-20
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-17
* Added a regress test for the bug #9964 before close it.Danil Malyshev2012-05-09
* Added missing CMN case in Thumb2SizeReduction pass so that LLVM emits 16-bits...Sebastian Pop2012-05-04
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Fix updateTerminator to be resiliant to degenerate terminators whereChandler Carruth2012-04-16
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Don't break the IV update in TLI::SimplifySetCC().Jakob Stoklund Olesen2012-04-05
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-28
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-28
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Enable ARM base pointer when calling functions with large arguments.Jakob Stoklund Olesen2012-02-28
* Thumb2 size reduction fix for tied operands of tMUL.Jim Grosbach2012-02-24
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-14
* Consider unknown alignment caused by OptimizeThumb2Instructions().Jakob Stoklund Olesen2012-01-10
* Allow machine-cse to look across MBB boundary when cse'ing instructions thatEvan Cheng2012-01-10
* Enable aligned NEON spilling by default.Jakob Stoklund Olesen2012-01-06
* Reapply r146997, "Heed spill slot alignment on ARM."Jakob Stoklund Olesen2012-01-05
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-04
* Revert r146997, "Heed spill slot alignment on ARM."Jakob Stoklund Olesen2012-01-03
* 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