aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Other
AgeCommit message (Expand)AuthorFilesLines
2024-05-03[StandardInstrumentation] Annotate loops with the function name (#90756)annamthomas5-13/+13
2024-04-30[Pipelines][Coroutines] Tune coroutine passes only for ThinLTO pre-link pipel...Wei Wang1-4/+2
2024-04-29[Pipelines] Do not run CoroSplit and CoroCleanup in LTO pre-link pipeline (#9...Wei Wang4-8/+4
2024-04-16Reapply "[Verifier] Reject va_start in non-variadic function (#88809)"Jon Chesterfield1-7/+0
2024-04-16Revert "[Verifier] Reject va_start in non-variadic function (#88809)"Jon Chesterfield1-0/+7
2024-04-16[Verifier] Reject va_start in non-variadic function (#88809)Jon Chesterfield1-7/+0
2024-04-11[StandardInstrumentations] Support -print-after-pass-number option (#87458)Vincent Lee1-0/+14
2024-04-11[NewPM] Fix print-changed-dot-cfg failure (#88351)paperchalice1-1/+1
2024-04-11[Instrumentation] Support MachineFunction in ChangeReporter (#80946)paperchalice2-0/+45
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov1-4/+14
2024-02-26Revert "Enable JumpTableToSwitch pass by default (#82546)"David Spickett7-7/+5
2024-02-22Enable JumpTableToSwitch pass by default (#82546)Alexander Shaposhnikov7-5/+7
2024-02-10Add JumpTableToSwitch pass (#77709)Alexander Shaposhnikov1-0/+5
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice1-2/+2
2024-01-09Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#77...Nick Anderson1-1/+1
2024-01-08Replace print-at-pass-number cl::opt with print-before-pass-number (#76211)arpilipe1-7/+3
2024-01-05Revert 4d7c5ad58467502fcbc433591edff40d8a4d697d "[NewPM] Update CodeGenPrepar...Simon Pilgrim1-1/+1
2024-01-05Port CodeGenPrepare to new pass manager (and BasicBlockSectionsProfil… (#75...Nick Anderson1-1/+1
2023-12-01Report pass name when -llvm-verify-each reports breakage (#71447)chrulski-intel1-0/+18
2023-11-30[LPM] Set gen_crash_diag=false for non-MSSA pass in MSSA pipelineNikita Popov1-1/+1
2023-11-08Revert "[PM] Execute IndVarSimplifyPass precede RessociatePass" (#71617)dewen7-40/+28
2023-11-08[PM] Execute IndVarSimplifyPass precede RessociatePass (#71054)dewen7-28/+40
2023-11-07[SpeculativeExecution] Add only-if-divergent-target pass optionNikita Popov1-0/+3
2023-11-03[MemProf] Tolerate missing leaf debug frames (#71233)Teresa Johnson1-0/+12
2023-10-28Revert "Revert "Inlining: Run the legacy AlwaysInliner before the regular inl...Amara Emerson8-10/+12
2023-10-27[PassTimingInfo] Handle nested timers in passes (#70165)Wei Wang1-2/+13
2023-10-24BlockFrequencyInfoImpl: Avoid big numbers, increase precision for small spreadsMatthias Braun1-2/+2
2023-10-20Add IR name to -print-pass-numbers outputArtur Pilipenko1-4/+4
2023-09-29[StandardInstrumentations] Ignore VerifierPass/PrintModulePass when printing ...Arthur Eubanks6-35/+29
2023-09-29Add option to dump IR to files instead of stderr (#66412)Nuri Amari2-0/+96
2023-09-27[ConstraintElim] Add A < B if A is an increasing phi for A != B.Florian Hahn8-12/+22
2023-09-22[ConstraintElim] Move just before loop simplification pipeline.Florian Hahn7-7/+7
2023-09-20[InferAlignment] Enable InferAlignment pass by defaultDhruv Chawla5-0/+10
2023-09-14[IR] Enable load/store/alloca for arrays of scalable vectors.Paul Walker1-8/+0
2023-09-14Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimization"khei44-4/+7
2023-09-07Revert "Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimizati...Vitaly Buka4-7/+4
2023-09-06[llvm][test] Write temporary files to %t instead of CWDDmitri Gribenko1-2/+4
2023-09-05Bug fix for multi-line labels in CFG dot graphMarek Sedláček2-8/+24
2023-08-29Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimization"khei44-4/+7
2023-08-29[CGP] Remove dead PHI nodes before elimination of mostly empty blocksSerguei Katkov1-0/+4
2023-08-26Revert "Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimizati...Vitaly Buka4-7/+4
2023-08-27Reapply "Revert "[MemCpyOpt] implement multi BB stack-move optimization""khei44-4/+7
2023-08-24Revert "[MemCpyOpt] implement multi BB stack-move optimization"khei44-7/+4
2023-08-24[MemCpyOpt] implement multi BB stack-move optimizationkhei44-4/+7
2023-08-17Headers for basic blocks in CFG dot graphsMarek Sedláček1-8/+8
2023-08-09[FunctionAttrs] Unconditionally perform argument attribute inference in the f...Changpeng Fang1-2/+2
2023-08-09Intrinsics: Add type overload to stacksave and stackstoreMatt Arsenault1-1/+1
2023-07-31[InstCombine] Only perform one iterationNikita Popov1-2/+2
2023-07-14[IR] Remove -opaque-pointers optionNikita Popov1-6/+0
2023-07-12[llvm] Remove explicit -opaque-pointers flag from tests (NFC)Nikita Popov1-5/+3