summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* allow custom OptBisect classes set to LLVMContextFedor Sergeev2018-04-051-1/+5
* [NFC] OptPassGate extracted from OptBisectFedor Sergeev2018-03-271-2/+2
* Irreducible loop metadata for more accurate block frequency under PGO.Hiroshi Yamauchi2017-11-021-0/+1
* Add !callees metadataMatthew Simpson2017-10-161-0/+1
* [OptRemark] Move YAML writing to IRAdam Nemet2017-10-041-0/+8
* Move verbosity check for remarks to the diag handlerAdam Nemet2017-10-041-1/+5
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-12/+26
* This reverts r313381Vivek Pandya2017-09-151-26/+12
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-12/+26
* Fix unused variable warningsKonstantin Zhuravlyov2017-07-121-0/+2
* Enhance synchscope representationKonstantin Zhuravlyov2017-07-111-0/+18
* [ORE] Add diagnostics hotness thresholdBrian Gesiak2017-06-301-0/+7
* [ORE] Remove old "diagnostic hotness" spellingBrian Gesiak2017-06-301-7/+0
* [ORE] Unify spelling as "diagnostics hotness"Brian Gesiak2017-06-301-2/+9
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add !associated metadata.Evgeniy Stepanov2017-03-171-0/+1
* IR, X86: Understand !absolute_symbol metadata on global variables.Peter Collingbourne2016-12-081-0/+1
* IR: Reduce the amount of boilerplate required for a metadata kind. NFCI.Peter Collingbourne2016-12-061-107/+29
* Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)Mehdi Amini2016-11-191-2/+2
* Use profile info to set function section prefix to group hot/cold functions.Dehao Chen2016-10-181-0/+5
* Output optimization remarks in YAMLAdam Nemet2016-09-271-0/+8
* Revert "Output optimization remarks in YAML"Adam Nemet2016-09-271-8/+0
* Output optimization remarks in YAMLAdam Nemet2016-09-271-0/+8
* [OptRemark,LDist] RFC: Add hotness attributeAdam Nemet2016-07-151-0/+7
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-0/+4
* [llc] New diagnostic handlerRenato Golin2016-05-161-1/+2
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-141-2/+1
* [llc] New diagnostic handlerRenato Golin2016-05-141-1/+2
* Revert "[llc] New diagnostic handler"Renato Golin2016-05-131-2/+1
* [llc] New diagnostic handlerRenato Golin2016-05-131-1/+2
* Fix some Clang-tidy modernize and Include What You Use warnings.Eugene Zelenko2016-04-281-6/+16
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-0/+4
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-4/+0
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-0/+4
* IR: Use Optional instead of unique_ptr for debug info ODR type map, NFCDuncan P. N. Exon Smith2016-04-191-2/+1
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-6/+0
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+3
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-5/+5
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-0/+17
* Nuke getGlobalContext() from LLVM (but the C API)Mehdi Amini2016-04-141-6/+0
* 80 lines column after renaming "shouldDiscardValueNames" (NFC)Mehdi Amini2016-04-021-1/+3
* Rename Context::discardValueNames() to shouldDiscardValueNames() (NFC)Mehdi Amini2016-04-021-1/+1
* [LoopVectorize] Don't unconditionally print vectorization diagnosticsAkira Hatanaka2016-04-011-21/+3
* IR: Constify LLVMContext::discardValueNames, NFCDuncan P. N. Exon Smith2016-03-301-1/+1
* IR: Reserve an MDKind for !llvm.loop; NFCDuncan P. N. Exon Smith2016-03-251-0/+5
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+6
* Add a "gc-transition" operand bundleSanjoy Das2016-01-201-0/+5
* Remove static global GCNames from Function.cpp and move it to the ContextMehdi Amini2016-01-081-0/+16
* [WinEH] Use operand bundles to describe call sitesDavid Majnemer2015-12-151-0/+5
* Introduce deoptimization operand bundlesSanjoy Das2015-11-111-0/+5
OpenPOWER on IntegriCloud