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
/
libcxx
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
15
-60
/
+45
*
Bump the trunk version to 9.0.0svn
Hans Wennborg
2019-01-16
2
-2
/
+2
*
Fix feature test macros for atomics/mutexes without threading
Eric Fiselier
2019-01-16
1
-4
/
+12
*
Fix PR40230 - std::pair may have padding on FreeBSD.
Eric Fiselier
2019-01-16
1
-1
/
+2
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
8
-45
/
+57
*
Implement feature test macros using a script.
Eric Fiselier
2019-01-16
1
-91
/
+187
*
[libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...
Petr Hosek
2019-01-13
2
-0
/
+8
*
Change from a to a . Fixes PR#39871.
Marshall Clow
2019-01-11
4
-15
/
+15
*
[libcxx] Call __count_bool_true for bitset count
Adhemerval Zanella
2019-01-11
1
-1
/
+1
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
1
-29
/
+157
*
[libcxx] Reorganize tests since the application of P0602R4
Louis Dionne
2019-01-10
2
-6
/
+6
*
Set the buffer of an fstream to empty when the underlying file is closed. Thi...
Marshall Clow
2019-01-08
1
-0
/
+1
*
[libcxx] Optimize vectors construction of trivial types from an iterator rang...
Volodymyr Sapsai
2019-01-08
1
-9
/
+17
*
Fix PR39749 - Headers containing just #error harm __has_include.
Eric Fiselier
2019-01-06
8
-19
/
+99
*
[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
Louis Dionne
2018-12-21
1
-6
/
+2
*
[NFC] Fix typo in comment
Louis Dionne
2018-12-21
1
-1
/
+1
*
Don't forward declare _FilesystemClock in C++03
Eric Fiselier
2018-12-21
1
-0
/
+2
*
Implement LWG 3065: Make path operators friends.
Eric Fiselier
2018-12-21
1
-37
/
+25
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
2
-31
/
+42
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-21
/
+27
*
[libcxx][NFC] Properly indent nested #ifdefs and #defines
Louis Dionne
2018-12-17
1
-7
/
+7
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
1
-4
/
+30
*
[regex] Use distinct __regex_word on NetBSD
Michal Gorny
2018-12-16
1
-0
/
+4
*
When resolving a merge conflict, I put something inside an #ifdef. Fixed.
Marshall Clow
2018-12-14
1
-1
/
+1
*
Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...
Marshall Clow
2018-12-14
11
-0
/
+185
*
[libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabled
Thomas Anderson
2018-12-13
1
-1
/
+5
*
[libcxx] Add assertion in deque::pop_back when popping from an empty deque
Louis Dionne
2018-12-12
1
-4
/
+5
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
*
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
Marshall Clow
2018-12-11
11
-3
/
+151
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
1
-21
/
+1
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
1
-1
/
+21
*
Add a version of std::function that includes a few optimizations in ABI V2.
Eric Fiselier
2018-12-11
2
-0
/
+305
*
Refactor std::function to more easily support alternative implementations.
Eric Fiselier
2018-12-10
1
-200
/
+310
*
[libcxx] Add paranoid cast-to-void in comma operator
Louis Dionne
2018-12-07
1
-1
/
+1
*
[libc++] Improve diagnostics for non-const comparators and hashers in associa...
Louis Dionne
2018-12-06
6
-66
/
+41
*
[libcxx] Don't depend on availability markup to provide the streams in the dylib
Louis Dionne
2018-12-06
4
-9
/
+12
*
[libcxx] Implement P0318: unwrap_ref_decay and unwrap_reference
Louis Dionne
2018-12-03
3
-35
/
+35
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
2
-0
/
+4
*
Revert commit r347904 because it broke older compilers
Marshall Clow
2018-11-29
2
-4
/
+0
*
First part of P0482 - Establish that char8_t is an integral type, and that nu...
Marshall Clow
2018-11-29
2
-0
/
+4
*
[libcxx] Remove bad_array_length
Louis Dionne
2018-11-29
2
-37
/
+0
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
6
-45
/
+35
*
Implement P0966 - string::reserve should not shrink
Marshall Clow
2018-11-28
1
-1
/
+3
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
6
-35
/
+45
*
[libcxx] Remove dynarray
Louis Dionne
2018-11-28
4
-312
/
+0
*
[libcxx] Apply _LIBCPP_INLINE_VISIBILITY for std::hash for string_view
Louis Dionne
2018-11-28
1
-9
/
+4
*
Implement P1085R2 - Should Span be Regular?. This consists entirely of deletions
Marshall Clow
2018-11-27
1
-44
/
+0
*
Remove duplicate _LIBCPP_INLINE_VISIBILITY attributes.
Eric Fiselier
2018-11-26
1
-60
/
+60
*
Add basic_string::__resize_default_init (from P1072)
Eric Fiselier
2018-11-26
1
-0
/
+34
*
[libcxx] Remove unused definition of aligned allocation macro on old OS X
Louis Dionne
2018-11-21
1
-5
/
+0
[next]