summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAge
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Keep the MCSubtargetInfo in the MCRelxableFragment class.David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-20
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Remove address spaces from MC.Rafael Espindola2013-07-02
* Use MCFillFragment for zero-initialized data.Serge Pavlov2013-06-27
* [MC/DWARF] Generate multiple .debug_line entries for adjacent .loc directivesUlrich Weigand2013-06-19
* Add support for DWARF line number table entries for values in the instructionCameron Zwarich2013-05-25
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay2013-02-15
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-15
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-09
* Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky2013-01-08
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* small fixes to enable the reuse of the pass manager across multiple modulesPedro Artigas2013-01-04
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* Provide a shortcut for MCObjectStreamer when emitting fills.Benjamin Kramer2012-10-01
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Correctly initialize LineSectionSymbol. Thanks to Duncan Sands for noticing it.Rafael Espindola2012-03-03
* On ELF, create relocations to the abbreviation and line sections when producingRafael Espindola2012-02-28
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-27
* Tidy up.Jim Grosbach2012-01-26
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Don't print an unused label before .cfi_endproc.Rafael Espindola2012-01-09
* Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola2012-01-07
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Misc code refactorings:Rafael Espindola2011-05-19
* Simplify the handling of pcrel relocations on ELF. Now we do the right thingRafael Espindola2011-05-01
* Implement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.Rafael Espindola2011-04-30
* Factor a bit of code to MCStreamer::EmitLabel. Keep track of the lastRafael Espindola2011-04-27