llvm-project/clang/lib/Basic
Bruno Cardoso Lopes 3472838c7a Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is
specified, 128 avx code is used and we're not sure yet if this the behavior
we want (and if it does, some improvements are needed before relying on it).

llvm-svn: 134939
2011-07-11 23:33:46 +00:00
..
Builtins.cpp Remove unused member of Builtin::Info. 2011-07-05 21:53:01 +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 Apply patch from Richard Trieu to fix PR9548: 2011-07-11 17:49:21 +00:00
DiagnosticIDs.cpp Keep track of when "unrecoverable" errors occur, then allow 2011-07-06 17:40:26 +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 objc-arc: enforce performSelector rules in rejecting retaining selectors 2011-07-05 22:38:59 +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 Keep track of which source locations are part of a macro argument 2011-07-07 23:56:36 +00:00
TargetInfo.cpp Split out logic for valid clobbers and valid inline asm registers. 2011-06-28 18:20:53 +00:00
Targets.cpp Disable avx feature from corei7-avx, and use -mavx for now. Right now, if -mavx is 2011-07-11 23:33:46 +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