summaryrefslogtreecommitdiff
path: root/rts/Hash.c
Commit message (Expand)AuthorAgeFilesLines
* rts: update xxhash used by the linker's hashmapTamar Christina2021-12-141-2/+11
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-241-0/+13
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-6/+21
* rts/Hash: Simplify freeing of HashListChunksBen Gamari2020-06-251-25/+38
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-7/+22
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-37/+87
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Fix a few GCC warningsMichal Terepeta2018-05-131-3/+3
* rts: Fix use of #ifBen Gamari2017-09-061-1/+1
* Replace hashing function for string keys implementation with xxhashTamar Christina2017-09-051-10/+7
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-2/+31
* rts: Add missing `const` from HashTable APIErik de Castro Lopo2016-05-191-1/+1
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-181-5/+5
* rts/Hash: Constify HashTable* in lookupHashTableBen Gamari2015-11-031-3/+3
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-8/+16
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+23
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint/detab/dewhitespace Hash.cAustin Seipp2014-07-281-64/+64
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-0/+5
* The hash table implementation had some static free lists that wereSimon Marlow2011-04-151-34/+33
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-6/+3
* Remember to free() memory on exitSimon Marlow2006-08-081-0/+22
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+376