aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-0/+7
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-1/+2
* Add support for .cfi_signal_frame. Fixes pr11762.Rafael Espindola2012-01-231-0/+1
* Remove the logging streamer.Rafael Espindola2012-01-101-6/+0
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-1/+3
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-1/+3
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+3
* Implement cfi_restore. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+1
* Implement .cfi_escape. Patch by Brian Anderson!Rafael Espindola2011-12-291-0/+1
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+5
* Tidy up. Hard tabs.Jim Grosbach2011-12-061-2/+2
* Add an option to pad an uleb128 to MCObjectWriter and remove the uleb128 enco...Benjamin Kramer2011-11-051-1/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+3
* Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson2011-10-041-0/+50
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+3
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-021-1/+1
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-6/+6
* Add a method to get the list of FrameInfos.Bill Wendling2011-07-221-1/+6
* Add a method to set compact unwind encoding information in a frame.Bill Wendling2011-07-191-0/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-1/+2
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-171-2/+1
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-171-1/+5
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-261-2/+2
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-0/+11
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-221-1/+1
* Implement emission of all Win64 exception tables. Make the COFF streamer emitCharles Davis2011-05-221-0/+9
* Make the COFF streamer emit unwind info when processing a .seh_handlerdataCharles Davis2011-05-221-0/+2
* Misc code refactorings:Rafael Espindola2011-05-191-2/+1
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-191-5/+5
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-191-3/+5
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-191-1/+2
* Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.Charles Davis2011-05-191-0/+5
* Add some more Win64 EH directives:Charles Davis2011-05-181-0/+4
* While thinking about how to know where the functions' boundaries are forCharles Davis2011-05-181-2/+3
* Add a method I forgot in the last commit. Don't worry, this one passedCharles Davis2011-05-161-0/+1
* Add stub methods to MCStreamer for emitting Win64 exception-handlingCharles Davis2011-05-151-0/+8
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-0/+2
* Parsing and plumbing for .cfi_sections.Rafael Espindola2011-05-101-0/+4
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-10/+1
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-301-0/+1
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-0/+6
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-281-0/+3
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-271-1/+3
* Remove unused argument.Rafael Espindola2011-04-211-4/+2
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-1/+2
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-121-14/+13
* Remove LastOffset from the asm parser.Rafael Espindola2011-04-121-0/+1
* Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.Rafael Espindola2011-04-121-0/+1
* Implement .cfi_same_value.Rafael Espindola2011-04-121-0/+1
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+4