summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* RtsFlags: Make `mallocFailHook` const correctErik de Castro Lopo2016-05-111-1/+1
* stg/Types.h: Fix comment and #includeBen Gamari2016-05-101-3/+5
* Use stdint types for Stg{Word,Int}{8,16,32,64}Tomas Carnecky2016-05-102-123/+91
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-0512-65/+66
* Add +RTS -AL<size>Simon Marlow2016-05-041-0/+1
* Allow limiting the number of GC threads (+RTS -qn<n>)Simon Marlow2016-05-041-0/+4
* rts: Remove deprecated C type `lnat`Erik de Castro Lopo2016-05-021-3/+0
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-294-23/+3
* RTS: Add setInCallCapability()Simon Marlow2016-04-261-0/+9
* Remove obsolete/redundant FLEXIBLE_ARRAY macroHerbert Valerio Riedel2016-04-184-22/+13
* Use stdint types to define SIZEOF and ALIGNMENT of INTx/WORDxTomas Carnecky2016-04-181-41/+20
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* Allocate blocks in the GC in batchesSimon Marlow2016-04-121-1/+2
* Remove left-over shell-tools.cHerbert Valerio Riedel2016-04-101-139/+0
* Autoconf: detect and set CFLAGS/CPPFLAGS needed for C99 modeHerbert Valerio Riedel2016-03-281-0/+4
* Scrap IRIX supportHerbert Valerio Riedel2016-03-281-5/+0
* Remove now pointless INLINE_ME macroHerbert Valerio Riedel2016-03-271-1/+0
* RTS: Fix & refactor "portable inline" macrosHerbert Valerio Riedel2016-03-261-37/+39
* Avoid local label syntax for assembler on AIXHerbert Valerio Riedel2016-03-241-0/+20
* Split external symbol prototypes (EF_) (Trac #11395)Sergei Trofimovich2016-03-082-5/+30
* rts: drop unused global 'blackhole_queue'Sergei Trofimovich2016-02-272-2/+1
* PowerPC: Improve float register assignment.Peter Trommler2016-02-161-3/+9
* Ensure that we don't produce code for pre-ARMv7 without barriersBen Gamari2016-01-251-14/+3
* Comments only: more alternate names for ARM registers [skip ci]Reid Barton2016-01-251-3/+4
* Remove unused IND_PERMJoachim Breitner2016-01-234-40/+36
* Drop redundant `-D__GLASGOW_HASKELL__=...` flagHerbert Valerio Riedel2015-12-311-3/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-212-0/+2
* Random typo fixesHerbert Valerio Riedel2015-12-171-1/+1
* On AIX we need -D_BSD defined in <Stg.h>Herbert Valerio Riedel2015-12-041-0/+5
* base: Add Haskell interface to ExecutionStackBen Gamari2015-11-231-0/+2
* rts: Add LibdwPool, a pool for libdw sessionsBen Gamari2015-11-232-0/+23
* rts: Expose more libdw symbolsBen Gamari2015-11-231-5/+9
* RtsFlags: Fix const warningBen Gamari2015-11-211-7/+7
* Make `derivedConstants` more crosscompile-friendlyHerbert Valerio Riedel2015-11-191-0/+4
* rts: Kill PAPI supportBen Gamari2015-11-181-26/+0
* Fix archive loading on Windows by the runtime loaderTamar Christina2015-11-171-0/+7
* New magic function for applying realWorld#Ben Gamari2015-11-121-0/+2
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-0/+11
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-072-28/+2
* Libdw: Fix symbol namingBen Gamari2015-11-011-2/+2
* cmm: Expose machine's stack and return address registerBen Gamari2015-11-012-0/+5
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-172-0/+91
* Fix signature of atomic builtinsAndreas Schwab2015-10-021-36/+36
* nativeGen PPC: fix > 16 bit offsets in stack handlingPeter Trommler2015-10-021-5/+13
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-113-18/+11
* tracing: Kill EVENT_STARTUPBen Gamari2015-09-051-2/+2
* Build system: simplify install.mk.inThomas Miedema2015-08-211-4/+4
* Delete FastBoolThomas Miedema2015-08-211-94/+93
* Make headers C++ compatible (fixes #10700)Alexey Shmalko2015-07-302-12/+12
* Two step allocator for 64-bit systemsGiovanni Campagna2015-07-221-191/+3