[packaging] Enable build in Clang environment
[platform/upstream/llvm.git] / libc /
2023-07-21 Joseph Huber[libc] Remove test RPC opcodes from the exported header
2023-07-21 Joseph Huber[libc] Disable 'DecodeInOtherBases` test on GPU targets
2023-07-21 Joseph Huber[libc] Treat the locks array as a bitfield
2023-07-20 Jon Chesterfield[libc] Fix line reporting in assertion failure
2023-07-20 Michael Jones[libc][NFC] mark vprintf functions as inline
2023-07-20 Michael Jones[libc] Move printf writer to new design
2023-07-20 Joseph Huber[libc] Warn on use of global constructors in `libc`
2023-07-20 Joseph Huber[libc] Add an override option for specifying the loader...
2023-07-20 Jon Chesterfield[libc][amdgpu] Accept deadstripped clock_freq global
2023-07-20 Joseph Huber[libc] Remove global constructor in `getopt` implementation
2023-07-20 Joseph Huber[libc] Remove global constructors on File type
2023-07-20 Jon Chesterfield[libc][amdgpu] Tolerate different install directories...
2023-07-19 Joseph Huber[libc][NFC] Move the RPC types to the `rpc_client.h...
2023-07-19 Joseph Huber[libc] Fix global constructor being emitted for the...
2023-07-19 Joseph Huber[libc] Add basic support for calling host functions...
2023-07-19 Joseph HuberRevert "[libc] Treat the locks array as a bitfield"
2023-07-19 Guillaume Chatelet[libc][NFC] Rename files
2023-07-19 Guillaume Chatelet[libc][memfunctions] Explicit error when platform in...
2023-07-18 Michael Jones[libc][NFC] reuse variable in printf string conv
2023-07-18 Michael Jones[libc] Set min precision for strtofloat fuzz
2023-07-18 Joseph Huber[libc] Treat the locks array as a bitfield
2023-07-18 Joseph HuberRevert "[libc] Default the GPU build to the default...
2023-07-18 Joseph Huber[libc] Default the GPU build to the default memory...
2023-07-18 Jon ChesterfieldRevert "[libc][memfunctions] Explicit error when platfo...
2023-07-18 Guillaume Chatelet[libc][memfunctions] Explicit error when platform in...
2023-07-18 Guillaume Chatelet[libc][NFC] Split memmove implementations per platform
2023-07-17 Jay Foad[AMDGPU] Add targets gfx1150 and gfx1151
2023-07-17 Guillaume Chatelet[libc][NFC] Split memcmp implementations per platform
2023-07-17 Guillaume Chatelet[libc][NFC] Split memset implementations per platform
2023-07-13 Guillaume Chatelet[libc][NFC] Split memcpy implementations per platform
2023-07-13 Guillaume Chatelet[libc][NFC] Split bcmp implementations per platform
2023-07-12 Dominic Chen[libc][math] Fix floating-point test support on x86_64...
2023-07-11 Joseph Huber[libc][Obvious] Check if the state hasn't already been...
2023-07-11 Michael Jones[libc] adjust strtofloat precision for subnormals
2023-07-10 Joseph Huber[libc] Fix using the `libcgpu.a` for NVPTX in non-LTO...
2023-07-10 Joseph Huber[libc] Remove GPU string functions incompatible with C++
2023-07-10 Petr Hosek[NFC][libc] Use the new style includes for tests
2023-07-10 Petr Hosek[libc] Use LIBC_INCLUDE_DIR in CMake rules
2023-07-09 Guillaume Chatelet[libc][NFC] Move aligned access implementations to...
2023-07-09 Guillaume Chatelet[libc][NFC] Move memfunction's byte per byte implementa...
2023-07-08 Petr Hosek[libc] Use the new style includes for tests
2023-07-07 Petr HosekRevert "[libc] Set include directories for the str_to_f...
2023-07-07 Joseph Huber[libc] Add support for creating wrapper headers for...
2023-07-07 Petr HosekRevert "[libc] Use LIBC_INCLUDE_DIR in CMake rules"
2023-07-07 Petr Hosek[libc] Use LIBC_INCLUDE_DIR in CMake rules
2023-07-07 Petr Hosek[libc] Set include directories for the str_to_float...
2023-07-07 Joseph Huber[Libomptarget] Begin implementing support for RPC services
2023-07-07 Joseph Huber[libc] Enable aliasing on AMDGPU targets
2023-07-07 Guillaume Chatelet[libc] Adding a version of memcpy w/ software prefetching
2023-07-06 Joseph HuberRevert "[libc] Add support for creating wrapper headers...
2023-07-06 Joseph Huber[libc] Add support for creating wrapper headers for...
2023-07-05 Joseph Huber[libc] Support fopen / fclose on the GPU
2023-07-05 Joseph Huber[libc] Add GPU support for the 'inttypes.h' functions
2023-07-05 Joseph Huber[libc][Obvious] Fix timing on AMDGPU not being initialized
2023-07-05 Joseph Huber[libc][Obvious] Fix bad macro check on NVPTX tests
2023-07-05 Joseph Huber[libc] Support timing information in libc tests
2023-07-05 Michael Jones[libc] fix MPFR rounding problems in fuzz test
2023-07-05 Petr Hosek[libc] Use the new style includes
2023-07-05 Petr HosekRevert "[libc] Use LIBC_INCLUDE_DIR in CMake rules"
2023-07-05 Petr Hosek[libc] Use LIBC_INCLUDE_DIR in CMake rules
2023-07-05 Petr Hosek[libc] Check if the hermetic test target exists
2023-07-05 Siva Chandra[libc] Initiliaze the global pointer in riscv startup...
2023-07-04 Joseph Huber[libc] Remove flaky static assert from RPC interface
2023-07-03 Alfred Persson For... [libc] Correct usage of __unix__ and __linux__
2023-07-01 Petr Hosek[libc] Missing FEnvImpl.h dependency on math.h
2023-06-30 Roland McGrath[libc] Fix more inline definitions
2023-06-30 Roland McGrath[libc] Add missing cast in x86 big_endian_cmp_mask
2023-06-30 Joseph Huber[libc] Make the RPC server target always available
2023-06-30 Joseph Huber[libc] Add other RPC callback methods to the RPC server
2023-06-30 Guillaume Chatelet[libc] Improve memcmp latency and codegen
2023-06-29 Joseph Huber[libc] Enable the 'div' routines on the GPU
2023-06-29 Joseph Huber[libc] Fix the implementation of exit on the GPU
2023-06-29 Guillaume Chatelet[libc][NFC] Use SIZE_MAX instead of size_t(-1)
2023-06-29 Tue Ly[libc][NFC] Set rounding mode for sincosf exhaustive...
2023-06-28 Tue Ly[libc][math] Implement erff function correctly rounded...
2023-06-28 Guillaume Chatelet[libc][NFC] Separate avx/no-avx x86 memcpy implementations
2023-06-28 Tue Ly[libc] Fix missing dependency and linking option for...
2023-06-28 Tue Ly[libc][math] Clean up exhaustive tests implementations.
2023-06-26 Joseph Huber[libc] Allow the RPC client to be initialized via a...
2023-06-26 Tue Ly[libc][Obvious] Fix docs warning.
2023-06-23 Joseph Huber[libc] Add basic utility support for timing functions...
2023-06-23 Joseph Huber[libc][Obvious] Use the current binary dir instead...
2023-06-23 Joseph Huber[libc] Fix installing GPU headers
2023-06-23 Jon Chesterfield[libc] Factor specifics of packet type out of process
2023-06-23 Jon Chesterfield[libc] Simplify access permissions, change to compositi...
2023-06-23 Jon Chesterfield[libc] Instantiate and sanity check rpc class
2023-06-22 Jon Chesterfield[libc] Can build amdgpu libc even if rocm is missing
2023-06-22 Jon Chesterfield[libc] Move fences into outbox/wait-for-ownership test
2023-06-22 Jun Zhang[libc][NFC] Simplify return value logic in set_thread_ptr()
2023-06-22 Jon Chesterfield[libc] Add memory fences to device-local locking calls
2023-06-22 Petr Hosek[libc] Place headers in the right include directory
2023-06-21 Joseph Huber[libc] Rename and install the RPC server interface
2023-06-21 Joseph Huber[libc][NFC] Cleanup the RPC server implementation prior...
2023-06-21 Joseph Huber[libc][NFC] Move `__has_builtin` to `LIBC_HAS_BUILTIN`
2023-06-21 Guillaume ChateletRevert D148717 "[libc] Improve memcmp latency and codegen"
2023-06-21 Petr Hosek[libc] Support for riscv32
2023-06-21 Siva Chandra Reddy[libc] Make close function of the internal File class...
2023-06-20 Joseph Huber[libc] Remove disabled pass after performance improvement
2023-06-20 Joseph Huber[libc] Remove flexible array and replace with a template
2023-06-20 Mikhail R. Gadelha[libc] Fix libmath test compilation when using UInt<T>
next