summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Fix build on OS XIan Lynagh2013-06-221-0/+4
* Fix #8009 : Failure to compile on powerpc64-linux.Erik de Castro Lopo2013-06-221-0/+4
* Add some missing clang bits to the build system.Austin Seipp2013-06-171-0/+5
* Optimise lockClosure when n_capabilities == 1; fixes #693Ian Lynagh2013-06-152-7/+23
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-152-1/+3
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-152-5/+9
* Whitespace only in rts/storage/SMPClosureOps.hIan Lynagh2013-06-141-7/+7
* use libffi for iOS adjustors; fixes #7718Ian Lynagh2013-06-081-2/+5
* Implement cardinality analysisSimon Peyton Jones2013-06-061-3/+4
* fix comment (#7907)Simon Marlow2013-05-211-1/+1
* Expose __word_encode{Float,Double}; fixes integer-simple buildIan Lynagh2013-05-191-0/+2
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-5/+0
* Fix an all-target call in the build systemIan Lynagh2013-05-101-1/+1
* Small build system refactoringIan Lynagh2013-04-201-5/+5
* added ticky counters for heap and stack checksNicolas Frisby2013-04-112-0/+5
* ticky enhancementsNicolas Frisby2013-03-293-38/+53
* Closures must be zeroed even without LDV-profiling. Partially fixes #7747Edward Z. Yang2013-03-071-4/+0
* Update source pointer.Edward Z. Yang2013-03-021-1/+1
* Only emit %write_barrier primitive for THREADED_RTSGabor Greif2013-02-262-3/+9
* declare stable_ptr_table (should fix via-C compilation)Simon Marlow2013-02-181-0/+1
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-143-8/+15
* Simplify the allocation stats accountingSimon Marlow2013-02-141-1/+1
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-111-0/+2
* Fix a typoIan Lynagh2013-02-051-1/+1
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-014-12/+82
* Always pass vector values on the stack.Geoffrey Mainland2013-02-013-20/+24
* MachRegs.h requires ghcautoconf.h to be included before it (#7591)Stephen Blackheath2013-02-011-0/+1
* typosGabor Greif2013-01-301-1/+1
* include "stg/MachRegs.h" -> include "MachRegs.h"Simon Marlow2013-01-302-2/+2
* \#undef REG_R[1-10] as a precautionSimon Marlow2013-01-301-0/+15
* fix warningsSimon Marlow2013-01-301-1/+0
* STM: Only wake up onceBen Gamari2013-01-303-1/+6
* Expose genericRaise; fixes signals004(dyn) no OS X 32Ian Lynagh2013-01-171-0/+3
* Expose the prototype for getMonotonicNSecIan Lynagh2013-01-172-0/+20
* typoGabor Greif2012-12-191-2/+2
* Make enabled_capabilities visible (fixes dynamic linking)Simon Marlow2012-12-131-0/+3
* Remove most of TailCalls.hSimon Marlow2012-12-132-189/+3
* Add a write barrier for TVAR closuresSimon Marlow2012-11-162-19/+21
* Don't include a (void *) cast in BLOCK_ROUND_UPIan Lynagh2012-11-131-1/+1
* Add some more flags to includes_CC_OPTSIan Lynagh2012-11-121-0/+5
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-124-1317/+22
* Give an error if we can't find a suitable value for PRIdPTRIan Lynagh2012-11-081-1/+3
* define own version of PRIdPTR on platform where its not availableKarel Gardas2012-11-081-0/+10
* small optimisation: inline stmNewTVar()Simon Marlow2012-11-051-0/+3
* The shape of StgTVar should not depend on THREADED_RTSSimon Marlow2012-11-011-2/+0
* Don't clearNurseries() in parallel with -debugSimon Marlow2012-11-011-0/+6
* Fix C macro bug that was causing some stack checks to erroneously succeedSimon Marlow2012-10-311-8/+8
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-306-10/+284
* Properly mark C-- calls to _assertFail as "never returns".Geoffrey Mainland2012-10-301-1/+1
* Fix build on platforms on which we don't have register infoIan Lynagh2012-10-272-1/+10