llvm-project/clang/lib
Petr Hosek 8c69cffe15 [Basic] Remove the 32-bit x86 and ARM targets for Fuchsia
The 32-bit architectures are no longer supported by Fuchsia.

Differential Revision: https://reviews.llvm.org/D28974

llvm-svn: 292671
2017-01-20 22:53:38 +00:00
..
ARCMigrate Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 2017-01-06 19:49:01 +00:00
AST Fix actually-reachable llvm_unreachable. 2017-01-20 18:50:12 +00:00
ASTMatchers Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtr 2017-01-05 18:51:54 +00:00
Analysis PR31631: fix bad CFG (and bogus warnings) when an if-statement has an init-statement and has binary operator as its condition. 2017-01-13 22:16:41 +00:00
Basic [Basic] Remove the 32-bit x86 and ARM targets for Fuchsia 2017-01-20 22:53:38 +00:00
CodeGen IRGen: Start using the WriteThinLTOBitcode pass. 2017-01-20 22:39:16 +00:00
Driver [Hexagon] Linux linker does not support .gnu-hash 2017-01-19 16:54:04 +00:00
Edit Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand." 2016-12-23 14:55:49 +00:00
Format clang-format: fix fallback style set to "none" not always formatting 2017-01-20 01:22:42 +00:00
Frontend [Frontend] The macro that describes the Objective-C bool type should 2017-01-20 16:48:25 +00:00
FrontendTool unique_ptrify createDriverOptTable 2017-01-13 17:34:15 +00:00
Headers [Altivec] Change vec_sl to a << (b % (sizeof(a) * 8)) 2017-01-20 22:05:33 +00:00
Index [index] Introduce symbol subkinds to mark an accessor getter or setter. 2017-01-11 21:42:48 +00:00
Lex P0426: Make the library implementation of constexpr char_traits a little easier 2017-01-20 00:45:35 +00:00
Parse Revert r292508 given that we intend to remove driver options for cxx modules. 2017-01-20 20:03:00 +00:00
Rewrite [analyzer] Re-apply r283092, attempt no.4, chunk no.4 (last) 2016-10-07 19:25:10 +00:00
Sema [Sema] Improve the error diagnostic for dot destructor calls on pointer objects 2017-01-20 15:38:58 +00:00
Serialization [OpenMP] Support for the if-clause on the combined directive 'target parallel'. 2017-01-18 20:40:48 +00:00
StaticAnalyzer [StaticAnalyzer] Fix android build 2017-01-16 15:57:07 +00:00
Tooling clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyle 2017-01-17 00:12:27 +00:00
CMakeLists.txt