- Jun 22, 2010
-
-
Dan Gohman authored
opportunities. For example, this lets it emit this: movq (%rax), %rcx addq %rdx, %rcx instead of this: movq %rdx, %rcx addq (%rax), %rcx in the case where %rdx has subsequent uses. It's the same number of instructions, and usually the same encoding size on x86, but it appears faster, and in general, it may allow better scheduling for the load. llvm-svn: 106493
-
Fariborz Jahanian authored
objc_category_name_xxx for each category implementation. (fixes PR7431) patch by Nico Weber. llvm-svn: 106492
-
- Jun 21, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 106486
-
Fariborz Jahanian authored
emitted in the order in which they are seen (still radar 8076356). llvm-svn: 106485
-
Bob Wilson authored
Radar 8104310. llvm-svn: 106484
-
Jim Grosbach authored
being moved around away from the jump table it references. rdar://8104340 llvm-svn: 106483
-
Bruno Cardoso Lopes authored
llvm-svn: 106482
-
Evan Cheng authored
Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores which have already been processed. llvm-svn: 106481
-
Tom Care authored
http://llvm.org/bugs/show_bug.cgi?id=7377 Updated format string highlighting and fixits to take advantage of the new CharSourceRange class. - Change HighlightRange to allow highlighting whitespace only in a CharSourceRange (for warnings about the ' ' (space) flag) - Change format specifier range helper function to allow for half-open ranges (+1 to end) - Enabled previously failing tests (FIXMEs/XFAILs removed) - Small fixes and additions to format string test cases M test/Sema/format-strings.c M test/Sema/format-strings-fixit.c M lib/Frontend/TextDiagnosticPrinter.cpp M lib/Sema/SemaChecking.cpp llvm-svn: 106480
-
Howard Hinnant authored
llvm-svn: 106478
-
Anders Carlsson authored
llvm-svn: 106477
-
Ted Kremenek authored
adding a clang_getCursorResultType() function (which complements clang_getResultType()). llvm-svn: 106473
-
Chris Lattner authored
llvm-svn: 106472
-
Chris Lattner authored
lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion `Inserted && "Pass registered multiple times!"' failed" Patch by Gregory Petrosyan! llvm-svn: 106471
-
Eric Christopher authored
llvm-svn: 106470
-
Chris Lattner authored
"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for '.type'. This makes the output look consistent, as well as help some third party assemblers expecting the attributes to be in the second column." Patch by Arnaud de Grandmaison! llvm-svn: 106469
-
Chris Lattner authored
llvm-svn: 106468
-
Eric Christopher authored
llvm-svn: 106467
-
Eric Christopher authored
llvm-svn: 106466
-
Eric Christopher authored
llvm-svn: 106465
-
Ted Kremenek authored
function, clang_getResultType(), which returns the result type of the function type. llvm-svn: 106459
-
Jordy Rose authored
When folding additive operations, convert the values to the same type. When assuming relationships, convert the integers to the same type as the symbol, at least for now. llvm-svn: 106458
-
Eric Christopher authored
llvm-svn: 106457
-
Jordy Rose authored
llvm-svn: 106456
-
Eric Christopher authored
llvm-svn: 106455
-
Dan Gohman authored
variable differently. llvm-svn: 106454
-
Fariborz Jahanian authored
for sorting (radar 8076356). llvm-svn: 106453
-
Dan Gohman authored
SmallVector, and other SmallVector simplifications. llvm-svn: 106452
-
Ted Kremenek authored
llvm-svn: 106451
-
Benjamin Kramer authored
instructions so it's really profitable to inline them. llvm-svn: 106450
-
Eric Christopher authored
llvm-svn: 106448
-
Eric Christopher authored
llvm-svn: 106447
-
Eric Christopher authored
llvm-svn: 106446
-
Eric Christopher authored
llvm-svn: 106445
-
Dan Gohman authored
llvm-svn: 106444
-
Dale Johannesen authored
llvm-svn: 106443
-
Fariborz Jahanian authored
Test case will be checked in llvm test suite. (finishes off radar 8076356). llvm-svn: 106441
-
Douglas Gregor authored
declaration have default visibility even under -fvisibility=hidden. Fixes <rdar://problem/8109763>. llvm-svn: 106440
-
Devang Patel authored
llvm-svn: 106439
-
Devang Patel authored
"llvm.dbg.lv.~A" is not a valid name. llvm-svn: 106438
-