summaryrefslogtreecommitdiff
path: root/rts/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* fast make omits all GHC stagesSimon Marlow2009-08-021-0/+1
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-496/+3
* add -funroll-loops when compiling the parallel version of Evac.c tooSimon Marlow2009-04-021-0/+2
* PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""Simon Marlow2009-04-021-0/+1
* Add fast event loggingSimon Marlow2009-03-171-3/+4
* NCG: Validate fixesBen.Lippmeier@anu.edu.au2009-02-051-2/+1
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-1/+2
* Add some more fields to +RTS --infoIan Lynagh2009-01-081-0/+13
* Build fixes for DLLized rtsClemens Fruhwirth2008-10-131-2/+4
* Fix bindist creation: Only the main RTS was being put in the bindistsIan Lynagh2008-10-091-2/+6
* clean sm/Evac_thr.c and sm/Scav_thr.cSimon Marlow2008-09-221-0/+1
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-191-0/+1
* un-disable warnings in some modulesSimon Marlow2008-09-091-3/+0
* bindists are now some way towards workingIan Lynagh2008-08-101-10/+5
* move an inline function to keep older versions of gcc happySimon Marlow2008-07-251-0/+6
* set PAPI_LIB_DIR="" when we don't have PAPI (clean up package.conf)Simon Marlow2008-07-221-1/+5
* remove -fvia-C that I apparrently accidentally added recentlySimon Marlow2008-07-221-2/+0
* Put the contents of Evac.c-inc back in Evac.c, and just compile the file twiceSimon Marlow2008-06-031-0/+14
* use SRC_CC_OPTS rather than SRC_HC_OPTS for C optionssimonmar@microsoft.com2007-11-191-1/+1
* allow PAPI to be installed somewhere non-standardSimon Marlow2007-11-011-0/+14
* Refactoring of the GC in preparation for parallel GCSimon Marlow2007-10-311-1/+1
* avoid warnings from ffi.h when UseLibFFIForAdjustors=YESSimon Marlow2008-04-091-0/+1
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-10/+13
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-7/+3
* When concatenating variables in Makefile, strip spaces in case one is emptyIan Lynagh2008-03-151-1/+1
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+5
* Windows now doesn't need different values for DQ in the build systemIan Lynagh2008-01-231-6/+1
* Add dyn-wrapper.c used as cross-plattform launch wrapper for executables usin...Clemens Fruhwirth2008-01-161-0/+9
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-0/+5
* Fix building libHSrts.dll by using ghc-pkg instead of grepping in base.cabalClemens Fruhwirth2007-12-301-12/+11
* We need to set _way=* in rts/ both when making and installing bindistsIan Lynagh2007-10-271-0/+8
* Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ...Ian Lynagh2007-09-261-1/+1
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-0/+4
* The RTS is Haddock-less, tell make about itsven.panne@aedion.de2007-09-101-0/+5
* Suppress some warnings on WindowsIan Lynagh2007-09-021-0/+7
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-0/+10
* Jump through some hoops to make the Windows SEH exception stuff happyIan Lynagh2007-08-241-0/+6
* Fix passing double quotes to GHC on WindowsIan Lynagh2007-08-181-8/+16
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-7/+7
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-38/+35
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-231-0/+2
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-221-0/+5
* oops, revert part of the +RTS -V0 patch which was accidentally includedSimon Marlow2007-07-101-1/+1
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-081-1/+1
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-43/+5
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-4/+2
* Fix the ghc package in bindistsIan Lynagh2007-06-091-0/+4