summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DiagnosticInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-221-9/+68
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-6/+44
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-111-1/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-1/+1
* Add support for optimization reports.Diego Novillo2014-04-081-0/+28
* Use DiagnosticInfo facility.Diego Novillo2014-03-141-0/+8
* Revert "[C++11] Replace LLVM atomics with std::atomic."Benjamin Kramer2014-03-031-3/+3
* [C++11] Replace LLVM atomics with std::atomic.Benjamin Kramer2014-03-031-3/+3
* Fix wording of warning message about invalid debug info.Manman Ren2014-02-041-2/+2
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-161-0/+5
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* DiagnosticInfo: Add missing namespaceTobias Grosser2013-12-181-1/+1
* Add warning capabilities in LLVM.Quentin Colombet2013-12-171-0/+54
OpenPOWER on IntegriCloud