Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -3/+3 |
| | | | | llvm-svn: 230795 | ||||
* | Teach ARM va_arg to ignore empty structs. | Tim Northover | 2013-06-21 | 1 | -0/+27 |
Empty structs are ignored for parameter passing purposes, but va_arg was incrementing the pointer anyway which could lead to va_list getting out of sync. llvm-svn: 184605 |