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
/
pstl
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pstl] Replace direct use of assert() with _PSTL_ASSERT
Thomas Rodgers
2020-11-02
6
-36
/
+38
*
[pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel bac...
Dvorskiy, Mikhail
2020-09-14
1
-79
/
+369
*
[libc++][pstl] Remove c++98 from UNSUPPORTED annotations
Louis Dionne
2020-07-29
60
-64
/
+64
*
[CMake] Bump CMake minimum version to 3.13.4
Louis Dionne
2020-07-22
1
-1
/
+1
*
Bump the trunk major version to 12
llvmorg-12-init
Hans Wennborg
2020-07-15
3
-7
/
+7
*
[pstl] Do not install the __config_site.in file
Louis Dionne
2020-07-08
1
-1
/
+2
*
[pstl] Fix a few errors when running PSTL tests through the libc++ test suite
Louis Dionne
2020-07-08
3
-23
/
+14
*
[pstl] A fix for move placement-new (and destroy) allocated objects from raw ...
Dvorskiy, Mikhail
2020-05-18
10
-53
/
+507
*
[pstl] Added missing double-underscore prefixes to some types
Ismail Pazarbasi
2020-04-15
1
-7
/
+7
*
[pstl] A hot fix for exclusive_scan (+ lost enable_if in declaration)
Mikhail Dvorskiy
2020-03-17
3
-6
/
+52
*
[pstl] Clean up parameter uglifications
Thomas Rodgers
2020-03-09
1
-6
/
+6
*
[pstl] A cleanup fix for sort parallel algorithm.
Dvorskiy, Mikhail
2020-03-05
1
-114
/
+62
*
[arcconfig] Delete subproject arcconfigs
Shoaib Meenai
2020-02-24
1
-4
/
+0
*
Bump the trunk major version to 11
llvmorg-11-init
Hans Wennborg
2020-01-15
3
-7
/
+7
*
[pstl] Allow customizing whether per-TU insulation is provided
Louis Dionne
2019-08-13
22
-0
/
+94
*
[pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKEND
Louis Dionne
2019-08-13
2
-6
/
+6
*
[NFC][pstl] Run clang-format
Louis Dionne
2019-08-08
1
-39
/
+38
*
[pstl] Remove stray semicolon
Louis Dionne
2019-08-08
1
-1
/
+1
*
[pstl] Error out when the backend is left unspecified
Louis Dionne
2019-08-08
1
-3
/
+1
*
[pstl] Add a __pstl_config_site header to record the CMake configuration
Louis Dionne
2019-08-08
3
-2
/
+28
*
[pstl] Make sure we install all of PSTL's include/ directory
Louis Dionne
2019-08-07
1
-1
/
+1
*
[pstl][libc++] Provide uglified header names for interface headers
Louis Dionne
2019-08-06
4
-0
/
+60
*
[NFC][pstl] Remove stray semi-colon
Louis Dionne
2019-08-05
1
-1
/
+1
*
[libc++] Take 2: Integrate the PSTL into libc++
Louis Dionne
2019-08-05
1
-0
/
+2
*
[pstl] Fully qualify pstl names.
Eric Fiselier
2019-07-31
3
-404
/
+401
*
Revert "[libc++] Integrate the PSTL into libc++"
Louis Dionne
2019-07-19
1
-2
/
+0
*
[libc++] Integrate the PSTL into libc++
Louis Dionne
2019-07-19
1
-0
/
+2
*
[NFC][pstl] Run clang-format on the sources, including the tests
Louis Dionne
2019-07-18
36
-118
/
+108
*
[pstl] Fix test that checked the version number after version bump
Louis Dionne
2019-07-18
1
-2
/
+2
*
[pstl] Declare main() as returning int, not int32_t
Louis Dionne
2019-07-18
59
-59
/
+59
*
Bump the trunk version to 10.0.0svn
llvmorg-10-init
Hans Wennborg
2019-07-18
2
-8
/
+8
*
[pstl] Use std::transform_reduce instead of hand-rolled implementation
Louis Dionne
2019-07-16
1
-5
/
+1
*
[NFC] Fix -Wreorder warning in TBB backend
Louis Dionne
2019-07-16
1
-2
/
+2
*
[pstl] Fix compilation with TBB backend
Louis Dionne
2019-07-16
1
-8
/
+8
*
[NFC][pstl] Remove unused utility code
Louis Dionne
2019-07-08
1
-84
/
+0
*
[pstl] Use a different namespace for each backend
Louis Dionne
2019-07-08
5
-21
/
+22
*
[pstl] Add missing includes
Louis Dionne
2019-07-05
15
-1
/
+24
*
[pstl] Use utilities from <functional> instead of reinventing the wheel
Louis Dionne
2019-07-04
6
-100
/
+42
*
[NFC][pstl] Do not name each header file in the leading comment
Louis Dionne
2019-07-04
22
-22
/
+22
*
[NFC][pstl] Run clang-format
Louis Dionne
2019-07-04
3
-30
/
+30
*
[pstl] Make sure we include the pstl_config header in the glue headers
Louis Dionne
2019-07-04
4
-0
/
+7
*
[pstl] Default to the serial backend when unspecified
Louis Dionne
2019-06-20
1
-1
/
+3
*
[pstl] Mark pstl tests as unsupported before C++17
Louis Dionne
2019-06-20
59
-2
/
+118
*
[pstl] Remove warnings in tests and headers
Louis Dionne
2019-06-19
41
-118
/
+117
*
[pstl] Disable workarounds for broken ICC versions when using Clang
Louis Dionne
2019-06-18
1
-0
/
+2
*
[pstl] Remove stray usage of pstl::execution instead of std::execution
Louis Dionne
2019-06-18
4
-7
/
+7
*
[pstl] The optimized parallel versions of sort, stable_sort algorithms, TBB p...
Mikhail Dvorskiy
2019-06-06
3
-156
/
+573
*
A test commit from Mikhail Dvorskiy (blank line, to pstl/trunk) according 'Ob...
Mikhail Dvorskiy
2019-06-03
1
-0
/
+1
*
[pstl] Use OpenMP pragmas with Clang, which supports them
Louis Dionne
2019-05-30
1
-1
/
+1
*
[pstl] Remove various warnings in the pstl headers and tests
Louis Dionne
2019-05-30
14
-53
/
+57
[next]