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
/
test
/
Isl
/
CodeGen
/
OpenMP
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
2
-2
/
+2
*
[CodeGen] Handle outlining of CopyStmts.
Michael Kruse
2019-09-17
1
-0
/
+72
*
[CodeGen] LLVM OpenMP Backend.
Michael Kruse
2019-03-19
3
-8
/
+134
*
[ScopBuilder] Make -polly-stmt-granularity=scalar-indep the default.
Michael Kruse
2018-02-03
2
-2
/
+2
*
[OpenMP] Fix reference collection of latest base ptrs.
Michael Kruse
2017-10-31
2
-3
/
+47
*
UnXFAIL tests that previously failed VerifyDFSNumbers
Jakub Kuderski
2017-10-03
2
-6
/
+0
*
XFAIL two test that fail VerifyDFSNumbers DominatorTree check
Jakub Kuderski
2017-10-03
2
-0
/
+6
*
[CodeGen] Use isLatestArrayKind().
Michael Kruse
2017-08-09
1
-0
/
+58
*
[tests] Set -polly-import-jscop-dir=%S always
Tobias Grosser
2017-07-11
2
-4
/
+4
*
[Polly] Generate more 'canonical' induction variable
Hongbin Zheng
2017-05-12
1
-2
/
+1
*
[OpenMP] Do not emit lifetime markers for context
Tobias Grosser
2017-03-18
3
-11
/
+3
*
[ScopDetection] Require LoadInst base pointers to be hoisted.
Michael Kruse
2017-03-07
2
-4
/
+4
*
[tests] Make sure tests do not end in 'unreachable'
Tobias Grosser
2017-03-07
1
-1
/
+1
*
[tests] Force invariant load hoisting for test cases that need it
Tobias Grosser
2016-08-15
4
-4
/
+4
*
This reverts recent expression type changes
Tobias Grosser
2016-06-11
3
-10
/
+6
*
Use minimal types for generated expressions
Johannes Doerfert
2016-06-06
3
-6
/
+10
*
Check overflows in RTCs and bail accordingly
Johannes Doerfert
2016-05-12
1
-4
/
+4
*
[FIX] Do not recompute SCEVs but pass them to subfunctions
Johannes Doerfert
2016-04-09
1
-3
/
+3
*
[FIX] Teach the ScopExpander about parallel subfunctions
Johannes Doerfert
2016-04-08
1
-0
/
+44
*
Separate more constant factors of parameters
Johannes Doerfert
2016-02-14
1
-2
/
+2
*
executeScopConditionally: Introduce special exiting block
Tobias Grosser
2015-12-09
1
-1
/
+1
*
Consolidate invariant loads
Johannes Doerfert
2015-10-09
1
-0
/
+35
*
tests: Drop -polly-detect-unprofitable and -polly-no-early-exit
Tobias Grosser
2015-10-06
16
-27
/
+27
*
Hand down referenced & globally mapped values to the subfunction
Johannes Doerfert
2015-10-02
3
-1
/
+111
*
[FIX] Parallel codegen for invariant loads
Johannes Doerfert
2015-10-01
1
-0
/
+33
*
Reapply "BlockGenerator: Generate synthesisable instructions only on-demand"
Tobias Grosser
2015-09-30
1
-4
/
+4
*
Revert "BlockGenerator: Generate synthesisable instructions only on-demand"
Johannes Doerfert
2015-09-29
1
-4
/
+4
*
OpenMP: Name addresses in subfunction structure
Tobias Grosser
2015-09-28
1
-2
/
+2
*
BlockGenerator: Generate synthesisable instructions only on-demand
Tobias Grosser
2015-09-28
1
-4
/
+4
*
BlockGenerator: Simplify code generated for scop statements
Tobias Grosser
2015-09-27
1
-4
/
+4
*
Create parallel code in a separate block
Johannes Doerfert
2015-09-26
2
-2
/
+2
*
Propagate exit conditions as described in the PET paper
Johannes Doerfert
2015-09-14
2
-6
/
+9
*
Clean-up unit tests
Michael Kruse
2015-09-10
5
-6
/
+0
*
Replace ScalarEvolution based domain generation
Johannes Doerfert
2015-09-10
3
-23
/
+16
*
Do not use '.' in subfunction names
Tobias Grosser
2015-09-08
9
-15
/
+15
*
Add forgotten .jscop file
Tobias Grosser
2015-09-05
1
-0
/
+21
*
OpenMP: Name the values passed to the subfunciton according to the original l...
Tobias Grosser
2015-09-05
2
-18
/
+17
*
OpenMP codegen: support generation of multi-dimensional access functions
Tobias Grosser
2015-09-05
1
-0
/
+78
*
Generate scalar initialization loads at the beginning of the start BB
Tobias Grosser
2015-08-31
1
-0
/
+45
*
OpenMP-codegen: Correctly pass function arguments to subfunctions
Tobias Grosser
2015-08-31
1
-0
/
+59
*
Traverse the SCoP to compute non-loop-carried domain conditions
Johannes Doerfert
2015-08-30
1
-3
/
+3
*
Generate alias metadata even in OpenMP mode
Tobias Grosser
2015-08-19
1
-0
/
+52
*
Fix test case after recent LLVM changes
Tobias Grosser
2015-08-13
1
-2
/
+2
*
Changed renaming of local symbols by inserting a dot before the numeric suffix.
Sunil Srivastava
2015-05-12
2
-2
/
+2
*
Rename IslCodeGeneration to CodeGeneration
Tobias Grosser
2015-05-12
10
-17
/
+17
*
Remove target triples from test cases
Tobias Grosser
2015-04-21
8
-8
/
+0
*
Update Polly tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
4
-9
/
+9
*
Update Polly tests to handle explicitly typed gep changes in LLVM
David Blaikie
2015-02-27
10
-20
/
+20
*
ScopDetection: Only detect scops that have at least one read and one write
Tobias Grosser
2015-02-19
10
-27
/
+27
*
[FIX] Updated test case (fixed names -> regular expressions)
Johannes Doerfert
2015-02-02
1
-12
/
+12
[next]