[DAGCombine] Fix a bug in MergeConsecutiveStores.
[oota-llvm.git] / test / CodeGen / Thumb2 /
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-11 James MolloyMake buildbots better.
2015-01-08 Akira Hatanaka[ARM] Fix a bug in constant island pass that was trigge...
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-12 Chad Rosier[ARMConstantIsland] Insert tbb/tbh optimization where...
2014-11-13 Tim NorthoverARM: allow constpool entry to be moved to the user...
2014-10-17 Akira HatanakaARM: Fix a bug which was causing convergence failure...
2014-10-16 Rafael EspindolaDelete -std-compile-opts.
2014-10-01 Oliver Stannard[ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instru...
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-21 Oliver Stannard[ARM] Enable DP copy, load and store instructions for...
2014-08-06 Tim NorthoverARM: do not generate BLX instructions on Cortex-M CPUs.
2014-08-02 Akira Hatanaka[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo...
2014-07-25 Akira Hatanaka[stack protector] Add test cases for thumb and thumb2.
2014-07-23 Tim NorthoverARM: spot SBFX-compatbile code expressed with sign_exte...
2014-07-23 Tim NorthoverARM: add patterns for [su]xta[bh] from just a shift.
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-06-24 Christian PirkerARM: Fix TPsoft for Thumb mode
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-04 Saleem AbdulrasoolARM: fix test case missed in previous roundup
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-02-26 Artyom SkrobovARMv8 IfConversion must skip narrow instructions that...
2014-02-16 Nico RieckAdd extra CHECK prefix to tests with explicit prefix
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-29 Renato GolinEnable EHABI by default
2014-01-23 Weiming Zhao[Thumbv8] Fix the value of BLXOperandIndex of isV8Eligi...
2014-01-13 Weiming ZhaoFix PR 18369: [Thumbv8] asserts due to inconsistent...
2014-01-11 Benjamin KramerFix broken CHECK lines.
2013-12-13 Joerg SonnenbergerEnabling thumb2 mode used to force support for armv6t2...
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-11-13 Weiming ZhaoEnable generating legacy IT block for AArch32
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-09 Joey Gouly[ARMv8] Prevent generation of deprecated IT blocks...
2013-08-23 Tim NorthoverARM: make sure ARM-mode pseudo-inst requires IsARM
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-22 Jim GrosbachARM: R9 is not safe to use for tcGPR.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-19 Lang HamesRefactor AnalyzeBranch on ARM. The previous version...
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-07-09 Jim GrosbachARM: Fix incorrect pack pattern for thumb2
2013-06-26 Tim NorthoverARM: allow predicated barriers in Thumb mode
2013-06-04 Evan ChengCortex-R5 can issue Thumb2 integer division instructions.
2013-05-14 Derek SchuffFix ARM FastISel tests, as a first step to enabling...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-03-07 Jim GrosbachSDAG: Handle scalarizing an extend of a <1 x iN> vector.
2013-03-02 Jim GrosbachARM: Creating a vector from a lane of another.
2013-02-22 Kristof BeylsMake ARMAsmPrinter generate the correct alignment speci...
2013-02-21 Jakob Stoklund OlesenMake RAFast::UsedInInstr indexed by register units.
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-19 Jakob Stoklund OlesenRemove some register allocation order dependencies.
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Bob WilsonDo not attempt to use ROR for Thumb1.
2012-07-02 Chandler CarruthFix the TCL-style quoting in one random test that someh...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-23 Jakob Stoklund OlesenAdd a test case for global live range splitting.
2012-05-23 Jakob Stoklund OlesenAdd a last resort tryInstructionSplit() to RAGreedy.
2012-05-21 Jim GrosbachFileCheck'ize test, and add a bit to test for r157221.
2012-05-20 Jakob Stoklund OlesenUse the right register class for LDRrs.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-05-09 Danil MalyshevAdded a regress test for the bug #9964 before close it.
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-03-28 Jakob Stoklund OlesenDon't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
next