summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix uninitialized variable introduced in r207739.David Blaikie2014-05-011-1/+1
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-221-1/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-7/+7
* Pull out a named variable for the cached section names to aid readability.David Blaikie2014-04-111-6/+8
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-101-52/+18
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-101-0/+15
* Revert debug info compression support.David Blaikie2014-04-101-5/+0
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-291-0/+7
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-281-1/+1
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-271-7/+12
OpenPOWER on IntegriCloud