[Orc] Add explicit move construction/assignment to RCMemoryManager.
[oota-llvm.git] / include / llvm / MC / MCSectionMachO.h
2015-10-07 Rafael EspindolaUse non virtual destructors for sections.
2015-10-07 Rafael EspindolaDon't repeat names in comments and don't indent in...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-09 Rafael EspindolaDelete dead code. NFC.
2014-03-07 David MajnemerMC: Use MachO::SectionType for MCSectionMachO::getType...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2012-12-13 Eric ChristopherAdd a way of printing out an arbitrary label name for...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-03-23 Jim GrosbachFix comments.
2011-03-19 Stuart HastingsReapply 127939 since Daniel fixed the breakage. <rdar...
2011-03-19 Stuart HastingsRevert 127939. <rdar://problem/9012638>
2011-03-19 Stuart HastingsRevise r126127 to address Daniel's comments. <rdar...
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-10-06 Michael J. SpencerCleanup Whitespace.
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC: Add dyn_cast support to MCSection.
2010-05-17 Eric ChristopherAdd some section and constant support for darwin TLS.
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2009-11-06 Daniel DunbarPass StringRef by value.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-13 Chris Lattnerreject invalid code like:
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...