- Dec 21, 2011
-
-
Lang Hames authored
llvm-svn: 147088
-
Rafael Espindola authored
to Target/. llvm-svn: 147087
-
Johnny Chen authored
llvm-svn: 147072
-
Jakob Stoklund Olesen authored
llvm-svn: 147071
-
Fariborz Jahanian authored
because of recent refactoring and one in the rewriter. llvm-svn: 147070
-
Jim Grosbach authored
llvm-svn: 147069
-
Ted Kremenek authored
llvm-svn: 147068
-
Matt Beaumont-Gay authored
llvm-svn: 147067
-
Ted Kremenek authored
llvm-svn: 147066
-
Chad Rosier authored
necessary. Please chime in if I'm mistaken. llvm-svn: 147065
-
Chad Rosier authored
llvm-svn: 147064
-
Manuel Klimek authored
Diagnostics are now emitted via the SourceMgr and we use MemoryBuffer for buffer management. Switched the code to make use of the trailing '0' that MemoryBuffer guarantees where it makes sense. llvm-svn: 147063
-
Sean Callanan authored
llvm-svn: 147061
-
Rafael Espindola authored
Other targets will follow shortly. llvm-svn: 147060
-
Rafael Espindola authored
avoid including ADT/Triple.h in many places when the target specific bits are moved. llvm-svn: 147059
-
Argyrios Kyrtzidis authored
so translate the range to file locations. llvm-svn: 147058
-
Argyrios Kyrtzidis authored
llvm-svn: 147057
-
Argyrios Kyrtzidis authored
token locations as coming before the closing ')' of a function macro expansion. Include a unit test for SourceManager. llvm-svn: 147056
-
Douglas Gregor authored
redeclaration chains: only ever have the reader search for redeclarations of the first (canonical) declaration, since we only ever record redeclaration ranges for the that declaration. Searching for redeclarations of non-canonical declarations will never find anything, so it's a complete waste of time. llvm-svn: 147055
-
Rafael Espindola authored
llvm-svn: 147054
-
Rafael Espindola authored
side when the target specific bits are moved to the Target directory. llvm-svn: 147053
-
Manuel Klimek authored
llvm-svn: 147049
-
Craig Topper authored
llvm-svn: 147048
-
Craig Topper authored
llvm-svn: 147047
-
Craig Topper authored
Remove mode specific disassembler classes and just call X86GenericDisassembler constructor with appropriate argument in the creation functions. This removes a few tables that needed to be anchored. llvm-svn: 147046
-
Craig Topper authored
llvm-svn: 147045
-
Nick Lewycky authored
call site of an intrinsic is also not an inline candidate. While here, make it more obvious that this code ignores all intrinsics. Noticed by inspection! llvm-svn: 147037
-
Nick Lewycky authored
llvm-svn: 147036
-
Richard Smith authored
constant expressions. llvm-svn: 147035
-
Nick Lewycky authored
actually know about the other OSes on X86-32 besides Linux... llvm-svn: 147034
-
Jason Molenda authored
llvm-svn: 147033
-
Evan Cheng authored
llvm-svn: 147032
-
Richard Smith authored
- constexpr function template instantiations - variables of reference type - constexpr variables llvm-svn: 147031
-
Eli Friedman authored
llvm-svn: 147030
-
Sean Callanan authored
with incomplete definition data were being converted. Now Clang attempts to complete RecordDecls before converting them, avoiding a nasty crash. llvm-svn: 147029
-
Jim Grosbach authored
llvm-svn: 147028
-
Eric Christopher authored
llvm-svn: 147027
-
Eli Friedman authored
Fix a case where Expr::isConstantInitializer would return true for an expression we can't support. In a slightly amusing twist, the case in question was already in the clang regression tests marked as a valid construct. <rdar://problem/10020074> llvm-svn: 147026
-
Jim Grosbach authored
llvm-svn: 147025
-
Akira Hatanaka authored
The patch and test case were originally written by Mans Rullgard. llvm-svn: 147024
-