index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
polly
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure parameter names are isl-compatible
Tobias Grosser
2016-07-01
3
-37
/
+39
*
ScopInfo: Add array_begin() and array_end() iterators
Tobias Grosser
2016-06-30
1
-2
/
+16
*
Propagate on-error status
Tobias Grosser
2016-06-30
2
-2
/
+5
*
Simplify: get isl_ctx only once [NFC]
Tobias Grosser
2016-06-30
1
-10
/
+11
*
Create a dedicated header file for ScopBuilder. NFC.
Michael Kruse
2016-06-28
4
-234
/
+267
*
Move ScopBuilder into its own file. NFC.
Michael Kruse
2016-06-28
4
-648
/
+674
*
Move getIndexExpressionsFromGEP() to ScopHelper. NFC.
Michael Kruse
2016-06-28
3
-61
/
+68
*
Add comment on why loops/regions can overlap. NFC.
Michael Kruse
2016-06-27
1
-0
/
+29
*
Fix assertion due to loop overlap with nonaffine region.
Michael Kruse
2016-06-27
4
-1
/
+192
*
[GSoC 2016] New function pass DependenceInfoWrapperPass
Johannes Doerfert
2016-06-27
8
-0
/
+140
*
[GSoC 2016]New function pass ScopInfoWrapperPass
Johannes Doerfert
2016-06-27
18
-0
/
+143
*
This patch updates memory management of ScopBuilder class.
Johannes Doerfert
2016-06-27
2
-37
/
+19
*
clang-tidy: Add llvm namespace comments
Tobias Grosser
2016-06-23
35
-61
/
+61
*
Drop unnecessary ';'
Tobias Grosser
2016-06-23
4
-13
/
+11
*
Update isl to isl-0.17.1-84-g72ffe88
Tobias Grosser
2016-06-23
23
-320
/
+1038
*
Fix separator in header comment
Tobias Grosser
2016-06-22
1
-1
/
+1
*
Add missing copyright header
Tobias Grosser
2016-06-22
1
-0
/
+9
*
clang-tidy: apply modern-use-nullptr fixes
Tobias Grosser
2016-06-22
4
-7
/
+7
*
[NFC] Use isl_schedule_node_band_n_member to get the number of dimensions of ...
Roman Gareev
2016-06-22
1
-9
/
+4
*
Apply all necessary tilings and unrollings to get a micro-kernel
Roman Gareev
2016-06-22
3
-8
/
+210
*
Respect LLVM_INSTALL_TOOLCHAIN_ONLY.
Eugene Zelenko
2016-06-21
2
-18
/
+22
*
Replace ScalarReplAggregatesPass by SROAPass.
Michael Kruse
2016-06-15
1
-1
/
+1
*
[NFC] Outline the application of register tiling.
Roman Gareev
2016-06-12
2
-7
/
+24
*
Recommit: "Simplify min/max expression generation"
Tobias Grosser
2016-06-12
1
-21
/
+16
*
Update isl to isl-0.17.1-57-g1879898
Tobias Grosser
2016-06-12
89
-7269
/
+5213
*
Expand test cases affected by next commit
Tobias Grosser
2016-06-12
5
-38
/
+54
*
Recommit: "[FIX] Determine insertion point during SCEV expansion"
Tobias Grosser
2016-06-11
2
-5
/
+56
*
Recommit: "Look through IntToPtr & PtrToInt instructions"
Tobias Grosser
2016-06-11
7
-9
/
+210
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
63
-780
/
+530
*
ScopDetection: Make enum function-local
Tobias Grosser
2016-06-11
1
-7
/
+7
*
[NFC] "#include <ciso646>" is unnecessary, because "and", "or" were replaced
Roman Gareev
2016-06-08
1
-1
/
+0
*
[FIX] Model the rounding behaviour of SRem correctly
Johannes Doerfert
2016-06-07
3
-12
/
+115
*
Refactor division generation code
Johannes Doerfert
2016-06-06
4
-37
/
+78
*
[NFC] Generate runtime checks after the SCoP
Johannes Doerfert
2016-06-06
8
-57
/
+42
*
[FIX] Determine insertion point during SCEV expansion
Johannes Doerfert
2016-06-06
2
-5
/
+56
*
[NFC] Refactor assumption tracking interface
Johannes Doerfert
2016-06-06
2
-14
/
+27
*
[NFC] Simplify code
Johannes Doerfert
2016-06-06
1
-2
/
+2
*
Look through IntToPtr & PtrToInt instructions
Johannes Doerfert
2016-06-06
7
-9
/
+210
*
[NFC] Simplify code
Johannes Doerfert
2016-06-06
1
-1
/
+1
*
[FIX] Do not recognize division by 0 as affine
Johannes Doerfert
2016-06-06
2
-2
/
+38
*
Replace getSCEV with getSCEVAtScope
Johannes Doerfert
2016-06-06
2
-4
/
+10
*
[NFC] Use the ScalarEvolution member of the SCEVAffinator
Johannes Doerfert
2016-06-06
1
-7
/
+4
*
[NFC] Coalesce invariant context sets early
Johannes Doerfert
2016-06-06
1
-0
/
+2
*
Use minimal types for generated expressions
Johannes Doerfert
2016-06-06
49
-308
/
+357
*
[NFC] Check that a parameter of ScheduleTreeOptimizer::isMatrMultPattern cont...
Roman Gareev
2016-06-04
1
-0
/
+3
*
Fix modulo compared to zero.
Michael Kruse
2016-06-03
2
-1
/
+49
*
[FIX] Fix potential issue related to subtraction from an unsigned 0 in circul...
Roman Gareev
2016-06-03
1
-1
/
+3
*
Temporarily promote values to i64 again
Johannes Doerfert
2016-06-02
3
-46
/
+55
*
[Polly] Fix test case after rL271151
Sanjoy Das
2016-06-02
1
-25
/
+28
*
[NFC] Avoid unnecessary comparison for min/max expressions
Johannes Doerfert
2016-06-02
1
-1
/
+1
[next]