summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/opt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-041-0/+8
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-021-9/+0
* [opt] Fix run-twice crash and detection problemPeter Kokai2019-12-301-4/+9
* [CodeGen] Move ARMCodegenPrepare to TypePromotionSam Parker2019-12-031-0/+1
* Revert "[Examples] Add IRTransformations directory to examples."Florian Hahn2019-12-011-8/+0
* Add -disable-builtin option to optDimitry Andric2019-11-131-0/+19
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-121-0/+8
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-071-1/+22
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-301-4/+1
* [Tools] Mark output of tools as text if it is textKai Nacke2019-10-081-1/+3
* [SSP] [1/3] Revert "StackProtector: Use PointerMayBeCaptured"Paul Robinson2019-09-301-1/+0
* Revert "Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen...Dmitri Gribenko2019-09-101-0/+1
* Reland "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...Clement Courbet2019-09-101-1/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* Revert "r364412 [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into op...Clement Courbet2019-06-261-0/+1
* [ExpandMemCmp][MergeICmps] Move passes out of CodeGen into opt pipeline.Clement Courbet2019-06-261-1/+0
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-1/+7
* Reland: [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-141-35/+19
* Revert "[Remarks] Refactor optimization remarks setup"Francis Visoiu Mistrih2019-06-141-19/+35
* [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-131-35/+19
* StackProtector: Use PointerMayBeCapturedMatt Arsenault2019-06-121-0/+1
* [CodeGen] Generic Hardware Loop SupportSam Parker2019-06-071-0/+1
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-1/+2
* Enable LoopVectorization by default.Alina Sbirlea2019-04-251-9/+7
* Remove the unit at a time optionEric Christopher2019-04-091-6/+0
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+12
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-12/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+12
* Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-2/+3
* Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-3/+2
* [Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih2019-03-061-2/+3
* [opt] Report if the provided architecture is invalid.Florian Hahn2019-03-051-0/+5
* Fix wrong enum value in switch.Evgeniy Stepanov2019-03-041-1/+1
* [PGO] Context sensitive PGO (part 3)Rong Xu2019-03-041-0/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-161-0/+28
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-0/+7
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-191-0/+1
* [Debugify] Export per-pass debug info loss statisticsVedant Kumar2018-07-241-2/+21
* [Debugify] Move interface definitions to a header, NFCVedant Kumar2018-07-241-0/+1
* [opt] Introduce -strip-named-metadataVedant Kumar2018-06-051-8/+12
* [Debugify] Don't apply DI before the bitcode writer passVedant Kumar2018-06-041-2/+2
* [opt] Add a -strip-module-flags optionVedant Kumar2018-06-041-0/+8
* [WebAssembly] Add Wasm exception handling prepare passHeejin Ahn2018-05-311-0/+1
* [Debugfiy] Print the pass name next to the resultAnastasis Grammenos2018-05-151-2/+2
* [Debugify] Add -debugify-each for testing each pass in a pipelineVedant Kumar2018-05-151-6/+42
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [AggressiveInstCombine] Add library initializer routine for AggressiveInstCom...Craig Topper2018-04-241-1/+1
* [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ...Roman Tereshin2018-04-131-9/+9
OpenPOWER on IntegriCloud