| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move x86-64 builtins from SemaChecking.cpp to BuiltinsX86_64.def | Albert Gutowski | 2016-10-12 | 1 | -22/+0 |
| | | | | | | | | | | | | | Summary: Follow-up to https://reviews.llvm.org/D24598 (separating builtins for x84-64 and i386). Reviewers: hans, thakis, rnk Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D25494 llvm-svn: 284026 | ||||
| * | [Sema,X86] Add explicit check to ensure that builtins that require x86-64 ↵ | Craig Topper | 2016-07-21 | 1 | -0/+22 |
| target throw an error if used on 32-bit target. If these builtins are allowed to go through on a 32-bit target they will fire assertions in the backend. Fixes PR28635. llvm-svn: 276250 | |||||

