summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/func-argpassing.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert r329611, "AArch64: Allow offsets to be folded into addresses with ELF."Peter Collingbourne2018-04-101-4/+4
* AArch64: Allow offsets to be folded into addresses with ELF.Peter Collingbourne2018-04-091-4/+4
* [AArch64] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-091-2/+2
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-2/+2
* [LLVM] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-191-1/+1
* [AArch64] Enable PostRAScheduler for AArch64 generic build.Chad Rosier2015-12-211-2/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-2/+2
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-8/+8
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-8/+8
* AArch64: don't be too greedy when folding :lo12: accesses into mem ops.Tim Northover2014-12-021-6/+4
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-12/+6
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-9/+0
* [ARM64-BE] Make big endian (scalar) argument passing work correctly.James Molloy2014-05-071-5/+21
* [ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-...Kevin Qin2014-04-251-0/+1
* AArch64/ARM64: copy byval implementation from AArch64.Tim Northover2014-04-181-25/+29
* AArch64_BE function argument passing for ARM ABIChristian Pirker2014-03-261-4/+9
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-311-0/+4
* AArch64: enable MISched by default.Tim Northover2013-10-091-13/+13
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-10/+10
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-1/+1
* Test case hygiene.Benjamin Kramer2013-03-091-2/+2
* AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover2013-02-151-1/+1
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-051-1/+2
* Revert r174343, "When the target-independent DAGCombiner inferred a higher al...NAKAMURA Takumi2013-02-051-2/+1
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-051-1/+2
* Add explicit triples to AArch64 testsTim Northover2013-02-011-1/+1
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+192
OpenPOWER on IntegriCloud