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
/
CodeGen
/
IslExprBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply include-what-you-use #include removal suggestions. NFC.
Michael Kruse
2019-03-28
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IslExprBuilder] Do not generate RTC with more than 64 bit
Tobias Grosser
2017-09-23
1
-0
/
+26
*
Move ScopArrayInfo::getFromAccessFunction and getFromId to isl++
Tobias Grosser
2017-07-24
1
-1
/
+1
*
Fix a lot of typos. NFC.
Michael Kruse
2017-06-08
1
-3
/
+3
*
[IslExprBuilder] Print accessed memory locations with RuntimeDebugBuilder
Tobias Grosser
2017-03-18
1
-0
/
+11
*
[Polly CodeGen] Break critical edge from RTC to original loop.
Eli Friedman
2016-11-02
1
-3
/
+5
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Drop '@brief' from doxygen comments
Tobias Grosser
2016-09-02
1
-1
/
+1
*
GPGPU: Support scalars that are mapped to shared memory
Tobias Grosser
2016-08-04
1
-1
/
+6
*
IslExprBuilder: allow to specify an external isl_id to ScopArrayInfo mapping
Tobias Grosser
2016-07-21
1
-1
/
+12
*
Recommit: "Simplify min/max expression generation"
Tobias Grosser
2016-06-12
1
-21
/
+16
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
1
-143
/
+163
*
Refactor division generation code
Johannes Doerfert
2016-06-06
1
-26
/
+46
*
Use minimal types for generated expressions
Johannes Doerfert
2016-06-06
1
-38
/
+59
*
Fix modulo compared to zero.
Michael Kruse
2016-06-03
1
-1
/
+1
*
Temporarily promote values to i64 again
Johannes Doerfert
2016-06-02
1
-1
/
+4
*
[NFC] Avoid unnecessary comparison for min/max expressions
Johannes Doerfert
2016-06-02
1
-1
/
+1
*
[NFC] Simplify min/max expression generation
Johannes Doerfert
2016-06-02
1
-22
/
+8
*
Simplify the type adjustment in the IslExprBuilder
Johannes Doerfert
2016-06-02
1
-82
/
+32
*
[FIX] Ensure wrapping checks for unary expressions
Johannes Doerfert
2016-06-02
1
-1
/
+1
*
Check overflows in RTCs and bail accordingly
Johannes Doerfert
2016-05-12
1
-9
/
+125
*
Allow pointer expressions in SCEVs again.
Johannes Doerfert
2016-04-10
1
-83
/
+33
*
ScopInfo: Make getDimensionSize better reflect which dimensions carry sizes
Tobias Grosser
2015-11-10
1
-1
/
+1
*
[FIX] Bail out if there is a dependence cycle between invariant loads
Johannes Doerfert
2015-11-07
1
-0
/
+2
*
polly/ADT: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-2
/
+2
*
[FIX] Use appropriately sized types for big constants
Johannes Doerfert
2015-11-03
1
-1
/
+7
*
Consolidate the different ValueMapTypes we are using
Tobias Grosser
2015-10-04
1
-1
/
+2
*
OpenMP codegen: support generation of multi-dimensional access functions
Tobias Grosser
2015-09-05
1
-0
/
+6
*
Introduce the ScopExpander as a SCEVExpander replacement
Johannes Doerfert
2015-08-18
1
-3
/
+4
*
Mark sdivs as 'exact' instead of lowering them ourselves
Tobias Grosser
2015-06-04
1
-8
/
+1
*
Lower signed-divisions without rounding to ashr instructions
Tobias Grosser
2015-06-03
1
-0
/
+7
*
Only convert power-of-two floor-division with non-negative denominator
Tobias Grosser
2015-06-03
1
-4
/
+6
*
Translate power-of-two floor-division into ashr
Tobias Grosser
2015-06-03
1
-0
/
+5
*
Exploit non-negative numerators
Tobias Grosser
2015-05-29
1
-7
/
+13
*
Use base-pointer address space when creating new access functions
Tobias Grosser
2015-05-20
1
-3
/
+6
*
Add printing and testing to ScopArrayInfo
Tobias Grosser
2015-05-20
1
-2
/
+2
*
Sort include directives
Tobias Grosser
2015-05-09
1
-2
/
+0
*
Sign-extend in case of non-matching bitwidth
Tobias Grosser
2015-04-05
1
-5
/
+9
*
Assert in isl expression builder if id can not be found [NFC]
Tobias Grosser
2015-03-10
1
-0
/
+2
*
Add sign-extension during codegen of index expressions
Tobias Grosser
2015-03-08
1
-2
/
+8
*
Add support for conditional 'and' and 'or' expressions
Tobias Grosser
2015-03-04
1
-2
/
+63
*
[FIX] Partially fix the pointer negation crash
Johannes Doerfert
2015-02-02
1
-2
/
+39
*
[FIX] Handle pointer-pointer comparisons
Johannes Doerfert
2015-01-29
1
-2
/
+26
*
Use types of matching size when generating multi-dimensional address expressions
Tobias Grosser
2015-01-13
1
-3
/
+12
*
Add support for pointer types in expressions
Tobias Grosser
2015-01-08
1
-3
/
+6
*
Use explicit StringRef Type
Tobias Grosser
2015-01-07
1
-1
/
+1
*
Do not use a const Twine here
Tobias Grosser
2015-01-07
1
-1
/
+1
*
Update to the latest version of isl
Tobias Grosser
2014-12-07
1
-0
/
+3
*
[Fix] Non i1 typed select condition for weird pw aff functions.
Johannes Doerfert
2014-10-07
1
-0
/
+2
[next]