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
/
Transform
/
ZoneAlgo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ZoneAlgo] Fix PHI inconsistency in invalid contexts.
Michael Kruse
2019-05-10
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ZoneAlgo] Replace isl foreach calls with for loops
Tobias Grosser
2018-07-17
1
-9
/
+6
*
Use range for in normalizeValInst [NFCI]
Tobias Grosser
2018-06-29
1
-27
/
+25
*
[ZoneAlgo] Use getDefToTarget in makeValInst. NFC.
Michael Kruse
2018-06-26
1
-10
/
+85
*
[ZoneAlgo] Make ZoneAlgorithm::isNormalized out-of-quota safe.
Michael Kruse
2018-05-31
1
-11
/
+19
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-3
/
+4
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
1
-8
/
+6
*
[ZoneAlgo] Remove uses of isl::give - II
Tobias Grosser
2018-04-28
1
-13
/
+8
*
[ZoneAlgo] Remove uses of isl::give
Tobias Grosser
2018-04-28
1
-41
/
+33
*
[NFC] Make r318597 compatible with clang-format
Zhaoshi Zheng
2017-11-17
1
-1
/
+1
*
[nfc] Iwyu: forward-declare/include raw_ostream in zone algo
Philip Pfaffe
2017-11-17
1
-0
/
+1
*
[ZoneAlgo/ForwardOpTree] Normalize PHIs to their known incoming values.
Michael Kruse
2017-10-31
1
-6
/
+296
*
[DeLICM] Fix wrong assumed access execution order.
Michael Kruse
2017-10-31
1
-1
/
+1
*
[ZoneAlgo] Translate addArrayWriteAccess to isl++. NFC.
Michael Kruse
2017-10-24
1
-11
/
+7
*
[ForwardOpTree] Test the max operations quota.
Michael Kruse
2017-09-18
1
-1
/
+1
*
Fix some unused warnings in polly
Reid Kleckner
2017-09-07
1
-12
/
+0
*
[ZoneAlgo] Handle non-StoreInst/LoadInst MemoryAccesses including memset.
Michael Kruse
2017-09-06
1
-17
/
+34
*
[ZoneAlgo] More fine-grained bail-out.
Michael Kruse
2017-08-28
1
-16
/
+50
*
[ZoneAlgo] Print rejection reasons to llvm::dbgs(). NFC.
Michael Kruse
2017-08-28
1
-0
/
+3
*
test/GPGPU/invalid-kernel-assert-verifymodule.ll also requires assertions
Tobias Grosser
2017-08-22
1
-1
/
+0
*
[ZoneAlgorithm] Move computeScalarReachingDefinition to c++
Tobias Grosser
2017-08-21
1
-10
/
+7
*
[ISLTools/ZoneAlgo] Make distributeDomain and filterKnownValInst isl_error_qu...
Michael Kruse
2017-08-09
1
-1
/
+3
*
[ZoneAlgo] Add motivation for exception. NFC.
Michael Kruse
2017-08-09
1
-0
/
+20
*
[ZoneAlgo] Consolditate condition. NFC.
Michael Kruse
2017-08-09
1
-8
/
+7
*
[DeLICM/ZoneAlgo] Remove duplicate code. NFC.
Michael Kruse
2017-08-08
1
-6
/
+1
*
[ZoneAlgo] Allow two writes that write identical values into same array slot
Tobias Grosser
2017-08-07
1
-5
/
+30
*
[ForwardOpTree] Use known array content analysis to forward load instructions.
Michael Kruse
2017-08-07
1
-1
/
+117
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Move Scop::getDomains to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-3
/
+3
*
[DeLICM] Refactor ZoneAlgorithm into ZoneAlgo.cpp. NFC.
Michael Kruse
2017-08-04
1
-0
/
+613