Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-23Make use of scalar/phi code generation explicit in the testsTobias Grosser
2015-05-12Rename IslCodeGeneration to CodeGenerationTobias Grosser
2015-05-03[FIX] Invalid recognition of multidimensional accessJohannes Doerfert
2015-04-29Update polly for LLVM rename of debug info metadata with DI* prefixDuncan P. N. Exon Smith
2015-04-21Remove target triples from test casesTobias Grosser
2015-04-13Allow loops in non-affine subregions -- SCoP ModelingJohannes Doerfert
2015-04-05Do not assume all multi-parameter products are affineTobias Grosser
2015-03-17Fix debug info now that the verifier is onDuncan P. N. Exon Smith
2015-03-03Update Polly tests for the great metadata schema changeDavid Blaikie
2015-02-28Update Polly tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Polly tests to handle explicitly typed gep changes in LLVMDavid Blaikie
2015-02-24Allow non-affine control flow -- SCoP DetectionJohannes Doerfert
2015-02-19ScopDetection: Only detect scops that have at least one read and one writeTobias Grosser
2015-01-25[FIX] Independent blocks with intrinsics handlingJohannes Doerfert
2015-01-25Support for math/misc intrinsicsJohannes Doerfert
2015-01-15Adjust to the new explicit debug metadataTobias Grosser
2014-12-15Run upgrade script from PR21532 to match LLVM changesDuncan P. N. Exon Smith
2014-11-30Remove -polly-codegen-scev option and related codeTobias Grosser
2014-11-17Make usage of scev based code generation explicit in testsTobias Grosser
2014-10-04DI: LLVM schema change: fold constants into stringDuncan P. N. Exon Smith
2014-09-25We do not support alias checks for base pointers defined inside the SCoPTobias Grosser
2014-09-18[RTC] Runtime Alias Checks for the ISL backend (missing tests)Johannes Doerfert
2014-08-16Revert "Added support for modulo expressions"Tobias Grosser
2014-08-15Added support for modulo expressionsJohannes Doerfert
2014-07-16[Refactor] Use attributes to mark function as invalid for pollyJohannes Doerfert
2014-06-27Don't expand to invalid Scops with -polly-detect-keep-goingAndreas Simbuerger
2014-05-12correct the delinearization failing caseSebastian Pop
2014-01-29ScopDetect: Transitively remove all children after region expansionTobias Grosser
2014-01-28Check if array base addresses are invariantTobias Grosser
2014-01-28Add more test cases to check loop invariance of the base pointer.Tobias Grosser
2013-12-18Report detected scops using the new diagnosticsTobias Grosser
2013-07-24ScopDetect: Add some test cases for sequential loopsTobias Grosser
2013-07-06scop detection: remove an iteration over all usesSebastian Pop
2013-06-12ScopDetect: check region entering edges are valid.Sebastian Pop
2013-06-03scop detection: do not run scop detection on regions without loopsSebastian Pop
2013-05-30scop detection: only handle functions with loopsSebastian Pop
2013-04-17Remove unneeded RegionSimplify pass.Tobias Grosser
2013-04-16Support SCoPs with multiple entry edges.Tobias Grosser
2013-04-10fix testcaseSebastian Pop
2013-04-10ScopDetect: Allow multiplications of the form <param> * <param>Tobias Grosser
2013-04-10Support SCoPs with multiple exit edgesTobias Grosser
2013-04-10scop detection: properly instantiate SCEVs to the place where they are usedSebastian Pop
2013-03-21Remove last uses of canoncial induction variable when scev code generatingTobias Grosser
2013-03-21ScopDetect: Test case to verify that base pointers are scop invariantTobias Grosser
2013-03-21ScopDetect: Add test cases for non-simple regionsTobias Grosser
2013-03-20Remove dependence on canonical induction variableTobias Grosser
2013-03-20ScopDetection: Add a couple of test casesTobias Grosser