]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DwarfException.cpp
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DwarfException.cpp
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-02-09 Jakub StaszakRemove unneeded "TargetMachine.h" #includes.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-19 Anton KorobeynikovMake AsmPrinter::EmitTTypeReference() more robust ...
2012-11-19 Anton KorobeynikovFactor out type info emission into separate routine.
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-16 Benjamin KramerTwinify better.
2011-09-28 Duncan SandsA typeid of zero means a cleanup, not a catch. This...
2011-08-18 Renato Golinadd the comments of each declaration follow it, making...
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-06-21 Bill WendlingAdd verbose EH table printing to SjLj exception tables.
2011-06-21 Bill WendlingImprove the comment printing for the EH table. This...
2011-01-30 Anton KorobeynikovClarify the LSDASection NULL check
2011-01-24 Anton KorobeynikovSupport printing exception section into the current...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2011-01-14 Anton KorobeynikovSplit stuff as a preparation for CFI directives-based...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-18 Anton KorobeynikovMove getInitialFrameState() to TargetFrameInfo
2010-08-01 Bill WendlingReference the personalities. Don't copy them into a...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-04-28 Chris Lattnerremove some default arguments to EmitAlignment.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
2010-04-07 Bill WendlingUse the "NamedGroupTimer" class to categorize DWARF...
2010-04-05 Chris Lattnerprune #includes, MMI can never be null
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnereliminate the "isEH" argument to EmitSectionOffset.
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-03-31 Chris Lattnerreduce indentation
2010-03-29 Chris Lattneruse RAII for ExceptionTimer too
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerremove now-dead code, all labels use MCSymbols.
2010-03-14 Chris Lattnerfix a bug I introduced in r98459, causing some NNT...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Chris Lattnersimplify EmitFrameMoves to take BaseLabel in as a symbol
2010-03-13 Chris Lattnerfactor some labels, simplify some code.
2010-03-12 Chris Lattnerremove dead code.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnermcize the rest of EH emission, only one more directive...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Chris Lattneradd some fixme's for MCizing. EH still has a few thing...
2010-03-10 Chris Lattnermcize uses of PrintRelDirective and eliminate it.
2010-03-09 Chris Lattnereliminate EOL, adding all comments with the OutStreamer...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-02-26 Bill WendlingA much cleaner (and less code!) way of inserting the...
2010-02-26 Bill WendlingComment typo.
2010-02-26 Bill WendlingFix comments.
2010-02-26 Bill WendlingAdd another (and hopefully the last) exception case...
2010-02-26 Bill WendlingAnd should use the correct variable.
2010-02-26 Bill WendlingGot assertion check backwards.
2010-02-25 Bill WendlingCatch a corner case where adding the padding to the...
2010-02-25 Bill WendlingMake comment more meaningful.
2010-02-24 Bill WendlingLLVM puts padding bytes in the __gcc_except_tab section...
2010-02-15 Anton KorobeynikovUse ttype encoding consistently
2010-02-15 Anton KorobeynikovIt turns out that we emitted completely wrong common...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-11 Bill WendlingUse .empty() instead of .size().
2010-02-10 Bill WendlingUse an index instead of pointers into the vector. If...
2010-02-10 Bill WendlingImprove comments a even more.
2010-02-10 Bill WendlingImprove comments a bit more.
2010-02-09 Bill WendlingImprove comments in the LSDA somewhat. They can be...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermove the various directive enums out of the MCStreamer...
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-23 Chris Lattnerremove one form of EmitString, just use EmitBytes inste...
2010-01-22 Chris Lattnermove "EOL" from asmprinter to dwarfprinter. It should...
2010-01-22 Chris Lattnermove uleb printing from asmprinter to dwarfprinter...
2010-01-22 Chris Lattnermove sleb printing out of asmprinter into dwarf printer...
2010-01-22 Chris Lattneradd a new DwarfPrinter::EmitEncodingByte method which...
2010-01-22 Chris Lattnerrename the dwarf class to DwarfPrinter. This matches...
2010-01-22 Chris Lattnerinline away the trivial AsmPrinter::EOL() method.
2010-01-21 Jim Grosbachback this out for now. Growing Function is not good.
2010-01-21 Jim GrosbachMake sure that landing pad entries in the EH call site...
2010-01-20 Chris Lattnereliminate some uses of AsmPrinter::EmitIntXXX
next