- Sep 11, 2009
-
-
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
-
Chris Lattner authored
llvm-svn: 81506
-
Chris Lattner authored
(uniqued if unnamed) global variable name with the prefix that it is supposed to get. It doesn't do "mangling" in the sense of adding quotes and hacking on bad characters. llvm-svn: 81505
-
John McCall authored
llvm-svn: 81504
-
Chris Lattner authored
instead of std::string and Mangler. llvm-svn: 81503
-
Chris Lattner authored
llvm-svn: 81502
-
Zhongxing Xu authored
llvm-svn: 81501
-
Sam Weinig authored
llvm-svn: 81500
-
Chris Lattner authored
llvm-svn: 81499
-
Anders Carlsson authored
llvm-svn: 81498
-