llvm-project/clang/lib
Simon Atanasyan d83248e60c [mips] Removing __SIZEOF_INT128__ macro for MIPS64
This is a temporary workaround while MIPS64 has not yet fully supported
128-bit integers. But declaration of int128 type is necessary even though
`__SIZEOF_INT128__` is undefined because c++ standard header files like
`limits` throw error message if `__int128` is not available.

Patch by Sagar Thakur.

Differential Revision: http://reviews.llvm.org/D6402

llvm-svn: 223927
2014-12-10 15:44:07 +00:00
..
ARCMigrate Objective-C SDK modernizer. Modernize to use 2014-12-09 22:36:47 +00:00
AST Fixed the AST importer ot use redeclaration contexts properly. 2014-12-10 03:09:41 +00:00
ASTMatchers Make the function pointer a template argument instead of a runtime value. 2014-12-01 14:46:14 +00:00
Analysis When checking for uninitialized values, do not confuse "std::move" with every 2014-11-27 01:29:32 +00:00
Basic cmake: Make SVNVersion.inc step depend on GetSVN.cmake. 2014-12-10 00:03:37 +00:00
CodeGen DebugInfo: Correct location information for array accesses to elements of variable array type. 2014-12-10 01:34:25 +00:00
Driver Revert "Driver: Objective-C should respect -fno-exceptions" 2014-12-09 00:12:30 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format clang-format: Indent correctly in conditional expressions after return. 2014-12-08 21:28:31 +00:00
Frontend [mips] Removing __SIZEOF_INT128__ macro for MIPS64 2014-12-10 15:44:07 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Make sure that vec_perm is listed as a static function in altivec.h. 2014-12-10 00:57:43 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra. 2014-12-10 03:09:48 +00:00
Parse Modified the Objective-C lexer and parser (only 2014-12-09 23:47:56 +00:00
Rewrite Trim some includes. NFC. 2014-10-29 22:13:46 +00:00
Sema Handle possible TypoExprs in member initializers. 2014-12-08 22:41:42 +00:00
Serialization [modules] If we import a module, and we've seen a module map that describes the 2014-12-06 03:21:08 +00:00
StaticAnalyzer Use nullptr to silence -Wsentinel when self-hosting on Windows 2014-12-01 22:02:27 +00:00
Tooling Make ArgumentsAdjuster an std::function. 2014-12-03 17:53:02 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00