hanchenye-llvm-project/clang/lib/Basic
Robert Lytton 0e07649ae5 Add XCore target
llvm-svn: 188258
2013-08-13 09:43:10 +00:00
..
Builtins.cpp Add a -fno-math-builtin option to the Clang -cc1 2013-07-23 00:13:01 +00:00
CMakeLists.txt
CharInfo.cpp
Diagnostic.cpp Revert r177218. 2013-05-03 23:20:27 +00:00
DiagnosticIDs.cpp Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count. 2013-07-21 21:56:18 +00:00
FileManager.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
FileSystemStatCache.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
IdentifierTable.cpp ObjectiveC migrator: Add another family of factory 2013-08-02 20:54:18 +00:00
LangOptions.cpp
Makefile
Module.cpp When we perform dependent name lookup during template instantiation, it's not 2013-07-25 23:08:39 +00:00
ObjCRuntime.cpp
OpenMPKinds.cpp OpenMP: basic support for #pragma omp parallel 2013-07-19 03:13:43 +00:00
OperatorPrecedence.cpp Replace C++0x in a comment with C++11 2013-07-14 17:04:56 +00:00
SourceLocation.cpp
SourceManager.cpp Simplified SourceManager::translateLineCol a bit. 2013-07-29 22:26:10 +00:00
TargetInfo.cpp Driver: Push triple objects around instead of going to std::string all the time. 2013-06-29 16:37:14 +00:00
Targets.cpp Add XCore target 2013-08-13 09:43:10 +00:00
TokenKinds.cpp
Version.cpp Remove "static" on simple temporary StringRef. 2013-08-09 17:51:03 +00:00
VersionTuple.cpp