Lines Matching full:libraries
9 which will host the development of libraries which are aimed at enabling
11 Examples of libraries suitable for hosting within the `parallel-libs`
12 subproject are runtime libraries and parallel math libraries. The initial
17 The `parallel-libs` project will host a collection of libraries where each
18 library may be dependent on other libraries from the project or may be
19 completely independent of any other libraries in the project. The rationale for
20 hosting independent libraries within the same subproject is that all libraries
23 libraries which initially began as independent will develop dependencies over
24 time either between existing libraries or by extracting common code that can be
28 Libraries in the `parallel-libs` subproject may also depend on the LLVM core
29 libraries. This will be useful for avoiding duplication of code within the LLVM
36 Libraries included in the `parallel-libs` subproject must strive to achieve the
46 Libraries in `parallel-libs` will match the LLVM coding standards. For existing
50 will be allowed for new libraries to meet the LLVM coding standards.
65 unified cmake file, but each subproject libraries will also be integrated into
73 While some runtime libraries use a dual license scheme in LLVM, we anticipate
76 straightforward for these libraries to re-use core LLVM libraries where