summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-121-2/+22
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-221-2/+3
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-4/+4
* Revert debug info compression support.David Blaikie2014-04-101-6/+1
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-011-6/+4
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-271-1/+6
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-201-1/+2
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-131-1/+1
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-131-2/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-1/+2
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-141-2/+1
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-141-1/+2
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+2
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-281-1/+1
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-281-4/+5
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-11/+6
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-0/+1
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-6/+11
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-8/+6
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1
* Remove address spaces from MC.Rafael Espindola2013-07-021-11/+5
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-271-0/+7
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-191-0/+13
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-251-0/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-15/+28
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-151-0/+2
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-151-1/+3
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-151-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-15/+12
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-1/+1
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-081-1/+2
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-041-0/+1
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-5/+28
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+4
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-141-1/+2
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-0/+5
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-6/+8
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-0/+5
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-0/+25
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-011-0/+8
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-3/+9
* Prune some includes and forward declarations.Craig Topper2012-03-261-4/+4
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-031-1/+1
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-281-2/+3
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-3/+4
* Tidy up.Jim Grosbach2012-01-261-1/+1
OpenPOWER on IntegriCloud