about summary refs log tree commit diff
path: root/src/ci/pgo.sh
AgeCommit message (Expand)AuthorLines
2023-03-02Remove dead pgo.sh fileNikita Popov-230/+0
2022-10-09Use BOLT in x64 dist CI to optimize LLVMJakub Beránek-5/+34
2022-07-28bump rustc-perf commitJane Losare-Lusby-2/+2
2022-07-24Revert "Revert "Use ICF (identical code folding) for building rustc""Jubilee Young-0/+4
2022-07-18Revert "Use ICF (identical code folding) for building rustc"Jakub Beránek-4/+0
2022-07-17Use LLD linker for compiling rustc on Linux x64 and use ICF for binary size o...Jakub Beránek-0/+4
2022-07-11introduce PGO on the `dist-x86_64-msvc` builderRémy Rakic-12/+46
2022-07-11make linux PGO script more genericRémy Rakic-39/+70
2022-05-28Add PID to LLVM PGO profiles generated in CI and measure PGO statisticsJakub Beránek-10/+36
2022-05-23Add bitmaps and diesel to `rustc` PGO benchmarksJakub Beránek-1/+2
2022-05-17Add PID to rustc PGO profiles generated in CIJakub Beránek-1/+5
2022-04-11CI: do not compile libcore twice when performing LLVM PGOJakub Beránek-6/+0
2022-04-07Update rustc-perf version used in CI and also the corresponding PGO benchmarksJakub Beránek-7/+12
2022-03-08Create a function for gathering profiles and run only Full benchmarks in LLVM...Jakub Beránek-39/+38
2022-03-07Gather more profile data for LLVM PGOJakub Beránek-10/+28
2022-02-06Build libcore as 2021 in a few more placesScott McMurray-8/+8
2021-10-14Move LLVM profiling to a separate phase of compilationMark Rousskov-8/+30
2021-08-24PGO for LLVM builds on x86_64-unknown-linux-gnu in CIMark Rousskov-49/+47
2021-07-10Use clang 12.0.1 on dist-x86_64/i686-linuxNikita Popov-1/+1
2021-06-28Add inflate to pgojackh726-3/+5
2021-05-10update perf version used for PGORalf Jung-1/+1
2021-04-24update rustc-perf version that is used for PGORalf Jung-1/+1
2021-02-09ci: allow unstable features in some PGO benchmarksPietro Albini-2/+4
2021-01-30Revert "Auto merge of #81489 - nikic:x86-64-dist-update, r=Mark-Simulacrum"Nikita Popov-1/+1
2021-01-28Update Python and Clang on x86 dist imagesNikita Popov-1/+1
2021-01-25ci: use the monorepo's lockfile when building cargo for pgo profilingPietro Albini-0/+14
2020-12-22Utilize PGO for rustc linux dist buildsMark Rousskov-0/+47