- Sep 30, 2008
-
-
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
-
Devang Patel authored
llvm-svn: 56795
-
Devang Patel authored
llvm-svn: 56794
-
Steve Naroff authored
Teach Sema::CheckAssignmentConstraints() to allow assignments between id and block pointer types (^{}). llvm-svn: 56793
-
Evan Cheng authored
llvm-svn: 56792
-
-
Ted Kremenek authored
<rdar://problem/6253141> Parser rejection occurs when command line has more than one -isysroot switch llvm-svn: 56790
-
Daniel Dunbar authored
llvm-svn: 56789
-
Duncan Sands authored
huge simply connected components. Suggested by Chris. llvm-svn: 56787
-
Nuno Lopes authored
llvm-svn: 56786
-
-
Duncan Sands authored
llvm-svn: 56784
-