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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Polly tests dependencies explicit
serge-sans-paille
2020-06-17
1
-0
/
+2
*
Use components instead of libraries in Polly linkage step
serge-sans-paille
2020-06-17
1
-39
/
+32
*
[Polly][docs] Polly release notes.
Michael Kruse
2020-03-01
1
-9
/
+12
*
Revert "[Polly][docs] Polly release notes."
Hans Wennborg
2020-02-26
1
-41
/
+1
*
[CMake] Default to static linking for subprojects.
Michael Kruse
2020-02-26
1
-0
/
+1
*
[Polly][docs] Polly release notes.
Michael Kruse
2020-02-25
1
-1
/
+41
*
Fix several issues with compiler extensions
serge-sans-paille
2020-01-10
1
-0
/
+1
*
[cmake] Use source-groups in Polly.
Christopher Tetreault
2020-01-07
2
-0
/
+36
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-06
1
-1
/
+1
*
Polly: Fix a tag type mismatch (struct/class)
David Blaikie
2020-01-02
1
-1
/
+1
*
Generalize the pass registration mechanism used by Polly to any third-party tool
serge_sans_paille
2020-01-02
8
-53
/
+67
*
[polly][Support] Un-break polly tests
Alexandre Ganea
2020-01-01
1
-1
/
+2
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
40
-58
/
+58
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
30
-52
/
+52
*
[IR] Include more target specific intrinsic headers
Heejin Ahn
2019-12-14
1
-0
/
+1
*
[IR] Include target specific intrinsic headers
Heejin Ahn
2019-12-12
2
-2
/
+2
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
[GPGPU] Fix depricated warning.
Michael Kruse
2019-11-14
1
-1
/
+1
*
[GPGPU] Fix #includes.
Michael Kruse
2019-11-14
2
-0
/
+2
*
Move CodeGenFileType enum to Support/CodeGen.h
Reid Kleckner
2019-11-13
1
-2
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
10
-0
/
+10
*
[GPGPU] Fix regression test after 395124.
Michael Kruse
2019-11-13
1
-1
/
+1
*
[CodeGen] Fix getArrayAccessFor crashes as in bug 32534 with -polly-vectorize...
Michael Kruse
2019-11-12
1
-2
/
+2
*
[www] More HTTPS and outdated link fixes.
Stephan T. Lavavej
2019-11-08
4
-12
/
+12
*
[www] Change URLs to HTTPS.
Stephan T. Lavavej
2019-10-24
9
-51
/
+51
*
Fix Polly
Guillaume Chatelet
2019-10-21
2
-6
/
+6
*
[ScopBuilder] Fix bug 38358 by preserving correct order of ScopStmts.
Michael Kruse
2019-10-17
2
-6
/
+112
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-2
/
+2
*
[Polly] Fix formatting violation. NFC.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
[Stats] More polly fixes following llvm::Statistic changes in r374490.
Volodymyr Sapsai
2019-10-11
2
-5
/
+5
*
[Stats] Fix polly build due to change in llvm::Statistic constructor in r374490.
Volodymyr Sapsai
2019-10-11
1
-3
/
+1
*
[Alignment][NFC] Remove StoreInst::setAlignment(unsigned)
Guillaume Chatelet
2019-10-03
1
-1
/
+1
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+2
*
[Alignment] Fix polly build
Guillaume Chatelet
2019-09-30
2
-3
/
+4
*
Revert "Update polly test for SCEV change."
Tim Northover
2019-09-30
1
-1
/
+1
*
[CodeGen] Handle outlining of CopyStmts.
Michael Kruse
2019-09-17
2
-3
/
+76
*
[Polly] Fix lib/Transform/ScheduleOptimizer.cpp compilation on Solaris
Rainer Orth
2019-09-13
1
-3
/
+4
*
[ScopBuilder] Skip getting leader when merging statements to close holes.
Michael Kruse
2019-09-13
2
-4
/
+90
*
[DependenceInfo] Compute WAR dependence info using ISL kills. NFC.
Michael Kruse
2019-08-29
1
-114
/
+16
*
[ScopBuilder] Remove superfluous while loop in buildDomains. NFC.
Michael Kruse
2019-08-29
1
-4
/
+0
*
[ScopBuilder] Simplify main statement flag in buildEqivClassBlockStmts. NFC.
Michael Kruse
2019-08-26
1
-11
/
+7
*
[Polly] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
2
-2
/
+2
*
[Polly-ACC] Fix test after IR-printer change.
Michael Kruse
2019-08-13
1
-1
/
+1
*
[NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder.
Dominik Adamski
2019-08-06
4
-1038
/
+1094
*
[NFC][ScopBuilder] Move addUserAssumptions to ScopBuilder
Dominik Adamski
2019-08-06
4
-118
/
+152
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
2
-2
/
+2
*
[Polly] Clang complains about missing virtual destructor
Guillaume Chatelet
2019-07-22
1
-0
/
+2
*
Update polly test for SCEV change.
Eli Friedman
2019-07-18
1
-1
/
+1
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
2
-6
/
+6
*
[NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...
Dominik Adamski
2019-07-17
6
-320
/
+327
[next]