aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugLoc.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith1-8/+8
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith1-1/+1
2015-04-16DebugInfo: Allow DebugLocs to be constructed from constDuncan P. N. Exon Smith1-5/+7
2015-04-16DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith1-2/+2
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith1-1/+1
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith1-9/+3
2015-03-30DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith1-9/+0
2015-03-30DebugInfo: Remove dead code from old DebugLoc APIDuncan P. N. Exon Smith1-9/+0
2015-03-30DebugInfo: Write new DebugLoc APIDuncan P. N. Exon Smith1-53/+63
2015-03-30DebugInfo: Implement MDLocation::getInlinedAtScope()Duncan P. N. Exon Smith1-3/+1
2015-01-16IR: Cleanup dead code, NFCDuncan P. N. Exon Smith1-5/+0
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith1-6/+2
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith1-262/+35
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith1-8/+2
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith1-2/+8
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith1-8/+2
2014-06-05Add missing const specifier to a const method.Evgeniy Stepanov1-1/+1
2014-05-07[BUG][REFACTOR]Zinovy Nis1-0/+22
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-04-09[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-16/+17
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth1-1/+1
2014-03-05[Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth1-1/+1
2014-02-05Test commitAlon Mishne1-1/+1
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov1-0/+20
2014-01-29Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi1-20/+0
2014-01-28Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov1-0/+20
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+315