OSDN Git Service

Reflow formatting after previous NFC commit.
[android-x86/external-llvm.git] / lib / MC / MCContext.cpp
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-22 Paul Robinson[DWARFv5] Turn an assert into a diagnostic. Hand-coded...
2018-01-11 Sam Clegg[WebAssemlby] MC: Don't write COMDAT symbols as global...
2018-01-09 Paul Robinson[DWARFv5] MC support for MD5 file checksums
2017-10-20 Sam Clegg[WebAssembly] MC: Fix crash when -g specified.
2017-09-12 Sam Clegg[WebAssembly] Remove flags from MCSectionWasm
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-03-14 Evgeniy StepanovFix asm printing of associated sections.
2017-02-24 Evgeniy StepanovDisallow redefinition of section symbols.
2017-02-24 Evgeniy StepanovInitialize MCContext::InlineSrcMgr in the constructor.
2017-02-22 Dan Gohman[WebAssembly] Add skeleton MC support for the Wasm...
2017-02-14 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-09 Rafael EspindolaMake it possible to set SHF_LINK_ORDER explicitly.
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-08 Diana PicusRevert "[Assembler] Enable nicer diagnostics for inline...
2017-02-08 Sanne Wouda[Assembler] Enable nicer diagnostics for inline assembly.
2017-02-02 Rafael EspindolaChange how we handle section symbols on ELF.
2016-12-15 Prakhar Bahuguna[ARM] Implement execute-only support in CodeGen
2016-12-06 Mandeep Singh Grang[llvm] Fix D26214: Move error handling out of MC and...
2016-12-03 Dan Gohman[MC] Generalize MCContext's SectionSymbols field.
2016-12-01 Mandeep Singh Grang[llvm] Implement support for -defsym assembler option
2016-09-29 Eric ChristopherTidy spelling and grammar.
2016-08-26 Reid Kleckner[MC] Move .cv_loc management logic out of MCContext
2016-07-01 Eric ChristopherAdd support for allowing us to create uniquely identifi...
2016-06-17 Igor Laevsky[MCContext] Don't use getenv inside class constructor
2016-05-25 Richard SmithRevert r270569 (teach llvm-mc to generate compressed...
2016-05-24 George RimarRecommit r270070 ([llvm-mc] - Teach llvm-mc to generate...
2016-05-19 George RimarTemporarily revert r270070
2016-05-19 George Rimar[llvm-mc] - Teach llvm-mc to generate compressed debug...
2016-05-02 Reid Kleckner[MC] Create unique .pdata sections for every .text...
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-03-28 Evgeniy StepanovHandle section vs global name conflict.
2016-03-22 Justin BognerMC: Don't access the filesystem in MCContext's constructor
2016-01-29 Reid KlecknerReland "[CodeView] Use assembler directives for line...
2016-01-29 Reid KlecknerRevert "[CodeView] Use assembler directives for line...
2016-01-28 Reid Kleckner[CodeView] Use assembler directives for line tables
2015-12-16 Rafael EspindolaUse std::unique_ptr. NFC.
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...
next