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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compilation on MSVC, NFC
Hongbin Zheng
2017-01-15
1
-1
/
+1
*
Use typed enums to model MemoryKind and move MemoryKind out of ScopArrayInfo
Tobias Grosser
2017-01-14
4
-50
/
+50
*
ScheduleOptimizer: Allow to set register width in command line
Tobias Grosser
2017-01-14
1
-1
/
+11
*
Update to recent clang-format changes
Tobias Grosser
2017-01-12
1
-2
/
+3
*
Delete stray isl_map_dump call.
Eli Friedman
2017-01-10
1
-2
/
+0
*
Fix some typos in comments
Tobias Grosser
2017-01-06
2
-11
/
+11
*
Update to isl-0.18-43-g0b4256f
Tobias Grosser
2016-12-31
15
-331
/
+717
*
Update to isl-0.18-28-gccb9f33
Tobias Grosser
2016-12-28
6
-44
/
+512
*
Update to isl-0.18-17-g2844ebf
Tobias Grosser
2016-12-26
4
-86
/
+200
*
Specify the default values of the cache parameters
Roman Gareev
2016-12-25
1
-19
/
+35
*
ScheduleOptimizer: Fix spelling of option '-polly-target-throughput-vector-fma'
Tobias Grosser
2016-12-23
1
-4
/
+4
*
Update isl to isl-0.18-9-gd4734f3
Tobias Grosser
2016-12-22
22
-202
/
+370
*
Change the determination of parameters of macro-kernel
Roman Gareev
2016-12-21
1
-1
/
+10
*
Align newly created arrays to the first level cache line boundary
Roman Gareev
2016-12-21
1
-2
/
+7
*
[Polly] Use three-dimensional arrays to store packed operands of the matrix
Roman Gareev
2016-12-21
1
-25
/
+19
*
Fix clang-format
Tobias Grosser
2016-12-19
2
-4
/
+7
*
Fix format after recent clang-format change.
Daniel Jasper
2016-12-19
1
-5
/
+8
*
Add isl_multi_pw_aff to GICHelper
Alexandre Isoard
2016-12-16
1
-0
/
+7
*
Restrict ranges of extension maps
Roman Gareev
2016-12-15
1
-1
/
+20
*
[NFC] Fix typos in getMacroKernelParams.
Roman Gareev
2016-12-15
1
-5
/
+3
*
The order of the loops defines the data reused in the BLIS implementation of
Roman Gareev
2016-12-15
1
-29
/
+31
*
Remove references to AssumptionCache. NFC.
Michael Kruse
2016-12-15
2
-74
/
+73
*
Adjust clang-format formatting to r289531
Tobias Grosser
2016-12-13
1
-4
/
+4
*
[ScheduleOptimizer] Fix memory leak. NFC.
Michael Kruse
2016-12-12
1
-1
/
+3
*
Add more ISL foreachElt functions. NFC.
Michael Kruse
2016-12-07
1
-0
/
+41
*
Add IslPtr type traits. NFC.
Michael Kruse
2016-12-07
1
-1
/
+3
*
Update to isl-0.17.1-314-g3106e8d
Michael Kruse
2016-12-06
25
-150
/
+488
*
Allow to disable unsigned operations (zext, icmp ugt, ...)
Johannes Doerfert
2016-12-02
2
-2
/
+32
*
Do not allow multiple possibly aliasing ptrs in an expression
Johannes Doerfert
2016-12-02
1
-0
/
+47
*
Rerun mem2reg after the inliner
Johannes Doerfert
2016-12-02
1
-0
/
+1
*
[ScopInfo] Fold constant coefficients in array dimensions to the right
Tobias Grosser
2016-12-02
1
-9
/
+146
*
[ScopInfo] Separate construction and finalization of memory accesses [NFC]
Tobias Grosser
2016-12-02
1
-9
/
+33
*
[NFC] Check for feasibility prior to the profitability check
Johannes Doerfert
2016-12-01
1
-6
/
+5
*
[FIX] Do not try to hoist obviously overwritten loads
Johannes Doerfert
2016-12-01
1
-0
/
+3
*
Add newline at end of debug print
Tobias Grosser
2016-12-01
1
-5
/
+5
*
[DeLICM] Add pass boilerplate code.
Michael Kruse
2016-11-29
3
-0
/
+81
*
canSynthesize: Remove unused argument LI. NFC.
Michael Kruse
2016-11-29
4
-7
/
+5
*
Update for clang-format change in r288119
Tobias Grosser
2016-11-29
2
-6
/
+8
*
[ScopInfo] Use SCEVRewriteVisitor to simplify SCEVSensitiveParameterRewriter ...
Tobias Grosser
2016-11-26
1
-53
/
+2
*
[ScopDetect] Expand statistics of the detected scops
Tobias Grosser
2016-11-26
1
-25
/
+97
*
[ScopDetectionDiagnostic] Collect statistics for each diagnostic type
Tobias Grosser
2016-11-26
1
-26
/
+40
*
[ScopDectionDiagnostic] Use scoped enums instead three letter prefix [NFC]
Tobias Grosser
2016-11-26
1
-33
/
+37
*
Fix typo.
Hongbin Zheng
2016-11-23
1
-7
/
+7
*
Update to isl-0.17.1-284-gbb38638
Tobias Grosser
2016-11-22
11
-72
/
+152
*
[CodeGen] Add flag to code-generate most memory access expressions
Tobias Grosser
2016-11-22
1
-2
/
+25
*
Split ScopInfo::addScopStmt into two versions. NFC
Hongbin Zheng
2016-11-21
2
-13
/
+14
*
Minor change
Hongbin Zheng
2016-11-21
1
-1
/
+1
*
[ScopDetect] Use mayReadOrWriteMemory to shorten condition
Tobias Grosser
2016-11-21
1
-1
/
+1
*
[ScopDetect] Remove unnecessary namespace qualifier
Tobias Grosser
2016-11-21
1
-5
/
+5
*
[NFC] Adjust naming scheme of statistic variables
Johannes Doerfert
2016-11-18
3
-25
/
+25
[next]