aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCMachOStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-17Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren1-0/+6
2014-09-03Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer1-2/+2
2014-06-24Print a=b as an assignment.Rafael Espindola1-4/+0
2014-05-12Remove an always true argument.Rafael Espindola1-1/+1
2014-04-29Centralize the handling of the thumb bit.Rafael Espindola1-4/+0
2014-04-18Add range access to MCAssembler's symbol collection.David Blaikie1-6/+5
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-5/+5
2014-03-29MachO: Add linker-optimisation hint framework to MC.Tim Northover1-0/+5
2014-03-29MachO: allow each section to have a linker-private symbolTim Northover1-4/+33
2014-03-18Darwin: Add assembler directives to create version-min load commands.Jim Grosbach1-0/+7
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-26/+25
2014-01-28Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse1-1/+1
2014-01-28Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse1-2/+3
2014-01-26Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola1-1/+1
2014-01-24Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola1-5/+0
2014-01-23InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola1-5/+0
2014-01-23Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola1-7/+3
2013-10-16Move .ident handling to MCStreamer.Rafael Espindola1-1/+5
2013-10-08Add a MCTargetStreamer interface.Rafael Espindola1-1/+1
2013-10-05Remove some really nasty uses of hasRawTextSupport.Rafael Espindola1-7/+1
2013-09-19Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton1-2/+4
2013-09-09Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling1-2/+1
2013-09-09Generate compact unwind encoding from CFI directives.Bill Wendling1-0/+1
2013-09-04Add missing header line.Bill Wendling1-0/+1
2013-08-09[CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool1-4/+6
2013-08-07Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher1-1/+2
2013-04-17Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne1-2/+2
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth1-3/+7
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar1-0/+5
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky1-3/+8
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler1-0/+4
2012-12-07Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky1-1/+1
2012-12-07Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky1-9/+0
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-6/+5
2012-10-04Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer1-42/+0
2012-10-01MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach1-0/+4
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer1-3/+10
2012-06-22EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng1-2/+2
2012-05-18Refactor data-in-code annotations.Jim Grosbach1-1/+43
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-8/+7
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach1-1/+1
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-2/+0
2012-01-07Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola1-3/+3
2011-11-28Remove obsolete FIXME.Jim Grosbach1-2/+0
2011-09-01Don't drop alignment info on local common symbols.Benjamin Kramer1-1/+2
2011-07-27Support .code32 and .code64 in X86 assembler.Evan Cheng1-2/+3
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng1-5/+5
2011-07-25Add a missing enumerator to this switch. Currently its in theChandler Carruth1-0/+1
2011-07-25Move some ELF directives into ELF asm parser.Jim Grosbach1-1/+0
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+1