summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MC: don't create a backtrace for diagnostics.Jim Grosbach2014-03-141-1/+1
* MCContext: Remove redundant assignmentDavid Blaikie2014-03-141-2/+0
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-131-2/+2
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-131-50/+1
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-131-6/+3
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-131-16/+10
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-131-1/+3
* Use printable names to implement directional labels.Rafael Espindola2014-03-131-13/+20
* Remove stale commentDavid Blaikie2014-03-131-4/+0
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-131-7/+5
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-121-1/+0
* Correct typo ("a entry" -> "an entry")David Blaikie2014-03-121-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-101-2/+2
* whitespaceAndrew Trick2013-12-101-2/+2
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-031-2/+1
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-191-13/+31
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-6/+12
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-5/+13
OpenPOWER on IntegriCloud