summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
Commit message (Expand)AuthorAgeFilesLines
* Minor refactoring in deriveConstantsÖmer Sinan Ağacan2019-09-071-42/+37
* Inline `Settings` into `DynFlags`John Ericson2019-05-291-4/+4
* Clean up URLs to point to GitLabTakenobu Tani2019-04-011-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-4/+4
* Finish stable splitDavid Feuer2018-08-291-1/+1
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-7/+0
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+4
* Compact RegionsGiovanni Campagna2016-07-201-1/+12
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-181-0/+1
* Fix histograms for ticky codeMateusz Lenik2016-05-181-0/+3
* deriveConstants: Fix nm advice one last timeBen Gamari2016-05-011-1/+1
* Recommend more reliable recourse for broken nmBen Gamari2016-04-281-1/+1
* deriveConstants: Fix nm-classic error messageBen Gamari2016-04-241-1/+4
* deriveConstants: Verify sanity of nmHerbert Valerio Riedel2016-04-161-2/+14
* Add Cabal synopses and descriptionsBen Gamari2016-01-051-2/+5
* Fix warning about unused pattern variableGabor Greif2015-12-011-1/+1
* derivedConstants: Add support for AIXHerbert Valerio Riedel2015-11-191-2/+26
* Make `derivedConstants` more crosscompile-friendlyHerbert Valerio Riedel2015-11-191-13/+27
* Build system: cabalise deriveConstants + genprimopcodeThomas Miedema2015-10-303-3/+24
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-3/+3
* Fix offset calculation in __stg_gc_funSimon Marlow2015-07-061-0/+1
* comment about why this program existsSimon Marlow2014-12-151-1/+16
* Make clearNursery freeSimon Marlow2014-11-251-0/+1
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+1
* Use objdump instead of nm to derive constants on OpenBSDAustin Seipp2014-10-211-1/+5
* Per-capability nursery weak pointer lists, fixes #9075Edward Z. Yang2014-05-291-0/+2
* Harden imports in `DeriveConstants.hs` moduleHerbert Valerio Riedel2014-05-201-12/+12
* Extract derived constants from nm output for various OSes differently.Christian Maeder2014-05-181-22/+15
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-1/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+1
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+3
* Revert "change deriveConstants to use nm in a POSIX way (fixes #8781)"Austin Seipp2014-03-241-10/+20
* change deriveConstants to use nm in a POSIX way (fixes #8781)Karel Gardas2014-03-221-20/+10
* codeGen: allocate small byte arrays of statically known size inlineJohan Tibell2014-03-141-1/+1
* Implement shortcuts for slow calls (#6084)Simon Marlow2013-11-281-2/+2
* Revert "Implement shortcuts for slow calls that would require PAPs (#6084)"Austin Seipp2013-10-261-2/+2
* Implement shortcuts for slow calls that would require PAPs (#6084)Simon Marlow2013-10-251-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Pass 512-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+6
* Pass 256-bit-wide vectors in registers.Geoffrey Mainland2013-09-221-0/+6
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-2/+2
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-151-0/+1
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-4/+8
* ticky enhancementsNicolas Frisby2013-03-291-0/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-0/+3
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-0/+6
* Add a stddef.h #include to C file generated by DeriveConstantsIan Lynagh2012-11-171-0/+1
* We now assume that offsetof() is always definedIan Lynagh2012-11-161-9/+4