summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-5/+5
* Silence warning in Release builds.Benjamin Kramer2013-06-161-0/+1
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-2/+4
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-131-0/+1
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-3/+3
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-4/+7
* clear new map and initialize new variablePedro Artigas2013-02-201-0/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-1/+1
* Formatting.Eric Christopher2012-12-181-1/+1
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+6
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-1/+2
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-19/+15
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-8/+42
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-31/+6
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-6/+31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+6
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-031-1/+1
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-0/+19
OpenPOWER on IntegriCloud