aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCContext.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-21/+14
2014-10-17Add back commits r219835 and a fixed version of r219829.Rafael Espindola1-0/+24
2014-10-17Revert commit r219835 and r219829.Rafael Espindola1-24/+0
2014-10-15Allow forward references to section symbols.Rafael Espindola1-1/+8
2014-10-15Correctly handle references to section symbols.Rafael Espindola1-0/+17
2014-09-17Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren1-0/+3
2014-09-04MC Win64: Put unwind info for COMDAT code into the same COMDAT groupReid Kleckner1-0/+16
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer1-1/+1
2014-07-06SourceMgr: make valid buffer IDs start from oneAlp Toker1-2/+3
2014-06-27MC: Fix associative sections on COFFDavid Majnemer1-5/+5
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-6/+8
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-8/+6
2014-06-19Emit DWARF info for all code section in an assembly fileOliver Stannard1-0/+23
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola1-6/+7
2014-05-01Fix uninitialized variable introduced in r207739.David Blaikie1-1/+1
2014-04-22Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby1-1/+1
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-7/+7
2014-04-11Pull out a named variable for the cached section names to aid readability.David Blaikie1-6/+8
2014-04-10Remove lazy-initialization of section caches in MCContextDavid Blaikie1-52/+18
2014-04-10Reimplement debug info compression by compressing the whole section, rather t...David Blaikie1-0/+15
2014-04-10Revert debug info compression support.David Blaikie1-5/+0
2014-03-29MachO: allow each section to have a linker-private symbolTim Northover1-0/+7
2014-03-28Debug Compression: Avoid compression debug_frame for nowDavid Blaikie1-1/+1
2014-03-27DebugInfo: Support for compressed debug info sectionsDavid Blaikie1-7/+12
2014-03-14MC: don't create a backtrace for diagnostics.Jim Grosbach1-1/+1
2014-03-14MCContext: Remove redundant assignmentDavid Blaikie1-2/+0
2014-03-13MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie1-2/+2
2014-03-13MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie1-50/+1
2014-03-13MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie1-6/+3
2014-03-13MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie1-16/+10
2014-03-13MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie1-1/+3
2014-03-13Use printable names to implement directional labels.Rafael Espindola1-13/+20
2014-03-13Remove stale commentDavid Blaikie1-4/+0
2014-03-13MCDwarf: Refactor line table handling into a single data structureDavid Blaikie1-7/+5
2014-03-12MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie1-1/+0
2014-03-12Correct typo ("a entry" -> "an entry")David Blaikie1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+0
2013-12-10Fix a crash that occurs when PWD is invalid.Andrew Trick1-2/+2
2013-12-10whitespaceAndrew Trick1-2/+2
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-12-03Avoid buffer copies when a Twine already is a StringRef.David Blaikie1-2/+1
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola1-13/+31
2013-10-22MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie1-6/+12
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck1-5/+13
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-5/+5
2013-06-16Silence warning in Release builds.Benjamin Kramer1-0/+1
2013-06-14Replace use of PathV1.h in MCContext.cpp.Rafael Espindola1-2/+4
2013-06-13Don't use PathV1.h in Signals.h.Rafael Espindola1-0/+1