[roll] Roll llvm-project/libc f9f7816..e9c90c4 (4 commits)

e9c90c4 [libc][malloc] Align blocks to max_align_t. (#100279)
7294a47 [libc][malloc] Reduce block overhead by 4 bytes plus alignment effects (#99945)
a5416e5 [libc][math] Fix use of float16 not guarded by LIBC_TYPES_HAS_FLOAT16 (#100241)
77db017 [libc][math] Optimize maximum and minimum functions using builtins when available (#100002)

GitOrigin-RevId: 50e83042d49aca8cca345bf9fb0c255fd6746e9f
Change-Id: I55d4cdbe32c8441d289d849a8ff515a63249d817
1 file changed
tree: 32e2e66aa83a4c178def34c2441f557af47bd4ab
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.