summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2014-01-10
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.Tim Northover2014-01-06
* ARM: keep special non-AEABIness of "-darwin-eabi" triples for nowTim Northover2014-01-06
* Make the ARM ABI selectable via SubtargetFeature.Rafael Espindola2014-01-02
* Un-XFAILify some tests which are now passing.Bill Wendling2013-12-29
* New machine model for cortex-a9. Schedule for resources and latency.Andrew Trick2013-12-28
* Unbreak ARM buildbots after r197653 by forcing the target triple on this test.Josh Magee2013-12-19
* Add a triple so that this passes on OS X.Rafael Espindola2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* [aarch32] fix bug 18268: Incorrect condition of vselWeiming Zhao2013-12-18
* ARM: force soft-float ABI for tests depending on it.Tim Northover2013-12-18
* ARM: set default float ABI based on triple.Tim Northover2013-12-18
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-16
* Recognize EABIHF as environment and use it for RTAPI + VFP.Joerg Sonnenberger2013-12-16
* Enabling thumb2 mode used to force support for armv6t2. Replace thisJoerg Sonnenberger2013-12-13
* ARM: constrain register-class in fast-iselTim Northover2013-12-11
* ARM: fix folding of stack-adjustment (yet again).Tim Northover2013-12-08
* Bug 18149: [AArch32] VSel instructions has no ARMCC fieldWeiming Zhao2013-12-06
* MI-Sched: handle latency of in-order operations with the new machine model.Andrew Trick2013-12-05
* ARM: fix yet another stack-folding bugTim Northover2013-12-05
* Add support for parsing ARM symbol variants on ELF targetsDavid Peixotto2013-12-04
* Addrspacecasts are no-ops on ARM.James Molloy2013-12-03
* ARM: decide whether to use movw/movt based on "minsize" attribute.Tim Northover2013-12-02
* ARM: add pseudo-instructions for lit-pool global materialisationTim Northover2013-12-02
* ARM: fix bug in -Oz stack adjustment foldingTim Northover2013-12-01
* Darwin-ARM: use movw/movt for static relocationsTim Northover2013-11-26
* [ARM] Enable FeatureMP for Cortex-A5 by default.Amara Emerson2013-11-25
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* ARM: use CHECK-LABEL on a test.Tim Northover2013-11-22
* Add support for Cortex-A12.Richard Barton2013-11-22
* [ARM] add the overlooked tests for Cortex-A7 build attributesArtyom Skrobov2013-11-21
* [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.NAKAMURA Takumi2013-11-18
* Avoid illegal integer promotion in fastiselBob Wilson2013-11-15
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-14
* Error if we see an alias to a declaration.Rafael Espindola2013-11-14
* Enable generating legacy IT block for AArch32Weiming Zhao2013-11-13
* [ARM] Add support for FP_HP_extension build attributeBradley Smith2013-11-12
* [VirtRegMap] Fix for PR17825. Do not ignore noreturn definitions when settingQuentin Colombet2013-11-08
* ARM: fold prologue/epilogue sp updates into push/pop for code sizeTim Northover2013-11-08
* Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+.Bob Wilson2013-11-03
* [ARM] Add Virtualization subtarget feature and more build attributes in this ...Bradley Smith2013-11-01
* [ARM] Fix Tag_ABI_HardFP_use build attributeBradley Smith2013-11-01
* Convert another llc -filetype=obj test.Rafael Espindola2013-10-28
* [arm] Implement eabi_attribute, cpu, and fpu directives.Logan Chien2013-10-28
* ARM: don't expand atomicrmw inline on Cortex-M0Tim Northover2013-10-25