summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
Commit message (Expand)AuthorAgeFilesLines
* A much cleaner (and less code!) way of inserting the correct amount of paddingBill Wendling2010-02-261-50/+6
* Comment typo.Bill Wendling2010-02-261-1/+1
* Fix comments.Bill Wendling2010-02-261-3/+3
* Add another (and hopefully the last) exception case, where once we recalculateBill Wendling2010-02-261-3/+11
* And should use the correct variable.Bill Wendling2010-02-261-1/+1
* Got assertion check backwards.Bill Wendling2010-02-261-1/+1
* Catch a corner case where adding the padding to the "TType base offset" fieldBill Wendling2010-02-251-2/+44
* Make comment more meaningful.Bill Wendling2010-02-251-1/+2
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-241-35/+37
* Use ttype encoding consistentlyAnton Korobeynikov2010-02-151-1/+1
* It turns out that we emitted completely wrong common EH frame since the early...Anton Korobeynikov2010-02-151-7/+9
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-84/+36
* Use .empty() instead of .size().Bill Wendling2010-02-111-2/+2
* Use an index instead of pointers into the vector. If the vector resizes, thenBill Wendling2010-02-101-11/+12
* Improve comments a even more.Bill Wendling2010-02-101-3/+3
* Improve comments a bit more.Bill Wendling2010-02-101-4/+4
* Improve comments in the LSDA somewhat. They can be improved much more.Bill Wendling2010-02-091-10/+17
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-281-1/+10
* constify a bunch of dwarf stuff now that the registerinfo methodChris Lattner2010-01-261-1/+1
* mcize visibility directives.Chris Lattner2010-01-231-2/+3
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-2/+2
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-231-5/+7
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-231-2/+2
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-221-17/+16
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-221-30/+13
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-221-8/+3
* add a new DwarfPrinter::EmitEncodingByte method which handlesChris Lattner2010-01-221-16/+7
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-221-4/+4
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-221-8/+5
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-211-10/+1
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-211-1/+10
* eliminate some uses of AsmPrinter::EmitIntXXXChris Lattner2010-01-201-9/+6
* - Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling2010-01-181-1/+1
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-2/+1
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-28/+12
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-1/+1
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-17/+35
* Retrying r91337:Bill Wendling2010-01-161-8/+19
* move these out of their own timer groups into the 'uncategorized' groups.Chris Lattner2009-12-281-7/+1
* Temporarily revert 91337. It's causing testcase failures.Bill Wendling2009-12-171-6/+7
* The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,Bill Wendling2009-12-141-7/+6
* Reverting the EH table patches.Bill Wendling2009-11-191-29/+6
* The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling2009-11-191-4/+5
* Attempt #2:Bill Wendling2009-11-181-6/+28
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-171-18/+23
* Simplify code a bitBill Wendling2009-11-121-4/+3
* Refactor code that checks if it's a call to a "nounwind" function.Bill Wendling2009-11-121-31/+36
* If there's more than one function operand to a call instruction, be conservativeBill Wendling2009-11-121-1/+12
* Don't mark a call as potentially throwing if the function it's calling has theBill Wendling2009-11-111-1/+21
* Make sure that the exception handling data has the same visibility as theBill Wendling2009-11-111-2/+7
OpenPOWER on IntegriCloud