hanchenye-llvm-project/clang/lib
Saleem Abdulrasool 09d305fb6c CodeGen: indicate to the backend the exception model
Thread through -fsjlj-exceptions to the backend via the TargetOptions.  This is
in preparation for supporting SjLj exceptions on x86 (e.g. for MinGW).

llvm-svn: 270528
2016-05-24 03:21:01 +00:00
..
ARCMigrate
AST [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version) 2016-05-23 17:16:12 +00:00
ASTMatchers [ASTMatcher] Add a node matcher for UnresolvedLookupExpr. 2016-05-18 12:53:59 +00:00
Analysis Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Basic Make __FreeBSD_cc_version predefined macro configurable at build time 2016-05-20 17:27:22 +00:00
CodeGen CodeGen: indicate to the backend the exception model 2016-05-24 03:21:01 +00:00
Driver [CUDA] Add -fcuda-approx-transcendentals flag. 2016-05-23 20:19:56 +00:00
Edit
Format clang-format: [JS] sort ES6 imports. 2016-05-20 11:24:24 +00:00
Frontend [CUDA] Add -fcuda-approx-transcendentals flag. 2016-05-23 20:19:56 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR 2016-05-23 22:13:02 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Clang support for __is_assignable intrinsic 2016-05-23 17:21:55 +00:00
Parse Clang support for __is_assignable intrinsic 2016-05-23 17:21:55 +00:00
Rewrite
Sema Properly track the found declaration (possibly a using-declaration) when 2016-05-24 00:01:49 +00:00
Serialization PR27754: CXXRecordDecl::data() needs to perform an update even if it's called 2016-05-17 22:44:15 +00:00
StaticAnalyzer [analyzer] Fix for PR23790 : constrain return value of strcmp() rather than returning a concrete value. 2016-05-19 23:03:49 +00:00
Tooling [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
CMakeLists.txt