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
/
libc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc] Add endianness support
Guillaume Chatelet
2021-04-16
2
-0
/
+143
*
[libc] Make FPBits a union.
Siva Chandra Reddy
2021-04-13
1
-8
/
+8
*
[libc] Fix msan/asan memcpy reentrancy
Guillaume Chatelet
2021-03-30
4
-22
/
+66
*
[libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.
Raman Tenneti
2021-03-22
5
-15
/
+73
*
This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.
Raman Tenneti
2021-03-16
6
-130
/
+225
*
[libc][Obvious] Fix except flags reading overflow detected by asan.
Siva Chandra Reddy
2021-03-13
1
-1
/
+1
*
[libc] Introduce a full build mode CMake option.
Siva Chandra Reddy
2021-03-12
1
-4
/
+9
*
[libc][NFC] Move the template implementation of integer_abs to __support.
Siva Chandra Reddy
2021-03-11
8
-29
/
+25
*
[libc][Obvious] Add a file which was missed in 001a12ed59c354aa759ff3e104748c...
Siva Chandra Reddy
2021-03-08
1
-0
/
+19
*
[libc][NFC] Make x86_64 fenv functions msan safe.
Siva Chandra Reddy
2021-03-08
1
-0
/
+1
*
[libc][NFC] Make few fenv functions work with fexcept_t from other libcs.
Siva Chandra Reddy
2021-03-04
2
-8
/
+5
*
[libc] Remove redundant header files included from internal paths.
Siva Chandra Reddy
2021-03-03
1
-2
/
+1
*
[libc][NFC] Remove headergen for the cacheline size macro.
Siva Chandra Reddy
2021-02-24
8
-60
/
+20
*
[libc] [Obvious] Fix.
Raman Tenneti
2021-02-22
2
-4
/
+4
*
Changes to mktime to handle invalid dates, overflow and underflow andcalculat...
Raman Tenneti
2021-02-22
3
-88
/
+273
*
[libc] Add implementations of the remaining fenv functions.
Siva Chandra Reddy
2021-02-18
13
-0
/
+338
*
[libc] Add aarch64 flavors of floor, round, sqrt and trunc.
Siva Chandra
2021-02-05
11
-12
/
+242
*
[libc][NFC] Move generic math implementations to the generic directory.
Siva Chandra
2021-02-03
85
-959
/
+1063
*
[LIBC] Add optimized memcpy routine for AArch64
Andre Vieira
2021-02-03
3
-0
/
+74
*
[libc] Add hardware implementations of ceil and ceilf for aarch64.
Siva Chandra
2021-02-02
8
-36
/
+142
*
[libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove.
Cheng Wang
2021-01-29
1
-1
/
+0
*
[libc][NFC] remove dependency on non standard ssize_t
Guillaume Chatelet
2021-01-19
1
-10
/
+14
*
[libc] CopyAlignedBlocks can now specify alignment on top of block size
Guillaume Chatelet
2021-01-15
2
-13
/
+24
*
[libc] Allow customization of memcpy via flags.
Guillaume Chatelet
2021-01-15
2
-14
/
+48
*
[libc] Add memmove implementation.
Cheng Wang
2021-01-15
3
-0
/
+93
*
[libc] Use #undef isascii in specific header
Roland McGrath
2021-01-14
1
-0
/
+2
*
[libc][NFC] change isblank and iscntrl from implicit casting
Michael Jones
2021-01-13
2
-2
/
+2
*
[libc] add isascii and toascii implementations
Michael Jones
2021-01-12
5
-0
/
+86
*
[libc][NFC] Make __support/common.h an in tree header.
Siva Chandra Reddy
2021-01-11
2
-16
/
+12
*
[libc][NFC] add includes for internal headers to all libc functions
Michael Jones
2021-01-09
94
-3
/
+95
*
[libc] Switch to use a macro which does not insert a section for every libc f...
Michael Jones
2021-01-08
146
-164
/
+184
*
[libc] Add implementation of fmaf.
Tue Ly
2021-01-06
3
-0
/
+93
*
[libc] Align src buffer instead of dst buffer
Guillaume Chatelet
2021-01-06
1
-1
/
+1
*
[libc] Add implementations of nextafter[f|l] functions.
Siva Chandra Reddy
2021-01-05
7
-0
/
+145
*
[libc] Add implementations of nearbyint[f|l].
Siva Chandra Reddy
2021-01-05
7
-0
/
+144
*
[libc] Add implementations of rounding functions which depend rounding mode.
Siva Chandra Reddy
2020-12-29
19
-0
/
+436
*
[libc] Add memcmp implementation.
Cheng Wang
2020-12-15
3
-0
/
+55
*
[libc] Add implementations of lround[f|l] and llround[f|l].
Siva Chandra Reddy
2020-12-11
13
-0
/
+288
*
[libc] Add [l|ll]abs implementation.
Cheng Wang
2020-12-11
8
-0
/
+172
*
[libc] Add simple x86_64 floating point exception and rounding mode support.
Siva Chandra Reddy
2020-12-03
12
-0
/
+239
*
[libc] Add implementation of hypot.
Tue Ly
2020-12-03
4
-207
/
+50
*
[libc] Add strncpy implementation.
Cheng Wang
2020-12-02
3
-0
/
+56
*
Initial commit of mktime.
Raman Tenneti
2020-11-30
4
-0
/
+161
*
[libc] Improve memcpy copy loop
Guillaume Chatelet
2020-11-30
1
-3
/
+4
*
[libc] Switch functions to using global headers
Michael Jones
2020-11-21
9
-10
/
+10
*
[libc] Add implementations of ldexp[f|l].
Siva Chandra Reddy
2020-11-17
7
-0
/
+144
*
[libc] Add implementations of fdim[f|l].
Tue Ly
2020-11-10
7
-0
/
+144
*
[libc] Add implementations of ilogb[f|l].
Siva Chandra Reddy
2020-11-05
7
-0
/
+138
*
[LIBC][NFC] Rename errno and assert files to match other files with functions
Michael Jones
2020-11-03
8
-21
/
+50
*
[libc] Add implementation for hypotf
Tue Ly
2020-09-17
3
-0
/
+252
[next]