Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-11 | Revert "libc: Remove `extern "C"` from main declarations" (#102827) | Schrodinger ZHU Yifan | 1 | -1/+1 | |
Reverts llvm/llvm-project#102825 | |||||
2024-08-11 | libc: Remove `extern "C"` from main declarations (#102825) | David Blaikie | 1 | -1/+1 | |
This is invalid in C++, and clang recently started warning on it as of #101853 | |||||
2024-06-26 | [libc] NVPTX Profiling (#92009) | jameshu15869 | 1 | -0/+6 | |
PR for adding microbenchmarking infrastructure for NVPTX. `nvlink` cannot perform LTO, so we cannot inline `libc` functions and this function call overhead is not adjusted for during microbenchmarking. |