Skip to content
Snippets Groups Projects
  1. Jan 14, 2024
  2. Jan 13, 2024
  3. Jan 10, 2024
  4. Jan 08, 2024
  5. Jan 07, 2024
  6. Jan 05, 2024
    • Krzysztof Gogolewski's avatar
      VoidRep-related refactor · 90ea574e
      Krzysztof Gogolewski authored and Marge Bot's avatar Marge Bot committed
      * In GHC.StgToByteCode, replace bcIdPrimId with idPrimRep,
        bcIdArgRep with idArgRep, atomPrimRep with stgArgRep1.
        All of them were duplicates.
      * In GHC.Stg.Unarise, we were converting a PrimRep to a Type and back to
        PrimRep. Remove the calls to primRepToType and typePrimRep1 which cancel out.
      * In GHC.STG.Lint, GHC.StgToCmm, GHC.Types.RepType we were filtering out
        VoidRep from the result of typePrimRep. But typePrimRep never returns
        VoidRep - remove the filtering.
      90ea574e
    • Krzysztof Gogolewski's avatar
      Fix VoidRep handling in ghci debugger · 67dbcc0a
      Krzysztof Gogolewski authored and Marge Bot's avatar Marge Bot committed
      'go' inside extractSubTerms was giving a bad result given a VoidRep,
      attempting to round towards the next multiple of 0.
      I don't understand much about the debugger but the code should be better
      than it was.
      
      Fixes #24306
      67dbcc0a
  7. Jan 04, 2024
  8. Jan 01, 2024
  9. Dec 31, 2023
  10. Dec 29, 2023
  11. Dec 25, 2023
  12. Dec 24, 2023
Loading