[Assembler] Allow non-fatal errors after parsing
[oota-llvm.git] / lib / MC / MCContext.cpp
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-10-09 Keno FischerClear SectionSymbols in MCContext::Reset
2015-10-07 Rafael EspindolaUse SpecificBumpPtrAllocator to simplify the MCSeciton...
2015-09-03 Reid KlecknerSink COFF.h MC include into .cpp files
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
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-09 Pete CooperAllocate space for MCSymbol::Name only if required.
2015-06-08 Pete CooperAdd MCSymbolMachO which will be used to hide the MCSymb...
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-08 Pete CooperChange MCSymbol IsELF to an enum to support future...
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-31 Benjamin Kramer[MC] Simplify code. No functionality change intended.
2015-05-26 Rafael EspindolaMove MCSection destruction to MCContext::reset.
2015-05-26 Rafael EspindolaCall the destructors of the MCSections.
2015-05-22 Duncan P. N. Exon... MC: Shave a pointer off of MCSymbol::Name
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Rafael EspindolaAvoid unnecessary section switching. NFC.
2015-05-21 Rafael EspindolaRemove yet another method of creating begin and end...
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-06 Duncan P. N. Exon... MC: Skip names of temporary symbols in object streamer
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-23 Matt ArsenaultRevert accidentally committed "MC: Allow targets to...
2015-04-23 Matt ArsenaultMC: Allow targets to stop symbol name quoting
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-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 code that is about to change.
2015-03-05 Reid KlecknerReplace llvm.frameallocate with llvm.frameescape
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-17 Rafael EspindolaAdd r228980 back.
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-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
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 EspindolaAllow forward references to section symbols.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-19 Oliver StannardEmit DWARF info for all code section in an assembly...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
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 BlaikiePull out a named variable for the cached section names...
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-10 David BlaikieRevert debug info compression support.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-28 David BlaikieDebug Compression: Avoid compression debug_frame for now
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-14 Jim GrosbachMC: don't create a backtrace for diagnostics.
2014-03-14 David BlaikieMCContext: Remove redundant assignment
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
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 BlaikieRemove stale comment
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 David BlaikieCorrect typo ("a entry" -> "an entry")
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-10 Andrew TrickFix a crash that occurs when PWD is invalid.
2013-12-10 Andrew Trickwhitespace
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-10-22 David BlaikieMC: Support multiple sections with the same name in...
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
next