summaryrefslogtreecommitdiff
path: root/compiler/HsVersions.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unsafeGlobalDynFlags (#17957, #14597)Sylvain Henry2020-09-301-4/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* TestBen Gamari2019-10-091-0/+3
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-5/+0
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-8/+4
* Remove COMPILING_GHCJohn Ericson2019-09-111-3/+0
* Remove most uses of TARGET platform macrosJohn Ericson2019-07-091-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-5/+1
* Make globals use sharedCAFMoritz Angermann2016-12-111-0/+16
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-16/+0
* Make globals use sharedCAFMoritz Angermann2016-11-291-0/+16
* Remove directories from include pathsBen Gamari2016-09-161-1/+1
* Replace `STRICT[12345]` macros by `BangPatterns`Yuri de Wit2014-11-251-8/+0
* Delete all /* ! __GLASGOW_HASKELL__ */ codeThomas Miedema2014-09-231-5/+1
* Remove some __HADDOCK__ CPPIan Lynagh2013-04-091-10/+0
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-11/+2
* Remove unused CPP definitions of COMMAIan Lynagh2011-10-231-2/+0
* Remove unused elf_OBJ_FORMAT #defineIan Lynagh2011-10-201-5/+0
* Put the target platform in the settings fileIan Lynagh2011-10-191-1/+0
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-101-0/+1
* Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-7/+7
* provide shared libraries support on i386-unknown-solaris2 platformKarel Gardas2010-12-171-1/+1
* Enable shared libs on OpenBSDMatthias Kilian2010-09-181-1/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+1
* Add WARNM2 macro, plus some refactoringsimonpj@microsoft.com2010-05-061-10/+15
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-0/+5
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-171-0/+9
* Make ASSERT2 mention msg even when debug is off (avoid warnings)simonpj@microsoft.com2008-09-051-1/+1
* Fix Haddock errors.Thomas Schilling2008-07-201-0/+6
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-6/+0
* Don't use CPP for SLIT/FSLITIan Lynagh2008-04-121-8/+0
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-13/+4
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-291-2/+0
* Fix warnings in main/StaticFlagsIan Lynagh2008-03-251-2/+3
* Added MASSERT macro for assertions in do notationTwan van Laarhoven2008-01-171-0/+4
* lots of portability changes (#1405)Isaac Dupree2008-01-171-2/+9
* Fix warnings in utils/UtilIan Lynagh2008-01-131-3/+5
* make it easier to have debugging code typechecked even when debugging is turn...Norman Ramsey2007-09-121-0/+2
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-2/+3
* In ASSERT and friends, use all the expressions we are passed even if !DEBUGIan Lynagh2007-09-071-5/+7
* Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere.Michael D. Adams2007-05-111-6/+0
* Fixed apparent typo in STRICT1(f) of HsVersions.hMichael D. Adams2007-05-041-1/+1
* Module header tidyup #2Simon Marlow2006-10-111-0/+6
* Module header tidyup, phase 1Simon Marlow2006-10-111-36/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+108