"llvm/.gitattributes" did not exist on "e8270241345074f3f75bc59203ee419894c3de77"
- Mar 21, 2009
-
-
Chris Lattner authored
by ~2%. llvm-svn: 67434
-
Chris Lattner authored
This speeds up getAsIdentifierInfo from being a call to a function with a big switch to a single testl instruction. This speeds up the example in PR3810 by 6.2% llvm-svn: 67433
-
Chris Lattner authored
llvm-svn: 67432
-
Chris Lattner authored
speeding up the testcase in PR3810 by 60%. llvm-svn: 67431
-
Chris Lattner authored
other code presumably) by 4.3% llvm-svn: 67430
-
Chris Lattner authored
This speeds up a testcase in 3810 by ~16%. llvm-svn: 67429
-
Daniel Dunbar authored
code; and don't return an error code when -### is present, even if errors occur. llvm-svn: 67425
-
Ted Kremenek authored
it a hard error. llvm-svn: 67424
-
Ted Kremenek authored
llvm-svn: 67423
-
Douglas Gregor authored
its vectors based on the subobject type we're initializing and the (unstructured) initializer list. This eliminates some malloc thrashing when parsing initializers (from 117 vector reallocations down to 0 when parsing Cocoa.h). We can't always pre-allocate the right amount of storage, since designated initializers can cause us to initialize in non-predictable patterns. llvm-svn: 67421
-
Daniel Dunbar authored
llvm-svn: 67420
-
Ted Kremenek authored
are executed. llvm-svn: 67419
-
Daniel Dunbar authored
- <rdar://problem/6669441> ccc doesn't handle assembler-with-cpp semantics correctly (but clang supports it) - This is sad, because it requires a fairly useless target hook. C'est la vie. llvm-svn: 67418
-
Douglas Gregor authored
llvm-svn: 67417
-
Douglas Gregor authored
simplify the parsing and action interface for designated initializers. llvm-svn: 67415
-
- Mar 20, 2009
-
-
Douglas Gregor authored
variant of DiagnosticBuilder that emits the template instantiation backtrace when needed. llvm-svn: 67413
-
Daniel Dunbar authored
llvm-svn: 67410
-
Mike Stump authored
llvm-svn: 67406
-
rdar://problem/6704086Ted Kremenek authored
allow non-literal format strings that are variables that (a) permanently bind to a string constant and (b) whose string constants are resolvable within the same translation unit. llvm-svn: 67404
-
Chris Lattner authored
llvm-svn: 67403
-
Fariborz Jahanian authored
llvm-svn: 67402
-
Douglas Gregor authored
llvm-svn: 67401
-
Douglas Gregor authored
llvm-svn: 67399
-
Douglas Gregor authored
llvm-svn: 67398
-
Douglas Gregor authored
llvm-svn: 67397
-
Chris Lattner authored
Add a #include directive around the command line buffer so that diagnostics generated from -include directives get diagnostics like: In file included from <built-in>:98: In file included from <command line>:3: ./t.h:2:1: warning: type specifier missing, defaults to 'int' b; ^ llvm-svn: 67396
-
Ted Kremenek authored
- Conjure symbols at '--' and '++' unary operations - Add utility method SVal::GetConjuredSymbolVal() and constify some arguments along the way. llvm-svn: 67395
-
Ted Kremenek authored
llvm-svn: 67394
-
Daniel Dunbar authored
llvm-svn: 67393
-
Daniel Dunbar authored
llvm-svn: 67392
-
Fariborz Jahanian authored
when there is actually a property declaration used in the dot-syntax. llvm-svn: 67391
-
-
Devang Patel authored
llvm-svn: 67389
-
Daniel Dunbar authored
llvm-svn: 67388
-
Ted Kremenek authored
llvm-svn: 67386
-
Ted Kremenek authored
cached tokens. This is for use with -include-pth. llvm-svn: 67385
-
Ted Kremenek authored
completely there with accurately modeling autorelease pools. llvm-svn: 67384
-
Ted Kremenek authored
llvm-svn: 67383
-
Fariborz Jahanian authored
in a property dot-syntax notation. llvm-svn: 67382
-
Chris Lattner authored
llvm-svn: 67381
-