summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DominanceFrontier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Templatify DominanceFrontier.Matt Arsenault2014-07-121-109/+26
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-1/+1
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-3/+2
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Release build: guard dump functions withManman Ren2012-09-121-1/+1
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-181-0/+137
OpenPOWER on IntegriCloud