| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [mips] Fix r218248's testcase to use -O1 instead of -O3. | Daniel Sanders | 2014-09-23 | 1 | -3/+3 |
| | | | | | llvm-svn: 218298 | ||||
| * | Fix test/CodeGen/mips-varargs.c to use %clang_cc1 | Kaelyn Takata | 2014-09-22 | 1 | -3/+3 |
| | | | | | | | | Only tests under test/Driver should use %clang, and test/CodeGen in particular must always use %clang_cc1. llvm-svn: 218260 | ||||
| * | clang/test/CodeGen/mips-varargs.c: Fixup for -Asserts. | NAKAMURA Takumi | 2014-09-22 | 1 | -21/+20 |
| | | | | | llvm-svn: 218256 | ||||
| * | [mips] Correct alignment of vectors passed in varargs for the O32 ABI. | Daniel Sanders | 2014-09-22 | 1 | -0/+53 |
| Summary: Vectors are normally 16-byte aligned, however the O32 ABI enforces a maximum alignment of 8-bytes since the base of the stack is 8-byte aligned. Previously, this was enforced on the caller side, but not on the callee side. This fixes the output of OpenCL's printf when given vectors. Reviewers: atanasyan Reviewed By: atanasyan Subscribers: llvm-commits, pekka.jaaskelainen Differential Revision: http://reviews.llvm.org/D5433 llvm-svn: 218248 | |||||

