llvm-capstone/clang/test
Renato Golin b625f48862 Allows Clang to use LLVM's fixes-x18 option
This patch allows clang to have llvm reserve the x18
platform register on AArch64. FreeBSD will use this in the kernel for
per-cpu data but has no need to reserve this register in userland so
will need this flag to reserve it.

This uses llvm r226664 to allow this register to be reserved.

Patch by Andrew Turner.

llvm-svn: 227062
2015-01-25 23:17:48 +00:00
..
Analysis PR6037 2015-01-19 01:44:02 +00:00
ARCMT Objective-C moderinzer [qoi], add space on rhs when needed when 2015-01-23 21:58:46 +00:00
ASTMerge
CodeCompletion
CodeGen test: Convert some tests to FileCheck 2015-01-24 17:39:36 +00:00
CodeGenCUDA
CodeGenCXX Rename four test files from .C to .cpp. 2015-01-25 02:04:36 +00:00
CodeGenObjC
CodeGenObjCXX Emit DeferredDeclsToEmit in a DFS order. 2015-01-22 00:24:57 +00:00
CodeGenOpenCL Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558. 2015-01-20 11:20:41 +00:00
Coverage
CoverageMapping InstrProf: Avoid creating profile names for symbols in system headers 2015-01-22 02:17:23 +00:00
CXX First steps in implementing DR1467: List-initialization of aggregate from same-type object. 2015-01-24 23:09:54 +00:00
Driver Allows Clang to use LLVM's fixes-x18 option 2015-01-25 23:17:48 +00:00
FixIt
Format
Frontend
Headers
Index Sema: require a complete type before lookup. 2015-01-25 08:47:59 +00:00
Integration
Layout PR6037 2015-01-19 01:44:02 +00:00
Lexer
Misc When checking the template argument list, use a copy of that list for changes 2015-01-24 02:48:32 +00:00
Modules [modules] Sometimes we can deserialize a class member but not have yet 2015-01-24 01:07:20 +00:00
OpenMP Support ‘omp for’ with static chunked schedule kind. 2015-01-22 08:49:35 +00:00
Parser Update error message text. 2015-01-18 19:05:48 +00:00
PCH
Preprocessor [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI 2015-01-22 23:16:48 +00:00
Profile
Rewriter
Sema Make the ?: precedence warning handle pointers to the left of ? 2015-01-22 22:11:56 +00:00
SemaCUDA
SemaCXX Initial support for Win64 SEH IR emission 2015-01-22 01:36:17 +00:00
SemaObjC Fix crashes on missing @interface for category 2015-01-20 20:41:36 +00:00
SemaObjCXX Update error message text. 2015-01-18 19:05:48 +00:00
SemaOpenCL
SemaTemplate When checking the template argument list, use a copy of that list for changes 2015-01-24 02:48:32 +00:00
TableGen
Tooling
Unit
VFS
.clang-format
CMakeLists.txt
cxx-sections.data
lit.cfg Reorganize test/Modules: 2015-01-22 23:07:47 +00:00
lit.site.cfg.in
make_test_dirs.pl
Makefile
TestRunner.sh