summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Fix up scoping in a few tests (and delete one that validates unnecessary beha...David Blaikie2014-06-24
* ARMEB: Vector extend operationsChristian Pirker2014-06-23
* Move test so that it is skipped if the ARM target is not enabled.Rafael Espindola2014-06-20
* Emit the ARM build attributes ABI_PCS_wchar_t and ABI_enum_size.Oliver Stannard2014-06-20
* ARM: implement correct atomic operations on v7MTim Northover2014-06-16
* ARMEB: Fix trunc store for vector typesChristian Pirker2014-06-16
* Atomics: make use of the "cmpxchg weak" instruction.Tim Northover2014-06-13
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* CodeGen: enable mov.w/mov.t pairs with minsize for WoASaleem Abdulrasool2014-06-12
* Global merge for global symbols.Jiangning Liu2014-06-11
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* ARM: add VLA extension for WoA Itanium ABISaleem Abdulrasool2014-06-09
* test: add test case for SVN r210406Saleem Abdulrasool2014-06-08
* ARM: correct assertion for long-calls on WoASaleem Abdulrasool2014-06-07
* Adding explicit triples to the ARM jumptable testsTom Roeder2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* ARMEB: Fix function return type f64Christian Pirker2014-06-01
* SelectionDAG: skip barriers for unordered atomic operationsTim Northover2014-05-30
* ARM: use AAPCS-style prologues for embedded MachO.Tim Northover2014-05-30
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* AArch64 & ARM: remove undefined behaviour from some tests.Tim Northover2014-05-30
* [ARM] Emit correct build attributes for the relocation models.Amara Emerson2014-05-27
* ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover2014-05-27
* Segmented stacks: omit __morestack call when there's no frame.Tim Northover2014-05-22
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* ARM: correct bundle generation for MOV32T relocationsSaleem Abdulrasool2014-05-21
* SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...Benjamin Kramer2014-05-19
* ARM: improve WoA ABI conformance for frame registerSaleem Abdulrasool2014-05-18
* test: fix copy-paste mistakeSaleem Abdulrasool2014-05-17
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* ARM: add some integer/floating point conversion libcallsSaleem Abdulrasool2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* ARM-BE: test files for vector argument passingChristian Pirker2014-05-14
* Fix ARM EHABI when function has landingpad and nounwind.Logan Chien2014-05-14
* More test case for r208715.Logan Chien2014-05-14
* Regression test for ARM EHABI breakage in r208166.Evgeniy Stepanov2014-05-14
* ARMEB: Fix byte order of EH frame unwinding instructions, with modified test ...Christian Pirker2014-05-13
* Revert "ARMEB: Fix byte order of EH frame unwinding instructions"Rafael Espindola2014-05-13
* ARMEB: Fix byte order of EH frame unwinding instructionsChristian Pirker2014-05-13
* Fix ARM bswap16.ll test on WindowsLouis Gerbarg2014-05-12
* Add support bswap16 to/from memory compiling to rev16 on ARM/ThumbLouis Gerbarg2014-05-12
* ARM: Implement big endian bit-conversion for NEON typeChristian Pirker2014-05-12
* Fix ARM intrinsics-overflow.ll test on WindowsReid Kleckner2014-05-09
* Add custom lowering for add/sub with overflow intrinsics to ARMLouis Gerbarg2014-05-09