summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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