summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCObjectStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-4/+4
* Store MCSymbols in PendingLabels.Rafael Espindola2015-05-291-2/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-2/+2
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-271-4/+4
* There is only one current section.Rafael Espindola2015-05-271-6/+5
* Delete MCSectionData.Rafael Espindola2015-05-271-1/+1
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-271-2/+1
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-2/+1
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-261-6/+8
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-1/+1
* Move HasInstructions to MCSection.Rafael Espindola2015-05-251-1/+5
* Move bundle info from MCSectionData to MCSection.Rafael Espindola2015-05-251-1/+1
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* AsmPrinter: Compute absolute label difference directlyDuncan P. N. Exon Smith2015-05-211-0/+23
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-3/+3
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* [MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek2015-04-121-4/+10
* Remove dead code. NFC.Rafael Espindola2015-04-071-6/+0
* 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
OpenPOWER on IntegriCloud