| Commit message (Expand) | Author | Age | Files | Lines |
* | Reference the personalities. Don't copy them into a new vector. | Bill Wendling | 2010-08-01 | 1 | -1/+1 |
* | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 1 | -8/+9 |
* | remove some default arguments to EmitAlignment. | Chris Lattner | 2010-04-28 | 1 | -6/+4 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
* | Workaround the breakage in r100616 by guarding all timers with | Torok Edwin | 2010-04-07 | 1 | -10/+0 |
* | Use the "NamedGroupTimer" class to categorize DWARF emission better. | Bill Wendling | 2010-04-07 | 1 | -12/+11 |
* | prune #includes, MMI can never be null | Chris Lattner | 2010-04-05 | 1 | -2/+1 |
* | make DwarfException not inherit from DwarfPrinter. | Chris Lattner | 2010-04-05 | 1 | -34/+41 |
* | Move EmitFrameMoves into AsmPrinter. | Chris Lattner | 2010-04-04 | 1 | -2/+2 |
* | eliminate the "isEH" argument to EmitSectionOffset. | Chris Lattner | 2010-04-04 | 1 | -6/+6 |
* | move some more stuff to asmprinter. | Chris Lattner | 2010-04-04 | 1 | -10/+12 |
* | simplify some code. | Chris Lattner | 2010-04-04 | 1 | -10/+11 |
* | move EmitEncodingByte to AsmPrinter. | Chris Lattner | 2010-04-04 | 1 | -7/+7 |
* | inline EmitDifference away. | Chris Lattner | 2010-04-04 | 1 | -8/+10 |
* | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner | 2010-04-04 | 1 | -24/+31 |
* | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner | 2010-04-04 | 1 | -14/+14 |
* | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner | 2010-04-04 | 1 | -0/+1 |
* | remove the raw_ostream from various dwarf printing things. | Chris Lattner | 2010-04-04 | 1 | -3/+2 |
* | reduce indentation | Chris Lattner | 2010-03-31 | 1 | -20/+21 |
* | use RAII for ExceptionTimer too | Chris Lattner | 2010-03-29 | 1 | -17/+3 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 1 | -1/+0 |
* | remove now-dead code, all labels use MCSymbols. | Chris Lattner | 2010-03-14 | 1 | -10/+1 |
* | fix a bug I introduced in r98459, causing some NNT failures. | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -3/+9 |
* | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner | 2010-03-14 | 1 | -44/+33 |
* | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner | 2010-03-13 | 1 | -4/+2 |
* | factor some labels, simplify some code. | Chris Lattner | 2010-03-13 | 1 | -3/+5 |
* | remove dead code. | Chris Lattner | 2010-03-12 | 1 | -19/+0 |
* | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 2010-03-10 | 1 | -6/+6 |
* | mcize the rest of EH emission, only one more directive missing | Chris Lattner | 2010-03-10 | 1 | -12/+17 |
* | set the temporary bit on MCSymbols correctly. | Chris Lattner | 2010-03-10 | 1 | -1/+1 |
* | add some fixme's for MCizing. EH still has a few things that | Chris Lattner | 2010-03-10 | 1 | -1/+1 |
* | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner | 2010-03-10 | 1 | -6/+4 |
* | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner | 2010-03-09 | 1 | -22/+31 |
* | now that the debug and eh emitters use a common .set counter, | Chris Lattner | 2010-03-09 | 1 | -1/+1 |
* | simplify EmitSectionOffset to always use .set if it is | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
* | Remove a version of EmitDifference. | Chris Lattner | 2010-03-08 | 1 | -7/+8 |
* | remove another form of EmitReference. | Chris Lattner | 2010-03-08 | 1 | -2/+2 |
* | mc'ize EmitLabel. | Chris Lattner | 2010-03-08 | 1 | -10/+9 |
* | elimiante the DWLabel class, using MCSymbol instead. Start | Chris Lattner | 2010-03-08 | 1 | -5/+9 |
* | 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 |
* | LLVM puts padding bytes in the __gcc_except_tab section after the | Bill Wendling | 2010-02-24 | 1 | -35/+37 |
* | Use ttype encoding consistently | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |