hanchenye-llvm-project/clang/lib
Chandler Carruth 6aa92ad762 Fix a couple of PPC predefined macros that I spotted while driving by
this code. These aren't technically standard predefines for the platform
but apparantly lots of folks use them as they show up within LLVM's own
codebase. ;] This may even fix some self host issues w/ the JIT!!!

llvm-svn: 184830
2013-06-25 11:13:47 +00:00
..
ARCMigrate Modernize some low-hanging PathV1 uses. 2013-06-13 14:26:04 +00:00
AST Change mangling of objects inside block literals. 2013-06-24 20:24:19 +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 [CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops 2013-06-22 00:23:20 +00:00
Basic Fix a couple of PPC predefined macros that I spotted while driving by 2013-06-25 11:13:47 +00:00
CodeGen Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes 2013-06-25 01:49:44 +00:00
Driver Add r184803 back now that the bug in unique_file has been fixed. 2013-06-25 04:26:55 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Formatter/ObjC: Correctly format casts in objc message send expressions. 2013-06-25 00:55:57 +00:00
Frontend Make -vectorize-... proper cc1 flags instead of abusing -backend-option. Fixes 2013-06-25 01:49:44 +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 ArrayRef'ize Sema::CodeCompleteConstructorInitializer 2013-06-23 22:58:02 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +00:00
Sema Fix regression from r184810. 2013-06-25 01:55:41 +00:00
Serialization Fix deserializing of class template partial specializations. Assign sequence 2013-06-25 01:25:15 +00:00
StaticAnalyzer [analyzer] Handle zeroing CXXConstructExprs. 2013-06-25 01:56:08 +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