- Mar 21, 2009
-
-
Chris Lattner authored
GetAddrOfFunction. This is simpler and more efficient. llvm-svn: 67444
-
Chris Lattner authored
CreateFunctionPrototypeIR, though my next patch will eliminate it entirely. llvm-svn: 67443
-
Chris Lattner authored
1. it wasn't applying to definitions, only declarations, e.g. int x __asm("foo") 2. multiple definitions were conflicting, they weren't getting merged. 3. the code was duplicated in several places. llvm-svn: 67442
-
Chris Lattner authored
llvm-svn: 67441
-
Chris Lattner authored
llvm-svn: 67440
-
Chris Lattner authored
llvm-svn: 67439
-
Chris Lattner authored
more optimistic that it will work (optimizing for the common case). llvm-svn: 67438
-
Chris Lattner authored
llvm-svn: 67437
-
Chris Lattner authored
llvm-svn: 67436
-
Chris Lattner authored
unneeded bitcast is requested. This is common for frontends who just unconditionally cast even if the target is often the right type already. THis prevents going into getFoldedCast which switches on the opcode and does a bunch of other stuff before doing the same opzn. llvm-svn: 67435
-
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
-
Chris Lattner authored
tidy some df iteration stuff, patch by John Mosby! llvm-svn: 67428
-
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
-
Bruno Cardoso Lopes authored
Handle odd registers allocation in FGR32. llvm-svn: 67422
-
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
-
Bob Wilson authored
llvm-svn: 67416
-
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
-
Bob Wilson authored
llvm-svn: 67412
-
Chris Lattner authored
shifts together. This fixes PR3851. llvm-svn: 67411
-
Daniel Dunbar authored
llvm-svn: 67410
-
Duncan Sands authored
linkage: the value may be replaced with something different at link time. (Frontends that want to allow values to be loaded out of weak constants can give their constants weak_odr linkage). llvm-svn: 67407
-
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
-
Dan Gohman authored
llvm-svn: 67400
-
Douglas Gregor authored
llvm-svn: 67399
-