summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+5
* [IR] Consolidate fixed metadata kind definitions (NFC)Vedant Kumar2019-07-291-28/+3
* [BPF] add new intrinsics preserve_{array,union,struct}_access_indexYonghong Song2019-07-091-0/+1
* Revert "[BPF] add new intrinsics preserve_{array,union,struct}_access_index"Yonghong Song2019-07-081-1/+0
* [BPF] add new intrinsics preserve_{array,union,struct}_access_indexYonghong Song2019-07-081-0/+1
* Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-13/+13
* Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-13/+13
* [Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih2019-03-061-13/+13
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* AbstractCallSite -- A unified interface for (in)direct and callback callsJohannes Doerfert2019-01-191-0/+1
* Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.Michael Kruse2018-12-201-0/+1
* 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
OpenPOWER on IntegriCloud