summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-1/+8
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-13/+0
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-0/+14
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-1/+3
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-031-7/+4
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-031-4/+7
* Attempt to fix the build after r220439David Majnemer2014-10-221-1/+1
* [MC] Attach labels to existing fragments instead of using a separate fragmentDerek Schuff2014-10-221-9/+29
* Make EmitDwarfSetLineAddr an static helper. NFC.Rafael Espindola2014-08-151-1/+13
* Make BuildSymbolDiff an static helper.Rafael Espindola2014-08-151-2/+13
* Add a helper to MCExpr for when an expression is know to be absolute.Rafael Espindola2014-08-151-4/+0
* Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.Rafael Espindola2014-06-251-7/+4
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-251-26/+0
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-251-11/+15
* Simplify AddValueSymbols. No functionality change.Rafael Espindola2014-06-251-4/+3
* Simplify the handling of .cfi_endproc.Rafael Espindola2014-06-251-2/+5
* Print a=b as an assignment.Rafael Espindola2014-06-241-4/+0
* 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
OpenPOWER on IntegriCloud