aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-184-3/+98
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-233-9/+9
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-29/+86
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-11/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-293-0/+799
* Update to LLVM 3.5a.Stephen Hines2014-04-242-33/+49
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-131-0/+17
* Update this CMakeLists.txt for r187283 too.Nick Lewycky2013-07-271-0/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-273-1/+361
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+2
* Fix includes of llvm files that used angle brackets.Craig Topper2012-09-151-8/+8
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-211-1/+1
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+7
* 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