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
path: root/polly
AgeCommit message (Expand)Author
2015-08-26Only use instructions as insert locations for SCEVExpanderTobias Grosser
2015-08-12Merging r244009:Hans Wennborg
2015-07-14Mark a couple of items as completedTobias Grosser
2015-07-14Drop outdated videoTobias Grosser
2015-07-14www: Add link to llvm.orgTobias Grosser
2015-07-14Use schedule trees to represent execution order of statementsTobias Grosser
2015-07-09Make non-affine statement names isl compatibleTobias Grosser
2015-07-06Print thread-identifiers in GPU debug outputTobias Grosser
2015-07-02Update isl to isl-0.15-35-ga1e44f0Tobias Grosser
2015-07-02Remove versions from README and add update instructionsTobias Grosser
2015-06-30Update isl to isl-0.15-30-g3518765Tobias Grosser
2015-06-29[Polly] Add -std=c99 flag only to C source filesMichael Kruse
2015-06-29Add first support to delinearize A[t%2][i][j]Tobias Grosser
2015-06-29Fix delinearization after it's move to ScalarEvoltionTobias Grosser
2015-06-27Increase the dependence-analysis compute outTobias Grosser
2015-06-26Drop divs before adding array-out-of-bounds assumptionsTobias Grosser
2015-06-26Remove code for scalar and PHI to array translationTobias Grosser
2015-06-25Enable ISL's small integer optimizationMichael Kruse
2015-06-25Fix autotools buildMichael Kruse
2015-06-24Add support for srem instructionTobias Grosser
2015-06-23Replace srem by function call in nonaffine test casesTobias Grosser
2015-06-23Add git patch files to .gitignoreTobias Grosser
2015-06-22Use C99 to compile ISLMichael Kruse
2015-06-22Make CMake generate isl/stdint.hMichael Kruse
2015-06-22Handle zero-element ArrayRefs in CUDA run-time debug builderTobias Grosser
2015-06-22Replace repository version of ISL by 'make dist' outputMichael Kruse
2015-06-22Prepare replacing ISL by its 'make dist' filesMichael Kruse
2015-06-19Fix the clang -Werror build (-Wbraced-scalar-init)David Blaikie
2015-06-19Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-06-18Update external project versions in README.txtMichael Kruse
2015-06-18Update ISL to isl-0.15-3-g532568aMichael Kruse
2015-06-18Adjust to personality function change in 239940Tobias Grosser
2015-06-17[PM/AA] Update Polly for r239886 which removed UnknownSize fromChandler Carruth
2015-06-15Orthography: substracting -> subtractingMichael Kruse
2015-06-08Revert "Add NVIDIA vprintf printing to RuntimeDebugBuilder"Tobias Grosser
2015-06-06Add NVIDIA vprintf printing to RuntimeDebugBuilderTobias Grosser
2015-06-05Avoid the use of std::map emplaceTobias Grosser
2015-06-05Free two strings produced by islTobias Grosser
2015-06-04Use owning pointers to avoid memory leaksTobias Grosser
2015-06-04Disable output for test case that does not need outputTobias Grosser
2015-06-04Store ArrayShape in shared_ptr and MemAccs as actual objectsTobias Grosser
2015-06-04Store comparison objects as objects, not pointersTobias Grosser
2015-06-04Mark sdivs as 'exact' instead of lowering them ourselvesTobias Grosser
2015-06-04Ensure memory access mappings are defined for full domainTobias Grosser
2015-06-04Update Polly for the AA/MemoryLocation refactoring.Chandler Carruth
2015-06-03[doc] Rename -polly-detect-only= to -polly-only-func=Tobias Grosser
2015-06-03Lower signed-divisions without rounding to ashr instructionsTobias Grosser
2015-06-03Only convert power-of-two floor-division with non-negative denominatorTobias Grosser
2015-06-03Translate power-of-two floor-division into ashrTobias Grosser
2015-05-30Dump YAML schedule tree as properly indented tree in DEBUG outputTobias Grosser