summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
...
* [ARM] Introduce the 'sevl' instruction in ARMv8.Joey Gouly2013-10-01
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-30
* Fix PR 17372: Emitting PLD for stack address for ARM Thumb2Weiming Zhao2013-09-26
* [ARM] Use the load-acquire/store-release instructions optimally in AArch32.Amara Emerson2013-09-26
* Fix PR 17368: disable vector mul distribution for square of add/sub for ARMWeiming Zhao2013-09-25
* [PR16882] Ignore noreturn definitions when setting isPhysRegUsed.Quentin Colombet2013-09-25
* CriticalAntiDepBreaker is no longer needed for armv7 scheduling.Andrew Trick2013-09-25
* Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.NAKAMURA Takumi2013-09-21
* llvm/test: Mark 3 tests as XFAIL:msvc.NAKAMURA Takumi2013-09-20
* [ARMv8] Add support for the v8 cryptography extensions.Amara Emerson2013-09-19
* [SelectionDAG] Teach the vector scalarizer about TRUNCATE.Quentin Colombet2013-09-17
* [ARMv8] Change hasV8Fp to hasFPARMv8, and other command line optionsJoey Gouly2013-09-13
* [ARMv8] Emit the proper .fpu directive.Joey Gouly2013-09-13
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-09
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* Debug Info Testing: Updated to use null instead of "i32 0" for containing-typeManman Ren2013-09-06
* [ARMv8] Implement the new DMB/DSB operands.Joey Gouly2013-09-05
* Reverting 190043 for now.Tilmann Scheller2013-09-05
* ARM: Add GPR register class excluding LR for use with the ADR instruction.Tilmann Scheller2013-09-05
* Expand and rewrite comment.Eric Christopher2013-09-04
* Change swift/vldm test case to be less dependent on allocation orderArnold Schwaighofer2013-09-04
* Swift: Only build vldm/vstm with q register aligned register listsArnold Schwaighofer2013-09-04
* Fix scheduling for vldm/vstm instructions that load/store more than 32 bytes ...Silviu Baranga2013-09-04
* Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""Jim Grosbach2013-09-03
* ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.Tilmann Scheller2013-09-02
* Revert 189756 for now, it doesn't match what rdar://14871821 really wants.Tilmann Scheller2013-09-02
* ARM: Default to Swift when compiling for iOS 6 or later.Tilmann Scheller2013-09-02
* Revert "ARM: Improve pattern for isel mul of vector by scalar."Michael Gottesman2013-08-30
* ARM: Improve pattern for isel mul of vector by scalar.Jim Grosbach2013-08-29
* ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics.Tim Northover2013-08-28
* ARM: add patterns for vqdmlal with separate vqdmull and vqaddsTim Northover2013-08-28
* ARM: add natural patterns for vaddhl and vsubhl.Tim Northover2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* ARM: Enable machine verifier for a few more tests.Jim Grosbach2013-08-26
* ARM: Constrain regclass for TSTri instruction.Jim Grosbach2013-08-26
* ARM: FastISel verifier error cleanup.Jim Grosbach2013-08-26
* [ARM] Fix another ARM FastISel -verify-machineinstrs issue.Joey Gouly2013-08-23
* [ARMv8] Add CodeGen for VMAXNM/VMINNM.Joey Gouly2013-08-23
* [stack protector] Work around an issue with the BMOVPCB_CALL instruction on A...Michael Gottesman2013-08-22
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* Fix some tests. The 'false' version just omits the attribute altogether.Bill Wendling2013-08-22
* [Debug Info Tests] Update testing cases.Manman Ren2013-08-22
* [ARMv8] Add CodeGen support for VSEL.Joey Gouly2013-08-22
* [ARM] Constrain some register classes in EmitAtomicBinary64 so thatJoey Gouly2013-08-22
* Fix ARM FastISel PIC function call.Logan Chien2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-22
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-21
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-20