summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move MCSection destruction to MCContext::reset.Rafael Espindola2015-05-261-8/+8
* Call the destructors of the MCSections.Rafael Espindola2015-05-261-0/+8
* MC: Shave a pointer off of MCSymbol::NameDuncan P. N. Exon Smith2015-05-221-4/+3
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-35/+35
* Avoid unnecessary section switching. NFC.Rafael Espindola2015-05-211-2/+1
* Remove yet another method of creating begin and end symbol for sections.Rafael Espindola2015-05-211-19/+9
* [WinEH] Store pointers to the LSDA in the exception registration objectReid Kleckner2015-05-201-0/+5
* MC: clang-format MCContext. NFC.Jim Grosbach2015-05-181-8/+9
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-15/+15
* MC: Skip names of temporary symbols in object streamerDuncan P. N. Exon Smith2015-05-061-0/+3
* Remove the GroupMapTy DenseMap. NFC.Rafael Espindola2015-04-281-2/+2
* Revert accidentally committed "MC: Allow targets to stop symbol name quoting"Matt Arsenault2015-04-231-4/+2
* MC: Allow targets to stop symbol name quotingMatt Arsenault2015-04-231-2/+4
* Store the sh_link of ARM_EXIDX directly in MCSectionELF.Rafael Espindola2015-04-061-4/+15
* Simplify mapping from relocation sections to relocated sections.Rafael Espindola2015-04-061-5/+7
* Don't mix overload and default values.Rafael Espindola2015-04-041-14/+0
* Implement unique sections with an unique ID.Rafael Espindola2015-04-041-11/+13
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-0/+5
* Save a std::string.Rafael Espindola2015-03-301-9/+12
* Special case the creation of relocation sections.Rafael Espindola2015-03-301-0/+12
* Add two small structs for readability in place of std::pair and std::tuple. NFC.Rafael Espindola2015-03-271-10/+9
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-32/+31
* Remove LookupSymbol(StringRef) and optimize LookupSymbol(Twine).Yaron Keren2015-03-171-7/+3
* Teach Twine to support SmallString.Yaron Keren2015-03-171-9/+6
* Create symbols marking the start of a section earlier.Rafael Espindola2015-03-101-25/+40
* clang-format code that is about to change.Rafael Espindola2015-03-101-8/+10
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-051-3/+4
* Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper2015-03-041-0/+1
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-0/+6
* Add r228980 back.Rafael Espindola2015-02-171-6/+14
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-14/+6
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-6/+14
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-12/+13
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+5
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-21/+14
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-171-0/+24
* Revert commit r219835 and r219829.Rafael Espindola2014-10-171-24/+0
* Allow forward references to section symbols.Rafael Espindola2014-10-151-1/+8
* Correctly handle references to section symbols.Rafael Espindola2014-10-151-0/+17
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+3
* MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner2014-09-041-0/+16
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-1/+1
* SourceMgr: make valid buffer IDs start from oneAlp Toker2014-07-061-2/+3
* MC: Fix associative sections on COFFDavid Majnemer2014-06-271-5/+5
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-6/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-8/+6
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-191-0/+23
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-6/+7
OpenPOWER on IntegriCloud