- Oct 08, 2011
-
-
Akira Hatanaka authored
llvm-svn: 141474
-
Akira Hatanaka authored
conversion instructions. llvm-svn: 141473
-
Andrew Trick authored
llvm-svn: 141472
-
Akira Hatanaka authored
instruction selector to generate them. llvm-svn: 141471
-
Andrew Trick authored
llvm-svn: 141470
-
Greg Clayton authored
llvm-svn: 141469
-
Jim Ingham authored
llvm-svn: 141468
-
Eli Friedman authored
llvm-svn: 141467
-
Bill Wendling authored
across unwind edges. This is for the back-end which expects such things. The code is from the original SjLj EH pass. llvm-svn: 141463
-
Argyrios Kyrtzidis authored
llvm-svn: 141462
-
Tobias Grosser authored
llvm-svn: 141461
-
Greg Clayton authored
Added more functionality to Range template classes in RangeMap.h and converted remaining DWARF areas that were using ranges over to this class. Also converted lldb_private::Block to use it. llvm-svn: 141460
-
Tobias Grosser authored
llvm-svn: 141459
-
Tobias Grosser authored
llvm-svn: 141458
-
Tobias Grosser authored
llvm-svn: 141457
-
Tobias Grosser authored
llvm-svn: 141456
-
Tobias Grosser authored
llvm-svn: 141455
-
Peter Collingbourne authored
cross build, so that a native version of clang-tblgen is available. Should unbreak Clang cross build. Also disable Polly for the native tool build, since it depends on external libraries which may not be available, and it isn't required anyway. llvm-svn: 141454
-
Peter Collingbourne authored
to avoid having to make it available for the cross build when it builds only clang-tblgen. llvm-svn: 141453
-
Sean Callanan authored
by attaching them to the ClangExpressionParser. llvm-svn: 141452
-
Michael J. Spencer authored
llvm-svn: 141451
-
Michael J. Spencer authored
llvm-svn: 141450
-
Michael J. Spencer authored
llvm-svn: 141449
-
Michael J. Spencer authored
llvm-svn: 141448
-
Jim Grosbach authored
llvm-svn: 141447
-
Jim Grosbach authored
llvm-svn: 141446
-
Howard Hinnant authored
llvm-svn: 141445
-
Sean Callanan authored
llvm-svn: 141444
-
Johnny Chen authored
llvm-svn: 141443
-
Andrew Trick authored
Fixes rdar://problem/5064068 llvm-svn: 141442
-
Eli Friedman authored
Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow. Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases). Fixes PR11086. llvm-svn: 141441
-
Nick Lewycky authored
llvm-svn: 141440
-
Nick Lewycky authored
llvm-svn: 141439
-
Jim Grosbach authored
llvm-svn: 141438
-
Sean Callanan authored
This involved minor changes to the way we report Objective-C methods, as well as cosmetic changes and added parameters for a variety of Clang APIs. llvm-svn: 141437
-
Bill Wendling authored
successor. Remove the old landing pad from their successor list, because it's now the successor of the dispatch block. Now that the landing pad blocks are no longer the destination of invokes, we can mark them as normal basic blocks instead of landing pads. This more closely resembles what the CFG is actually doing. llvm-svn: 141436
-
Bill Wendling authored
llvm-svn: 141435
-
-
Ted Kremenek authored
llvm-svn: 141433
-
Anna Zaks authored
llvm-svn: 141432
-