aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-11/+12
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+11
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-16/+55
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-39/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-12/+28
* Update to LLVM 3.5a.Stephen Hines2014-04-241-28/+29
* 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
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-4/+4
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-091-0/+4
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-071-0/+4
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+4
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-231-0/+10
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-3/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-141-3/+2
* Misc code refactorings:Rafael Espindola2011-05-191-4/+4
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-011-2/+2
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-301-22/+0