- Feb 09, 2010
-
-
Chris Lattner authored
MCSymbol, we can remove the 'suffix' argument of GetBlockAddressSymbol. Do so. llvm-svn: 95601
-
John McCall authored
may be some other places that could take advantage of this new information, but I haven't really looked yet. llvm-svn: 95600
-
Chris Lattner authored
2 files changed, 48 insertions(+), 83 deletions(-) llvm-svn: 95599
-
Douglas Gregor authored
Note that a CXIndex cannot be destroyed until after all of its translation units have been destroyed llvm-svn: 95598
-
- Feb 08, 2010
-
-
Douglas Gregor authored
ObjCObjectPointerType AST node by allocating the list of protocols after the type node itself. No functionality change. llvm-svn: 95597
-
Daniel Dunbar authored
element type always matched the converted LLVM type for ExprType. llvm-svn: 95596
-
Chris Lattner authored
backend to use X86MCTargetExpr, simplifying a bunch of code. llvm-svn: 95595
-
Sean Callanan authored
for register tokens. Before, if it encountered '%al,' it would report 'al,' as the token. Now it correctly reports '%al'. llvm-svn: 95594
-
Chris Lattner authored
llvm-svn: 95593
-
Douglas Gregor authored
type (-Wswitch), from Michal! llvm-svn: 95592
-
Dan Gohman authored
expression; don't go into an infinite loop if it does. llvm-svn: 95591
-
Ted Kremenek authored
llvm-svn: 95590
-
Ted Kremenek authored
llvm-svn: 95589
-
Chris Lattner authored
representing @GOT and friends. Use it for personality references as a first use. llvm-svn: 95588
-
Chris Lattner authored
llvm-svn: 95587
-
Douglas Gregor authored
defined by itself, from Enea Zaffanella! llvm-svn: 95586
-
Chris Lattner authored
cast needs to adjust for a vtable pointer when going from base to derived type (when the base doesn't have a vtable but the derived type does). llvm-svn: 95585
-
Johnny Chen authored
The 'R' suffix means the to-integer operations use the rounding mode specified by the FPSCR, encoded as Inst{7} = 0. A8.6.295 llvm-svn: 95584
-
Dan Gohman authored
in global initializers. Instead of aborting, attempt to fold them on the spot. If folding succeeds, emit the folded expression instead. This fixes PR6255. llvm-svn: 95583
-
Dan Gohman authored
llvm-svn: 95582
-
Dale Johannesen authored
we can get in here if FastISel gives up in a block. (Actually the two copies of this need to be unified. Later.) llvm-svn: 95579
-
John McCall authored
The standard actually says that such references should have internal linkage, but gcc doesn't do that, so we probably can't get away with it. llvm-svn: 95577
-
Ted Kremenek authored
llvm-svn: 95576
-
Ted Kremenek authored
llvm-svn: 95573
-
Ted Kremenek authored
llvm-svn: 95572
-
Fariborz Jahanian authored
attribute properly and avoid bogus warning. This is an objective-c fix only. objective-c++ follows different code pass and requires separate fix (which will come at a later time). Fixes radar 7214820. llvm-svn: 95571
-
Douglas Gregor authored
the AST importer. This doesn't actually do anything (yet), because we don't have driver logic for merging ASTs. llvm-svn: 95570
-
Ted Kremenek authored
Add a Python script to change what version of Clang is used by Xcode for static analysis (and ONLY static analysis). llvm-svn: 95569
-
Dan Gohman authored
for blocks ending in "unreachable". llvm-svn: 95565
-
Dan Gohman authored
its current purpose. llvm-svn: 95564
-
Daniel Dunbar authored
llvm-svn: 95563
-
Sebastian Redl authored
llvm-svn: 95562
-
Benjamin Kramer authored
llvm-svn: 95561
-
Johnny Chen authored
llvm-svn: 95560
-
Chris Lattner authored
llvm-svn: 95559
-
Duncan Sands authored
looking for isPointer, and added the rest for uniformity. llvm-svn: 95557
-
Sebastian Redl authored
When placing an annotation token over an existing annotation token, make sure that the new token's range extends to the end of the old token. Assert that in AnnotateCachedTokens. Fixes PR6248. llvm-svn: 95555
-
John McCall authored
llvm-svn: 95554
-
Chandler Carruth authored
llvm-svn: 95553
-
Benjamin Kramer authored
llvm-svn: 95552
-