llvm-project/clang/lib
Marcin Koscielnicki 4005070e1b [AArch64] Fix D19098 fallout.
The intrinsic is now called llvm.thread.pointer, not
llvm.aarch64.thread.pointer.  Also, the code handling it in CGBuiltin.cpp
is dead - it's already covered by GCCBuiltin.  Remove it.

Differential Revision: http://reviews.llvm.org/D19099

llvm-svn: 266817
2016-04-19 20:51:00 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST Warn if function or variable cannot be implicitly instantiated 2016-04-19 06:19:52 +00:00
ASTMatchers [ASTMatchers] Do not try to memoize nodes we can't compare. 2016-04-19 15:52:56 +00:00
Analysis Revert 266186 as it breaks anything that includes type_traits on some platforms 2016-04-15 18:04:13 +00:00
Basic [Hexagon] Define macros __HVX__ and __HVXDBL__ when appropriate 2016-04-18 18:38:11 +00:00
CodeGen [AArch64] Fix D19098 fallout. 2016-04-19 20:51:00 +00:00
Driver Fix PR26999 better- RenderDebugEnablingArgs() once only 2016-04-19 18:55:53 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format Fixed a bug in AnnotatedLine::startsWith when there are comments in the line. 2016-04-19 19:25:33 +00:00
Frontend [CrashReproducer] Setup 'use-external-names' in YAML files. 2016-04-13 19:28:21 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [Clang][Builtin][AVX512] Adding intrinsics for VGETMANT{PD|PS} and VGETEXP{PD|PS} instruction set 2016-04-19 17:10:29 +00:00
Index Revert 266186 as it breaks anything that includes type_traits on some platforms 2016-04-15 18:04:13 +00:00
Lex Improve diagnostic for the case when a non-defined function-like macro is used 2016-04-16 00:07:09 +00:00
Parse [Parser][ObjC] Make sure c++11 in-class initialization is done when the 2016-04-18 18:19:45 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Revert "[OPENMP] Codegen for untied tasks." 2016-04-19 16:36:01 +00:00
Serialization [modules] Remove some more unnecessary forwarding functions. 2016-04-18 21:54:58 +00:00
StaticAnalyzer [analyzer] Nullability: Suppress diagnostic on bind with cast. 2016-04-13 17:59:24 +00:00
Tooling Added formatAndApplyAllReplacements that works on multiple files in libTooling. 2016-03-29 16:31:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00