summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-4/+4
* Revert r133513:Eric Christopher2011-06-231-4/+4
* Remove the subclassing. This will be moved to the ASM printer.Bill Wendling2011-06-201-379/+0
* * Override the "EmitBytes" function, since it can sneak values in that way.Bill Wendling2011-06-181-1/+18
* Remove false assertion.Bill Wendling2011-06-171-3/+1
* Disable for another investigation.Bill Wendling2011-06-171-1/+2
* Support only DwarfCFI or SjLj exception handling in LSDA decoder.Bill Wendling2011-06-171-1/+5
* SjLj exception handling LSDA decoding support wasn't represented correctly. UseBill Wendling2011-06-171-17/+15
* Disable to investigate ARM failure.Bill Wendling2011-06-171-1/+2
* Use the verbose asm flag instead of a new flag for decoding the LSDA.Bill Wendling2011-06-171-2/+2
* Add an option that allows one to "decode" the LSDA.Bill Wendling2011-06-171-3/+365
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-6/+10
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-301-5/+25
* Add a parameter to the Win64 EH section getters to get a section with aCharles Davis2011-05-271-1/+3
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-251-0/+9
* Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis2011-05-221-2/+2
* Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.Jim Grosbach2011-05-201-1/+1
* Now that they're implemented, make the Win64 EH MCAsmStreamer methods callCharles Davis2011-05-201-0/+26
* Misc code refactorings:Rafael Espindola2011-05-191-1/+1
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-191-10/+10
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-191-21/+31
* Remove comments as Chris requested.Charles Davis2011-05-181-48/+12
* Fix an obvious typo in r131572.Cameron Zwarich2011-05-181-2/+2
* Add some more Win64 EH directives:Charles Davis2011-05-181-0/+36
* Implement the Win64 EH directive methods for the assembly language streamer.Charles Davis2011-05-181-0/+77
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-161-1/+2
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-101-0/+19
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-101-2/+2
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-011-0/+3
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-3/+2
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-301-3/+0
* Enable CFI on OS X.Rafael Espindola2011-04-301-0/+3
* Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamerRafael Espindola2011-04-301-3/+31
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-301-4/+44
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-0/+11
* Implement MCAsmStreamer::EmitCFIDefCfa.Rafael Espindola2011-04-291-1/+4
* Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...Devang Patel2011-04-291-3/+0
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-271-3/+1
* Remove unused argument.Rafael Espindola2011-04-211-6/+6
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-181-3/+11
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-121-40/+64
* Fix whitespace.NAKAMURA Takumi2011-03-271-2/+2
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+34
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-051-0/+31
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-251-6/+0
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-241-0/+6
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-161-12/+8
* Use common style for .cfi directivesAnton Korobeynikov2011-01-141-7/+7
* Add comment about Thumb2 fixup comments being completely bogus.Evan Cheng2011-01-131-1/+3
* Relax an assertion. On archs like ARM, an immediate field may be scattered. S...Evan Cheng2011-01-131-2/+6