- Sep 11, 2009
-
-
Sean Callanan authored
on rAX and an immediate. llvm-svn: 81551
-
Sam Weinig authored
llvm-svn: 81550
-
Fariborz Jahanian authored
llvm-svn: 81549
-
Douglas Gregor authored
- Diagnose attempts to add default arguments to templates (or member functions of templates) after the initial declaration (DR217). - Improve diagnostics when a default argument is redefined. Now, the note will always point at the place where the default argument was previously defined, rather than pointing to the most recent declaration of the function. llvm-svn: 81548
-
Bob Wilson authored
already been removed. llvm-svn: 81547
-
Dan Gohman authored
llvm-svn: 81546
-
Dan Gohman authored
llvm-svn: 81545
-
Chris Lattner authored
llvm-svn: 81544
-
Caroline Tice authored
llvm-svn: 81542
-
Chris Lattner authored
llvm-svn: 81541
-
Dan Gohman authored
llvm-svn: 81540
-
Dan Gohman authored
llvm-svn: 81539
-
Chris Lattner authored
llvm-svn: 81538
-
Dan Gohman authored
input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
-
Anders Carlsson authored
llvm-svn: 81536
-
Fariborz Jahanian authored
block pointer ivars. llvm-svn: 81535
-
Duncan Sands authored
object, the timer it creates was not being deleted. Since the timer belonged to a static timer group, the timer group would be destroyed on shutdown, and would notice and complain that not all timers it contained were destroyed. llvm-svn: 81533
-
Chris Lattner authored
llvm-svn: 81532
-
Chris Lattner authored
llvm-svn: 81531
-
Chris Lattner authored
llvm-svn: 81530
-
Chris Lattner authored
is sabre. llvm-svn: 81528
-
Chris Lattner authored
llvm-svn: 81527
-
Chris Lattner authored
llvm-svn: 81526
-
Chris Lattner authored
llvm-svn: 81525
-
Daniel Dunbar authored
llvm-svn: 81524
-
Daniel Dunbar authored
llvm-svn: 81523
-
Daniel Dunbar authored
llvm-svn: 81522
-
Benjamin Kramer authored
llvm-svn: 81519
-
Owen Anderson authored
Partial fix for PR4946. llvm-svn: 81518
-
Andreas Neustifter authored
llvm-svn: 81517
-
Andreas Neustifter authored
llvm-svn: 81516
-
John McCall authored
from its location. Initialize appropriately. When implicitly creating a declaration of a class template specialization after encountering the first reference to it, use the pattern class's location instead of the location of the first reference. llvm-svn: 81515
-
Chris Lattner authored
llvm-svn: 81514
-
Chris Lattner authored
densemap instead of StringMap to match FnStubs. llvm-svn: 81513
-
John McCall authored
specialization types differently. llvm-svn: 81512
-
Chris Lattner authored
more efficient SmallPtrSet<MCSymbol*>. This eliminates string craziness and fixes CodeGen/X86/darwin-quote.ll with the new asmprinter. Codegen is producing stubs in a nondeterminstic order, but it was doing this before anyway. llvm-svn: 81511
-
Daniel Dunbar authored
llvm-svn: 81510
-
Chris Lattner authored
for the two instruction MOVPC32r sequence. llvm-svn: 81509
-
Chris Lattner authored
Mangler::getNameWithPrefix. In addition to avoiding some over quoting, this also is more efficient because it uses smallvector instead of std::string thrashing. llvm-svn: 81508
-
Anders Carlsson authored
llvm-svn: 81507
-