| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | move uleb printing from asmprinter to dwarfprinter, mcize, | Chris Lattner | 2010-01-22 | 1 | -30/+13 |
* | move sleb printing out of asmprinter into dwarf printer, make clients | Chris Lattner | 2010-01-22 | 1 | -8/+3 |
* | add a new DwarfPrinter::EmitEncodingByte method which handles | Chris Lattner | 2010-01-22 | 1 | -16/+7 |
* | rename the dwarf class to DwarfPrinter. This matches the filename | Chris Lattner | 2010-01-22 | 1 | -4/+4 |
* | inline away the trivial AsmPrinter::EOL() method. | Chris Lattner | 2010-01-22 | 1 | -8/+5 |
* | back this out for now. Growing Function is not good. | Jim Grosbach | 2010-01-21 | 1 | -10/+1 |
* | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach | 2010-01-21 | 1 | -1/+10 |
* | eliminate some uses of AsmPrinter::EmitIntXXX | Chris Lattner | 2010-01-20 | 1 | -9/+6 |
* | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling | 2010-01-18 | 1 | -1/+1 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 1 | -2/+1 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -28/+12 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -1/+1 |
* | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner | 2010-01-16 | 1 | -17/+35 |
* | Retrying r91337: | Bill Wendling | 2010-01-16 | 1 | -8/+19 |
* | move these out of their own timer groups into the 'uncategorized' groups. | Chris Lattner | 2009-12-28 | 1 | -7/+1 |
* | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling | 2009-12-17 | 1 | -6/+7 |
* | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling | 2009-12-14 | 1 | -7/+6 |
* | Reverting the EH table patches. | Bill Wendling | 2009-11-19 | 1 | -29/+6 |
* | The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH | Bill Wendling | 2009-11-19 | 1 | -4/+5 |
* | Attempt #2: | Bill Wendling | 2009-11-18 | 1 | -6/+28 |
* | Refactor the code that creates the "dot-label" difference. This may be used in | Bill Wendling | 2009-11-17 | 1 | -18/+23 |
* | Simplify code a bit | Bill Wendling | 2009-11-12 | 1 | -4/+3 |
* | Refactor code that checks if it's a call to a "nounwind" function. | Bill Wendling | 2009-11-12 | 1 | -31/+36 |
* | If there's more than one function operand to a call instruction, be conservative | Bill Wendling | 2009-11-12 | 1 | -1/+12 |
* | Don't mark a call as potentially throwing if the function it's calling has the | Bill Wendling | 2009-11-11 | 1 | -1/+21 |
* | Make sure that the exception handling data has the same visibility as the | Bill Wendling | 2009-11-11 | 1 | -2/+7 |
* | Fix DenseMap iterator constness. | Jeffrey Yasskin | 2009-11-10 | 1 | -1/+1 |
* | Tidying up some code and comments. No functionality change. | Bill Wendling | 2009-10-22 | 1 | -24/+6 |
* | --- Reverse-merging r82282 into '.': | Bill Wendling | 2009-09-20 | 1 | -47/+22 |
* | Here's fun! It turns out that these filter functions can be internal. If they're | Bill Wendling | 2009-09-20 | 1 | -1/+2 |
* | Factor out label difference creation. | Bill Wendling | 2009-09-18 | 1 | -35/+24 |
* | It's inefficient to have place the exception tables (which contain the LSDA) | Bill Wendling | 2009-09-18 | 1 | -5/+40 |
* | pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, | Chris Lattner | 2009-09-17 | 1 | -0/+1 |
* | Big change #1 for personality function references: | Chris Lattner | 2009-09-16 | 1 | -19/+45 |
* | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | Chris Lattner | 2009-09-16 | 1 | -2/+5 |
* | Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) | Chris Lattner | 2009-09-16 | 1 | -1/+1 |
* | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner | 2009-09-16 | 1 | -2/+1 |
* | strength reduce a call to PrintRelDirective(true). | Chris Lattner | 2009-09-15 | 1 | -1/+3 |
* | Exit early if exception handling isn't supported. | Bill Wendling | 2009-09-10 | 1 | -13/+13 |
* | Comment and whitespace cleanups. No intentional functionality change. | Bill Wendling | 2009-09-10 | 1 | -27/+21 |
* | Revert part of my r81424 patch. I removed what looked like superfluous padding | Bill Wendling | 2009-09-10 | 1 | -23/+37 |
* | Don't hardcode the TType format size. In fact, rework the code so that it's more | Bill Wendling | 2009-09-10 | 1 | -49/+49 |
* | Remove the "#if 0" that Noone loved. It wasn't really necessary, because the | Bill Wendling | 2009-09-10 | 1 | -27/+20 |
* | Pull check for SJLJ EH into a boolean and use that. | Bill Wendling | 2009-09-10 | 1 | -7/+10 |
* | Use the SizeOfEncodedValue function instead of magic variables for the | Bill Wendling | 2009-09-10 | 1 | -4/+3 |
* | Add helpful comment. | Bill Wendling | 2009-09-10 | 1 | -0/+1 |
* | Believe it or not, this is a simplification. :-) | Bill Wendling | 2009-09-09 | 1 | -37/+79 |
* | Use the EOL that takes the encoding and translates it into DWARF-English. | Bill Wendling | 2009-09-09 | 1 | -11/+13 |
* | Early exit from function. | Bill Wendling | 2009-09-09 | 1 | -14/+13 |
* | Small amount of code clean-up: Don't use ".size()" when not necessary. | Bill Wendling | 2009-09-09 | 1 | -5/+7 |