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
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: Default LIBC_INSTALL_PREFIX to ${CMAKE_INSTALL_PREFIX}
Nathan Chancellor
2021-03-30
1
-1
/
+1
*
[libc] Fix msan/asan memcpy reentrancy
Guillaume Chatelet
2021-03-30
5
-23
/
+67
*
[libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.
Raman Tenneti
2021-03-22
10
-17
/
+164
*
[libc][NFC] Add an alias named "check-llvmlibc" for "check-libc".
Siva Chandra
2021-03-22
2
-1
/
+4
*
[libc] Add a target "install-llvmlibc" to install LLVM libc static archive.
Siva Chandra
2021-03-22
2
-1
/
+22
*
[libc] Use add_library in add_entrypoint_library instead of invoking ar.
Siva Chandra
2021-03-20
1
-72
/
+46
*
This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.
Raman Tenneti
2021-03-16
12
-139
/
+532
*
[libc][Obvious] Fix except flags reading overflow detected by asan.
Siva Chandra Reddy
2021-03-13
1
-1
/
+1
*
[libc][Obvious] Add string tests to non-full-build mode.
Siva Chandra Reddy
2021-03-12
1
-1
/
+1
*
[libc] Adjust full build entrypoints for aarch64.
Siva Chandra
2021-03-12
1
-5
/
+10
*
[libc] Introduce a full build mode CMake option.
Siva Chandra Reddy
2021-03-12
8
-53
/
+91
*
[libc][NFC] Move the template implementation of integer_abs to __support.
Siva Chandra Reddy
2021-03-11
8
-29
/
+25
*
Rename top-level LICENSE.txt files to LICENSE.TXT
Leonard Chan
2021-03-10
1
-0
/
+0
*
[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
3
-0
/
+8
*
[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
6
-103
/
+97
*
[libc][NFC] Exclude few targets from the `all` target.
Siva Chandra Reddy
2021-02-24
2
-0
/
+5
*
[libc][NFC] Remove headergen for the cacheline size macro.
Siva Chandra Reddy
2021-02-24
8
-60
/
+20
*
[libc][NFC] Merge llvmlibc and llvmlibm targets in to a single target.
Siva Chandra Reddy
2021-02-23
5
-37
/
+41
*
[libc] Add a standalone flavor of an equivalent of std::string_view.
Siva Chandra Reddy
2021-02-23
6
-7
/
+241
*
[libc] Add exhaustive test for sqrtf.
Tue Ly
2021-02-23
5
-0
/
+47
*
[libc][NFC] Eliminate couple of dependencies on llvm/ADT/StringExtras.h.
Siva Chandra Reddy
2021-02-22
2
-4
/
+1
*
[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
6
-161
/
+705
*
[libc] Add implementations of the remaining fenv functions.
Siva Chandra Reddy
2021-02-18
25
-19
/
+707
*
[libc][NFC] Make few maths functions buildable outside of LLVM libc build.
Siva Chandra Reddy
2021-02-16
3
-7
/
+4
*
Fix errors in distributions
Guillaume Chatelet
2021-02-11
1
-14
/
+14
*
[libc][aarch64] Enable a bunch of math functions.
Siva Chandra
2021-02-05
1
-0
/
+18
*
[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
10
-36
/
+183
*
[libc][NFC] Add a death test API adaptation macro
Michael Jones
2021-02-01
9
-7
/
+11
*
[libc] Small adjustments to fenv tests
Michael Jones
2021-02-01
2
-4
/
+14
*
[libc][Obvious] Fix typo
Cheng Wang
2021-01-29
1
-1
/
+1
*
[libc][Obvious] Remove DEPS for unistd.h in CMake file of memmove.
Cheng Wang
2021-01-29
1
-1
/
+0
*
[libc][NFC] Add a few casts to suppress loss of precision warnings
Michael Jones
2021-01-29
1
-4
/
+6
*
[CMake][libc] Support cross-compiling libc-hdrgen
Petr Hosek
2021-01-28
4
-6
/
+9
*
[CMake][libc] Don't do CPU feature detection when cross-compiling
Petr Hosek
2021-01-28
2
-14
/
+24
*
[libc] Fix list of public headers usable on aarch64.
Siva Chandra
2021-01-27
1
-1
/
+3
*
[libc] Fix the CMake var name of the list of public headers.
Siva Chandra
2021-01-27
1
-1
/
+1
*
[libc] Include only the relevant header files in the integration test.
Siva Chandra
2021-01-27
2
-1
/
+14
*
[libc] Disable sqrtl_test on non-x86 platforms.
Siva Chandra
2021-01-27
1
-12
/
+20
*
[libc][NFC] Use a end of list marker for cpu feature detection.
Siva Chandra Reddy
2021-01-27
1
-0
/
+3
*
[libc] Distinguish compiler and run failures
Petr Hosek
2021-01-21
1
-2
/
+4
*
[libc][NFC][obvious] fix the names of MPFR tests
Michael Jones
2021-01-20
6
-21
/
+30
*
[libc][NFC] add "LlvmLibc" as a prefix to all test names
Michael Jones
2021-01-20
121
-443
/
+487
*
[libc] Extend the current fenv functions to aarch64.
Siva Chandra
2021-01-19
3
-0
/
+213
*
[libc][NFC] remove dependency on non standard ssize_t
Guillaume Chatelet
2021-01-19
1
-10
/
+14
[next]