- Sep 30, 2008
-
-
Ted Kremenek authored
llvm-svn: 56852
-
Ted Kremenek authored
of the details of HTML rendering of form parameters, and also us with the ability to delegate other actions (such as in the filling in of default values) to specific parameter objects. llvm-svn: 56851
-
Evan Cheng authored
Add runStaticConstructorsDestructors which runs ctors / dtors of a single module. Patch by David Chisnall. llvm-svn: 56849
-
Evan Cheng authored
llvm-svn: 56848
-
Duncan Sands authored
llvm-svn: 56844
-
rdar://problem/6191148Steve Naroff authored
Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. Long standing bug in Sema::ActOnInstanceMessage(). We now warn when messaging an "id" with multiple method signatures in scope. The diags are a little verbose, however they can be streamlined if necessary. llvm-svn: 56843
-
Nuno Lopes authored
llvm-svn: 56842
-
rdar://problem/6247781Steve Naroff authored
Needed to make sure the relaxed type checking only applies to "readonly" properties. llvm-svn: 56838
-
Duncan Sands authored
"If a re-materializable instruction has a register operand, the spiller will change the register operand's spill weight to HUGE_VAL to avoid it being spilled. However, if the operand is already in the queue ready to be spilled, avoid re-materializing it". llvm-svn: 56837
-
Nick Lewycky authored
llvm-svn: 56836
-
Evan Cheng authored
If a re-materializable instruction has a register operand, the spiller will change the register operand's spill weight to HUGE_VAL to avoid it being spilled. However, if the operand is already in the queue ready to be spilled, avoid re-materializing it. llvm-svn: 56835
-
Nick Lewycky authored
llvm-svn: 56834
-
Ted Kremenek authored
llvm-svn: 56833
-
Ted Kremenek authored
llvm-svn: 56832
-
Ted Kremenek authored
from the subexpression type to the expression type. llvm-svn: 56831
-
Mon P Wang authored
llvm-svn: 56830
-
Dan Gohman authored
llvm-svn: 56829
-
Chris Lattner authored
llvm-svn: 56828
-
Daniel Dunbar authored
- Provides a basic primitive to jump to an arbitrary basic block, through the finally code. - Only used for return statements and rethrow currently. Still need to handle break, continue and goto. - Code still needs to be shuffled around to live elsewhere. llvm-svn: 56827
-
Chris Lattner authored
the target triple on darwin. For example i386-apple-darwin9 -> 1050 because darwin9 is "10.5". llvm-svn: 56826
-
Dan Gohman authored
and X86FastISel.cpp into X86MachineFunction.h, so that it can be shared, instead of having each selector keep track of its own. llvm-svn: 56825
-
Chris Lattner authored
llvm-svn: 56824
-
Dan Gohman authored
doesn't have SSE(2), with X86FastISel. llvm-svn: 56823
-
Chris Lattner authored
llvm-svn: 56822
-
-
Ted Kremenek authored
llvm-svn: 56819
-
Chris Lattner authored
NumericLiteral parser is not careful about overrun because it should never be possible. It implicitly expects that its input matched the regex for pp-constant. Because of this, it knows it can't be pointing to a prefix of something that looks like a number. This is all fine, except that __LINE__ does not prevent implicit concatenation from happening. Fix __LINE__ to not do this. llvm-svn: 56818
-
Ted Kremenek authored
llvm-svn: 56815
-
Ted Kremenek authored
llvm-svn: 56810
-
Chris Lattner authored
fixes problems handling references of va_list, which happens on x86_64. This fixes PR2841 and rdar://6252231 llvm-svn: 56809
-
Dale Johannesen authored
valid types. No functional change. llvm-svn: 56808
-
- Sep 29, 2008
-
-
Dan Gohman authored
in functions with PIC references from more than one basic block. llvm-svn: 56807
-
Chris Lattner authored
and add a dump method to FullSourceLoc! Patch by Nico Weber! llvm-svn: 56806
-
Chris Lattner authored
Wrap line to 80 cols. llvm-svn: 56805
-
Ted Kremenek authored
llvm-svn: 56804
-
Dan Gohman authored
llvm-svn: 56802
-
Devang Patel authored
llvm-svn: 56801
-
Steve Naroff authored
llvm-svn: 56800
-
Ted Kremenek authored
llvm-svn: 56797
-
Devang Patel authored
llvm-svn: 56796
-