summaryrefslogtreecommitdiff
path: root/test/CodeGen/mips-varargs.c
Commit message (Expand)AuthorAgeFilesLines
* [mips64][clang] Adjust tests to account for changes in r338239Stefan Maksimovic2018-07-301-2/+6
* [mips] Make checks in CodeGen/mips-varargs.c less fragileSimon Dardis2017-05-231-33/+34
* Fix clang/test/CodeGen/mips-varargs.c for -Asserts, possibly typo.NAKAMURA Takumi2015-09-081-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-135/+75
* [CodeGen] Update a test-case affected by folding IntToPtr/PtrToInt into LoadsDavid Majnemer2015-05-281-7/+10
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-22/+22
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-12/+12
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-131-0/+49
* Update Clang tests that run the LLVM optimizer to reflect the changedChandler Carruth2014-11-251-25/+17
* Revert "[Reassociate] Update test cases due to r222142."Chad Rosier2014-11-191-1/+1
* Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg is...Daniel Sanders2014-11-191-17/+149
* [mips] Fix r218248's testcase to use -O1 instead of -O3.Daniel Sanders2014-09-231-3/+3
* Fix test/CodeGen/mips-varargs.c to use %clang_cc1Kaelyn Takata2014-09-221-3/+3
* clang/test/CodeGen/mips-varargs.c: Fixup for -Asserts.NAKAMURA Takumi2014-09-221-21/+20
* [mips] Correct alignment of vectors passed in varargs for the O32 ABI.Daniel Sanders2014-09-221-0/+53