Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / IR / DiagnosticInfo.cpp
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 NowickiLate evaluation of the fast-math vectorization requirement.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-11 Benjamin KramerReplace an instance of custom atomics with standard...
2015-05-04 Davide Italiano[IR/Diagnostic] Assert that DebugLoc is valid before...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-09 David BlaikieSimplify expressions involving boolean constants with...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getMetadata()
2014-07-18 Tyler NowickiRename DiagnosticInfoOptimizationWarning to DiagnosticI...
2014-07-16 Tyler NowickiEmit warnings if vectorization is forced and fails.
2014-06-18 Diego NovilloSimply test for available locations in optimization...
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
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-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-02-04 Manman RenFix wording of warning message about invalid debug...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-18 Tobias GrosserDiagnosticInfo: Add missing namespace
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.