Mircea Trofin
f32e5bdcef
[NFC] Rename the Nr abbreviation to Num ( #107151 )
...
It's more clear. (This isn't exhaustive).
2024-09-05 12:34:47 -07:00
Rahul Joshi
1753008bbb
[NFC] Eliminate top-level "using namespace" from some headers. ( #102751 )
...
- Eliminate top-level "using namespace" from some headers.
2024-08-11 13:10:48 -07:00
paperchalice
099899961c
[CodeGen][NewPM] Port machine-block-freq to new pass manager ( #98317 )
...
- Add `MachineBlockFrequencyAnalysis`.
- Add `MachineBlockFrequencyPrinterPass`.
- Use `MachineBlockFrequencyInfoWrapperPass` in legacy pass manager.
- `LazyMachineBlockFrequencyInfo::print` is empty, drop it due to new
pass manager migration.
2024-07-12 15:45:01 +08:00
paperchalice
79d0de2ac3
[CodeGen][NewPM] Port machine-loops to new pass manager ( #97793 )
...
- Add `MachineLoopAnalysis`.
- Add `MachineLoopPrinterPass`.
- Convert to `MachineLoopInfoWrapperPass` in legacy pass manager.
2024-07-09 09:11:18 +08:00
Mircea Trofin
383419931e
[NFC][mlgo] Fix imports post- PR#97023
2024-06-28 08:08:19 -07:00
Kazu Hirata
fef144cebb
Revert "[llvm] Use llvm::sort (NFC) ( #96434 )"
...
This reverts commit 05d167fc201b4f2e96108be0d682f6800a70c23d.
Reverting the patch fixes the following under EXPENSIVE_CHECKS:
LLVM :: CodeGen/AMDGPU/sched-group-barrier-pipeline-solver.mir
LLVM :: CodeGen/AMDGPU/sched-group-barrier-pre-RA.mir
LLVM :: CodeGen/PowerPC/aix-xcoff-used-with-stringpool.ll
LLVM :: CodeGen/PowerPC/merge-string-used-by-metadata.mir
LLVM :: CodeGen/PowerPC/mergeable-string-pool-large.ll
LLVM :: CodeGen/PowerPC/mergeable-string-pool-pass-only.mir
LLVM :: CodeGen/PowerPC/mergeable-string-pool.ll
2024-06-25 11:18:40 -07:00
Kazu Hirata
05d167fc20
[llvm] Use llvm::sort (NFC) ( #96434 )
2024-06-23 10:38:51 -07:00
Jay Foad
1650f1b3d7
Fix typo "indicies" ( #92232 )
2024-05-15 13:10:16 +01:00
Matt Arsenault
65b40f273f
RegAlloc: Rename MLRegalloc* files to use consistent captalization
...
The other regalloc related files use RegAlloc, not Regalloc.
2023-09-03 09:00:27 -04:00