summaryrefslogtreecommitdiff
path: root/lib/Analysis/ModuleDebugInfoPrinter.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-05Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini
2016-10-05Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-05Revert "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini
2016-10-04Use StringRef in Support/Darf APIs (NFC)Mehdi Amini
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-21DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith
2015-04-16DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith
2015-04-15DebugInfo: Gut DICompileUnit and DIFileDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith
2015-04-06Transforms: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith
2014-03-18[C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne
2014-03-06[Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-06-28Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-05-07Add a simple module-level debug info printer. It just sets up aDan Gohman