Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2022-03-02Revert "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo
2022-03-02[cmake] Prefix gtest and gtest_main with "llvm_".Stella Laurenzo
2022-03-02[libc][NFC] Add a static assert for futex size.Siva Chandra Reddy
2022-03-01[libc] Remove the remaining uses of stdatomic.h.Siva Chandra Reddy
2022-03-01[libc] Add LLVM_LIBC_CLANG_TIDY option and allow LLVM_LIBC_ENABLE_LINTING wit...Tue Ly
2022-03-01[libc] Add a class "Atomic" as a simple equivalent of std::atomic.Siva Chandra Reddy
2022-03-01Use __builtin_clz to find leading 1 in generic sqrt (where possible)Clint Caywood
2022-02-18[libc][automemcpy] Discard aggrated samples from JSONGuillaume Chatelet
2022-02-17[libc] Add exit and atexitAlex Brachet
2022-02-17[libc][automemcpy] Introduce geomean of scores as a tie breakerGuillaume Chatelet
2022-02-17[llvm][automemcpy] Allow distribution filtering in analysisGuillaume Chatelet
2022-02-17[libc][automemcpy] Add mean/variance and simplify implementationGuillaume Chatelet
2022-02-17[libc] Use '+' constraint on inline assemblyAlex Brachet
2022-02-16[libc] Improve hypotf performance with different algorithm correctly rounded ...Tue Ly
2022-02-16[lib][Obvious] Fix style in a few include directives.Siva Chandra Reddy
2022-02-16Rewrite much of the index page for libcJeff Bailey
2022-02-16Implement basic loader for Linux aarch64Jeff Bailey
2022-02-16[libc] change ASAN condition to generator expressionMichael Jones
2022-02-15[libc] Improve performance of generic hypot when the exponent difference is s...Tue Ly
2022-02-15[libc] Add a platform independent buffered file IO data structure.Siva Chandra Reddy
2022-02-14[libc] [Obvious] Fix.Raman Tenneti
2022-02-14[libc] [Obvious] Fix.Raman Tenneti
2022-02-14[libc] Create cpp::IntegerSequence analogous to std::integer_sequenceAlex Brachet
2022-02-14Introduce getenv to LLVM libcRaman Tenneti
2022-02-14[libc][cpp] Add a constructor to ArrayRef to construct from void * data.Siva Chandra Reddy
2022-02-14[libc][benchmark] Fix change in JSon APIGuillaume Chatelet
2022-02-12[libc][Obvious][NFC] Move CPP tests to the correct nested directory.Siva Chandra Reddy
2022-02-12[libc] Fix allocator inclusionMichael Jones
2022-02-10[libc][obvious] only include vector with mallocMichael Jones
2022-02-10[libc] add a vector internal classMichael Jones
2022-02-09[libc] undefined reference in LibcTest.cppGuillaume Chatelet
2022-02-09[libc][Obvious] Fix typo in mkdir and mkdirat implementations.Siva Chandra Reddy
2022-02-08[libc] Replace type punning with bit_castGuillaume Chatelet
2022-02-08[libc][NFC] Remove all Linux specific code to respective linux/ directoriesAlex Brachet
2022-02-08[libc] Optimized version of memmoveGuillaume Chatelet
2022-02-08[libc] Don't use Clang flags on other compilersGuillaume Chatelet
2022-02-08[libc] Disable rtti/expectionsGuillaume Chatelet
2022-02-08[libc][NFC] moving template specialization outside class declarationGuillaume Chatelet
2022-02-08[libc] Return a float NaN for log1pf instead of double NaN.Tue Ly
2022-02-08[libc] Fix mixed-sign comparison warnings and an out-of-bound access in high_...Tue Ly
2022-02-08[libc][Obvious] Suppress unused-variable warnings from syscall_unittest.Tue Ly
2022-02-08[libc] Implement log1pf correctly rounded to all rounding modes.Tue Ly
2022-02-04[libc] Set default CXX_STANDARD to C++17 and let targets set their own standa...Tue Ly
2022-02-04[libc][Obvious] Fix a mismatch signature of HighPrecisionDecimal::should_roun...Tue Ly
2022-02-02[libc] Populate rtti/eh flags for all targetsGuillaume Chatelet
2022-02-02[libc] use llvm_update_compile_flags to populate rtti/exception compilation f...Guillaume Chatelet
2022-02-02[NFC][libc] Remove unneeded gtest and benchmark configurationGuillaume Chatelet
2022-02-02[libc] Fix automemcpy test by adding memmove configurationGuillaume Chatelet
2022-02-01[libc] Add a few missing deps, includes, and fix a few typos.Siva Chandra
2022-02-01[libc] Adjust few fcntl macros for aarch64.Siva Chandra Reddy