summaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAge
* MC: Fix associative sections on COFFDavid Majnemer2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Emit DWARF info for all code section in an assembly fileOliver Stannard2014-06-19
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Fix uninitialized variable introduced in r207739.David Blaikie2014-05-01
* Change the prototype for MCContext::FatalError() so it can be calledKevin Enderby2014-04-22
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Pull out a named variable for the cached section names to aid readability.David Blaikie2014-04-11
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-10
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Revert debug info compression support.David Blaikie2014-04-10
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* Debug Compression: Avoid compression debug_frame for nowDavid Blaikie2014-03-28
* DebugInfo: Support for compressed debug info sectionsDavid Blaikie2014-03-27
* MC: don't create a backtrace for diagnostics.Jim Grosbach2014-03-14
* MCContext: Remove redundant assignmentDavid Blaikie2014-03-14
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid Blaikie2014-03-13
* MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContextDavid Blaikie2014-03-13
* MCDwarf: Oh, and move the directory string over to std::string as wellDavid Blaikie2014-03-13
* MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use ...David Blaikie2014-03-13
* MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.David Blaikie2014-03-13
* Use printable names to implement directional labels.Rafael Espindola2014-03-13
* Remove stale commentDavid Blaikie2014-03-13
* MCDwarf: Refactor line table handling into a single data structureDavid Blaikie2014-03-13
* MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary ...David Blaikie2014-03-12
* Correct typo ("a entry" -> "an entry")David Blaikie2014-03-12
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* whitespaceAndrew Trick2013-12-10
* Correct word hyphenationsAlp Toker2013-12-05
* Avoid buffer copies when a Twine already is a StringRef.David Blaikie2013-12-03
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Silence warning in Release builds.Benjamin Kramer2013-06-16
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-12
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* clear new map and initialize new variablePedro Artigas2013-02-20
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Formatting.Eric Christopher2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-12
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-06