[PBQP] Teach PassConfig to tell if the default register allocator is used.
[oota-llvm.git] / test / CodeGen / ARM /
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.
2014-05-14 Logan ChienMore test case for r208715.
2014-05-14 Evgeniy StepanovRegression test for ARM EHABI breakage in r208166.
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-12 Louis GerbargFix ARM bswap16.ll test on Windows
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-05-12 Christian PirkerARM: Implement big endian bit-conversion for NEON type
2014-05-09 Reid KlecknerFix ARM intrinsics-overflow.ll test on Windows
2014-05-09 Louis GerbargAdd custom lowering for add/sub with overflow intrinsic...
2014-05-09 James MolloyAttempt to pacify the bots - this commit requires asserts.
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-09 Saleem AbdulrasoolARM: support PIC on Windows on ARM
2014-05-08 Justin Bognertest/CodeGen: Check that the correct register is used...
2014-05-08 Justin BognerMake a CodeGen test more robust against vector register...
2014-05-08 Saleem Abdulrasooltest: fix test on Windows
2014-05-08 Christian PirkerARM big endian function argument passing
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-07 Saleem AbdulrasoolARM: fix WoA PEI instruction selection
2014-05-06 Joerg SonnenbergerIf a function needs a frame pointer, but r11 (aka fp...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-05-04 Saleem AbdulrasoolCodeGen: strengthen WoA AEABI avoidance tests
2014-04-30 Saleem AbdulrasoolARM: support stack probe emission for Windows on ARM
2014-04-30 Saleem AbdulrasoolARM: partially handle 32-bit relocations for WoA
2014-04-29 Tim NorthoverARM: fix test after change to indirect symbol emission.
2014-04-29 Tim NorthoverARM: emit hidden stubs into a proper non_lazy_symbol_po...
2014-04-25 Saleem AbdulrasoolARM: remove @llvm.arm.sevl
2014-04-25 Saleem AbdulrasoolARM: provide a new generic hint intrinsic
2014-04-23 Reid KlecknerFix test/CodeGen/arm.ll
2014-04-22 Tim NorthoverARM: disable emission of __XYZvfp in soft-float environ...
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-14 Akira HatanakaFix a bug in which BranchProbabilityInfo wasn't setting...
2014-04-14 Richard TrieuFix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT...
2014-04-12 Richard TrieuAdd extra checks to mvn.ll test to prevent the "f1...
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-03 Saleem AbdulrasoolARM: yet another round of ARM test clean ups
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Tim NorthoverARM: tell LLVM about zext properties of ldrexb/ldrexh
2014-04-03 Tim NorthoverARM: skip cmpxchg failure barrier if ordering is monotonic.
2014-04-03 Tim NorthoverARM: expand atomic ldrex/strex loops in IR
2014-04-03 Silviu Baranga[ARM] When generating a vpaddl node the input lane...
2014-04-02 Saleem AbdulrasoolARM: fixup tests to specify the target more explicitly
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-02 Renato GolinRemove duplicated DMB instructions
2014-04-01 Tim NorthoverARM: add cyclone CPU with ZeroCycleZeroing feature.
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-26 Tim NorthoverARM: add intrinsics for the v8 ldaex/stlex
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-25 Saleem Abdulrasooltest: fix CHECK lines
2014-03-21 Kevin QinFix test command line to avoid generating output file.
2014-03-21 Kevin QinFix an assertion caused by using inline asm with indire...
2014-03-20 Weiming ZhaoFix PR19136: [ARM] Fix Folding SP Update into vpush...
next