llvm-project/clang/lib
Justin Holewinski 7ceab3a892 [NVPTX] Add NVPTX register constraints
llvm-svn: 184578
2013-06-21 18:51:24 +00:00
..
ARCMigrate Modernize some low-hanging PathV1 uses. 2013-06-13 14:26:04 +00:00
AST Add an assert() suggested by Richard. 2013-06-21 01:29:36 +00:00
ASTMatchers Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
Analysis [analyzer; new edges] Simplify edges in a C++11 for-range loop. 2013-06-06 21:53:45 +00:00
Basic [NVPTX] Add NVPTX register constraints 2013-06-21 18:51:24 +00:00
CodeGen [ms-cxxabi] Destroy temporary record arguments in the callee 2013-06-21 12:45:15 +00:00
Driver Update a comment to clarify that searching the target triple bin 2013-06-20 23:37:54 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Add an option to not indent declarations when breaking after the type. 2013-06-21 17:25:42 +00:00
Frontend [Modules] If a module map resides in a system header directory, treat it as a system module. 2013-06-21 16:28:10 +00:00
FrontendTool [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex [Modules] If a module map resides in a system header directory, treat it as a system module. 2013-06-21 16:28:10 +00:00
Parse Bug Fix: Template explicit instantiations should not have definitions (FixIts yet to be tested.) 2013-06-21 00:08:46 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +00:00
Sema [ms-cxxabi] Destroy temporary record arguments in the callee 2013-06-21 12:45:15 +00:00
Serialization This patch adds new private headers to the module map. Private 2013-06-20 21:14:14 +00:00
StaticAnalyzer Revert "[analyzer] Handle zeroing CXXConstructExprs." 2013-06-21 16:30:32 +00:00
Tooling Include PathV1.h only where it is used. 2013-06-17 17:23:47 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00