Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Rename topological_orders.h to topological_sort.h (#6915) | Thomas Lively | 2024-09-07 | 1 | -1/+1 |
* | [NFC] Use Index instead of size_t in topological sort util (#6903) | Thomas Lively | 2024-09-05 | 1 | -6/+6 |
* | [NFC] Compute only one dependence graph in ReorderGlobals (#6891) | Thomas Lively | 2024-09-04 | 1 | -28/+18 |
* | [NFC] Take custom comparator in TopologicalSort::minSort (#6890) | Thomas Lively | 2024-09-04 | 1 | -57/+35 |
* | [NFC] Change topological sort utilities to functions (#6889) | Thomas Lively | 2024-09-03 | 1 | -3/+2 |
* | Simplify ReorderGlobals using new topological sort utils (#6885) | Thomas Lively | 2024-08-29 | 1 | -141/+62 |
* | Optimize ReorderGlobals ordering with a new algorithm (#6625) | Alon Zakai | 2024-05-31 | 1 | -71/+326 |
* | wasm-merge: Sort globals to ensure proper validation (#6221) | Alon Zakai | 2024-01-11 | 1 | -1/+5 |
* | ReorderGlobals pass (#4904) | Alon Zakai | 2022-11-02 | 1 | -0/+164 |