search for: cloudabi

Displaying 9 results from an estimated 9 matches for "cloudabi".

2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...r the period covered in this report, we can still have some anticipatory excitement for the features that will be coming in 12.0. The possibilities are tantalizing: a base system with no GPL components, arm64 as a Tier-1 architecture, capsicum protection for common utilities, and the CloudABI for custom software are just a few. The work of the present is no less exciting, with 11.0 making its way out just after the end of Q3, the new core coming into its own, and much more that you'll have to read and find out. --Benjamin Kaduk ____________________________________...
2016 Nov 14
0
FreeBSD Quarterly Status Report - Third Quarter 2016
...r the period covered in this report, we can still have some anticipatory excitement for the features that will be coming in 12.0. The possibilities are tantalizing: a base system with no GPL components, arm64 as a Tier-1 architecture, capsicum protection for common utilities, and the CloudABI for custom software are just a few. The work of the present is no less exciting, with 11.0 making its way out just after the end of Q3, the new core coming into its own, and much more that you'll have to read and find out. --Benjamin Kaduk ____________________________________...
2016 Dec 12
8
LLD status update and performance chart
...re still working on implementing long-tail features/bugs, but I'd say that's just a matter of time. LLD supports x86, x86-64, x32, AArch64, AMDGPU, ARM, PPC64 and MIPS32/64, though completeness varies. Looks like there are already a few systems that are using LLD as system linkers, such as CloudABI or Fuchsia. Chromium and Clang/LLVM itself has build options to use LLD to build them. It is hard to argue about the complexity of a program quantitatively, and of course I'm biased, but I believe we succeeded to maintain LLD code base clean, easy to read, and easy to add new features. It is j...
2016 Aug 26
3
[3.9 Release] Release Candidate 3 source and binaries available
We're very very close to the final release. Source and binaries for LLVM-3.9.0-rc3 are available at http://llvm.org/pre-releases/3.9.0/#rc3 This release candidate is almost the same as rc2, with the following additional commits: r279224 - Minor change to OpenCL release notes r279260 - [lld] Add a note that 3.9 is a major milestone for us r279468, r279474 - Fix gather-root.ll SLP vectorizer
2016 Dec 12
0
LLD status update and performance chart
...ing > long-tail features/bugs, but I'd say that's just a matter of time. LLD > supports x86, x86-64, x32, AArch64, AMDGPU, ARM, PPC64 and MIPS32/64, > though completeness varies. > > Looks like there are already a few systems that are using LLD as system > linkers, such as CloudABI or Fuchsia. Chromium and Clang/LLVM itself has > build options to use LLD to build them. > > It is hard to argue about the complexity of a program quantitatively, and > of course I'm biased, but I believe we succeeded to maintain LLD code base > clean, easy to read, and easy to a...
2016 Dec 12
0
LLD status update and performance chart
...ing > long-tail features/bugs, but I'd say that's just a matter of time. LLD > supports x86, x86-64, x32, AArch64, AMDGPU, ARM, PPC64 and MIPS32/64, > though completeness varies. > > Looks like there are already a few systems that are using LLD as system > linkers, such as CloudABI or Fuchsia. Chromium and Clang/LLVM itself has > build options to use LLD to build them. > > It is hard to argue about the complexity of a program quantitatively, and > of course I'm biased, but I believe we succeeded to maintain LLD code base > clean, easy to read, and easy to a...
2016 Dec 12
2
LLD status update and performance chart
...eatures/bugs, but I'd say that's just a matter of >> time. LLD supports x86, x86-64, x32, AArch64, AMDGPU, ARM, PPC64 and >> MIPS32/64, though completeness varies. >> >> Looks like there are already a few systems that are using LLD as system >> linkers, such as CloudABI or Fuchsia. Chromium and Clang/LLVM itself has >> build options to use LLD to build them. >> >> It is hard to argue about the complexity of a program quantitatively, and >> of course I'm biased, but I believe we succeeded to maintain LLD code base >> clean, easy to...
2017 Oct 01
2
load with alignment of 1 crashes from being unaligned
..., !10, !11, !12, !13, !14, !15, !16, !17, !18, !19, !20, !21, !22, !23, !24, !25, !26, !27, !28, !29, !30, !31, !32, !33, !34, !35, !36, !37, !38, !39} !8 = !DIEnumerator(name: "freestanding", value: 0) !9 = !DIEnumerator(name: "ananas", value: 1) !10 = !DIEnumerator(name: "cloudabi", value: 2) !11 = !DIEnumerator(name: "darwin", value: 3) !12 = !DIEnumerator(name: "dragonfly", value: 4) !13 = !DIEnumerator(name: "freebsd", value: 5) !14 = !DIEnumerator(name: "fuchsia", value: 6) !15 = !DIEnumerator(name: "ios", value: 7)...
2019 Jun 24
24
A libc in LLVM
Hello LLVM Developers, Within Google, we have a growing range of needs that existing libc implementations don't quite address. This is pushing us to start working on a new libc implementation. Informal conversations with others within the LLVM community has told us that a libc in LLVM is actually a broader need, and we are increasingly consolidating our toolchains around LLVM. Hence, we