1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm/LTO
Vivek Pandya 8ef565859a This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352
It enables OptimizationRemarkEmitter::allowExtraAnalysis and MachineOptimizationRemarkEmitter::allowExtraAnalysis to return true not only for -fsave-optimization-record but when specific remarks are requested with
command line options.
The diagnostic handler used to be callback now this patch adds a class
DiagnosticHandler. It has virtual method to provide custom diagnostic handler
and methods to control which particular remarks are enabled. 
However LLVM-C API users can still provide callback function for diagnostic handler.

llvm-svn: 313382
2017-09-15 19:30:59 +00:00
..
legacy This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 2017-09-15 19:30:59 +00:00
Caching.h LTO: Try to open cache files before renaming them. 2017-09-05 19:51:38 +00:00
Config.h This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 2017-09-15 19:30:59 +00:00
LTO.h [LTO] Prevent dead stripping and internalization of symbols with sections 2017-07-25 19:42:32 +00:00
LTOBackend.h