Add methods to parse the SEH directives to the COFFAsmParser. Implement some
[oota-llvm.git] / lib / MC / MCStreamer.cpp
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisDon't allow unaligned offsets and sizes in the Win64...
2011-05-21 Charles DavisDon't allow .seh_handler and .seh_handlerdata directive...
2011-05-21 Charles DavisA handler for a function in the Win64 EH scheme can...
2011-05-21 Charles DavisSet the "LastFrameInst" field when streaming a .seh_set...
2011-05-20 Charles Davis"Implement" the HandlerData Win64 EH method in the...
2011-05-19 Rafael EspindolaLooks like OS X assemblers (including MC) don't like
2011-05-19 Rafael EspindolaMisc code refactorings:
2011-05-19 Charles DavisImplement the EndProlog Win64 EH method on the base...
2011-05-19 Charles DavisImplement the Win64 EH prolog instruction methods on...
2011-05-19 Charles DavisTurns out GAS does have Win64 EH directives. (It also...
2011-05-19 Charles DavisImplement the StartChained and EndChained Win64 EH...
2011-05-19 Charles DavisImplement the StartProc and EndProc Win64 EH methods...
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Charles DavisWhile thinking about how to know where the functions...
2011-05-16 Charles DavisAdd a method I forgot in the last commit. Don't worry...
2011-05-15 Charles DavisFix copy-pasto.
2011-05-15 Charles DavisAdd stub methods to MCStreamer for emitting Win64 excep...
2011-05-10 Rafael EspindolaAdd CFIStartSections to the asm printer. Add an assert...
2011-05-10 Rafael EspindolaAdd support for producing .deubg_frame sections.
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-10 Rafael EspindolaParsing and plumbing for .cfi_sections.
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-27 Rafael EspindolaFactor a bit of code to MCStreamer::EmitLabel. Keep...
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-12 Rafael EspindolaBe consistent about being virtual and returning void...
2011-04-12 Rafael EspindolaRemove LastOffset from the asm parser.
2011-04-12 Rafael EspindolaFix the case of a .cfi_rel_offset before any .cfi_def_c...
2011-04-12 Rafael EspindolaImplement .cfi_same_value.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-21 Joerg SonnenbergerUse a vector of pairs to implement the section stack...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2010-12-29 Rafael EspindolaRemove second return.
2010-12-29 Rafael EspindolaImplement cfi_def_cfa. Also don't convert to dwarf...
2010-12-29 Rafael EspindolaImplement cfi_def_cfa_register.
2010-12-29 Rafael EspindolaInitial .cfi_offset implementation.
2010-12-28 Rafael EspindolaImplement .cfi_remember_state and .cfi_restore_state.
2010-12-28 Rafael EspindolaStart adding basic support for emitting the call frame...
2010-12-27 Rafael EspindolaAdd support for .cfi_lsda.
2010-12-27 Rafael EspindolaAdd support for the same encodings of the personality...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-15 Matt Beaumont-GayBetter fix for opt build
2010-12-15 Matt Beaumont-GayFix opt -Werror build
2010-12-15 Rafael EspindolaGeneralize an assert.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Devang PatelAdd assert to catch an attempt to emit .byte 256
2010-12-06 Rafael EspindolaSecond try at making direct object emission produce...
2010-12-06 Rafael EspindolaRevert previous two patches while I try to find out...
2010-12-06 Rafael EspindolaAdd an EmitAbsValue helper method and use it in cases...
2010-12-03 Rafael EspindolaMake EmitIntValue more efficient and more like what...
2010-12-03 Rafael EspindolaDo with uleb the same trick we now do with dwarf line...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-22 Rafael EspindolaAdd basic CFI methods to the streamer interface.
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-11-01 Rafael EspindolaImplement .weakref.
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-02 Benjamin KramerAdd AsmParser support for the ELF .previous directive...
2010-07-19 Michael J. Spencer_[A-Z] identifiers are reserved for the implementation.
2010-05-20 Matt FlemingGrammar fix. This is a test commit.
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattneradd <cstdlib> header for abort() on linux builders.
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-01-22 Chris Lattneradd a new MCAsmStreamer::GetCommentOS method to simplif...
2010-01-19 Chris Lattneradd a new EmitIntValue method that MCStreamer impls...
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.