search for: d38113

Displaying 3 results from an estimated 3 matches for "d38113".

2018 Apr 10
0
Hacking at EuroLLVM 2018
...provide a way to specify where compiler doesn't have to be conservative with respect to optimizations that change CFG. This will allow more optimizations to happen on the calls that can't be analyzed statically. The details can be found in discussions on the review: https://reviews.llvm.org/D38113.<https://reviews.llvm.org/D38113> <https://reviews.llvm.org/D38113> - Fix CMake find provider for Clang Debian package. Address long-standing CMake issue with the Debian packaging for Clang (LLVM works), described here: https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=862328.&...
2018 Mar 16
3
Hacking at EuroLLVM 2018
...ake it better by inverting the logic because we will provide a way to specify where compiler doesn't have to be conservative with respect to optimizations that change CFG. This will allow more optimizations to happen on the calls that can't be analyzed statically<https://reviews.llvm.org/D38113>. The details can be found in discussions on the review: https://reviews.llvm.org/D38113.<https://reviews.llvm.org/D38113> <https://reviews.llvm.org/D38113> - Evaluate/gather some useful analysis data. We can collect some useful information that can help us to improve the compiler...
2018 Mar 16
0
[cfe-dev] Hacking at EuroLLVM 2018
...o specify where compiler doesn't have to be conservative with respect to > optimizations that change CFG. This will allow more optimizations to happen > on the calls that can't be analyzed statically. The details can be found in > discussions on the review: https://reviews.llvm.org/D38113. > > > - Evaluate/gather some useful analysis data. We can collect some useful > information that can help us to improve the compiler. This can be for > example analysis of code coverage by the tests or compilation time hotspots. > > > - Address some bugs that otherwise don&...