summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the OFFSET macroIan Lynagh2012-11-131-8/+20
* Fix build on WindowsIan Lynagh2012-11-131-1/+1
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-123-0/+892