summaryrefslogtreecommitdiff
path: root/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAge
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-25
* Fix a regression from r211653.Rafael Espindola2014-06-25
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-23
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-22
* Generate native unwind info on Win64Reid Kleckner2014-06-20
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-12
* Remove always true argument.Rafael Espindola2014-05-12
* Remove an always true argument.Rafael Espindola2014-05-12
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-27
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-20
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-05
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-07
* Remove another hasRawTextSupport.Rafael Espindola2014-01-31
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-20
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-24
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-26
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-09
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-27
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-08
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-06
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18