Do not link ghc stage1 using -threaded, only for stage2 or 3
[ghc-hetmet.git] / rts / Makefile
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-02 Simon Marlowadd -funroll-loops when compiling the parallel version...
2009-04-02 Simon MarlowPACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""
2009-03-17 Simon MarlowAdd fast event logging
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-01-08 Ian LynaghAdd some more fields to +RTS --info
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-10-09 Ian LynaghFix bindist creation: Only the main RTS was being put...
2008-09-22 Simon Marlowclean sm/Evac_thr.c and sm/Scav_thr.c
2008-09-19 Simon MarlowOn Linux use libffi for allocating executable memory...
2008-09-09 Simon Marlowun-disable warnings in some modules
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-07-25 Simon Marlowmove an inline function to keep older versions of gcc...
2008-07-22 Simon Marlowset PAPI_LIB_DIR="" when we don't have PAPI (clean...
2008-07-22 Simon Marlowremove -fvia-C that I apparrently accidentally added...
2008-06-03 Simon MarlowPut the contents of Evac.c-inc back in Evac.c, and...
2007-11-19 simonmar@microsoft.comuse SRC_CC_OPTS rather than SRC_HC_OPTS for C options
2007-11-01 Simon Marlowallow PAPI to be installed somewhere non-standard
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2008-04-09 Simon Marlowavoid warnings from ffi.h when UseLibFFIForAdjustors=YES
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-15 Ian LynaghWhen concatenating variables in Makefile, strip spaces...
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-16 Clemens FruhwirthAdd dyn-wrapper.c used as cross-plattform launch wrappe...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2007-12-30 Clemens FruhwirthFix building libHSrts.dll by using ghc-pkg instead...
2007-10-27 Ian LynaghWe need to set _way=* in rts/ both when making and...
2007-09-26 Ian LynaghAdd STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
2007-09-10 sven.panne@aedion.deThe RTS is Haddock-less, tell make about it
2007-09-02 Ian LynaghSuppress some warnings on Windows
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-08-24 Ian LynaghJump through some hoops to make the Windows SEH excepti...
2007-08-18 Ian LynaghFix passing double quotes to GHC on Windows
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-10 Simon Marlowoops, revert part of the +RTS -V0 patch which was accid...
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-03-11 Ian LynaghHave configure take arguments telling it where gmp...
2007-03-06 Simon Marlowdisable -Wbad-function-cast; it's hard/impossible to...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-11-20 Simon Marlowreorganise PAPI configuration: off by default, even...
2006-11-09 'Alexey RodriguezAdded configure gadgets to detect Papi, and fixed build...
2006-11-08 Simon Marlowupdate flag settings after files were relocated
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-10-17 Simon Marlowcompensate for gmp/configure sometimes not being executable
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-08-25 Ian LynaghFix unregisterised builds, and building on non-x86...
2006-08-10 sven.panne@aedion.deTweak GCC's inlining parameters to get thread_obj inlined
2006-07-10 Simon Marlowre-add -fvia-C
2006-06-29 Simon MarlowNo longer force -fvia-C for the RTS, it can now be...
2006-06-29 Simon MarlowUse -fno-strict-aliasing for *all* C files in the runtime
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-04-28 dons@cse.unsw.edu.auFix stage2 segfault on openbsd.
2006-04-07 Simon MarlowReorganisation of the source tree