- Mar 13, 2010
-
-
Daniel Dunbar authored
llvm-svn: 98458
-
Daniel Dunbar authored
llvm-svn: 98457
-
Daniel Dunbar authored
llvm-svn: 98456
-
David Chisnall authored
Fixed copy-and-paste error causing categories to contain the protocols declared on the class, not the protocols declared on the category. llvm-svn: 98455
-
Daniel Dunbar authored
llvm-svn: 98454
-
Daniel Dunbar authored
llvm-svn: 98453
-
Benjamin Kramer authored
llvm-svn: 98452
-
Chris Lattner authored
llvm-svn: 98451
-
Chris Lattner authored
and passing off ownership to AsmPrinter. Now MachineModuleInfo creates it and owns it by value. This allows us to use MCSymbols more consistently throughout the rest of the code generator, and simplifies a bit of code. This also allows MachineFunction to keep an MCContext reference handy, and cleans up the TargetRegistry interfaces for AsmPrinters. llvm-svn: 98450
-
Jeffrey Yasskin authored
llvm-svn: 98449
-
Rafael Espindola authored
llvm-svn: 98448
-
Jeffrey Yasskin authored
Tested: make check-lit && valgrind --dsymutil=yes --leak-check=full unittests/ExecutionEngine/JIT/Debug/JITTests llvm-svn: 98447
-
Nick Lewycky authored
llvm-svn: 98446
-
Daniel Dunbar authored
llvm-svn: 98445
-
Daniel Dunbar authored
llvm-svn: 98444
-
Daniel Dunbar authored
llvm-svn: 98443
-
-
Douglas Gregor authored
iterations of this patch gave explicit template instantiation link-once ODR linkage, which permitted the back end to eliminate unused symbols. Weak ODR linkage still requires the symbols to be generated. llvm-svn: 98441
-
Rafael Espindola authored
destructors. llvm-svn: 98440
-
Benjamin Kramer authored
This fixes linker warnings on linux. llvm-svn: 98439
-
Benjamin Kramer authored
llvm-svn: 98438
-
Benjamin Kramer authored
llvm-svn: 98437
-
Kovarththanan Rajaratnam authored
llvm-svn: 98436
-
Kovarththanan Rajaratnam authored
No need to call setIdentifierInfo() after LookUpIdentifierInfo() which LookUpIdentifierInfo() will automatically do llvm-svn: 98435
-
Chris Lattner authored
llvm-svn: 98434
-
Chris Lattner authored
llvm-svn: 98433
-
Chris Lattner authored
instead of as a stem+idx pair, simplify the "is a new location" check to use symbol comparison. llvm-svn: 98432
-
Chris Lattner authored
llvm-svn: 98431
-
Benjamin Kramer authored
llvm-svn: 98430
-
Chris Lattner authored
llvm-svn: 98429
-
Benjamin Kramer authored
llvm-svn: 98428
-
Bob Wilson authored
base register updating load/store-multiple instructions. llvm-svn: 98427
-
Chris Lattner authored
llvm-svn: 98426
-
Douglas Gregor authored
llvm-svn: 98425
-
Douglas Gregor authored
llvm-svn: 98424
-
Ted Kremenek authored
llvm-svn: 98421
-
Daniel Dunbar authored
relative to the fragment address, not its offset. This was masked by the text section normally being at address 0. llvm-svn: 98420
-
Daniel Dunbar authored
compiler may not lead with the text section. llvm-svn: 98418
-
Daniel Dunbar authored
llvm-svn: 98417
-
Evan Cheng authored
llvm-svn: 98416
-