summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: remove use of unnecessary variableSaleem Abdulrasool2014-07-121-41/+27
* MC: rename MCW64UnwindInfo to MCWinFrameInfoSaleem Abdulrasool2014-07-121-17/+17
* Fix .seh_stackalloc 0Reid Kleckner2014-07-011-0/+2
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-14/+14
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-251-1/+12
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-251-0/+29
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-251-0/+2
* Fix another asserting method in the null streamer.Rafael Espindola2014-06-251-1/+0
* Fix a regression from r211653.Rafael Espindola2014-06-251-1/+0
* Move some trivial methods up to MCStreamer.Rafael Espindola2014-06-251-0/+33
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-251-11/+3
* Print a=b as an assignment.Rafael Espindola2014-06-241-6/+0
* Allow using .cfi_startproc without a leading symbol.Rafael Espindola2014-06-231-9/+1
* Revert r211399, "Generate native unwind info on Win64"NAKAMURA Takumi2014-06-221-2/+0
* Generate native unwind info on Win64Reid Kleckner2014-06-201-0/+2
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-121-17/+1
* Remove always true argument.Rafael Espindola2014-05-121-2/+2
* Remove an always true argument.Rafael Espindola2014-05-121-3/+3
* Make getOrCreateSymbolData non virtual.Rafael Espindola2014-04-271-5/+0
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* [MC] Emit an error if cfi_startproc is used before a symbol is defined.Quentin Colombet2014-04-151-0/+4
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-5/+5
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-011-0/+10
* Don't use EmitAbsValue with symbol references.Rafael Espindola2014-03-201-2/+2
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-1/+11
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-171-4/+4
* Always print the implicit .text at the start of an asm file.Rafael Espindola2014-03-051-1/+1
* Always create a temporary symbol to use with the cfi frame.Rafael Espindola2014-02-071-9/+3
* Remove another hasRawTextSupport.Rafael Espindola2014-01-311-0/+6
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-271-1/+2
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-5/+8
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-241-3/+2
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-0/+5
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-221-1/+0
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-161-0/+2
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-141-0/+5
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-201-0/+4
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+2
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-2/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+2
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-3/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-53/+8
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-2/+8
* Implements parsing and emitting of .cfi_window_save in MC.Venkatraman Govindaraju2013-09-261-0/+8
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-2/+13
* Set the encoding to '0' if we don't have an MAB.Bill Wendling2013-09-091-2/+1
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-7/+7
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-0/+9
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-271-1/+3
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-3/+1
OpenPOWER on IntegriCloud