Age | Commit message (Expand) | Author |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng |
2011-10-16 | Twinify better. | Benjamin Kramer |
2011-09-28 | A typeid of zero means a cleanup, not a catch. This case occurs | Duncan Sands |
2011-08-18 | add the comments of each declaration follow it, making it easier to read and ... | Renato Golin |
2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
2011-06-21 | Add verbose EH table printing to SjLj exception tables. | Bill Wendling |
2011-06-21 | Improve the comment printing for the EH table. This gives a much more detailed | Bill Wendling |
2011-01-30 | Clarify the LSDASection NULL check | Anton Korobeynikov |
2011-01-24 | Support printing exception section into the current one. This is the case whe... | Anton Korobeynikov |
2011-01-14 | Add a possibility to switch between CFI directives- and table-based frame des... | Anton Korobeynikov |
2011-01-14 | Split stuff as a preparation for CFI directives-based frame information emission | Anton Korobeynikov |
2011-01-10 | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov |
2010-11-18 | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov |
2010-08-01 | Reference the personalities. Don't copy them into a new vector. | Bill Wendling |
2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
2010-04-28 | remove some default arguments to EmitAlignment. | Chris Lattner |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-07 | Workaround the breakage in r100616 by guarding all timers with | Torok Edwin |
2010-04-07 | Use the "NamedGroupTimer" class to categorize DWARF emission better. | Bill Wendling |
2010-04-05 | prune #includes, MMI can never be null | Chris Lattner |
2010-04-05 | make DwarfException not inherit from DwarfPrinter. | Chris Lattner |
2010-04-04 | Move EmitFrameMoves into AsmPrinter. | Chris Lattner |
2010-04-04 | eliminate the "isEH" argument to EmitSectionOffset. | Chris Lattner |
2010-04-04 | move some more stuff to asmprinter. | Chris Lattner |
2010-04-04 | simplify some code. | Chris Lattner |
2010-04-04 | move EmitEncodingByte to AsmPrinter. | Chris Lattner |
2010-04-04 | inline EmitDifference away. | Chris Lattner |
2010-04-04 | move gettemplabel and getdwlabel to AsmPrinter and rename | Chris Lattner |
2010-04-04 | move uleb/sleb printing into AsmPrinter from DwarfPrinter. | Chris Lattner |
2010-04-04 | remove TargetMachine.h #include, also, TRI isn't used frequently | Chris Lattner |
2010-04-04 | remove the raw_ostream from various dwarf printing things. | Chris Lattner |
2010-03-31 | reduce indentation | Chris Lattner |
2010-03-29 | use RAII for ExceptionTimer too | Chris Lattner |
2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
2010-03-14 | remove now-dead code, all labels use MCSymbols. | Chris Lattner |
2010-03-14 | fix a bug I introduced in r98459, causing some NNT failures. | Chris Lattner |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-13 | simplify EmitFrameMoves to take BaseLabel in as a symbol | Chris Lattner |
2010-03-13 | factor some labels, simplify some code. | Chris Lattner |
2010-03-12 | remove dead code. | Chris Lattner |
2010-03-10 | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner |
2010-03-10 | mcize the rest of EH emission, only one more directive missing | Chris Lattner |
2010-03-10 | set the temporary bit on MCSymbols correctly. | Chris Lattner |
2010-03-10 | add some fixme's for MCizing. EH still has a few things that | Chris Lattner |
2010-03-10 | mcize uses of PrintRelDirective and eliminate it. | Chris Lattner |
2010-03-09 | eliminate EOL, adding all comments with the OutStreamer.AddComment | Chris Lattner |
2010-03-09 | now that the debug and eh emitters use a common .set counter, | Chris Lattner |
2010-03-08 | simplify EmitSectionOffset to always use .set if it is | Chris Lattner |