Bring r240130 back.
[oota-llvm.git] / include / llvm / MC / MCContext.h
2015-06-22 Rafael EspindolaBring r240130 back.
2015-06-19 Nico WeberRevert 240130, it caused crashes (repro in PR23900).
2015-06-19 Rafael EspindolaMake all temporary symbols unnamed.
2015-06-17 Rafael EspindolaUse named temporaries for directional labels.
2015-06-02 Rafael EspindolaClarify when we can avoid creating names for temp symbols.
2015-06-02 Rafael EspindolaPass a MCSymbolELF to a few ELF only functions. NFC.
2015-06-02 Rafael EspindolaCreate a MCSymbolELF.
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
2015-05-21 Rafael EspindolaUse existing helper for adding a section. NFC.
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-18 Jim GrosbachMC: clang-format MCContext. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Benjamin KramerMC: Lower the default alignment of MCContext's operator...
2015-05-06 Duncan P. N. Exon... MC: Skip names of temporary symbols in object streamer
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-05-02 Jim GrosbachFix spelling.
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-04-04 Rafael EspindolaDon't mix overload and default values.
2015-04-04 Rafael EspindolaImplement unique sections with an unique ID.
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 Rafael EspindolaSave a std::string.
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-28 Richard TrieuFix comparison functions.
2015-03-27 Rafael EspindolaAdd two small structs for readability in place of std...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Yaron KerenRemove LookupSymbol(StringRef) and optimize LookupSymbo...
2015-03-17 Yaron KerenTeach Twine to support SmallString.
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Rafael Espindolaclang-format these declarations. NFC.
2015-03-10 Rafael EspindolaDon't repeat names in comments. NFC.
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
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...
next