Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Implements alignment for long long and double types in va_arg on ARM AAPCS. | Rafael Espindola | 2011-08-02 | 1 | -0/+33 |
Patch by Jim (Ningjie) Chen. llvm-svn: 136734 |