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
*
CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...
Peter Collingbourne
2018-05-21
1
-2
/
+3
*
[polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()
Roman Lebedev
2018-05-19
1
-1
/
+1
*
[SCEVAffinator] BB can be null; don't use it to get the LLVMContext.
Eli Friedman
2018-05-18
1
-1
/
+1
*
[DeLICM] Avoid assertion on out-of-quota.
Michael Kruse
2018-05-16
2
-0
/
+135
*
[ScopInfo] Remove usage of isl_set_n_basic_set()
Philip Pfaffe
2018-05-16
1
-14
/
+12
*
[SI] Create Scop Name lazily
Philip Pfaffe
2018-05-15
2
-4
/
+9
*
[arc] Remove unittesting from arcconfig
Philip Pfaffe
2018-05-15
4
-310
/
+1
*
[polly] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
21
-238
/
+268
*
[SCEVAffinator] Fix handling of pwaff complexity limit.
Eli Friedman
2018-05-14
3
-3
/
+49
*
Adjust to debug info metadata format change.
Tobias Grosser
2018-05-10
15
-20
/
+20
*
[ScopInfo] Remove bail out condition in buildMinMaxAccess().
Michael Kruse
2018-05-09
2
-12
/
+119
*
[test] Replace undef with true/false to make test case less fragile
Tobias Grosser
2018-05-08
1
-5
/
+5
*
Pass compiler arguments in the create_ll.sh script
Philip Pfaffe
2018-05-02
1
-2
/
+5
*
Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."
Philip Pfaffe
2018-05-02
2
-3
/
+6
*
Remove keep/take/give from isl C++ bindings
Tobias Grosser
2018-04-29
1
-816
/
+0
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
3
-10
/
+10
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
11
-221
/
+187
*
Fix one unit test
Tobias Grosser
2018-04-29
1
-5
/
+2
*
[DeLICM] Remove uses of isl::give
Tobias Grosser
2018-04-28
5
-94
/
+62
*
[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
*
[islpp] Remove use of isl::give from unittests
Tobias Grosser
2018-04-28
3
-31
/
+24
*
[MaximalStaticExpansion] Replace copied function with version from ISLTools
Tobias Grosser
2018-04-28
1
-43
/
+1
*
Update to latest version of the isl c++ bindings
Tobias Grosser
2018-04-28
1
-1871
/
+4047
*
[CodeGen] Fix comment. NFC.
Michael Kruse
2018-04-25
1
-2
/
+2
*
[CodeGen] Print executed statement instances at runtime.
Michael Kruse
2018-04-25
5
-1
/
+208
*
[ScopDetect] Reject loop with multiple exit blocks.
Michael Kruse
2018-04-25
15
-1
/
+520
*
Update isl to isl-0.19-114-g385262af
Tobias Grosser
2018-04-25
13
-41
/
+248
*
Fixup Polly for an LLVM header file change.
David Blaikie
2018-04-24
2
-0
/
+2
*
Update isl to isl-0.19-107-gc4fe33d8
Tobias Grosser
2018-04-21
88
-979
/
+4985
*
[isl++] abort() on assertion violation.
Michael Kruse
2018-04-20
1
-0
/
+1
*
Allow arbitrary function calls for debugging purposes.
Michael Kruse
2018-04-20
6
-1
/
+120
*
[RuntimeDebugBuilder] Do not break for 64 bit integers
Tobias Grosser
2018-04-19
1
-3
/
+6
*
[RuntimeDebugBuilder] Print vectors passed without withspaces
Tobias Grosser
2018-04-18
1
-8
/
+2
*
[RuntimeDebugBuilder] Turn assert into an unreachable
Tobias Grosser
2018-04-18
1
-2
/
+1
*
[ScopDetect / ScopInfo] Get statistics for scops without any loop correctly
Tobias Grosser
2018-04-18
3
-5
/
+37
*
[NewPM] Update pass registration for the LLVM plugin interface
Philip Pfaffe
2018-04-17
3
-0
/
+23
*
Add isl operator overloads for isl::pw_aff (Try II)
Tobias Grosser
2018-04-12
2
-0
/
+288
*
Revert r327216 'Add isl operator overloads for isl::pw_aff'
Tobias Grosser
2018-04-11
3
-187
/
+0
*
[CodeGen] Allow undefined loads in statement instances outside context.
Michael Kruse
2018-04-10
5
-1
/
+209
*
[CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.
Michael Kruse
2018-04-10
1
-5
/
+3
*
[ScopInfo] Avoid iterator invalidation.
Michael Kruse
2018-04-10
2
-1
/
+61
*
[ScopInfo] Completely remove MemoryAccesses when their parent statement is re...
Michael Kruse
2018-04-09
3
-14
/
+135
*
[ScopInfo] Actually remove from list.
Michael Kruse
2018-04-09
1
-2
/
+4
*
Remove immediate dominator heuristic for error block detection.
Michael Kruse
2018-04-09
7
-136
/
+96
*
[doc] Overhaul doc on preparing IR for processing by Polly.
Michael Kruse
2018-04-06
1
-8
/
+66
*
Silence msvc warning on isl. NFC.
Michael Kruse
2018-04-05
1
-0
/
+1
*
Remove namespace comment at end of class. NFC.
Michael Kruse
2018-04-05
1
-1
/
+1
*
[Polly][IslAst] Fix minimal dependence distance.
Huihui Zhang
2018-04-04
3
-3
/
+66
*
Fix polly build after r328717
Reid Kleckner
2018-03-28
2
-0
/
+2
[next]