summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
Commit message (Expand)AuthorAgeFilesLines
* [IR] Remove -opaque-pointers optionNikita Popov2023-07-141-6/+0
* [llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov2023-07-121-5/+3
* [LTO] Ensure LICM hoists expensive fdiv instructions introduced by InstCombineDavid Sherwood2023-07-071-1/+4
* [llvm] A Unified LTO Bitcode FrontendMatthew Voss2023-07-051-0/+24
* [PassBuilder] Add textual representation for function simplification pipelineArthur Eubanks2023-06-291-0/+18
* [LTO][GlobalDCE] Use pass parameter instead of module flag for LTO phaseTeresa Johnson2023-06-231-0/+6
* [opt] Exposing the parameters of LoopRotate to the -passes interfaceYann Girsberger2023-06-221-2/+5
* [SimplifyCFG] Add option to not speculate blocksArthur Eubanks2023-06-221-2/+2
* RegisterCoalescer: Fix name of passMatt Arsenault2023-06-211-2/+2
* [SimplifyCFG] Add textual pass params for FoldTwoEntryPHINode and SimplifyCon...Arthur Eubanks2023-06-151-4/+4
* [InstCombine] Revisit user of newly one-use instructionsNikita Popov2023-06-141-1/+1
* Revert "[FunctionAttrs] Propagate some func/arg/ret attributes from caller to...Noah Goldstein2023-06-131-1/+1
* [FunctionAttrs] Propagate some func/arg/ret attributes from caller to callsit...Noah Goldstein2023-06-131-1/+1
* Reland "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"Alexandros Lamprineas2023-06-085-57/+52
* Set isRequired true for CFGViewer/CFGPrinter passesWenju He2023-06-071-1/+3
* Revert "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"Nikita Popov2023-05-305-52/+57
* [Utils] Added the ability to print the pass number and IR after it is triggereddbakunevich2023-05-261-0/+32
* [Pipeline] Don't run EarlyFPM in LTO post linkArthur Eubanks2023-05-254-41/+20
* [StandardInstrumentations] Add option to dump IR to a file on crashArthur Eubanks2023-05-251-1/+4
* [FuncSpec] Replace LoopInfo with BlockFrequencyInfo.Alexandros Lamprineas2023-05-225-57/+52
* [NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta2023-05-174-20/+27
* [NFC][Py Reformat] Reformat python files in llvmTobias Hieta2023-05-171-9/+9
* [Pipelines] Don't skip GlobalDCE in ThinLTO pre-linkNikita Popov2023-05-153-0/+3
* Revert "Reland [Pipeline] Don't limit ArgumentPromotion to -O3"Shoaib Meenai2023-05-057-7/+7
* Reland [Pipeline] Don't limit ArgumentPromotion to -O3Arthur Eubanks2023-05-037-7/+7
* Revert "[Pipeline] Don't limit ArgumentPromotion to -O3"Arthur Eubanks2023-05-037-7/+7
* Reapply Move "auto-init" instructions to the dominator of their usersserge-sans-paille2023-04-248-0/+8
* [Pipelines] Don't run ForceFunctionAttrs post-linkNikita Popov2023-04-244-11/+7
* [Pipelines] Don't explicitly require ORENikita Popov2023-04-217-11/+0
* [Pipelines] Add LoopSink and DivRemPairs to LTO post-link pipelineNikita Popov2023-04-171-0/+2
* [NewPM] Use PassID instead of pass namePrem Chintalapudi2023-04-141-0/+21
* [Pipeline] Don't limit ArgumentPromotion to -O3Arthur Eubanks2023-04-147-7/+7
* [Pipeline] Remove Annotation2Metadata pass in post-link pipelinesArthur Eubanks2023-04-125-13/+7
* Revert "Move "auto-init" instructions to the dominator of their users"Hans Wennborg2023-04-128-8/+0
* [AggressiveInstCombine] Enable also for -O2Dávid Bolvanský2023-04-058-8/+8
* Move "auto-init" instructions to the dominator of their usersserge-sans-paille2023-04-048-0/+8
* [AArch64][GlobalISel] Move the localizer to run before the legalizer, and alw...Amara Emerson2023-04-031-1/+1
* Revert "Move "auto-init" instructions to the dominator of their users"serge-sans-paille2023-04-038-8/+0
* Move "auto-init" instructions to the dominator of their usersserge-sans-paille2023-04-038-0/+8
* [test] Change DAG to NEXT in pipeline testsArthur Eubanks2023-03-214-25/+13
* [test] Remove redundant check prefix from new-pm-thinlto-prelink-pgo-defaults.llArthur Eubanks2023-03-211-22/+22
* [test] Split up new-pm-thinlto-defaults.ll into prelink and postlink pipelinesArthur Eubanks2023-03-212-32/+202
* [SampleProfile] Use LazyCallGraph instead of CallGraphArthur Eubanks2023-03-202-4/+4
* [CGSCC] Allow creation of no-rerun CGSCC->function adaptor via textual pipelineArthur Eubanks2023-03-192-0/+14
* [opt] Rename -enable-new-pm -> -bugpoint-enable-legacy-pmArthur Eubanks2023-03-162-14/+0
* [StandardInstrumentations] Rename -verify-cfg-preserved -> -verify-analysis-i...Arthur Eubanks2023-03-1510-105/+105
* [PassManager] Run PassInstrumentation after analysis invalidationArthur Eubanks2023-03-151-1/+1
* [Pipeline] Remove early InstCombine in ThinLTO post link sample profile pipelineArthur Eubanks2023-03-143-15/+12
* [FuncSpec] Do not run pre-link when doing LTO.Alexandros Lamprineas2023-03-144-63/+58
* [Pipelines] Restore old DAE position in LTO pipelineNikita Popov2023-03-141-1/+1