| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it is | Chandler Carruth | 2014-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | no assert at all. ;] Some of these should probably be switched to llvm_unreachable, but I didn't want to perturb the behavior in this patch. Found by -Wstring-conversion, which I'll try to turn on in CMake builds at least as it is finding useful things. llvm-svn: 205091 | ||||
| * | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -0/+2142 |
| This adds a second implementation of the AArch64 architecture to LLVM, accessible in parallel via the "arm64" triple. The plan over the coming weeks & months is to merge the two into a single backend, during which time thorough code review should naturally occur. Everything will be easier with the target in-tree though, hence this commit. llvm-svn: 205090 | |||||

