GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
polly
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
llvmorg-10-init
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
*
[NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilder
Dominik Adamski
2019-07-17
4
-253
/
+259
*
[NFC][ScopBuilder] Move addUserContext to ScopBuilder
Dominik Adamski
2019-07-16
4
-47
/
+48
*
[NFC][ScopBuilder] Move buildAliasChecks and its implementing methods to Scop...
Dominik Adamski
2019-07-16
4
-402
/
+420
*
[NFC][ScopBuilder] Move addRecordedAssumption to ScopBuilder
Dominik Adamski
2019-07-16
4
-56
/
+67
*
[ScopInfo][NFC] Add dot at the end of comment statement.
Dominik Adamski
2019-07-15
1
-1
/
+1
*
OpaquePtr: Update polly's calls to Loads.h API
Tim Northover
2019-07-09
2
-3
/
+5
*
[test] Add wrap flags after D61934.
Michael Kruse
2019-06-17
2
-3
/
+3
*
[ScopInliner] Register FunctionAnalysisManagerModuleProxy.
Michael Kruse
2019-06-17
1
-0
/
+1
*
[ScopBuilder] Move addInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
4
-180
/
+188
*
[ScopBuilder] Move getNonHoistableCtx to ScopBuilder. NFC.
Michael Kruse
2019-06-12
4
-136
/
+141
*
[ScopBuilder] Move hoistInvariantLoads to ScopBuilder. NFC.
Michael Kruse
2019-06-12
4
-51
/
+51
*
[ScheduleTreeTransform] Silence compiler warning. NFC.
Michael Kruse
2019-06-06
1
-1
/
+1
*
[ScopBuilder] Move canonicalizeDynamicsBasePtrs from ScopInfo. NFC.
Michael Kruse
2019-06-04
4
-99
/
+99
*
[ScopBuilder] Move verifyInvariantLoads function from ScopInfo. NFC.
Michael Kruse
2019-05-31
4
-30
/
+30
*
[ScheduleOptimizer] Hoist extension nodes after schedule optimization.
Michael Kruse
2019-05-31
9
-85
/
+724
*
[ScopBuilder] Move buildInvariantEquivalenceClasses function from ScopInfo. NFC.
Michael Kruse
2019-05-28
4
-36
/
+48
[next]