ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-04 Bill WendlingAdd missing header line.
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-11-28 Jim GrosbachRemove obsolete FIXME.
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2010-12-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-13 Rafael EspindolaParse and record the gnu_unique_object type.
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Jim Grosbachsyntaxunified directive is a no-op for MachO writing.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-10-02 Kevin EnderbyThis adds a Darwin x86_64 relocation encoding for a...
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Chandler CarruthSilence a GCC warning about not handling all flags...
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-03 Bill WendlingGet rid of "passing signed into unsigned parameter...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-07-19 Daniel DunbarMC/Mach-O: Silently ignore .file directives instead...
2010-07-19 Michael J. SpencerMC: Add WinCOFFStreamer implementation and merge common...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-16 Daniel DunbarMC/Mach-O: Rewrite atom association to be a final pass...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
next