Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for musl-libc on ARM Linux. | Rafael Espindola | 2016-06-24 | 1 | -0/+2 |
| | | | | | | Patch by Lei Zhang! llvm-svn: 273735 | ||||
* | [CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare ↵ | Oleg Ranevskyy | 2016-05-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | metal target with hard float (EABIHF) Summary: Clang does not detect `aapcs-vfp` for the EABIHF environment. The reason is that only GNUEABIHF is considered while choosing calling convention, EABIHF is ignored. This causes clang to use `aapcs` for EABIHF and add the `arm_aapcscc` specifier to functions in generated IR. The modified `arm-cc.c` test checks that no calling convention specifier is added to functions for EABIHF, which means the default one is used (`CallingConv::ARM_AAPCS_VFP`). Reviewers: rengolin, compnerd, t.p.northover Subscribers: aemerson, rengolin, asl, cfe-commits Differential Revision: http://reviews.llvm.org/D20219 llvm-svn: 269419 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -4/+4 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Tests: check for target availability for target-specific tests. | Jim Grosbach | 2012-07-09 | 1 | -0/+1 |
| | | | | | | | | Lots of tests are using an explicit target triple w/o first checking that the target is actually available. Add a REQUIRES clause to a bunch of them. This should hopefully unbreak bots which don't configure w/ all targets enabled. llvm-svn: 159949 | ||||
* | A a new test for my previous patch. | Rafael Espindola | 2010-06-16 | 1 | -0/+18 |
llvm-svn: 106120 |