summaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugLoc.cpp
AgeCommit message (Expand)Author
2025-11-05[NFC][LLVM][IR] Cleanup namespace usage in LLVM IR cpp files (#166477)Rahul Joshi
2025-09-10[DebugInfo] When merging locations prefer unannotated empty locs (#157707)Stephen Tozer
2025-07-03 [DLCov] Origin-Tracking: Collect stack traces in DebugLoc (#146678)Stephen Tozer
2025-06-16[build] Fixed LLVM_ENABLE_DEBUGLOC_COVERAGE_TRACKING handling. (#144391)Slava Zakharin
2025-06-12[DLCov][NFC] Propagate annotated DebugLocs through transformations (#138047)Stephen Tozer
2025-05-06[KeyInstr] Inline atom info (#133481)Orlando Cazalet-Hyams
2025-04-30Reapply "[DLCov] Implement DebugLoc coverage tracking (#107279)"Stephen Tozer
2025-04-25Revert "[DLCov] Implement DebugLoc coverage tracking (#107279)"Stephen Tozer
2025-04-24[DLCov] Implement DebugLoc coverage tracking (#107279)Stephen Tozer
2022-12-12[nfc][DebugInfo] Move subprogram rewriting utility to headerFelipe de Azevedo Piovezan
2022-12-06[CodeExtractor] Correctly propagate scope information post extractionFelipe de Azevedo Piovezan
2022-02-02Cleanup header dependencies in LLVMCoreserge-sans-paille
2021-01-08[IR] Delete unused ReplaceLast in DebugLoc::appendInlineAtFangrui Song
2020-12-15[IR] Delete deprecated DebugLoc::getFangrui Song
2020-12-11Migrate deprecated DebugLoc::get to DILocation::getFangrui Song
2020-07-01Pass DebugLoc::appendInlinedAt DebugLoc arg by const reference not value.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-20[IR] Add a boolean field in DILocation to know if a line must covered or notCalixte Denizet
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-03-15Use standard `print(dbgs())` pattern to implement DebugLoc::dumpSean Silva
2017-12-13Remove redundant includes from lib/IR.Michael Zolotukhin
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-01Reapply "[Cloning] Take another pass at properly cloning debug info"Keno Fischer
2017-05-30Revert "[Cloning] Take another pass at properly cloning debug info"Keno Fischer
2017-05-30[Cloning] Take another pass at properly cloning debug infoKeno Fischer
2017-05-27Cloning: Fix debug info cloningGor Nishanov
2017-05-09Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl
2017-05-09Revert r302469 "Make it illegal for two Functions to point to the same DISubp...Hans Wennborg
2017-05-08Make it illegal for two Functions to point to the same DISubprogramAdrian Prantl
2017-01-28Cleanup dump() functions.Matthias Braun
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-20DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith
2015-04-16DebugInfo: Allow DebugLocs to be constructed from constDuncan P. N. Exon Smith
2015-04-16DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-06IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-03-30DebugLoc: Remove getFromDILexicalBlock()Duncan P. N. Exon Smith
2015-03-30DebugInfo: Remove dead code from old DebugLoc APIDuncan P. N. Exon Smith
2015-03-30DebugInfo: Write new DebugLoc APIDuncan P. N. Exon Smith
2015-03-30DebugInfo: Implement MDLocation::getInlinedAtScope()Duncan P. N. Exon Smith
2015-01-16IR: Cleanup dead code, NFCDuncan P. N. Exon Smith
2015-01-14IR: Move MDLocation into placeDuncan P. N. Exon Smith
2014-12-09IR: Split Metadata from ValueDuncan P. N. Exon Smith
2014-10-03Revert "Revert "DI: Fold constant arguments into a single MDString""Duncan P. N. Exon Smith
2014-10-02Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith
2014-10-02DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith