aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Dominators.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-17[GenericDomTree] Change GenericDomTree to use NodeRef in GraphTraits. NFC.Tim Shen1-2/+6
2016-08-09Consistently use FunctionAnalysisManagerSean Silva1-1/+1
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth1-1/+2
2016-04-29Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...Filipe Cabecinhas1-1/+1
2016-04-18[NFC] Header cleanupMehdi Amini1-2/+0
2016-03-11[PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth1-4/+4
2016-03-11[PM] Implement the final conclusion as to how the analysis IDs shouldChandler Carruth1-1/+1
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi1-0/+2
2016-02-28Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi1-2/+0
2016-02-28[PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi1-0/+2
2016-02-26[PM] Introduce CRTP mixin base classes to help define passes andChandler Carruth1-2/+0
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-19/+9
2015-09-02Constant propagation after hitting assume(cmp) bugfixPiotr Padlewski1-2/+4
2015-08-28Revert r246244 and r246243Steven Wu1-4/+2
2015-08-28Constant propagation after hitting assume(cmp) bugfixPiotr Padlewski1-2/+4
2015-08-15[IR] Give catchret an optional 'return value' operandDavid Majnemer1-11/+21
2015-07-13Remove macro guards for extern template instantiations.Benjamin Kramer1-12/+8
2015-05-06[DomTree] verifyDomTree to unconditionally perform DT verificationAdam Nemet1-4/+4
2015-01-14[PM] Port domtree to the new pass manager (at last).Chandler Carruth1-1/+37
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-1/+3
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-3/+1
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-02-16Remove unnecessary typename.Rafael Espindola1-6/+6
2014-02-14Add extern template instantiations of llvm::Calculate.Rafael Espindola1-0/+10
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-33/+43
2014-01-13[PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth1-2/+3
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-2/+2
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-1/+0
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+302