summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2008-01-25-ByValReadNone.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Remove XFAIL.Akira Hatanaka2013-10-081-2/+0
| | | | | | | Triple x86_64 has been added to the command line, so this test doesn't fail on mips anymore. llvm-svn: 192219
* clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple ↵NAKAMURA Takumi2013-07-081-1/+2
| | | | | | | | | | | x86_64-unknown-unknown. It would emit @llvm.memcpy with "-triple x86_64-(mingw32|win32)" and had been failing since Nick's r185735. ; Function Attrs: nounwind declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture readonly, i64, i32, i1) #1 llvm-svn: 185796
* Mark two Clang tests as passing on ARMNico Weber2012-10-011-3/+5
| | | | | | | Also move one of them from grep to FileCheck. Patch from Joey Gouly <joey.gouly@arm.com>! llvm-svn: 164929
* XFAIL this test on MIPS.Akira Hatanaka2012-05-161-1/+1
| | | | | | Since r156650, clang has stopped emitting byval arguments for MIPS targets. llvm-svn: 156954
* XFAIL this test on ARM. Filed PR10518 to track.Eric Christopher2011-07-271-0/+2
| | | | llvm-svn: 136299
* Remove the optimization option for this test.Eric Christopher2011-07-271-3/+2
| | | | llvm-svn: 136298
* Migrate most of the rest of test/FrontendC from llvm and migrateEric Christopher2011-07-261-0/+15
most of them to FileCheck. llvm-svn: 136159
OpenPOWER on IntegriCloud