2019-08-05 21:06:50 by Adam Ciarcinski | Files touched by this commit (23) | |
Log message:
llvm: updated to 8.0.1
LLVM 8.0.1 is now available! Download it now, or read the release notes.
This release contains bug-fixes for the LLVM 8.0.0 release. This
release is API and ABI compatible with 8.0.0.
|
2019-06-02 10:35:56 by Adam Ciarcinski | Files touched by this commit (28) | |
Log message:
llvm: updated to 8.0.0
8.0.0:
Non-comprehensive list of changes in this release
* The llvm-cov tool can now export lcov trace files using the -format=lcov \
option of the export command.
* The add_llvm_loadable_module CMake macro has been removed. The \
add_llvm_library macro with the MODULE argument now provides the same \
functionality. See Writing an LLVM Pass.
* For MinGW, references to data variables that might need to be imported from a \
dll are accessed via a stub, to allow the linker to convert it to a dllimport if \
needed.
* Added support for labels as offsets in .reloc directive.
* Support for precise identification of X86 instructions with memory operands, \
by using debug information. This supports profile-driven cache prefetching. It \
is enabled with the -x86-discriminate-memops LLVM Flag.
* Support for profile-driven software cache prefetching on X86. This is part of \
a larger system, consisting of: an offline cache prefetches recommender, AutoFDO \
tooling, and LLVM. In this system, a binary compiled with \
-x86-discriminate-memops is run under the observation of the recommender. The \
recommender identifies certain memory access instructions by their binary file \
address, and recommends a prefetch of a specific type (NTA, T0, etc) be \
performed at a specified fixed offset from such an instruction’s memory \
operand. Next, this information needs to be converted to the AutoFDO syntax and \
the resulting profile may be passed back to the compiler with the LLVM flag \
-prefetch-hints-file, together with the exact same set of compilation parameters \
used for the original binary. More information is available in the RFC.
* Windows support for libFuzzer (x86_64).
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-01-31 07:55:37 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
compiler-rt: fix PLIST.Darwin after OS_DIR change
|
2019-01-23 16:41:38 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
compiler-rt: Move OS_DIR to where clang expects it.
Bump PKGREVISION.
|
2018-12-23 01:11:40 by Adam Ciarcinski | Files touched by this commit (17) | |
Log message:
llvm and friends: updated to 7.0.1
7.0.1:
This release contains bug-fixes for the LLVM 7.0.0 release. This
release is API and ABI compatible with 7.0.0.
|
2018-12-17 17:19:52 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
compiler-rt: Fix PLIST on SunOS.
|
2018-12-09 21:04:40 by Adam Ciarcinski | Files touched by this commit (44) | |
Log message:
llvm: updated to 7.0.0
LLVM 7.0.0 Release
The release contains the work on trunk up to SVN revision 338536 plus
work on the release branch. It is the result of the community's work
over the past six months, including: function multiversioning in Clang
with the 'target' attribute for ELF-based x86/x86_64 targets, improved
PCH support in clang-cl, preliminary DWARF v5 support, basic support
for OpenMP 4.5 offloading to NVPTX, OpenCL C++ support, MSan, X-Ray
and libFuzzer support for FreeBSD, early UBSan, X-Ray and libFuzzer
support for OpenBSD, UBSan checks for implicit conversions, many
long-tail compatibility issues fixed in lld which is now production
ready for ELF, COFF and MinGW, new tools llvm-exegesis, llvm-mca and
diagtool. And as usual, many optimizations, improved diagnostics, and
bug fixes.
For more details, see the release notes:
https://llvm.org/releases/7.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://llvm.org/releases/7.0.0/tools/lld/docs/ReleaseNotes.html
|
2018-10-17 10:39:13 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
*: Replace custom tool setup with new ggrep.
|
2018-08-10 17:57:54 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
compiler-rt: Needs python for the build.
|