Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
[oota-llvm.git] / include / llvm / MC / MCContext.h
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-22 Kevin EnderbyChange the prototype for MCContext::FatalError() so...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-05 David BlaikieRemove unused function
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-14 David BlaikieRemove unnecessary StringRef::str() call where an impli...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-10-22 Benjamin KramerSpeling fixes.
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-03-12 Manman RenDebug Info: use SmallVector instead of std::vector...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-05 Manman RenDwarf: support for LTO where a single object file can...
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-06 Pedro Artigasfixed valgrind issues of prior commit, this change...
2012-12-06 NAKAMURA TakumiRevert r169456, "change MCContext to work on the doInit...
2012-12-06 Pedro Artigaschange MCContext to work on the doInitialization/doFina...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-26 Jim GrosbachAdd SourceMgr to MCContext for backend diagnostics.
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
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-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Chris Lattnertidy up
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-16 Matt FlemingELF entry size support.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-08 Benjamin KramerRemove unused variable.
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
next