summaryrefslogtreecommitdiff
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAge
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Modify MCObjectStreamer EmitInstTo* interfaceDavid Woodhouse2014-01-28
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Most streamers' InitSections just create a text section. Make that the defaultRafael Espindola2014-01-24
* InitToTextSection is redundant with InitSections. Remove it.Rafael Espindola2014-01-23
* Remove duplicated info on what .text, .data and .bss look like.Rafael Espindola2014-01-23
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Added support for generate DWARF .debug_aranges sections automatically.Richard Mitton2013-09-19
* Call generateCompactUnwindEncodings() right before we need to output the fram...Bill Wendling2013-09-09
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-09
* Add missing header line.Bill Wendling2013-09-04
* [CodeGen] prevent abnormal on invalid attributesSaleem Abdulrasool2013-08-09
* Fix a FIXME, on darwin all virtual sections have a zerofill type.Eric Christopher2013-08-07
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Refactor MCInstFragment and MCDataFragment to adhere to a common interface,Eli Bendersky2012-12-07
* Lift EmitAssignment into MCObjectStreamer which gets rid of at least threeEli Bendersky2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Hoist some grossly duplicated code from the COFF/ELF/MachO streamers into MCO...Benjamin Kramer2012-10-04
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...Evan Cheng2012-06-22
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Tidy up. MCAsmBackend naming conventions.Jim Grosbach2012-01-18
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-07
* Remove obsolete FIXME.Jim Grosbach2011-11-28
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Support .code32 and .code64 in X86 assembler.Evan Cheng2011-07-27
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25
* Add a missing enumerator to this switch. Currently its in theChandler Carruth2011-07-25
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng2011-07-14
* Factor some code into a new EmitFrames method.Rafael Espindola2011-05-10
* Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm.Rafael Espindola2011-05-01
* Revert the previous patch while I figure out how to make llvm-gccRafael Espindola2011-04-30
* Enable CFI on OS X.Rafael Espindola2011-04-30
* Handle PrivateExtern eh symbols.Rafael Espindola2011-04-30
* Mark the EH symbol global or weak if the corresponding function is.Rafael Espindola2011-04-28
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Add support for pushsection and popsection. Patch by Joerg Sonnenberger.Rafael Espindola2011-02-16
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-29