Displaying 2 results from an estimated 2 matches for "cbench".
Did you mean:
dbench
2018 Sep 27
2
[lldb-dev] LLVM 7.0.0 Release
Hi Hans,
we have uploaded tarballs for ARM and AArch64 targets:
a20ea3fe482e754a61ccb37c67456ad1 clang+llvm-6.0.1-aarch64-linux-gnu.tar.xz
f37b132c3dfb3b776524980be5af3a76 clang+llvm-6.0.1-armv7a-linux-gnueabihf.tar.xz
and
47a9a9bb02d41581e6804b98918188f6 clang+llvm-7.0.0-aarch64-linux-gnu.tar.xz
e639d8f5dc58be5cf44d017fd5eefd6c clang+llvm-7.0.0-armv7a-linux-gnueabihf.tar.xz
Yvan
On Mon,
2012 Apr 05
1
[LLVMdev] GSoC Proposal: Profiling Enhancements
...s should be observed.
Performance will be evaluated using "test-suite" again, though with one
addition. To ensure that the produced code is not over-specialised to
the training profiling data an additional set of data will be used.
MiDatasets (http://ctuning.org/wiki/index.php/CTools:CBench:Downloads)
provides alternatives inputs for the MiBench suite, so that will be used
to test this.
The next large chunk of work will be to make use of the exisiting path
profiling code (PathProfiling.cpp). Superblock Formation will be done
via Tail Duplication (already implemented in TailDupli...