summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAge
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* MachineSink: Fix and tweak critical-edge breaking heuristic.Will Dietz2013-10-14
* Fixed a bug in dynamic allocation memory on stack.Elena Demikhovsky2013-10-14
* Fix spelling intruction -> instruction.Robert Wilhelm2013-09-28
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-09
* ARM: make sure ARM-mode pseudo-inst requires IsARMTim Northover2013-08-23
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* ARM: R9 is not safe to use for tcGPR.Jim Grosbach2013-08-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-19
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-09
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-26
* Cortex-R5 can issue Thumb2 integer division instructions.Evan Cheng2013-06-04
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-14
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-07
* ARM: Creating a vector from a lane of another.Jim Grosbach2013-03-02
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-21
* ARM: Allocation hints must make sure to be in the alloc order.Jim Grosbach2013-02-19
* FileCheck-ify some grep testsReid Kleckner2013-01-25
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-19
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-20
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-06
* 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