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
/
Support
/
SCEVAffinator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[polly][SCEV] Expand SCEV matcher cases for new smin/umin ops
Keno Fischer
2019-05-08
1
-0
/
+16
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Update isl-cpp bindings
Tobias Grosser
2018-08-09
1
-1
/
+1
*
[SCEVAffinator] BB can be null; don't use it to get the LLVMContext.
Eli Friedman
2018-05-18
1
-1
/
+1
*
[SCEVAffinator] Fix handling of pwaff complexity limit.
Eli Friedman
2018-05-14
1
-3
/
+11
*
Remove another set or release() calls
Tobias Grosser
2018-04-29
1
-6
/
+6
*
Remove the last uses of isl::give and isl::take
Tobias Grosser
2018-04-29
1
-1
/
+1
*
Revert r327216 'Add isl operator overloads for isl::pw_aff'
Tobias Grosser
2018-04-11
1
-1
/
+0
*
Revert untested changes in SCEVAffinator
Tobias Grosser
2018-03-10
1
-1
/
+1
*
Add isl operator overloads for isl::pw_aff
Tobias Grosser
2018-03-10
1
-1
/
+3
*
Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy())
Tobias Grosser
2018-02-20
1
-2
/
+1
*
[NFC] Fix formatting
Philip Pfaffe
2017-12-06
1
-4
/
+2
*
Port SCEVAffinator to the isl c++ bindings
Philip Pfaffe
2017-12-06
1
-107
/
+79
*
Run polly-update-format. NFC.
Michael Kruse
2017-11-21
1
-3
/
+6
*
Port ScopInfo to the isl cpp bindings
Philip Pfaffe
2017-11-19
1
-4
/
+4
*
[ScopInfo] Move Scop::getPwAffOnly to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[ScopInfo] Translate Scop::getIdForParam to isl++ [NFC]
Tobias Grosser
2017-08-06
1
-1
/
+1
*
[SCEVAffinator] Do not scan redundantly for parameters
Tobias Grosser
2016-11-13
1
-3
/
+0
*
SCEVAffinator: pass parameter-only set to addRestriction if BB=nullptr
Tobias Grosser
2016-11-10
1
-0
/
+7
*
SCEVValidator: add new parameters resulting from constant extraction
Tobias Grosser
2016-11-10
1
-0
/
+3
*
[SCEVAffinator] Make precise modular math more correct.
Eli Friedman
2016-10-21
1
-55
/
+25
*
SCEVAffinator: Add missing __isl_take annotations
Tobias Grosser
2016-09-08
1
-1
/
+2
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-8
/
+8
*
[SCEVAffinator] Fix assertion checking for constant divisor.
Michael Kruse
2016-07-12
1
-1
/
+1
*
Recommit: "Look through IntToPtr & PtrToInt instructions"
Tobias Grosser
2016-06-11
1
-0
/
+4
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-4
/
+0
*
[FIX] Model the rounding behaviour of SRem correctly
Johannes Doerfert
2016-06-07
1
-8
/
+8
*
Look through IntToPtr & PtrToInt instructions
Johannes Doerfert
2016-06-06
1
-0
/
+4
*
Replace getSCEV with getSCEVAtScope
Johannes Doerfert
2016-06-06
1
-4
/
+7
*
[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
*
[FIX] Correctly translate i1 expressions
Johannes Doerfert
2016-06-02
1
-1
/
+2
*
Add and use Scop::contains(Loop/BasicBlock/Instruction) [NFC]
Johannes Doerfert
2016-05-23
1
-1
/
+1
*
Directly access information through the Scop class [NFC]
Johannes Doerfert
2016-05-23
1
-3
/
+3
*
Support truncate operations
Johannes Doerfert
2016-05-12
1
-3
/
+36
*
Expose interpretAsUnsigned in the SCEVAffinator [NFC]
Johannes Doerfert
2016-05-10
1
-6
/
+11
*
Rename Conjuncts -> Disjunctions. NFC.
Michael Kruse
2016-05-02
1
-2
/
+2
*
Typo: isToComplex -> isTooComplex. NFC.
Michael Kruse
2016-05-02
1
-5
/
+5
*
Allow unsigned divisions
Johannes Doerfert
2016-04-29
1
-4
/
+38
*
Refactor SCEVAffinator [NFC]
Johannes Doerfert
2016-04-29
1
-14
/
+12
*
[FIX] Unsigned comparisons change invalid domain
Johannes Doerfert
2016-04-29
1
-8
/
+10
*
[FIX] Adjust assumption space for zext instructions
Johannes Doerfert
2016-04-26
1
-1
/
+2
*
Do not add but record signed-unsigned assumptions
Johannes Doerfert
2016-04-26
1
-1
/
+1
*
Model zext-extend instructions
Johannes Doerfert
2016-04-25
1
-4
/
+116
*
Translate SCEVs to isl_pw_aff and their invalid domain
Johannes Doerfert
2016-04-23
1
-64
/
+89
*
Record wrapping assumptions early
Johannes Doerfert
2016-04-12
1
-39
/
+22
*
Simplify SCEVAffinator code [NFC]
Johannes Doerfert
2016-04-12
1
-15
/
+8
*
[FIX] Handle multiplications in the SCEVAffinator again
Johannes Doerfert
2016-04-08
1
-1
/
+10
*
Generalize the domain complexity restrictions
Johannes Doerfert
2016-03-26
1
-0
/
+31
[next]