aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC
AgeCommit message (Expand)Author
2011-05-18While thinking about how to know where the functions' boundaries are forCharles Davis
2011-05-16Add a method I forgot in the last commit. Don't worry, this one passedCharles Davis
2011-05-16sets bit 0 of the function address of thumb function in .symtabRafael Espindola
2011-05-15Add stub methods to MCStreamer for emitting Win64 exception-handlingCharles Davis
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola
2011-05-10Add support for producing .deubg_frame sections.Rafael Espindola
2011-05-10Factor some code into a new EmitFrames method.Rafael Espindola
2011-05-10Parsing and plumbing for .cfi_sections.Rafael Espindola
2011-05-08Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy withRafael Espindola
2011-05-06Switch Darwin to the generic CIE/FDE printer.Rafael Espindola
2011-05-06Dead code elimination.Rafael Espindola
2011-05-05Remove the DwarfTable enum.Rafael Espindola
2011-05-04Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola
2011-05-01GCC uses a different encoding of pointers in the FDE when usingRafael Espindola
2011-05-01Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola
2011-04-30Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola
2011-04-30Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola
2011-04-29MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semanticsDaniel Dunbar
2011-04-29Add an alternative implementation of CIE and FDE emission that outputs themRafael Espindola
2011-04-28Add the getExprForFDESymbol method that responsible for computing theRafael Espindola
2011-04-28Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it whenRafael Espindola
2011-04-28Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola
2011-04-28Add a small temporary hack for producing identical eh_frame sections on OS X.Rafael Espindola
2011-04-27Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola
2011-04-23Remove unused STL header includes.Jay Foad
2011-04-21Remove unused argument.Rafael Espindola
2011-04-18Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel
2011-04-18Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-12Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola
2011-04-12Remove LastOffset from the asm parser.Rafael Espindola
2011-04-12Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola
2011-04-12Implement .cfi_same_value.Rafael Espindola
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby
2011-04-07Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar
2011-03-24Clean up assembly statement separator support.Jim Grosbach
2011-03-23Fix comments.Jim Grosbach
2011-03-19Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revert 127939. <rdar://problem/9012638>Stuart Hastings
2011-03-19Revise r126127 to address Daniel's comments. <rdar://problem/9012638>Stuart Hastings
2011-03-12Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands
2011-03-11Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin
2011-03-09Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin
2011-03-08Typo. Patch by arrowdodger.John McCall
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel