llvm-project/clang/lib
Anna Zaks b2dfc2b7be [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Location for profile.
llvm-svn: 140180
2011-09-20 21:25:00 +00:00
..
ARCMigrate Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
AST Remove redundant break statements, and replace asserts with llvm_unreachable 2011-09-20 12:40:26 +00:00
Analysis Test commit 2011-09-20 17:25:59 +00:00
Basic Define Mips64 TargetInfo classes. 2011-09-20 19:21:49 +00:00
CodeGen Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the 2011-09-20 18:30:57 +00:00
Driver [driver] Default to arm mode when using the integrated assembler. 2011-09-20 20:44:06 +00:00
Frontend Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Tweak *mmintrin.h so that they don't make any bad assumptions about alignment (which probably has little effect in practice, but better to get it right). Make the load in _mm_loadh_pi and _mm_loadl_pi a single LLVM IR instruction to make optimizing easier for CodeGen. 2011-09-15 23:15:27 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Fix gcc build. 2011-09-19 22:02:08 +00:00
Parse Fix a problem in digraph handling where "[:" might be treated as "<::" and 2011-09-20 20:03:50 +00:00
Rewrite Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
Sema Introduce an egregious hack for modules to cope with headers that come 2011-09-20 18:13:03 +00:00
Serialization In libclang, when visiting preprocessed entities in a source range, use 2011-09-19 20:40:48 +00:00
StaticAnalyzer [analyzer] Refactor PathDiagnosticLocation: Use the pre-computed Range and Location for profile. 2011-09-20 21:25:00 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00