aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Analysis
Commit message (Expand)AuthorAgeFilesLines
* The product of two chrec's can always be represented as a chrec.Nick Lewycky2011-10-041-7/+159
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* Make SCEVUnknown a CallbackVH, so that it can be notified directlyDan Gohman2010-08-022-0/+97
* Speculatively revert r109705 since it seems to be causing some build botEric Christopher2010-07-292-93/+0
* Factor out some of the code for updating old SCEVUnknown values, andDan Gohman2010-07-292-0/+93