aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2012-11-06CostModel: add another known vector trunc optimization.Nadav Rotem
2012-11-06Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem
2012-11-05CostModel: Add tables for the common x86 compares.Nadav Rotem
2012-11-05Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem
2012-11-05Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem
2012-11-05Cost Model: teach the cost model about expanding integers.Nadav Rotem
2012-11-05Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem
2012-11-05Don't infer whether a value is captured in the current function from theRichard Osborne
2012-11-03X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem
2012-11-02Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem
2012-11-02CostModel: add support for Vector Insert and Extract.Nadav Rotem
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem
2012-10-26Remove LoopDependenceAnalysis.Benjamin Kramer
2012-10-11dependence analysisSebastian Pop
2012-10-02Add default JIT LIT variable.James Molloy
2012-09-26Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands
2012-09-06BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer
2012-09-06BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer
2012-08-29llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren
2012-08-24BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren
2012-08-17Fix broken check lines.Benjamin Kramer
2012-08-13MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem
2012-08-01Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-28If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky
2012-05-30SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick
2012-05-19SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick
2012-04-24FileCheck-ize tests.Bill Wendling
2012-04-24FileCheck-ize these tests.Bill Wendling
2012-04-24FileCheck-ize these tests. Harden some of them.Bill Wendling
2012-04-17Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer
2012-04-07SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer
2012-03-28Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola
2012-03-26SCEV fix: Handle loop invariant loads.Andrew Trick
2012-03-22Test scalar evolution directly instead of testing the result ofAndrew Trick
2012-02-27Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman
2012-02-27Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman
2012-02-26Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-28Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky
2011-12-22Make the unreachable probability much much heavier. The previousChandler Carruth
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-11-29SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick
2011-11-29Filecheckize.Andrew Trick
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-11-09Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky
2011-10-272>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer