- Mar 14, 2010
-
-
Chris Lattner authored
llvm-svn: 98485
-
Chris Lattner authored
llvm-svn: 98484
-
Chris Lattner authored
llvm-svn: 98483
-
Chris Lattner authored
contain an MCSymbol instead of a label index. llvm-svn: 98482
-
Chris Lattner authored
with an MCSymbol instead of an immediate. llvm-svn: 98481
-
Chris Lattner authored
llvm-svn: 98477
-
Chris Lattner authored
not from MMI. llvm-svn: 98475
-
Chris Lattner authored
llvm-svn: 98474
-
Chris Lattner authored
llvm-svn: 98471
-
Chris Lattner authored
llvm-svn: 98470
-
Chris Lattner authored
an MCSymbol. Make the EH_LABEL MachineInstr hold its label with an MCSymbol instead of ID. Fix a bug in MMI.cpp which would return labels named "Label4" instead of "label4". llvm-svn: 98463
-
Chris Lattner authored
them with a counter. llvm-svn: 98462
-
Chris Lattner authored
consistently use MCSymbol and only call this predicate after they should have been emitted. llvm-svn: 98461
-
Chris Lattner authored
instead of label ID's. This cleans up and regularizes a bunch of code and makes way for future progress. Unfortunately, this pointed out to me that JITDwarfEmitter.cpp is largely copy and paste from DwarfException/MachineModuleInfo and other places. This is very sad and disturbing. :( One major change here is that TidyLandingPads moved from being called in DwarfException::BeginFunction to being called in DwarfException::EndFunction. There should not be any functionality change from doing this, but I'm not an EH expert. llvm-svn: 98459
-
- Mar 13, 2010
-
-
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
-
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: 98429
-
Chris Lattner authored
llvm-svn: 98426
-
Chris Lattner authored
entries to not thrash std::strings and MCSymbols. llvm-svn: 98415
-
- Mar 12, 2010
-
-
Chris Lattner authored
llvm-svn: 98392
-
Chris Lattner authored
some of its callers. llvm-svn: 98388
-
Chris Lattner authored
llvm-svn: 98378
-
Chris Lattner authored
for a global instead of messing around with string buffers. llvm-svn: 98366
-
Chris Lattner authored
llvm-svn: 98365
-
Chris Lattner authored
No functionality change. llvm-svn: 98363
-
Chris Lattner authored
can get it from the context now. llvm-svn: 98361
-
Chris Lattner authored
by A.Mazur! llvm-svn: 98360
-
Jeffrey Yasskin authored
several fields to make it easier to figure out where bugs might be creeping in. llvm-svn: 98358
-
Duncan Sands authored
ppc calls copysignl with a 128 bit ppc long double, resulting in a node that the type legalizer doesn't know how to expand. llvm-svn: 98357
-
Duncan Sands authored
llvm-svn: 98348
-
Duncan Sands authored
(it seems that FreeBSD doesn't have copysignl). Done by removing a bunch of assumptions from the code. This may also help with sparc 128 bit floats. llvm-svn: 98346
-
Chris Lattner authored
whose true value was not Val#0. llvm-svn: 98336
-
Devang Patel authored
llvm-svn: 98302
-
Jakob Stoklund Olesen authored
llvm-svn: 98295
-
- Mar 11, 2010
-
-
Chris Lattner authored
llvm-svn: 98293
-
Chris Lattner authored
where we used ot create an MCSymbol for ".". Now emit an assembler temporary label and reference it instead of "." textually. rdar://7739457 llvm-svn: 98292
-
Dan Gohman authored
llvm-svn: 98289
-
Chris Lattner authored
an MCExpr and not an MCSymbol. Change it to take an MCStreamer, which is currently unused. No functionality change. llvm-svn: 98278
-