summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAge
...
* Add missing leading \t when printing .cfi_def_cfa in the asmstreamer.Jim Grosbach2011-05-20
* Now that they're implemented, make the Win64 EH MCAsmStreamer methods callCharles Davis2011-05-20
* Misc code refactorings:Rafael Espindola2011-05-19
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-19
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-19
* Remove comments as Chris requested.Charles Davis2011-05-18
* Fix an obvious typo in r131572.Cameron Zwarich2011-05-18
* Add some more Win64 EH directives:Charles Davis2011-05-18
* Implement the Win64 EH directive methods for the assembly language streamer.Charles Davis2011-05-18
* sets bit 0 of the function address of thumb function in .symtabRafael Espindola2011-05-16
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-10
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* GCC uses a different encoding of pointers in the FDE when usingRafael Espindola2011-05-01
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamerRafael Espindola2011-04-30
* Add all the plumbing needed for MC to expand cfi to the old tables inRafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Implement MCAsmStreamer::EmitCFIDefCfa.Rafael Espindola2011-04-29
* Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...Devang Patel2011-04-29
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27
* Remove unused argument.Rafael Espindola2011-04-21
* Reduce clutter in asm output. Do not emit source location as comment for each...Devang Patel2011-04-18
* Be consistent about being virtual and returning void in the cfi methods.Rafael Espindola2011-04-12
* Fix whitespace.NAKAMURA Takumi2011-03-27
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* Use common style for .cfi directivesAnton Korobeynikov2011-01-14
* Add comment about Thumb2 fixup comments being completely bogus.Evan Cheng2011-01-13
* Relax an assertion. On archs like ARM, an immediate field may be scattered. S...Evan Cheng2011-01-13
* Add support for .cfi_lsda.Rafael Espindola2010-12-27
* Add support for the same encodings of the personality function that gnu asRafael Espindola2010-12-27
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* MC: Move target specific fixup info descriptors to TargetAsmBackend instead ofDaniel Dunbar2010-12-16
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* There are two reasons why we might want to useRafael Espindola2010-12-04
* Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoidRafael Espindola2010-12-04
* Make EmitIntValue more efficient and more like what we do for leb128. TheRafael Espindola2010-12-03
* Do with uleb the same trick we now do with dwarf line/address advances. ThisRafael Espindola2010-12-03
* Try to resolve symbol differences early, and if successful create a plainRafael Espindola2010-12-03
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* Use set directive for StartMinusEndExpr.Devang Patel2010-12-02