summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DebugLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-8/+8
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Allow DebugLocs to be constructed from constDuncan P. N. Exon Smith2015-04-161-5/+7
* DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith2015-04-161-2/+2
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-1/+1
* IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-9/+3
* DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith2015-03-301-9/+0
* DebugInfo: Remove dead code from old DebugLoc APIDuncan P. N. Exon Smith2015-03-301-9/+0
* DebugInfo: Write new DebugLoc APIDuncan P. N. Exon Smith2015-03-301-53/+63
* DebugInfo: Implement MDLocation::getInlinedAtScope()Duncan P. N. Exon Smith2015-03-301-3/+1
* IR: Cleanup dead code, NFCDuncan P. N. Exon Smith2015-01-161-5/+0
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-141-6/+2
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-262/+35
* Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith2014-10-031-8/+2
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-021-2/+8
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-021-8/+2
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-051-1/+1
* [BUG][REFACTOR]Zinovy Nis2014-05-071-0/+22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-16/+17
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-051-1/+1
* Test commitAlon Mishne2014-02-051-1/+1
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-0/+20
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-20/+0
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-0/+20
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+315
OpenPOWER on IntegriCloud