summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis
Commit message (Expand)AuthorAgeFilesLines
* [LazyCallGraph] Port test case from r240039 to LCG.Sanjoy Das2015-07-021-0/+26
* [LAA] Try to prove non-wrapping of pointers if SCEV cannotAdam Nemet2015-06-261-0/+41
* [X86][SSE][CostModel] Added full set of sitofp/uitofp costings for SSE2/AVX/A...Simon Pilgrim2015-06-202-126/+755
* [CallGraph] Given -print-callgraph a stable printing order.Sanjoy Das2015-06-191-3/+3
* [X86][SSE][CostModel] Fixed uitofp/sitofp cost target tests to specify sse2/a...Simon Pilgrim2015-06-182-5/+5
* [CallGraph] Teach the CallGraph about non-leaf intrinsics.Sanjoy Das2015-06-181-0/+32
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-175-24/+24
* Add documentation for new backedge mass propagation in irregular loops.Diego Novillo2015-06-172-83/+3
* Fix PR 23525 - Separate header mass propagation in irregular loops.Diego Novillo2015-06-162-7/+84
* [ValueTracking] do not overwrite analysis results already computedJingyue Wu2015-06-152-0/+32
* [X86][SSE] Vectorized i8 and i16 shift operatorsSimon Pilgrim2015-06-113-36/+36
* Minor refactoring of GEP handling in isDereferenceablePointerArtur Pilipenko2015-06-081-0/+13
* [LAA] Fix estimation of number of memchecksSilviu Baranga2015-06-081-0/+58
* [LoopAccessAnalysis] Teach LAA to check the memory dependence between strided...Hao Liu2015-06-081-0/+540
* [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript...Jingyue Wu2015-05-291-0/+70
* Revert r236894 "[BasicAA] Fix zext & sext handling"Hans Wennborg2015-05-221-180/+0
* Fix memory-dereferenceable.ll testArtur Pilipenko2015-05-211-3/+3
* Dereferenceable, dereferenceable_or_null metadata for loadsSanjoy Das2015-05-191-1/+32
* [LoopAccesses] If shouldRetryWithRuntimeCheck, reset InterestingDependencesAdam Nemet2015-05-181-0/+57
* [LoopAccesses] Rearrange printed lines in -analyzeAdam Nemet2015-05-181-1/+0
* [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers assertsJames Molloy2015-05-151-0/+105
* [Statepoints] Support for "patchable" statepoints.Sanjoy Das2015-05-121-4/+4
* [Testsuite] Renumber metadata in ScopedNoAliasAA test to match CHECK linesAdam Nemet2015-05-111-13/+11
* [BasicAA] Fix zext & sext handlingSanjoy Das2015-05-081-0/+180
* Extend the statepoint intrinsic to allow statepoints to be marked as transiti...Pat Gavlin2015-05-081-2/+2
* Fix information loss in branch probability computation.Diego Novillo2015-05-071-0/+84
* [getUnderlyingOjbects] Analyze loop PHIs further to remove false positivesAdam Nemet2015-04-232-0/+138
* Fix a type mismatch assert in SCEV divisionBrendon Cahoon2015-04-221-0/+29
* Recognize n/1 in the SCEV divide functionBrendon Cahoon2015-04-201-0/+70
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-1612-14/+14
* Re-apply r234898 and fix tests.Daniel Jasper2015-04-151-0/+28
* Revert "The code that originally made me discover this is:"Rafael Espindola2015-04-141-28/+0
* The code that originally made me discover this is:Daniel Jasper2015-04-141-0/+28
* [LoopAccesses] Properly print whether memchecks are neededAdam Nemet2015-04-141-0/+43
* Divergence analysis for GPU programsJingyue Wu2015-04-102-0/+200
* [LoopAccesses] Allow analysis to complete in the presence of uniform storesAdam Nemet2015-04-083-0/+160
* Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...Adam Nemet2015-04-082-107/+0
* [LoopAccesses] Allow analysis to complete in the presence of uniform storesAdam Nemet2015-04-072-0/+107
* [LoopAccesses] Remove unused global variables in testsAdam Nemet2015-04-022-2/+0
* [SCEV] Look at backedge dominating conditions (re-land r233447).Sanjoy Das2015-04-011-0/+55
* Remove 4,096 loop scale limitation.Diego Novillo2015-04-012-1/+206
* Revert "[SCEV] Look at backedge dominating conditions."Daniel Jasper2015-03-301-55/+0
* [SCEV] Look at backedge dominating conditions.Sanjoy Das2015-03-271-0/+55
* Require a GC strategy be specified for functions which use gc.statepointPhilip Reames2015-03-271-1/+1
* [SCEV] Revert bailout added in r75511.Sanjoy Das2015-03-261-0/+45
* [ValueTracking] Fix PR23011.Sanjoy Das2015-03-251-0/+15
* When simplifying a SCEV truncate by distributing, consider it a simplificatio...Nick Lewycky2015-03-201-0/+12
* [X86][SSE] Avoid scalarization of v2i64 vector shifts (REAPPLIED)Simon Pilgrim2015-03-182-16/+16
* [SCEV] Make isImpliedCond smarter.Sanjoy Das2015-03-181-0/+30
* TTI: Honour cost model for estimating cost of vector-intrinsic and calls.Michael Zolotukhin2015-03-171-2/+2
OpenPOWER on IntegriCloud