summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-034-5/+32
* Be aware of overlapping global STG registers in CmmSink (#10521)Reid Barton2015-06-251-0/+6
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-3/+3
* Fix for CAF retention when dynamically loading & unloading codeSimon Marlow2015-06-082-2/+7
* rts: Fix aarch64 implementation of xchgErik de Castro Lopo2015-06-011-4/+2
* Add a TODO FIXME w.r.t. D894Austin Seipp2015-05-191-0/+5
* includes/stg/SMP.h: implement simple load_/store_load_barrier on armv6 and olderSergei Trofimovich2015-05-181-0/+4
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-061-0/+3
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-073-27/+33
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-0/+3
* Fix bad '... \\' escape in ghcversion.h generationHerbert Valerio Riedel2015-01-191-6/+6
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-2/+2
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-0/+8
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-2/+1
* Fix typo in GLASGOW_HASKELL_PATCHLEVEL2 macroHerbert Valerio Riedel2014-12-221-1/+1
* commentsSimon Marlow2014-12-151-1/+11
* Fix comments (#8254)Simon Marlow2014-12-151-3/+1
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-0/+2
* Link pre-ARMv6 spinlocks into all RTS variantsJoachim Breitner2014-12-091-2/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-093-0/+37
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-051-0/+3
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-021-3/+0
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-281-0/+3
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-251-0/+1
* Make clearNursery freeSimon Marlow2014-11-251-0/+21
* accessors to RTS flag values -- #5364Ömer Sinan Ağacan2014-11-241-30/+48
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-194-3/+116