summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* Define W_TO_LONG in Cmm.hIan Lynagh2012-06-201-0/+6
* Add getGCStatsEnabled function.Paolo Capriotti2012-06-191-0/+1
* Fix build on Win64Ian Lynagh2012-05-091-0/+4
* Enable FileLock for win32 (#4363)Paolo Capriotti2012-05-081-4/+2
* Fix RTS DLL references on Win64Ian Lynagh2012-05-061-4/+17
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-062-3/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-04-271-0/+1
|\
| * Add a new primop mkWeakNoFinalizer (#5879)Simon Marlow2012-04-271-0/+1
* | Fix build on OS XIan Lynagh2012-04-271-8/+14
* | Fix build on Win32, and handle the FMT_* #defines in a slightly nicer wayIan Lynagh2012-04-272-20/+16
* | Simplify format specifiersIan Lynagh2012-04-271-27/+4
* | OS X build fixesIan Lynagh2012-04-261-3/+12
* | Fix build on OSX: Use the 'z' format specifier modifier when possibleIan Lynagh2012-04-261-15/+9
* | Build fixesIan Lynagh2012-04-261-0/+2
* | Fix warnings on Win64Ian Lynagh2012-04-264-9/+18
* | Win64 warning fixIan Lynagh2012-04-241-0/+1
* | A couple of build fixes for Win64Ian Lynagh2012-04-241-1/+1
* | Use gnu_printf rather than just printf in function format attributesIan Lynagh2012-04-241-3/+3
|/
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-111-1/+1
* Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GCMikolaj2012-04-041-2/+3
* Adjust the eventlog description header for the spark counter eventDuncan Coutts2012-04-041-1/+1
* Add new eventlog events for various heap and GC statisticsDuncan Coutts2012-04-041-3/+13
* Change the presentation of parallel GC work balance in +RTS -sDuncan Coutts2012-04-041-2/+2
* Add eventlog/trace stuff for capabilities: create/delete/enable/disableDuncan Coutts2012-04-041-4/+10
* Merge branch 'master' of win:c:/m64/reg4/.Ian Lynagh2012-03-232-4/+8
|\
| * Fix ASSIGN_DBL on Win64Ian Lynagh2012-03-231-4/+4
| * Fix caller/callee register saving on Win64Ian Lynagh2012-03-231-0/+4
* | Tabs -> SpacesDavid Terei2012-03-231-6/+6
* | Tabs -> SpacesDavid Terei2012-03-231-25/+25
* | Code cleanDavid Terei2012-03-231-107/+98
* | Tabs -> SpacesDavid Terei2012-03-231-3/+3
|/
* Fix mkDerivedConstants on Win64Ian Lynagh2012-03-192-10/+28
* Fixes for the threaded RTS on Win64Ian Lynagh2012-03-181-0/+7
* Soem more Wind64 fixesIan Lynagh2012-03-162-3/+3
* More fixes for Win64Ian Lynagh2012-03-151-8/+7
* Some Win64 fixesIan Lynagh2012-03-151-1/+1
* Fix PprC for 64bit platforms with 32bit long'sIan Lynagh2012-03-151-0/+6
* fix _BTM field of closureFlags[], and document what it means (#5923)Simon Marlow2012-03-141-1/+1
* define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933)Simon Marlow2012-03-131-14/+17
* Typo in commentIan Lynagh2012-03-111-1/+1
* raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)Simon Marlow2012-02-271-0/+1
* use idiomatic (GHC) typesGabor Greif2012-02-271-6/+6
* tidied this up, the macro definitions were causing duplicate semis in the sourceGabor Greif2012-02-271-10/+10
* Improve support for cross-compilationSimon Marlow2012-01-301-2/+20
* Fix a #defineIan Lynagh2012-01-151-1/+1
* use (GHC) idiomatic typesGabor Greif2012-01-091-4/+4
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-091-6/+12
* RefactoringIan Lynagh2012-01-081-5/+3
* setNumCapabilities: don't barf() if it isn't supported, just print an errorSimon Marlow2012-01-061-4/+0
* abstract away from the 'build-toolchain'-dependent sizeof(...) operatorGabor Greif2012-01-061-10/+14