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
/
Exchange
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JSON] Make the failure to parse a jscop file a hard error
Philip Pfaffe
2017-08-10
1
-5
/
+10
*
[JSON][PM] Port json import/export over to new pm
Philip Pfaffe
2017-08-10
1
-96
/
+121
*
[ScopInfo] Translate Scop::getParamSpace to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-3
/
+3
*
[ScopInfo] Translate Scop::getContext to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-3
/
+3
*
[ScopInfo] Move ScopStmt::getSchedule to isl++
Tobias Grosser
2017-08-06
1
-1
/
+2
*
Move ScopInfo::getDomain(), getDomainSpace(), getDomainId() to isl++
Tobias Grosser
2017-08-06
1
-1
/
+1
*
Move setNewAccessRelation to isl++
Tobias Grosser
2017-08-02
1
-1
/
+1
*
Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++
Tobias Grosser
2017-07-24
1
-1
/
+1
*
Move MemoryAccess::NewAccessRelation to isl++
Tobias Grosser
2017-07-23
1
-1
/
+1
*
Move ScopArrayInfo to isl++
Tobias Grosser
2017-07-21
1
-1
/
+1
*
[ScopInfo] Print instructions in dump().
Michael Kruse
2017-07-21
1
-2
/
+2
*
Always export the latest memory access relations
Tobias Grosser
2017-07-11
1
-1
/
+1
*
Heap allocation for new arrays.
Michael Kruse
2017-06-28
1
-7
/
+14
*
[JSONImport] Check, if the size of an imported array is positive
Andreas Simbuerger
2017-06-27
1
-1
/
+9
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-1
/
+1
*
[JScop] Emit error messages on error.
Michael Kruse
2017-06-06
1
-3
/
+9
*
[JSONImporter] misses checks whether the data it imports makes sense.
Michael Kruse
2017-05-24
1
-7
/
+145
*
[CodeGen] Support partial write accesses.
Michael Kruse
2017-05-21
1
-2
/
+3
*
Perform copying to created arrays according to the packing transformation
Roman Gareev
2016-09-14
1
-0
/
+2
*
Store the size of the outermost dimension in case of newly created arrays tha...
Roman Gareev
2016-09-12
1
-4
/
+9
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-8
/
+8
*
Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse
2016-09-01
1
-2
/
+8
*
Add space between access string and follow-up.
Michael Kruse
2016-08-26
1
-1
/
+1
*
Extend the jscop interface to allow the user to declare new arrays and to ref...
Roman Gareev
2016-07-30
1
-6
/
+163
*
JScop: Factor out importContext [NFC]
Tobias Grosser
2016-07-21
1
-85
/
+104
*
JScop: Factor out importContext [NFC]
Tobias Grosser
2016-07-21
1
-11
/
+27
*
JScop: Factor out importSchedule [NFC]
Tobias Grosser
2016-07-21
1
-39
/
+58
*
clang-tidy: Add llvm namespace comments
Tobias Grosser
2016-06-23
1
-1
/
+1
*
Decouple SCoP building logic from pass
Johannes Doerfert
2016-05-31
1
-1
/
+1
*
Directly access information through the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-12
/
+8
*
Allow the client of DependenceInfo to obtain dependences at different granula...
Hongbin Zheng
2016-03-03
1
-1
/
+2
*
Do not check JSON alignment of scalar accesses
Michael Kruse
2016-01-15
1
-26
/
+28
*
Adjust formatting to clang-format changes in 256149
Tobias Grosser
2015-12-21
1
-1
/
+1
*
[NFC] Consistenly use commented and annotated ScopPass functions
Johannes Doerfert
2015-09-27
1
-6
/
+19
*
Allow the import of multi-dimensional access functions
Tobias Grosser
2015-09-05
1
-6
/
+0
*
Use schedule trees to represent execution order of statements
Tobias Grosser
2015-07-14
1
-1
/
+7
*
Ensure memory access mappings are defined for full domain
Tobias Grosser
2015-06-04
1
-0
/
+22
*
Use value semantics for list of ScopStmt(s) instead of std::owningptr
Tobias Grosser
2015-05-27
1
-13
/
+13
*
Use unique_ptr to clarify ownership of ScopStmt
Tobias Grosser
2015-05-23
1
-14
/
+8
*
Sort include directives
Tobias Grosser
2015-05-09
1
-8
/
+4
*
Adding debug location information to Polly's JSCOP and dot exports
Tobias Grosser
2015-05-03
1
-0
/
+11
*
JScoP Import/Export: Ensure parameters have the same isl_id
Tobias Grosser
2015-04-23
1
-0
/
+4
*
Rename 'scattering' to 'schedule'
Tobias Grosser
2015-04-21
1
-10
/
+10
*
Fix stupid memory leak
Tobias Grosser
2015-03-26
1
-1
/
+1
*
Fix compilation after 'Make DataLayout Non-Optional in the Module' commit
Tobias Grosser
2015-03-05
1
-3
/
+3
*
Create a dependence struct to hold dependence information for a SCoP.
Johannes Doerfert
2015-03-05
1
-3
/
+3
*
Rename the Dependences pass to DependenceInfo [NFC]
Johannes Doerfert
2015-03-04
1
-6
/
+6
*
[Refactor] Include explicitly what is used
Johannes Doerfert
2015-03-01
1
-0
/
+2
*
[Refactor] Remove Scop * member to simplify JSON class
Johannes Doerfert
2015-03-01
1
-30
/
+26
*
[Refactor] Add a Scop & as argument to printScop
Johannes Doerfert
2015-03-01
1
-5
/
+5
[next]