summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Force the MachO generated for Darwin to have VERSION_MIN load commandSteven Wu2015-08-051-0/+10
* Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper2015-06-081-1/+0
* Move all flags logic to MCSymbolMachO.Pete Cooper2015-06-081-15/+17
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+0
* The fragment implies the section, don't store both.Rafael Espindola2015-06-011-2/+2
* Remove getData.Rafael Espindola2015-05-291-14/+9
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-5/+5
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-7/+10
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-13/+12
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-2/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-271-1/+1
* There is only one current section.Rafael Espindola2015-05-271-2/+3
* Delete MCSectionData.Rafael Espindola2015-05-271-2/+2
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-4/+3
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-261-1/+1
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-2/+3
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+6
* MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFCDuncan P. N. Exon Smith2015-05-201-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Change MCFragment::Atom to an MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* MC: Change MCAssembler::Symbols to store MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-3/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-6/+43
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-0/+1
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+6
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-2/+2
* Print a=b as an assignment.Rafael Espindola2014-06-241-4/+0
* Remove an always true argument.Rafael Espindola2014-05-121-1/+1
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-4/+0
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-181-6/+5
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-5/+5
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-291-0/+5
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-291-4/+33
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+7
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-26/+25
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-1/+1
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-281-2/+3
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-241-5/+0
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-231-5/+0
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-231-7/+3
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-161-1/+5
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-7/+1
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-191-2/+4
OpenPOWER on IntegriCloud