summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAge
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Record the DWARF version in MCContextOliver Stannard2014-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
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid 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
* Remove unused functionDavid Blaikie2014-04-05
* DebugInfo: Avoid creating unnecessary/empty line tables and remove the specia...David Blaikie2014-04-01
* MachO: allow each section to have a linker-private symbolTim Northover2014-03-29
* DebugInfo: Move line table zero-directory-index (compilation dir) handling in...David Blaikie2014-03-17
* DebugInfo: Improve reuse of file table entries in asm debug infoDavid Blaikie2014-03-17
* Remove unnecessary StringRef::str() call where an implicit conversion works j...David Blaikie2014-03-14
* MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTableDavid 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
* 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
* Fix a crash that occurs when PWD is invalid.Andrew Trick2013-12-10
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-19
* Speling fixes.Benjamin Kramer2013-10-22
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-06
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* 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
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* 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
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-06
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-06
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-18
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-26
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-26
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-10
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-09
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-01
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-17
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18