summaryrefslogtreecommitdiff
path: root/includes/rts/storage/InfoTables.h
Commit message (Expand)AuthorAgeFilesLines
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-405/+0
* rts: Fix macro parenthesisationwip/gc/misc-rtsBen Gamari2019-10-181-1/+1
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-4/+4
* rts: Explicit state that CONSTR tag field is zero-basedBen Gamari2019-05-161-1/+1
* Disable the SRT offset optimisation on MachO platformsBen Gamari2018-05-231-0/+3
* InfoTables: Fix #if uses introduced by D4634Ben Gamari2018-05-161-2/+2
* Save a word in the info table on x86_64Simon Marlow2018-05-161-9/+39
* An overhaul of the SRT representationSimon Marlow2018-05-161-38/+15
* Prefer #if defined to #ifdefBen Gamari2017-04-281-12/+12
* compiler/cmm/PprC.hs: constify labels in .rodataSergei Trofimovich2017-04-241-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* rts: Fix lingering #ifsBen Gamari2017-04-041-1/+1
* Remove CONSTR_STATICSimon Marlow2016-11-141-10/+6
* Add notes describing SRT conceptsBen Gamari2016-11-021-1/+12
* Revert "codeGen: Remove binutils<2.17 hack, fixes T11758"Simon Peyton Jones2016-08-191-0/+11
* codeGen: Remove binutils<2.17 hack, fixes T11758Alex Dzyoba2016-08-051-11/+0
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-181-3/+5
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-291-2/+2
* Remove obsolete/redundant FLEXIBLE_ARRAY macroHerbert Valerio Riedel2016-04-181-2/+2
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-28/+0
* [ci skip] includes: detabify/dewhitespace rts/storage/InfoTables.hAustin Seipp2014-08-201-34/+34
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-1/+1
* tidied this up, the macro definitions were causing duplicate semis in the sourceGabor Greif2012-02-271-10/+10
* Remove some old comments about the manglerDavid Terei2011-11-221-5/+0
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-4/+4
* make stg_arg_bitmaps public, and available via the GHCi linker (#3672)Simon Marlow2010-09-131-0/+3
* add comment for srt_bitmap fieldSimon Marlow2010-02-031-1/+6
* Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE)Simon Marlow2009-08-191-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+410