llvm-project/clang/lib
Mike Stump e8c3b3eca4 Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap
instead of abort to improve codesize and codegen.

llvm-svn: 91374
2009-12-15 00:35:12 +00:00
..
AST Improve template instantiation for object constructions in several ways: 2009-12-14 19:27:10 +00:00
Analysis Fix: <rdar://problem/7468209> SymbolManager::isLive() should not crash on captured block variables that are passed by reference 2009-12-14 22:15:06 +00:00
Basic FileManager: Do not cache failed stats, it is easy to construct common 2009-12-11 00:27:20 +00:00
CodeGen Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap 2009-12-15 00:35:12 +00:00
Driver Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave 2009-12-12 05:05:38 +00:00
Frontend Add -resource-dir to clang -cc1, this allows the base directory for compiler 2009-12-15 00:06:45 +00:00
Headers Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. 2009-12-14 05:15:02 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex move the VarargsElided member of MacrosArgs to shrink the MacroArgs struct 2009-12-14 22:12:52 +00:00
Parse Remember the type name's scope specifier in the DeclSpec. 2009-12-12 11:40:51 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Implement value initialization in InitializationSequence; untested 2009-12-15 00:01:57 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00