summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* Add CHECK line to test case. NFC.Michael Kruse2016-07-121-2/+7
* [SCEVAffinator] Fix assertion checking for constant divisor.Michael Kruse2016-07-122-1/+56
* Fix a build warning of unhandled enum in switchWeiming Zhao2016-07-112-0/+4
* Fix gcc compile failureTobias Grosser2016-07-113-4/+4
* InvariantEquivClassTy: Use struct instead of 4-tuple to increase readabilityTobias Grosser2016-07-113-29/+43
* Add test case forgotten in r275053Tobias Grosser2016-07-111-0/+59
* load hoisting: compute memory access invalid context only for domainTobias Grosser2016-07-111-1/+3
* Fix assertion due to buildMemoryAccess.Michael Kruse2016-07-085-8/+150
* Update for llvm r274769Justin Bogner2016-07-071-6/+6
* isl: isl-0.17.1-164-gcbba1b6Tobias Grosser2016-07-0643-708/+1455
* test: Drop unnecessary -polly-code-generator=isl flagTobias Grosser2016-07-061-2/+2
* GPURuntime: Only print status in debug modeTobias Grosser2016-07-061-3/+3
* GPURuntime: Drop polly_allocateMemoryForHostAndDeviceTobias Grosser2016-07-062-22/+0
* GPURuntime: Add basic debug tracing infrastructureTobias Grosser2016-07-061-0/+38
* Try to fix polly buildbots.George Burgess IV2016-07-061-1/+0
* cmake: do not check-format anything in lib/ExternalTobias Grosser2016-07-051-4/+2
* Correct two typosTobias Grosser2016-07-021-2/+2
* CodegenCleanup: Drop CFLAA pass from codegen cleanup sequenceTobias Grosser2016-07-021-1/+0
* Ensure parameter names are isl-compatibleTobias Grosser2016-07-013-37/+39
* ScopInfo: Add array_begin() and array_end() iteratorsTobias Grosser2016-06-301-2/+16
* Propagate on-error statusTobias Grosser2016-06-302-2/+5
* Simplify: get isl_ctx only once [NFC]Tobias Grosser2016-06-301-10/+11
* Create a dedicated header file for ScopBuilder. NFC.Michael Kruse2016-06-284-234/+267
* Move ScopBuilder into its own file. NFC.Michael Kruse2016-06-284-648/+674
* Move getIndexExpressionsFromGEP() to ScopHelper. NFC.Michael Kruse2016-06-283-61/+68
* Add comment on why loops/regions can overlap. NFC.Michael Kruse2016-06-271-0/+29
* Fix assertion due to loop overlap with nonaffine region.Michael Kruse2016-06-274-1/+192
* [GSoC 2016] New function pass DependenceInfoWrapperPassJohannes Doerfert2016-06-278-0/+140
* [GSoC 2016]New function pass ScopInfoWrapperPassJohannes Doerfert2016-06-2718-0/+143
* This patch updates memory management of ScopBuilder class.Johannes Doerfert2016-06-272-37/+19
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-2335-61/+61
* Drop unnecessary ';'Tobias Grosser2016-06-234-13/+11
* Update isl to isl-0.17.1-84-g72ffe88Tobias Grosser2016-06-2323-320/+1038
* Fix separator in header commentTobias Grosser2016-06-221-1/+1
* Add missing copyright headerTobias Grosser2016-06-221-0/+9
* clang-tidy: apply modern-use-nullptr fixesTobias Grosser2016-06-224-7/+7
* [NFC] Use isl_schedule_node_band_n_member to get the number of dimensions of ...Roman Gareev2016-06-221-9/+4
* Apply all necessary tilings and unrollings to get a micro-kernelRoman Gareev2016-06-223-8/+210
* Respect LLVM_INSTALL_TOOLCHAIN_ONLY.Eugene Zelenko2016-06-212-18/+22
* Replace ScalarReplAggregatesPass by SROAPass.Michael Kruse2016-06-151-1/+1
* [NFC] Outline the application of register tiling.Roman Gareev2016-06-122-7/+24
* Recommit: "Simplify min/max expression generation"Tobias Grosser2016-06-121-21/+16
* Update isl to isl-0.17.1-57-g1879898Tobias Grosser2016-06-1289-7269/+5213
* Expand test cases affected by next commitTobias Grosser2016-06-125-38/+54
* Recommit: "[FIX] Determine insertion point during SCEV expansion"Tobias Grosser2016-06-112-5/+56
* Recommit: "Look through IntToPtr & PtrToInt instructions"Tobias Grosser2016-06-117-9/+210
* This reverts recent expression type changesTobias Grosser2016-06-1163-780/+530
* ScopDetection: Make enum function-localTobias Grosser2016-06-111-7/+7
* [NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replacedRoman Gareev2016-06-081-1/+0
* [FIX] Model the rounding behaviour of SRem correctlyJohannes Doerfert2016-06-073-12/+115
OpenPOWER on IntegriCloud