summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-091-2/+1
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-0/+1
* Add missing header line.Bill Wendling2013-09-041-0/+1
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-091-4/+6
* Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher2013-08-071-1/+2
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-2/+2
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-3/+7
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-181-0/+5
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-141-3/+8
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+4
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-071-1/+1
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-071-9/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-6/+5
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-041-42/+0
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-011-0/+4
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-071-3/+10
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-221-2/+2
OpenPOWER on IntegriCloud