Lower thumbv4t & thumbv5 lo->lo copies through a push-pop sequence
[oota-llvm.git] / test / CodeGen / ARM /
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.
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-29 Tim NorthoverARM: add __aeabi_d2h for truncation on AEABI systems
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-25 David BlaikieDebugInfo: Fix up some test cases to have more correct...
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Add explicit...
2014-07-25 NAKAMURA Takumillvm/test/CodeGen/ARM/inlineasm-global.ll: Avoid specif...
2014-07-25 Akira Hatanaka[ARM] In thumb mode, emit directive ".code 16" before...
2014-07-24 Chandler Carruth[SDAG] Introduce a combined set to the DAG combiner...
2014-07-23 Tim NorthoverARM: spot SBFX-compatbile code expressed with sign_exte...
2014-07-23 Tilmann Scheller[ARM] Add regression test for the earlyclobber constrai...
2014-07-23 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-21 Logan ChienReplace the result usages while legalizing cmpxchg.
2014-07-19 Saleem AbdulrasoolARM: correct WoA __builtin_alloca handling on O0
2014-07-18 Tim NorthoverARM: support legalisation of "fptrunc ... to half"...
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-18 Tilmann Scheller[ARM] Add earlyclobber constraint to pre/post-indexed...
2014-07-17 Tim NorthoverARM: support direct f16 <-> f64 conversions
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Juergen Ributzka[FastISel] Local values shouldn't be alive across an...
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-14 Bill WendlingUnify the lowering of arguments during SjLj prepare.
2014-07-14 Bill WendlingSupport lowering of empty aggregates.
2014-07-07 Saleem AbdulrasoolARM: properly lower dllimport'ed global values
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-23 Christian PirkerARMEB: Vector extend operations
2014-06-20 Rafael EspindolaMove test so that it is skipped if the ARM target is...
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 Christian PirkerARMEB: Fix trunc store for vector types
2014-06-13 Tim NorthoverAtomics: make use of the "cmpxchg weak" instruction.
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-12 Saleem AbdulrasoolCodeGen: enable mov.w/mov.t pairs with minsize for WoA
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Saleem AbdulrasoolARM: add VLA extension for WoA Itanium ABI
2014-06-08 Saleem Abdulrasooltest: add test case for SVN r210406
2014-06-07 Saleem AbdulrasoolARM: correct assertion for long-calls on WoA
2014-06-05 Tom RoederAdding explicit triples to the ARM jumptable tests
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-06-01 Christian PirkerARMEB: Fix function return type f64
2014-05-30 Tim NorthoverSelectionDAG: skip barriers for unordered atomic operations
2014-05-30 Tim NorthoverARM: use AAPCS-style prologues for embedded MachO.
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2014-05-30 Tim NorthoverAArch64 & ARM: remove undefined behaviour from some...
2014-05-27 Amara Emerson[ARM] Emit correct build attributes for the relocation...
2014-05-27 Tim NorthoverARM: teach AAPCS-VFP to deal with Cortex-M4.
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Saleem AbdulrasoolARM: introduce llvm.arm.undefined intrinsic
2014-05-21 Saleem AbdulrasoolARM: correct bundle generation for MOV32T relocations
2014-05-19 Benjamin KramerSDAG: Legalize vector BSWAP into a shuffle if the shuff...
2014-05-18 Saleem AbdulrasoolARM: improve WoA ABI conformance for frame register
2014-05-17 Saleem Abdulrasooltest: fix copy-paste mistake
2014-05-17 Saleem AbdulrasoolARM: use the proper target object format for WoA
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Saleem AbdulrasoolARM: add some integer/floating point conversion libcalls
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 Christian PirkerARM-BE: test files for vector argument passing
2014-05-14 Logan ChienFix ARM EHABI when function has landingpad and nounwind.
next