llvm-project/clang/lib
Kevin P. Neal ad0e03fd4c Revert "[FPEnv][X86] Platform-specific builtin constrained FP enablement"
This reverts commit 208470dd5d.

Tests fail:
error: unable to create target: 'No available targets are compatible with triple "x86_64-apple-darwin"'

This happens on clang-hexagon-elf, clang-cmake-armv7-quick, and
clang-cmake-armv7-quick bots.

If anyone has any suggestions on why then I'm all ears.

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

Revert "[FPEnv][X86] Speculative fix for failures introduced by eda495426."

This reverts commit 80e17e5fcc.

The speculative fix didn't solve the test failures on Hexagon, ARMv6, and
MSVC AArch64.
2020-02-06 19:17:14 -05:00
..
ARCMigrate Fix more implicit conversions. Getting closer to having clang working with gcc 5 again 2020-01-29 02:57:59 +01:00
AST PR44684: Look through parens and similar constructs when determining 2020-02-06 12:21:54 -08:00
ASTMatchers [clang][NFC] Expand some `auto`s and add another test for matcher `isExpandedFromMacro`. 2020-02-04 13:05:58 -05:00
Analysis Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Basic [ARM][TargetParser] Improve handling of dependencies between target features 2020-02-05 16:07:51 +00:00
CodeGen Revert "[FPEnv][X86] Platform-specific builtin constrained FP enablement" 2020-02-06 19:17:14 -05:00
CrossTU [clang] Replace SmallStr.str().str() with std::string conversion operator. 2020-01-29 21:27:46 -08:00
DirectoryWatcher Fix another implicit conversion in the directory watcher 2020-01-28 15:28:22 -08:00
Driver [Clang][Driver] Remove -M group options before generating crash diagnostics 2020-02-06 16:23:25 -05:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Do not merge short C# class definitions into one line 2020-02-05 17:38:33 +00:00
Frontend [Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug [assert|crash|parser_crash|llvm_fatal_error|llvm_unreachable|overflow_stack]' are used 2020-02-06 15:48:51 -05:00
FrontendTool Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
Headers [OPENMP][NVPTX]Add NVPTX specific definitions for new/delete operators. 2020-02-05 09:57:53 -05:00
Index [clang][index] Index the injected class name types. 2020-01-22 10:07:54 +01:00
Lex [Clang] Avoid crashing when generating crash diagnostics when '#pragma clang __debug [assert|crash|parser_crash|llvm_fatal_error|llvm_unreachable|overflow_stack]' are used 2020-02-06 15:48:51 -05:00
Parse [Driver] Change -fmax-tokens $arg to -fmax-tokens=$arg 2020-02-04 09:39:48 -08:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [Concepts] Fix incorrect check when instantiating abbreviated template type-constraints 2020-02-06 23:29:07 +02:00
Serialization [OPENMP50]Basic parsing/sema analysis for order(concurrent) clause. 2020-02-03 10:31:02 -05:00
StaticAnalyzer [analyzer] Move fuchsia.Lock checker to alpha 2020-02-05 16:11:06 -08:00
Tooling Fix build after D72746 2020-02-06 08:55:19 +01:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00