R600/SI: Move more information into SIProgramInfo struct
[oota-llvm.git] / test / CodeGen / ARM /
2014-12-02 Charlie TurnerEmit Tag_ABI_FP_denormal correctly in fast-math mode.
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-12-01 Tim NorthoverARM: lower tail calls correctly when using GHC calling...
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-17 Renato GolinFix ARM triple parsing
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-17 Oliver StannardFix optimisations of SELECT_CC which assumed result...
2014-11-14 Tim NorthoverARM: refactor .cfi_def_cfa_offset emission.
2014-11-14 Tim NorthoverARM: correctly calculate the offset of FP in its push.
2014-11-14 Tim NorthoverARM: simplify test.
2014-11-13 Tim NorthoverARM: avoid duplicating branches during constant islands.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-06 Lang Hames[RegAlloc] Remove reference to the trivial spiller...
2014-11-06 Rafael EspindolaUse FileCheck in a few tests.
2014-11-05 Tim NorthoverARM: try to add extra CS-register whenever stack alignm...
2014-11-05 Tim NorthoverARM/Dwarf: correctly align stack before callee-saved...
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2014-10-31 Quentin Colombet[CodeGenPrepare] Move extractelement close to store...
2014-10-30 Tim NorthoverARM: test default values for TAG_CPU_unaligned_access...
2014-10-27 Oliver Stannard[ARM] Select VMAXNM and VMINNM regardless of operand...
2014-10-23 Renato GolinDo not emit intermediate register for zero FP immediate
2014-10-23 Akira Hatanaka[ARM, stack protector] If supported, use armv7 instruct...
2014-10-20 Tim NorthoverARM: rework Thumb1 frame index rewriting
2014-10-20 Oliver Stannard[ARM] Do not select SMULW[BT] or SMLAW[BT]
2014-10-14 Tim NorthoverARM: remove ARM/Thumb distinction for preferred alignment.
2014-10-14 Tim NorthoverARM: allow misaligned local variables in Thumb1 mode.
2014-10-14 Tim NorthoverARM: set preferred aggregate alignment to 32 universally.
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-08 Renato GolinEmit unaligned access build attribute for ARM
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Tim NorthoverARM: allow copying of CPSR when all else fails.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
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-09-23 Robin MorissetFix swift-atomics testcase
2014-09-18 Quentin Colombet[ARM] Do not perform a tail call when the caller return...
2014-09-18 Robin MorissetRestore "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-17 Robin MorissetRevert "[ARM, Fix] Fix emitLeading/TrailingFence on...
2014-09-17 Robin Morisset[ARM, Fix] Fix emitLeading/TrailingFence on old ARM...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-11 Tilmann Scheller[ARM] Add Thumb2 code size optimization regression...
2014-09-10 Tim NorthoverARM: don't size-reduce STMs using the LR register.
2014-09-09 Renato GolinARM: Negative offset support problem
2014-09-02 Renato GolinMissing test from r216989
2014-09-02 Renato GolinOnly emit movw on ARMv6T2+
2014-09-01 Tilmann Scheller[ARM] Add Thumb-2 code size optimization regression...
2014-09-01 Tilmann SchellerARM] Add Thumb-2 code size optimization regression...
2014-08-29 Tilmann Scheller[ARM] Add Thumb-2 code size optimization test for ASR...
2014-08-29 Tilmann Scheller[ARM] Add Thumb-2 code size optimization test for ASR...
2014-08-29 Tilmann Scheller[ARM] Make Thumb-2 code size optimization test more...
2014-08-29 Tilmann Scheller[ARM] Add a first test for the Thumb-2 code size optimi...
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-25 Chad Rosier[AArch32] Add patterns for VCVT{A,N,P,M}.
2014-08-23 Chad RosierRevert "ARM: improve RTABI 4.2 conformance on Linux"
2014-08-22 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Quentin Colombet[ARM] Move the implementation of the target hooks relat...
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-21 Oliver Stannard[ARM] Enable DP copy, load and store instructions for...
2014-08-21 Quentin Colombet[PeepholeOptimizer] Take advantage of the isInsertSubre...
2014-08-20 Jonathan RoelofsLower thumbv4t & thumbv5 lo->lo copies through a push...
2014-08-20 Quentin Colombet[PeepholeOptimizer] Refactor the advanced copy optimiza...
2014-08-20 Yi KongARM: Fix codegen for rbit intrinsic
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-18 Oliver Stannard[ARM,AArch64] Do not tail-call to an externally-defined...
2014-08-17 Saleem AbdulrasoolARM: improve RTABI 4.2 conformance on Linux
2014-08-15 Chad Rosier[AArch32] Add support for FP rounding operations for...
2014-08-15 Juergen Ributzka[FastISel][ARM] Fix unit test from r215682.
2014-08-14 Juergen Ributzka[FastISel][ARM] Fall-back to constant pool loads when...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Sanjay Pateloptimize vector fneg of bitcasted integer value
2014-08-13 Juergen Ributzka[FastISel] Let the target decide first if it wants...
2014-08-13 Juergen Ributzka[FastISel][ARM] Use MOVT/MOVW if the subtarget requests it.
2014-08-11 Saleem AbdulrasoolARM: try harder to detect non-IT eligible instructions
2014-08-11 Sanjay PatelCorrect a missing RUN line in the ARM codegen test...
2014-08-11 Oliver StannardARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the...
2014-08-10 Saleem AbdulrasoolARM: correct isPredicable for MULS in ThHUMB mode
2014-08-07 Adrian PrantlMake these regexes stricter by disallowing any addition...
2014-08-07 Adrian PrantlReflow this comment.
2014-08-07 Akira Hatanaka[Branch probability] Recompute branch weights of tail...
2014-08-06 Tim NorthoverARM: do not generate BLX instructions on Cortex-M CPUs.
2014-08-06 Tim NorthoverARM-MachO: materialize callee address correctly on...
2014-08-06 David BlaikieDebugInfo: Assert that any CU for which debug_loc lists...
2014-08-05 David BlaikieDebugInfo: Fix a bunch of tests that, owing to their...
2014-08-05 Jonathan RoelofsRe-apply r214881: Fix return sequence on armv4 thumb
2014-08-05 Sanjay PatelImproved test cases that were added with r214892.
2014-08-05 Jonathan RoelofsRevert r214881 because it broke lots of build-bots
2014-08-05 Sanjay PatelOptimize vector fabs of bitcasted constant integer...
2014-08-05 Jonathan RoelofsFix return sequence on armv4 thumb
2014-08-05 David BlaikieImprove test for merged global debug info by using...
2014-08-02 Akira Hatanaka[ARM] In dynamic-no-pic mode, ARM's post-RA pseudo...
2014-08-01 Juergen Ributzka[FastISel][ARM] Do not emit stores for undef arguments.
next