summaryrefslogtreecommitdiff
path: root/unittests/Analysis
AgeCommit message (Expand)AuthorFilesLines
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+5
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-3/+3
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-0/+2
2013-08-13Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky1-0/+17
2013-07-27Update this CMakeLists.txt for r187283 too.Nick Lewycky1-0/+1
2013-07-27Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky3-1/+361
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+2
2012-09-15Fix includes of llvm files that used angle brackets.Craig Topper1-8/+8
2012-06-21llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi1-1/+1
2012-06-21Completely refactor the structuring of unittest CMake files to match theChandler Carruth1-0/+7
2011-10-04The product of two chrec's can always be represented as a chrec.Nick Lewycky1-7/+159
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-2/+2
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad1-1/+1
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling1-1/+1
2011-07-11De-constify Types in FunctionType::get().Jay Foad1-1/+1
2010-08-02Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2-0/+97
2010-07-29Speculatively revert r109705 since it seems to be causing some build botEric Christopher2-93/+0
2010-07-29Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2-0/+93