aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* Corrects a problem where we reply exclusively of GEPs to drivePreston Briggs2012-11-2115-142/+187
* Phi speculation improvement for BasicAAHal Finkel2012-11-171-0/+71
* DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer2012-11-1315-1346/+2559
* CostModel: add another known vector trunc optimization.Nadav Rotem2012-11-061-0/+3
* Cost Model: add tables for some avx type-conversion hacks.Nadav Rotem2012-11-061-0/+32
* CostModel: Add tables for the common x86 compares.Nadav Rotem2012-11-051-0/+42
* Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation.Nadav Rotem2012-11-051-0/+34
* Cost Model: Normalize the insert/extract index when splitting typesNadav Rotem2012-11-051-0/+7
* Cost Model: teach the cost model about expanding integers.Nadav Rotem2012-11-051-0/+9
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-051-0/+2
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-051-0/+21
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-032-0/+42
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-021-0/+33
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-0/+43
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-025-0/+109
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-266-392/+0
* dependence analysisSebastian Pop2012-10-1116-0/+5522
* Add default JIT LIT variable.James Molloy2012-10-023-3/+3
* Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)Duncan Sands2012-09-261-0/+13
* BasicAA: Recognize cyclic NoAlias phisArnold Schwaighofer2012-09-061-0/+33
* BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAliasArnold Schwaighofer2012-09-061-0/+54
* llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi2012-08-293-0/+9
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-283-0/+466
* BranchProb: modify the definition of an edge in BranchProbabilityInfo to handleManman Ren2012-08-241-0/+27
* Fix broken check lines.Benjamin Kramer2012-08-171-1/+1
* MemoryDependenceAnalysis attempts to find the first memory dependency for fun...Nadav Rotem2012-08-131-0/+34
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-011-0/+21
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-024-4/+4
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-0248-87/+87
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0227-28/+28
* If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky2012-06-281-0/+27
* SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick2012-05-301-0/+45
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-191-0/+30
* FileCheck-ize tests.Bill Wendling2012-04-247-11/+31
* FileCheck-ize these tests.Bill Wendling2012-04-242-3/+9
* FileCheck-ize these tests. Harden some of them.Bill Wendling2012-04-2428-82/+159
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-172-5/+5
* SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer2012-04-072-5/+5
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-281-0/+33
* SCEV fix: Handle loop invariant loads.Andrew Trick2012-03-261-0/+47
* Test scalar evolution directly instead of testing the result ofAndrew Trick2012-03-221-11/+9
* Duncan pointed out that if the alignment isn't explicitly specified, it defau...Eli Friedman2012-02-271-1/+1
* Teach BasicAA about the LLVM IR rules that allow reading past the end of an o...Eli Friedman2012-02-272-1/+26
* Change the implementation of dominates(inst, inst) to one based on what theRafael Espindola2012-02-261-0/+19
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-1626-40/+13
* Change CaptureTracking to pass a Use* instead of a Value* when a value isNick Lewycky2011-12-281-1/+1
* Make the unreachable probability much much heavier. The previousChandler Carruth2011-12-221-9/+9
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-121-2/+2
* SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick2011-11-291-1/+19
* Filecheckize.Andrew Trick2011-11-291-1/+2