summaryrefslogtreecommitdiff
path: root/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAge
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-25
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-25
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* Move EH/Debug frame handling to the object streamer.Rafael Espindola2014-05-12
* Fix the assembler to print a better relocatable expression errorKevin Enderby2014-04-22
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Revert debug info compression support.David Blaikie2014-04-10
* DebugInfo: Emit relocation to debug_line section when emitting asm for asmDavid Blaikie2014-04-01
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* Mark alias symbols as microMIPS if necessary. Differential Revision: http:/...Zoran Jovanovic2014-03-20
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* Revert "DebugInfo: Don't include the name of the CU file in the line table fi...Eric Christopher2014-02-14
* DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2014-02-14
* 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