| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that setStartLabel takes an MCSymbol, we can de-ID'ize | Chris Lattner | 2010-03-09 | 4 | -24/+24 |
* | change DbgScope to keep track of the start/end label as MCSymbol* | Chris Lattner | 2010-03-09 | 1 | -41/+36 |
* | remove a useless optimization: now that label replacement never | Chris Lattner | 2010-03-09 | 1 | -7/+0 |
* | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner | 2010-03-09 | 2 | -15/+19 |
* | mcstreamerize AsmPrinter::printLabel. | Chris Lattner | 2010-03-09 | 2 | -6/+8 |
* | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner | 2010-03-09 | 3 | -9/+4 |
* | make InlineInfoLabels hold MCSymbol*'s, avoiding | Chris Lattner | 2010-03-09 | 2 | -11/+11 |
* | mc'ize the last use of PrintLabelName and eliminate PrintLabelName. | Chris Lattner | 2010-03-09 | 3 | -20/+7 |
* | eliminate an argument from PrintRelDirective, sinking | Chris Lattner | 2010-03-09 | 2 | -12/+17 |
* | remove the suffix form of PrintLabelName, which was only | Chris Lattner | 2010-03-09 | 2 | -10/+0 |
* | now that the debug and eh emitters use a common .set counter, | Chris Lattner | 2010-03-09 | 4 | -11/+5 |
* | move .set generation out of DwarfPrinter into AsmPrinter and | Chris Lattner | 2010-03-08 | 3 | -25/+32 |
* | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 7 | -38/+16 |
* | Remove a version of EmitDifference. | Chris Lattner | 2010-03-08 | 4 | -51/+26 |
* | eliminate a form of PrintLabelName. | Chris Lattner | 2010-03-08 | 3 | -11/+5 |
* | remove another form of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -10/+3 |
* | eliminate the non-MCSymbol versions of EmitReference. | Chris Lattner | 2010-03-08 | 3 | -25/+7 |
* | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 4 | -69/+52 |
* | merge DIEObjectLabel and DIEDwarfLabel into DIELabel. | Chris Lattner | 2010-03-08 | 5 | -89/+13 |
* | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 10 | -177/+138 |
* | Derive DIType from DIScope. This simplifies getContext() where for members th... | Devang Patel | 2010-03-08 | 2 | -39/+13 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 3 | -74/+53 |
* | Revert r97947. | Devang Patel | 2010-03-08 | 3 | -53/+74 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 3 | -74/+53 |
* | Revert r97917, which was causing Clang Debug self-host failures. | Douglas Gregor | 2010-03-08 | 3 | -28/+29 |
* | Roll r97906 forward again, without double-deleting CompileUnit::IndexTyDie. | Jeffrey Yasskin | 2010-03-07 | 3 | -29/+28 |
* | _2_ gcc crashes, ah, ah, ah... | Jeffrey Yasskin | 2010-03-07 | 2 | -24/+22 |
* | Avoid leaking CompileUnits and DbgScopes from DwarfDebug. Leaks found by Val... | Jeffrey Yasskin | 2010-03-07 | 2 | -22/+24 |
* | Fix grammar. | Devang Patel | 2010-03-02 | 1 | -1/+1 |
* | Constructors and operators for anonymous aggregates does not names. Do not fo... | Devang Patel | 2010-03-02 | 1 | -1/+3 |
* | A much cleaner (and less code!) way of inserting the correct amount of padding | Bill Wendling | 2010-02-26 | 1 | -50/+6 |
* | Comment typo. | Bill Wendling | 2010-02-26 | 1 | -1/+1 |
* | Fix comments. | Bill Wendling | 2010-02-26 | 1 | -3/+3 |
* | Add another (and hopefully the last) exception case, where once we recalculate | Bill Wendling | 2010-02-26 | 1 | -3/+11 |
* | And should use the correct variable. | Bill Wendling | 2010-02-26 | 1 | -1/+1 |
* | Got assertion check backwards. | Bill Wendling | 2010-02-26 | 1 | -1/+1 |
* | Catch a corner case where adding the padding to the "TType base offset" field | Bill Wendling | 2010-02-25 | 1 | -2/+44 |
* | Make comment more meaningful. | Bill Wendling | 2010-02-25 | 1 | -1/+2 |
* | MC'ize padding when padding the ULEB128 value. | Bill Wendling | 2010-02-25 | 1 | -7/+5 |
* | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling | 2010-02-24 | 3 | -41/+52 |
* | use OutStreamer.EmitCodeAlignment for alignment in the text | Chris Lattner | 2010-02-23 | 1 | -4/+3 |
* | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner | 2010-02-17 | 1 | -1/+34 |
* | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel | 2010-02-17 | 1 | -1/+12 |
* | Use ttype encoding consistently | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | It turns out that we emitted completely wrong common EH frame since the early... | Anton Korobeynikov | 2010-02-15 | 1 | -7/+9 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 4 | -88/+103 |
* | Use .empty() instead of .size(). | Bill Wendling | 2010-02-11 | 1 | -2/+2 |
* | Fix to get it to compile. | Bill Wendling | 2010-02-11 | 1 | -1/+1 |
* | Don't print out a default newline when emitting the section offset. There are | Bill Wendling | 2010-02-11 | 2 | -2/+1 |
* | Use an index instead of pointers into the vector. If the vector resizes, then | Bill Wendling | 2010-02-10 | 2 | -12/+13 |