summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/xcore-abi.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-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
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-7/+7
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-16/+16
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-8/+8
* XCore target: add section information.Robert Lytton2014-02-111-0/+5
* XCore target exception handlingRobert Lytton2014-01-271-2/+11
* Consolidate DataLayout string testing in one file.Rafael Espindola2013-12-131-1/+0
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-131-1/+1
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-2/+2
* XCore target requires preferred alignment.Robert Lytton2013-11-121-3/+10
* XCore : Fix bug in XCoreABIInfo::EmitVAArg()Robert Lytton2013-10-111-8/+19
* correct test RUN parametersRobert Lytton2013-08-231-4/+2
* Check for absence of the flag.Bill Wendling2013-08-221-1/+1
* XCore target: Add target specific EmitVAArgRobert Lytton2013-08-191-8/+72
* XCore target: correct test layoutRobert Lytton2013-08-191-5/+19
* Fix xcore tests to use regex.Arnold Schwaighofer2013-08-131-8/+8
* Add XCore targetRobert Lytton2013-08-131-0/+35