summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-061-1/+3
* Remove address spaces from MC.Rafael Espindola2013-07-021-25/+17
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-271-0/+6
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-3/+3
* MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis2013-05-071-0/+1
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-8/+6
* Change NULL to 0.Jakub Staszak2013-03-181-5/+5
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-2/+2
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+5
* This patch just fixes up various llvm formattingJack Carter2013-02-121-2/+2
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-4/+3
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-2/+2
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-041-1/+0
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+7
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+13
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-101-1/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Add support for .cfi_register now that it is easy to extent the representationRafael Espindola2012-11-251-0/+8
* Give each MCCFIInstruction its own opcode.Rafael Espindola2012-11-241-1/+1
* Move a bit of duplicated code into a helper function.Rafael Espindola2012-11-241-46/+29
OpenPOWER on IntegriCloud