summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-2/+1
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-042-0/+12
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-023-21/+8
* [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-012-12/+0
* Add -disable-builtin option to optDimitry Andric2019-11-131-0/+19
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-122-0/+12
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-075-540/+23
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+1
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-1/+1
* [LegacyPassManager] Delete BasicBlockPass/Manager.Alina Sbirlea2019-10-303-46/+1
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-1/+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
* Fix -DBUILD_SHARED_LIBS=ON build after rL362160Sam Clegg2019-05-311-0/+1
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-1/+2
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+1
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+3
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-2/+2
* Enable LoopVectorization by default.Alina Sbirlea2019-04-251-9/+7
* [NewPassManager] Adding pass tuning options: loop vectorize.Alina Sbirlea2019-04-191-1/+1
* 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-043-5/+57
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-163-13/+36
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-0/+7
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-5/+6
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-191-0/+1
* [newpm] Fix r346645: Missing consume of the Error return by the pipeline parserPhilip Pfaffe2018-11-121-2/+3
OpenPOWER on IntegriCloud