Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from llvm:main #56

Merged
merged 61 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
ef4f858
[BasicAA] Add test for incorrect handling of small index sizes (NFC)
nikic Dec 10, 2024
bc0976e
[LAA] Strip non-inbounds offset in getPointerDiff() (NFC) (#118665)
nikic Dec 10, 2024
f408171
[LV][NFC] Add test cases for FindLastIV reduction idiom. (#118519)
Mel-Chen Dec 10, 2024
cb4433b
[libcxx][test] Silence nodiscard warnings for `std::expected` (#119174)
StephanTLavavej Dec 10, 2024
740861d
[clang] Fix a crash issue that caused by handling of fields with init…
yronglin Dec 10, 2024
05b907f
[VectorCombine] foldShuffleOfShuffles - allow fold with only single s…
RKSimon Dec 10, 2024
f6289f1
[LoongArch] Enable `AllNBitUsers` checking for {DIV,MOD}.W{U} with di…
heiher Dec 10, 2024
cc1a2ea
[AArch64] Implement FP8 SVE intrinsics for widening conversions (#118…
momchil-velikov Dec 10, 2024
e6ba345
[X86][AVX10.2] Add comments for the avx10_2copyintrin.h file (#119238)
mikolaj-pirog Dec 10, 2024
20aed3f
[gn] port 2c0b8b10dd1a
nico Dec 10, 2024
f8a1f42
[test][flang][driver] Fix test that assumes libomp default (#119368)
pawosm-arm Dec 10, 2024
28a0ad0
[flang][hlfir] fix issue 118922 (#119219)
jeanPerier Dec 10, 2024
502c08e
[clang][ExprConst] Move vector diagnostics to checkBitCastConstexprEl…
tbaederr Dec 10, 2024
0ee5924
[clang] wasm cpu name is supposed to be lime1, not lime (#119262)
programmerjake Dec 10, 2024
e665e78
[SelectionDAG] Use the nuw flag when expanding loads. (#119288)
sunfishcode Dec 10, 2024
df4c5d5
workflows: Rewrite build-ci-container to work on larger runners (#117…
tstellar Dec 10, 2024
bd231da
[libc][workflow] address permission concern and add more comments (#1…
SchrodingerZhu Dec 10, 2024
8a494dd
Nominating Sven van Haastregt as OpenCL maintainer in Clang (#119383)
AnastasiaStulova Dec 10, 2024
dadd845
Removed Anastasia Stulova from Office Hours Calendar. (#119384)
AnastasiaStulova Dec 10, 2024
c166a9c
[libc++] Add #if 0 block to all the top-level headers (#119234)
philnik777 Dec 10, 2024
ecbf64d
[libc++] Try handling spurious cancellation in the mainline CI restarter
ldionne Dec 10, 2024
9865296
[StructurizeCFG] Use `poison` instead of `undef` as placeholder [NFC]…
pedroclobo Dec 10, 2024
20b071c
[CGData] Change placeholder from `undef` to `poison` when initializin…
pedroclobo Dec 10, 2024
d7c12ea
[LoopRotate] Use `poison` instead of `undef` as placeholder in debug …
pedroclobo Dec 10, 2024
bd8eb78
[libc++] Temporarily disable FreeBSD runners
ldionne Dec 10, 2024
01512d2
[libc++] Document guidelines for symbols baked into the ABI (#118526)
ldionne Dec 10, 2024
e3284d8
[GISel] Use SmallVector::append instead of copying one element at a t…
topperc Dec 10, 2024
eacdbc2
[libc++][test] Fix invalid const conversion in limited_allocator (#11…
winner245 Dec 10, 2024
97ff961
[AArch64] Improve code generation of bool vector reduce operations (#…
Il-Capitano Dec 10, 2024
da421f5
[SLP] NFC. Make InstructionsState more constant. (#118609)
HanKuanChen Dec 10, 2024
7ea1fe7
Revert "[libc++] Try handling spurious cancellation in the mainline C…
ldionne Dec 10, 2024
3654f1b
[LLVM][IR] Add support for vector ConstantInt/FP to ConstandFolding:F…
paulwalker-arm Dec 10, 2024
f28e522
[Clang] Change two placeholders from `undef` to `poison` [NFC] (#119141)
pedroclobo Dec 10, 2024
f31099c
[PowerPC][AIX] Emit PowerPC version for XCOFF (#113214)
amy-kwan Dec 10, 2024
4d06623
recalculate the live interval of the defined register of xvmaddmdp i…
diggerlin Dec 10, 2024
ed91843
[WebAssembly] Handle symbols in `.init_array` sections (#119127)
georgestagg Dec 10, 2024
4f93327
[CostModel][X86] Improve cost estimation of insert_subvector shuffle …
RKSimon Dec 10, 2024
444e53f
[SelectOpt] Fix incorrect IR for SUB when comparison dependent operan…
igogo-x86 Dec 10, 2024
5a0d73b
[compiler-rt][AArch64] NFCI: Simplify __arm_get_current_vg. (#119210)
sdesmalen-arm Dec 10, 2024
708a478
[RISCV] Add stack clash protection (#117612)
rzinsly Dec 10, 2024
74486dc
[Offload] Add CMake cache to be used in AMDGPU bot (#119369)
jplehr Dec 10, 2024
3a573dc
[RISCV][VLOPT] Add support for integer multiply-add instructions (#11…
michaelmaitland Dec 10, 2024
0fb0617
[clang][bytecode] Check vector element types for eligibility (#119385)
tbaederr Dec 10, 2024
431ea2d
[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecm…
nickdesaulniers Dec 10, 2024
1d7d005
[libc] move src/network to src/arpa/inet (#119273)
nickdesaulniers Dec 10, 2024
8a25398
[libc] move pthread macros to dedicated header (#119286)
nickdesaulniers Dec 10, 2024
8ca4aa5
[RISCV][VLOPT] Use vadd as user instruction in vl-opt-instrs test in …
michaelmaitland Dec 10, 2024
9735873
[mlir][mlir-vulkan-runner] Move part of device pass pipeline to mlir-…
andfau-amd Dec 10, 2024
c7634c1
[flang] Disabled hlfir.sum inlining by default. (#119287)
vzakhari Dec 10, 2024
c5ab70c
[WebAssembly] Add `-i128:128` to the `datalayout` string. (#119204)
sunfishcode Dec 10, 2024
df3397b
[ELF] Improve canBeOmittedFromSymbolTable tests
MaskRay Dec 10, 2024
5041d06
[MC] Fix DWARF file table for files with empty DWARF (#119020) (#119229)
noxwell Dec 10, 2024
c5a21c1
[PhaseOrdering][X86] Add test coverage based off #111431
RKSimon Dec 10, 2024
d6590c1
[MLIR] Add allow Insert/extract slice option to pack/unpack op (#117340)
jerryyin Dec 10, 2024
1a650fd
[lldb] Load embedded type summary section (#7859) (#8040)
kastiglione Jan 24, 2024
9a9c1d4
[lldb] Implement a formatter bytecode interpreter in C++
adrian-prantl Oct 29, 2024
e2bb474
[lldb] Add comment
adrian-prantl Dec 10, 2024
15f87bc
[NFC][AMDGPU] Auto generate check lines for `llvm/test/CodeGen/AMDGPU…
shiltian Dec 10, 2024
13539c2
[RISCV][GISEl] Simplify GISelPredicateCode for binop_with_non_imm12. NFC
topperc Dec 10, 2024
a42aa8f
[SLP]Fix adjusting of the mask for the fully matched nodes.
alexey-bataev Dec 10, 2024
0469bb9
[flang][cuda] Fix lowering when step is a variable (#119421)
clementval Dec 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[libc++] Document guidelines for symbols baked into the ABI (llvm#118526
)

Closes llvm#112395
  • Loading branch information
ldionne authored Dec 10, 2024
commit 01512d29b766c80aa691daabeabc315a172dc747
16 changes: 16 additions & 0 deletions libcxx/docs/CodingGuidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,19 @@ have a recommended practice where to put them, so libc++ applies it whenever it
Applications of ``[[nodiscard]]`` are code like any other code, so we aim to test them on public interfaces. This can be
done with a ``.verify.cpp`` test. Many examples are available. Just look for tests with the suffix
``.nodiscard.verify.cpp``.

Don't use public API names for symbols on the ABI boundary
==========================================================

Most functions in libc++ are defined in headers either as templates or as ``inline`` functions. However, we sometimes
need or want to define functions in the built library. Symbols that are declared in the headers and defined in the
built library become part of the ABI of libc++, which must be preserved for backwards compatibility. This means that
we can't easily remove or rename such symbols except in special cases.

When adding a symbol to the built library, make sure not to use a public name directly. Instead, define a
``_LIBCPP_HIDE_FROM_ABI`` function in the headers with the public name and have it call a private function in the built
library. This approach makes it easier to make changes to libc++ like move something from the built library to the
headers (which is sometimes required for ``constexpr`` support).

When defining a function at the ABI boundary, it can also be useful to consider which attributes (like ``[[gnu::pure]]``
and ``[[clang::noescape]]``) can be added to the function to improve the compiler's ability to optimize.