summaryrefslogtreecommitdiff
path: root/includes/Rts.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoIan Lynagh2013-02-051-1/+1
* Expose the prototype for getMonotonicNSecIan Lynagh2013-01-171-0/+1
* Don't clearNurseries() in parallel with -debugSimon Marlow2012-11-011-0/+6
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+0
* Fix #7087 (integer overflow in getDelayTarget())Simon Marlow2012-07-311-0/+2
* Fix build on Win32, and handle the FMT_* #defines in a slightly nicer wayIan Lynagh2012-04-271-13/+0
* Simplify format specifiersIan Lynagh2012-04-271-27/+4
* Fix build on OSX: Use the 'z' format specifier modifier when possibleIan Lynagh2012-04-261-15/+9
* Fix warnings on Win64Ian Lynagh2012-04-261-3/+12
* A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+1
* Fix mkDerivedConstants on Win64Ian Lynagh2012-03-191-0/+18
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-0/+7
* Fix a #defineIan Lynagh2012-01-151-1/+1
* Time handling overhaulSimon Marlow2011-11-251-0/+30
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-0/+1
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-251-3/+0
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-0/+6
* Add a configure test for the visibility hidden attributeIan Lynagh2010-11-231-1/+1
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-9/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-0/+8
* Fix the format specifier for Int64/Word64 on WindowsIan Lynagh2010-03-271-0/+7
* Optimise the code generated at trace pointsSimon Marlow2009-09-121-0/+6
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-0/+12
* add RTS_PRIVATE attributeSimon Marlow2009-08-291-0/+5
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-291-0/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-251-0/+3
* move termios prototypes into a public headerSimon Marlow2009-08-031-0/+1
* move StgEntCounter type into its own headerSimon Marlow2009-08-031-25/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-81/+49
* remove old incarnation of .NET supportSimon Marlow2009-06-281-4/+0
* Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG)Simon Marlow2009-07-291-5/+9
* NetBSD defines _REENTRANT in its header files, so compiling ghc givesSimon Marlow2009-07-231-0/+2
* Stop building the rts against gmpDuncan Coutts2009-06-131-7/+0
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-131-1/+0
* Remove the unused remains of __decodeFloatIan Lynagh2009-06-021-1/+0
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-19/+0
* pad step_workspace to 64 bytes, to speed up access to gct->steps[]Simon Marlow2008-04-161-0/+6
* add ROUNDUP_BYTES_TO_WDSsimonmar@microsoft.com2008-02-151-1/+3
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-141-1/+1
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-171-0/+2
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-1/+5
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-0/+4
* Pointer TaggingSimon Marlow2007-07-271-0/+40
* FIX BUILD (OS X): Include correct gmp.h if using GMP.frameworkRoman Leshchinskiy2007-07-061-0/+4
* Make ticky work, at least partly, on 64-bit machinessimonpj@microsoft.com2007-04-241-5/+5
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-1/+28
* Make StablePtr and friends visible, this seems to be necessary for 64bit arch...sven.panne@aedion.de2006-11-101-0/+4
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-4/+7
* fix warningsSimon Marlow2006-06-081-0/+11
* add 'const' modifiers to types where appropriateSimon Marlow2006-06-071-1/+1