Satiate the sanitizer build bot
[oota-llvm.git] / include / llvm / IR / DiagnosticInfo.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-06-03 Alp TokerRemove some redundant doc comments
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-04-17 NAKAMURA TakumiInliner::OptimizationRemark: Fix crash in clang/test...
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.