llvm-project/clang/lib
Saleem Abdulrasool adaaccc23b Basic: mark TLS as supported on Windows on ARM
LLVM can now lower TLS access as per the MS ABI on ARM.  This enables the
generation of TLS access for Windows on ARM.

llvm-svn: 259751
2016-02-04 05:05:23 +00:00
..
ARCMigrate Class Property: class property and instance property can have the same name. 2016-01-28 18:49:28 +00:00
AST Fix predefine for __NSConstantString struct type 2016-02-04 00:55:24 +00:00
ASTMatchers Reapply r259210 with a fix for RegistryTest.cpp. 2016-02-01 14:11:47 +00:00
Analysis Make headers self-contained. 2016-02-02 11:06:57 +00:00
Basic Basic: mark TLS as supported on Windows on ARM 2016-02-04 05:05:23 +00:00
CodeGen [cfi] Safe handling of unaddressable vtable pointers (clang). 2016-02-03 22:18:55 +00:00
Driver Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. 2016-02-02 11:06:51 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: Fix formatting of ternary expressions with comments. 2016-02-03 17:27:10 +00:00
Frontend Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. 2016-02-02 11:06:51 +00:00
FrontendTool Remove autoconf support 2016-01-26 21:30:40 +00:00
Headers [CUDA] added declarations for device-side system calls 2016-02-03 20:53:58 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex [OpenCL] Adding reserved operator logical xor for OpenCL 2016-02-03 15:17:14 +00:00
Parse PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousParenExpression, by Dmitry Polukhin 2016-02-04 04:22:09 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Fix predefine for __NSConstantString struct type 2016-02-04 00:55:24 +00:00
Serialization Fix predefine for __NSConstantString struct type 2016-02-04 00:55:24 +00:00
StaticAnalyzer [OpenMP] Parsing + sema for target parallel for directive. 2016-02-03 15:46:42 +00:00
Tooling Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs. 2016-01-29 11:29:02 +00:00
CMakeLists.txt