summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-1/+43
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-8/+7
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-181-1/+1
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-3/+3
* Remove obsolete FIXME.Jim Grosbach2011-11-281-2/+0
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+2
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-271-2/+3
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-251-5/+5
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-251-0/+1
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-1/+0
OpenPOWER on IntegriCloud