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
/
pstl
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pstl] Allow customizing whether per-TU insulation is provided
Louis Dionne
2019-08-13
21
-0
/
+92
*
[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
2
-0
/
+17
*
[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
*
[pstl] Fully qualify pstl names.
Eric Fiselier
2019-07-31
3
-404
/
+401
*
[NFC][pstl] Run clang-format on the sources, including the tests
Louis Dionne
2019-07-18
2
-4
/
+5
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
1
-1
/
+1
*
[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
3
-86
/
+28
*
[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] Remove warnings in tests and headers
Louis Dionne
2019-06-19
2
-9
/
+8
*
[pstl] The optimized parallel versions of sort, stable_sort algorithms, TBB p...
Mikhail Dvorskiy
2019-06-06
3
-156
/
+573
*
[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
5
-33
/
+33
*
[pstl] Make the default backend be the serial backend and always provide para...
Louis Dionne
2019-04-24
8
-262
/
+9
*
[pstl] Add a serial backend for the PSTL
Louis Dionne
2019-04-18
3
-7
/
+143
*
[pstl] Remove the stdlib headers from the PSTL and move them to the tests
Louis Dionne
2019-04-16
4
-120
/
+0
*
[pstl] Setup the _PSTL_VERSION macro like _LIBCPP_VERSION, and add release notes
Louis Dionne
2019-04-11
1
-3
/
+5
*
[pstl] Move to single underscore-capital for macros and include guards
Louis Dionne
2019-04-10
25
-390
/
+390
*
[pstl] Fix incorrect forward declaration of __pattern_unique_copy
Louis Dionne
2019-04-10
1
-3
/
+5
*
[pstl] Add missing forward declarations for equal
Louis Dionne
2019-04-10
1
-5
/
+25
*
Fix header inclusion order failures
Louis Dionne
2019-04-10
5
-0
/
+9
*
[pstl] Improve the parallel version of std::equal
Louis Dionne
2019-04-03
2
-4
/
+62
*
[pstl] Mangle the parallel_strict_scan backend function
Louis Dionne
2019-04-01
3
-8
/
+9
*
[pstl] Indent preprocessor directives as part of the clang-format rules
Louis Dionne
2019-04-01
10
-73
/
+73
*
[pstl] Qualify calls to internal functions
Louis Dionne
2019-03-29
8
-441
/
+460
*
[pstl] Uglify internal names of the library
Louis Dionne
2019-03-28
18
-2466
/
+2622
*
[pstl] Introduce forward declarations
Louis Dionne
2019-03-28
8
-6
/
+1370
*
Restructure test suite to follow libc++ standard layout
Louis Dionne
2019-03-27
1
-0
/
+1
*
[pstl][NFC] Remove some warnings
Louis Dionne
2019-03-25
2
-2
/
+2
*
[PSTL][NFC] Add missing #include
Louis Dionne
2019-03-25
1
-0
/
+1
*
[pstl] Call the right overload of std::equal with an execution policy
Louis Dionne
2019-03-25
1
-4
/
+3
*
[pstl] Fix missing parallel policy guards
Louis Dionne
2019-03-01
1
-0
/
+4
*
[pstl] Remove some warnings when compiling with a recent Clang
Louis Dionne
2019-02-15
3
-27
/
+23
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
[pstl] Fix compile errors when PARALLEL_POLICIES is disabled
Louis Dionne
2019-01-10
2
-1
/
+111
*
[pstl] A fix of __pstl namespace usage for include/pstl/internal/glue_algorit...
Louis Dionne
2019-01-09
1
-99
/
+99
*
[pstl] Avoid shadowing explicit lambda capture with lambda parameter
Louis Dionne
2019-01-07
1
-24
/
+24
*
[NFC][pstl] Re-run Clang-format on the whole repository
Louis Dionne
2018-12-20
1
-2
/
+2
[next]