llvm-project/clang/lib/Basic
Eric Christopher cdd3635b09 Move additional register names to their own lookup, separate from
register aliases. Fixes unnecessary renames of clobbers.

Fixes part of rdar://9425559

llvm-svn: 133485
2011-06-21 00:05:20 +00:00
..
Builtins.cpp Test commit. 2011-02-20 00:59:54 +00:00
CMakeLists.txt Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq 2011-04-15 22:04:17 +00:00
ConvertUTF.c Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Diagnostic.cpp A StringRef-ication of the DiagnosticIDs API and internals. 2011-05-25 05:05:01 +00:00
DiagnosticIDs.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
FileManager.cpp My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin). 2011-06-03 09:44:29 +00:00
FileSystemStatCache.cpp Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. 2010-12-17 21:22:22 +00:00
IdentifierTable.cpp Automatic Reference Counting. 2011-06-15 23:02:42 +00:00
Makefile Basic: Simplify getClangRepositoryPath and getClangRevision. 2010-09-29 19:15:29 +00:00
SourceLocation.cpp Fix diagnostic pragmas. 2010-12-15 18:44:22 +00:00
SourceManager.cpp Add a couple of helper methods in the SourceManager API, isAtStartOfMacroInstantiation/isAtEndOfMacroInstantiation 2011-05-28 03:56:11 +00:00
TargetInfo.cpp Move additional register names to their own lookup, separate from 2011-06-21 00:05:20 +00:00
Targets.cpp Move additional register names to their own lookup, separate from 2011-06-21 00:05:20 +00:00
TokenKinds.cpp This patch adds a PUNCTUATOR macro (specialization of TOK) in TokenKinds.def and makes use of it in tok::getTokenSimpleSpelling. 2009-11-28 16:09:28 +00:00
Version.cpp Like the coding standards say, do not use "using namespace std". 2011-04-23 09:06:00 +00:00
VersionTuple.cpp Implement a new 'availability' attribute, that allows one to specify 2011-03-23 00:50:03 +00:00