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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
polly
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PollyACC] Fix declaration/stub definition mismatch. NFC.
Michael Kruse
2021-05-03
1
-78
/
+89
*
[PollyACC] Fix implicit function definitions. NFC.
Michael Kruse
2021-05-03
1
-0
/
+1
*
[Polly] Track defined behavior for PHI predecessor computation.
Michael Kruse
2021-01-23
32
-56
/
+252
*
[Polly] Allow param sets for dumpPw().
Michael Kruse
2021-01-23
1
-2
/
+2
*
[Polly] Clean up hasFeasibleRuntimeContext.
Michael Kruse
2021-01-23
2
-23
/
+7
*
[Polly] Gist new access relations using the SCoP context.
Michael Kruse
2021-01-23
6
-6
/
+7
*
[polly][NewPM][test] Fix polly tests under -enable-new-pm
Arthur Eubanks
2021-01-19
1
-1
/
+1
*
[Polly] Update isl to isl-0.23-61-g24e8cd12.
Michael Kruse
2021-01-19
137
-4460
/
+6986
*
[NFC] Rename ThinLTOPhase to ThinOrFullLTOPhase and move it from PassBuilder.h
Wei Mi
2021-01-13
1
-1
/
+1
*
[IR] Let IRBuilder's CreateVectorSplat/CreateShuffleVector use poison as plac...
Juneyoung Lee
2020-12-30
4
-7
/
+7
*
[Polly] Consider InvalidContext to determine partial READ.
Michael Kruse
2020-12-10
4
-0
/
+82
*
[Polly][CodeGen] Remove use of ScalarEvolution.
Michael Kruse
2020-12-07
2
-9
/
+71
*
[NFC] Reduce include files dependency.
dfukalov
2020-12-03
3
-11
/
+12
*
Creating a named struct requires only a Context and a name, but looking up a ...
Nick Lewycky
2020-11-30
1
-9
/
+17
*
[AA] Split up LocationSize::unknown()
Nikita Popov
2020-11-26
1
-1
/
+1
*
[Polly] Use LocationSize::unknown() (NFC)
Nikita Popov
2020-11-19
1
-1
/
+1
*
[Polly] Add override qualifiers.
Michael Kruse
2020-11-16
2
-4
/
+4
*
[Polly] Move SimplifyVisitor into polly namespace.
Michael Kruse
2020-11-16
2
-2
/
+4
*
[Polly] Fix memory leak.
Michael Kruse
2020-11-12
1
-0
/
+2
*
[Polly][OpTree] Fix mid-processing change of access kind.
Michael Kruse
2020-11-11
2
-6
/
+57
*
[Polly][OpTree] Better report applied changes.
Michael Kruse
2020-11-11
2
-7
/
+20
*
[Polly][ScopBuilder] Use only modeled instructions to compute statement granu...
Michael Kruse
2020-11-10
2
-7
/
+39
*
[polly] Fix -Wunused-lambda-capture and -Wunused-variable
Fangrui Song
2020-11-02
1
-0
/
+2
*
[SCEV] SCEVPtrToIntExpr simplifications
Roman Lebedev
2020-10-30
2
-17
/
+16
*
[SCEV] Introduce SCEVPtrToIntExpr (PR46786)
Roman Lebedev
2020-10-30
7
-22
/
+40
*
Avoid unnecessary uses of `MDNode::getTemporary`, NFC
Duncan P. N. Exon Smith
2020-10-26
1
-5
/
+3
*
Remove .svn from exclude list as we moved to git
Sylvestre Ledru
2020-10-21
2
-3
/
+0
*
[Polly] Delete unused lambda capture after 7175cffb2133048018df74c1b49d1d4962...
Fangrui Song
2020-10-20
1
-1
/
+1
*
[Polly] Reuse multiple uses in operand tree.
Michael Kruse
2020-10-20
3
-250
/
+442
*
Get the address space within getVectorPtrTy
Christopher Tetreault
2020-10-20
2
-13
/
+8
*
Polly - specify address space when creating a pointer to a vector type
Mark Schimmel
2020-10-14
3
-7
/
+97
*
Revert "Reland "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but a...
Roman Lebedev
2020-10-14
1
-1
/
+2
*
Reland "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but as zext/t...
Roman Lebedev
2020-10-12
1
-2
/
+1
*
Revert 1c021c64c "[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but...
Hans Wennborg
2020-10-12
1
-1
/
+2
*
[SCEV] Model ptrtoint(SCEVUnknown) cast not as unknown, but as zext/trunc/sel...
Roman Lebedev
2020-10-12
1
-2
/
+1
*
[NewPM] Use PassInstrumentation for -verify-each
Arthur Eubanks
2020-10-07
1
-5
/
+1
*
Revert "[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass"
Arthur Eubanks
2020-09-23
1
-1
/
+5
*
[NewPM] Add callbacks to PassBuilder to run before/after parsing a pass
Arthur Eubanks
2020-09-23
1
-5
/
+1
*
[Polly][NewPM] Port Simplify to the new pass manager
Pengxuan Zheng
2020-09-20
20
-546
/
+675
*
[Polly] Update map passed to SCEVParameterReweriter.
Florian Hahn
2020-09-18
1
-1
/
+3
*
[Windows][Polly] Disable LLVMPolly module for all compilers on Windows
Mateusz Mikuła
2020-09-15
2
-2
/
+2
*
[CMake][Polly] Remove dead CMake code
Raul Tambre
2020-09-07
2
-17
/
+1
*
[cmake] Make gtest include directories a part of the library interface
Pavel Labath
2020-08-27
1
-6
/
+0
*
[polly][cmake] Don't build LLVMPolly.so without PIC
Rainer Orth
2020-08-27
3
-6
/
+9
*
[Polly] Inline ShoulDelete lambda. NFC.
Michael Kruse
2020-08-26
2
-30
/
+28
*
[Polly] Use llvm::function_ref. NFC.
Michael Kruse
2020-08-26
2
-2
/
+2
*
Revert "[Polly] Ensure consistent Scop::InstStmtMap. NFC."
Michael Kruse
2020-08-22
2
-40
/
+7
*
[Polly] Ensure consistent Scop::InstStmtMap. NFC.
Michael Kruse
2020-08-22
2
-7
/
+40
*
[Polly] Fix use-after-free.
Michael Kruse
2020-08-22
3
-16
/
+136
*
[Polly] Update isl to isl-0.22.1-416-g61d6dc75.
Michael Kruse
2020-08-21
233
-4775
/
+49613
[next]