Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -12/+12 |
| | | | | llvm-svn: 230795 | ||||
* | Introduce f[no-]max-unknown-pointer-align=[number] option | Fariborz Jahanian | 2014-08-05 | 1 | -0/+57 |
to instruct the code generator to not enforce a higher alignment than the given number (of bytes) when accessing memory via an opaque pointer or reference. Patch reviewed by John McCall (with post-commit review pending). rdar://16254558 llvm-svn: 214911 |