git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Sparc] Fix handling of double incoming arguments on sparc little-endian.
[lldb.git]
/
polly
/
2015-12-14
Michael Kruse
Fix typos; NFC
tree
|
commitdiff
2015-12-14
Tobias Grosser
BlockGenerator: Do not use fast-path for external constants
tree
|
commitdiff
2015-12-14
Tobias Grosser
BlockGenerator: Drop unneeded const_casts
tree
|
commitdiff
2015-12-14
Tobias Grosser
Revert "Always treat scalar writes as MUST_WRITEs"
tree
|
commitdiff
2015-12-14
Michael Kruse
Add unit test for r255473
tree
|
commitdiff
2015-12-13
Michael Kruse
Rename addScalar(Read|Write)Access to addValue(Read...
tree
|
commitdiff
2015-12-13
Michael Kruse
Check guaranteed execution by using DominatorTree
tree
|
commitdiff
2015-12-13
Michael Kruse
Store DominatorTree as a field in ScopInfo
tree
|
commitdiff
2015-12-13
Michael Kruse
Always treat scalar writes as MUST_WRITEs
tree
|
commitdiff
2015-12-13
Tobias Grosser
ScopInfo: Split out invariant load hoisting into multip...
tree
|
commitdiff
2015-12-13
Tobias Grosser
ScopInfo: Harmonize the different array kinds
tree
|
commitdiff
2015-12-13
Michael Kruse
Print "null" for ISL objects that are nullptr
tree
|
commitdiff
2015-12-13
Michael Kruse
Reuse ScopStmt::isEmpty() function
tree
|
commitdiff
2015-12-13
Michael Kruse
Check if access relation is available before printing
tree
|
commitdiff
2015-12-12
Tobias Grosser
ScopInfo: Add helper function to invalidate a scop
tree
|
commitdiff
2015-12-09
Tobias Grosser
executeScopConditionally: Introduce special exiting...
tree
|
commitdiff
2015-12-09
Tobias Grosser
test: Fix misspelled test line
tree
|
commitdiff
2015-12-07
Tobias Grosser
ScopInfo: Add MemoryAccess::isScalar()
tree
|
commitdiff
2015-12-04
Tobias Grosser
Update isl to isl-0.15-142-gf101714
tree
|
commitdiff
2015-12-02
Michael Kruse
Update isl to isl-0.15-140-g9279e30
tree
|
commitdiff
2015-12-02
Michael Kruse
Add script to update isl
tree
|
commitdiff
2015-11-30
Tobias Grosser
Remove non-debug printing of domain set
tree
|
commitdiff
2015-11-30
Tobias Grosser
ScopInfo: Further simplify code
tree
|
commitdiff
2015-11-30
Tobias Grosser
ScopInfo: Replace while/iterator construct with std...
tree
|
commitdiff
2015-11-26
Michael Kruse
IR cleanup after CodeGeneration
tree
|
commitdiff
2015-11-26
Michael Kruse
Introduce origin/kind for exit PHI node accesses
tree
|
commitdiff
2015-11-24
Tobias Grosser
ScopInfo: Add support for delinearizing fortran arrays
tree
|
commitdiff
2015-11-24
Tobias Grosser
ScopInfo: Add option to ignore integer wrapping
tree
|
commitdiff
2015-11-24
Tobias Grosser
ScopInfo: Split hasAffineMemoryAccesses() into multiple...
tree
|
commitdiff
2015-11-23
Tobias Grosser
Update format to match clang-format in trunk
tree
|
commitdiff
2015-11-23
Tobias Grosser
Use SmallVector instead of std::vector
tree
|
commitdiff
2015-11-22
Tobias Grosser
ScopInfo: Remove domains of error blocks (and blocks...
tree
|
commitdiff
2015-11-21
Tobias Grosser
Remove -polly-code-generator=isl from many test cases
tree
|
commitdiff
2015-11-21
Tobias Grosser
isl: Update to isl-0.15-136-g4d5654a
tree
|
commitdiff
2015-11-21
Johannes Doerfert
Do not enforce lcssa
tree
|
commitdiff
2015-11-21
Johannes Doerfert
[FIX] Get the correct loop that surrounds a region
tree
|
commitdiff
2015-11-17
Tobias Grosser
ScopInfo: Ensure unique names for parameter names comin...
tree
|
commitdiff
2015-11-13
Tobias Grosser
ScopInfo: Reset compute operations before starting...
tree
|
commitdiff
2015-11-12
Johannes Doerfert
[FIX] Bail if access function is not divisible by eleme...
tree
|
commitdiff
2015-11-12
Johannes Doerfert
Consistenly use getTypeAllocSize for size estimation.
tree
|
commitdiff
2015-11-12
Tobias Grosser
ScopInfo: Add function to retrieve all memory accesses...
tree
|
commitdiff
2015-11-12
Tobias Grosser
ScopInfo: Use lambda functions to reduce code duplication.
tree
|
commitdiff
2015-11-12
Tobias Grosser
RegionGenerator: Only introduce subregion.ivs for loops...
tree
|
commitdiff
2015-11-12
Johannes Doerfert
Use parameter constraints provided via llvm.assume
tree
|
commitdiff
2015-11-12
Johannes Doerfert
Emit remarks for taken assumptions
tree
|
commitdiff
2015-11-12
Johannes Doerfert
Emit remark about aliasing pointers
tree
|
commitdiff
2015-11-12
Johannes Doerfert
Emit SCoP source location as remark during ScopInfo
tree
|
commitdiff
2015-11-11
Johannes Doerfert
[FIX] Do not generate code for parameters referencing...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Bailing out means assigning isl_set_empty...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Do not try to model the memory accesses in...
tree
|
commitdiff
2015-11-11
Johannes Doerfert
[NFC] Simplify code
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Remove unused return value [NFC]
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Free set after compute out has been triggered
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Bound compute time spent in boundary context...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Limit the number of disjuncts in assumed...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopDetection: Tighten the check for always executed...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopDetection: Do not allow blocks to reference operand...
tree
|
commitdiff
2015-11-11
Tobias Grosser
test: Shorten test case to reduce 'make polly-check...
tree
|
commitdiff
2015-11-11
Tobias Grosser
ScopInfo: Pass domain constraints through error blocks
tree
|
commitdiff
2015-11-11
Johannes Doerfert
[FIX] Cast pre-loaded values correctly or reload them...
tree
|
commitdiff
2015-11-11
Johannes Doerfert
[FIX] Create empty invariant equivalence classes
tree
|
commitdiff
2015-11-10
Tobias Grosser
ScopInfo: Introduce ArrayKind
tree
|
commitdiff
2015-11-10
Tobias Grosser
tests: Add test that has a single pointer both as scala...
tree
|
commitdiff
2015-11-10
Tobias Grosser
Simplify test case
tree
|
commitdiff
2015-11-10
Tobias Grosser
stringFromIslObj: Do not crash when printing 'null...
tree
|
commitdiff
2015-11-10
Tobias Grosser
ScopInfo: Make getDimensionSize better reflect which...
tree
|
commitdiff
2015-11-10
Tobias Grosser
ScopInfo: Make printing of ScopArrayInfo more similar...
tree
|
commitdiff
2015-11-09
Michael Kruse
Fix non-affine generated entering node not being recogn...
tree
|
commitdiff
2015-11-09
Michael Kruse
Fix dominance when subregion exit is outside scop
tree
|
commitdiff
2015-11-09
Michael Kruse
Revert r252375 "Fix non-affine region dominance of...
tree
|
commitdiff
2015-11-09
Johannes Doerfert
[FIX] Use same alloca for invariant loads and the scala...
tree
|
commitdiff
2015-11-09
Johannes Doerfert
Revert "Fix non-affine generated entering node not...
tree
|
commitdiff
2015-11-09
Michael Kruse
Fix non-affine generated entering node not being recogn...
tree
|
commitdiff
2015-11-09
Johannes Doerfert
[FIX] Initialize incoming scalar memory locations for...
tree
|
commitdiff
2015-11-09
Johannes Doerfert
[NFC] Remove unused variable.
tree
|
commitdiff
2015-11-08
Johannes Doerfert
[FIX] Carefully simplify assumptions in the presence...
tree
|
commitdiff
2015-11-08
Johannes Doerfert
[FIX] Introduce different SAI objects for scalar and...
tree
|
commitdiff
2015-11-08
Johannes Doerfert
[FIX] Use unreachable to indicate dead code and repair...
tree
|
commitdiff
2015-11-08
Johannes Doerfert
Verify IR after we bail out
tree
|
commitdiff
2015-11-07
Johannes Doerfert
[FIX] Bail out if there is a dependence cycle between...
tree
|
commitdiff
2015-11-07
Johannes Doerfert
[FIX] Remove all invariant load occurences from own...
tree
|
commitdiff
2015-11-07
Michael Kruse
Fix non-affine region dominance of implicitely stored...
tree
|
commitdiff
2015-11-06
Duncan P. N. Exon...
polly/ADT: Remove implicit ilist iterator conversions...
tree
|
commitdiff
2015-11-06
Tobias Grosser
Add missing '%loadPolly' to test case
tree
|
commitdiff
2015-11-06
Michael Kruse
Fix reuse of non-dominating synthesized value in subreg...
tree
|
commitdiff
2015-11-06
Tobias Grosser
Adjust debug metadata to LLVM changes in 252219
tree
|
commitdiff
2015-11-05
Tobias Grosser
ScopInfo: Allocate globally unique memory access identi...
tree
|
commitdiff
2015-11-05
Tobias Grosser
RunTimeDebugBuilder: Allocate memory _after_ knowing...
tree
|
commitdiff
2015-11-05
Michael Kruse
Use per-BB value maps for non-exit BBs
tree
|
commitdiff
2015-11-05
Michael Kruse
Fix escaping value to subregion entry node phi
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Simplify and correct preloading of base pointer...
tree
|
commitdiff
2015-11-03
Johannes Doerfert
Remove read-only statements from the SCoP
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[NFC] Name invariant load parameters after base pointer
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Ensure base pointer origin was preloaded already
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Carefully rewrite parameters wrt. invariant equiv...
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Correctly update SAI base pointer
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Do not crash in the presence of infinite loops.
tree
|
commitdiff
2015-11-03
Johannes Doerfert
[FIX] Use appropriately sized types for big constants
tree
|
commitdiff
2015-11-02
Tobias Grosser
ScopInfo: Bail out in case of mismatching array dimensi...
tree
|
commitdiff
2015-11-02
Tobias Grosser
Remove old and redundant options
tree
|
commitdiff
next