Add function for testing string attributes to InvokeInst and CallSite. NFC.
[oota-llvm.git] / include / llvm / IR / DiagnosticInfo.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-02 David BlaikieStringRef-ify DiagnosticInfoSampleProfile::Filename
2015-08-11 Tyler NowickiPrint vectorization analysis when loop hint is specified.
2015-08-10 Tyler NowickiExtend late diagnostics to include late test for runtim...
2015-08-10 Tyler NowickiRemoved unused and incorrectly implemented classof...
2015-08-10 Tyler NowickiLate evaluation of the fast-math vectorization requirement.
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-03-01 Benjamin Kramerstd::function is part of <functional>, not <utility>
2015-03-01 Benjamin KramerAdd another missing include for MSVC.
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
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.