summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAge
* ARM: Fix TPsoft for Thumb modeChristian Pirker2014-06-24
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* Fix the Load/Store optimization pass to work with Thumb1.James Molloy2014-05-16
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* ARM: fix test case missed in previous roundupSaleem Abdulrasool2014-04-04
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-03
* ARM: update even more testsSaleem Abdulrasool2014-04-03
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov2014-02-26
* Add extra CHECK prefix to tests with explicit prefixNico Rieck2014-02-16
* Remove -arm-disable-ehabi optionRenato Golin2014-02-07
* PGO branch weight: update edge weights in IfConverter.Manman Ren2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* [Thumbv8] Fix the value of BLXOperandIndex of isV8EligibleForITWeiming Zhao2014-01-23
* Fix PR 18369: [Thumbv8] asserts due to inconsistent CPSR liveness of IT blocksWeiming Zhao2014-01-13
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* 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