hanchenye-llvm-project/clang/lib/Basic
Simon Atanasyan 495523e4ea [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI
Differential Revision: http://reviews.llvm.org/D7127

llvm-svn: 226877
2015-01-22 23:16:48 +00:00
..
Attributes.cpp Complete support for the SD-6 standing document (based off N4200) with support for __has_cpp_attribute. 2014-11-14 13:44:02 +00:00
Builtins.cpp CodeGen: make target builtins support languages 2014-07-02 17:41:27 +00:00
CMakeLists.txt Revert r223578, perf data collection depends on the old symbol name. 2014-12-10 23:49:03 +00:00
CharInfo.cpp
Diagnostic.cpp Clean up a string comparison with StringRef. Suggestion by David Majnemer. 2015-01-17 00:56:10 +00:00
DiagnosticIDs.cpp Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled. 2014-12-05 21:52:58 +00:00
FileManager.cpp [modules] When constructing paths relative to a module, strip out /./ directory 2014-12-11 20:50:24 +00:00
FileSystemStatCache.cpp Make VFS and FileManager match the current MemoryBuffer API. 2014-10-26 22:44:13 +00:00
IdentifierTable.cpp Emit warning if define or undef reserved identifier or keyword. 2014-12-11 12:18:08 +00:00
LangOptions.cpp [Sanitizer] Refactor sanitizer options in LangOptions. 2014-11-11 01:26:14 +00:00
Makefile Revert r223578, perf data collection depends on the old symbol name. 2014-12-10 23:49:03 +00:00
Module.cpp Handle [extern_c] attribute in module printer 2015-01-13 17:47:38 +00:00
ObjCRuntime.cpp
OpenMPKinds.cpp [OPENMP] 'omp teams' directive basic support. 2014-10-09 04:18:56 +00:00
OperatorPrecedence.cpp
SanitizerBlacklist.cpp Fixup for r220403: Use getFileLoc() instead of getSpellingLoc() in SanitizerBlacklist. 2014-10-22 19:34:25 +00:00
Sanitizers.cpp [Sanitizer] Refactor SanitizerArgs parsing in Driver. 2014-11-14 02:59:20 +00:00
SourceLocation.cpp Inline function into only use. 2014-08-18 18:17:32 +00:00
SourceManager.cpp Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue. 2014-11-19 03:06:06 +00:00
TargetInfo.cpp Sema: Relax parsing of '#' in constraints 2015-01-14 05:11:09 +00:00
Targets.cpp [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI 2015-01-22 23:16:48 +00:00
TokenKinds.cpp [C++11] Use 'nullptr'. 2014-05-08 06:41:40 +00:00
Version.cpp Revert r223578, perf data collection depends on the old symbol name. 2014-12-10 23:49:03 +00:00
VersionTuple.cpp Patch to wrap up '_' as separator in version numbers 2014-10-06 16:46:02 +00:00
VirtualFileSystem.cpp [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py 2015-01-14 11:29:14 +00:00
Warnings.cpp Use -Rblah, not -Wblah, to control remark diagnostics. This was always the 2014-08-07 00:24:21 +00:00