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
Nikita Popov
4169338e75
[IR] Don't include Module.h in Analysis.h (NFC) ( #97023 )
...
Replace it with a forward declaration instead. Analysis.h is pulled in
by all passes, but not all passes need to access the module.
2024-06-28 14:30:47 +02:00
Jay Foad
d6f906eadb
[SlotIndexes] Use simple_ilist instead of ilist. NFC. ( #96747 )
...
simple_ilist does not take ownership of its nodes, which is fine for
SlotIndexes because the IndexListEntry nodes are allocated with a
BumpPtrAllocator and do not need to be freed.
2024-06-26 12:58:59 +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