Remove redundant fromIntegral calls
[ghc-hetmet.git] / ghc /
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-08-05 Simon Marlowin stage1, always rebuild Main.hs
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-28 Simon Marlowdon't strip the inplace GHC executables (for debugging)
2008-07-24 Simon Marlowadd --enable-shared to configure, and $(BuildSharedLibs...
2008-07-24 Simon Marlowallow EXTRA_HC_OPTS to be used from the command-line
2008-07-24 Simon Marlowput the inplace GHC in stageN-inplace/ghc instead of...
2008-07-23 Simon Marlowadd a "rebuild" target for convenience
2008-07-22 Ian LynaghClean stage 3
2008-07-18 Ian LynaghSome "install" and "clean" fixes
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghSplit building the ghc package and binary into "boot...
2008-07-17 Ian LynaghInstall the compiler during make install
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghFix GHC finding extra-gcc-opts on Windows
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2006-04-07 Simon Marlowremove the last bits of the ghc/ subdir
2006-04-07 Simon MarlowReorganisation of the source tree
2006-01-21 Simon Marlowrempve some unused files
2006-04-06 LemmihAdd stage2/ghci to ghc-api's import list.
2006-04-06 LemmihDon't build GHC with breakpoint support by default.
2006-04-06 LemmihGHC.Base.breakpoint isn't vaporware anymore.
2006-04-06 Simon MarlowAdd SA_RESTART flag to the timer signal handler.
2006-04-06 LemmihBetter messages from HscTypes.showModMsg.
2006-04-05 Simon MarlowTurn the "too many hs_exit()s" fatal error into a warning
2006-04-05 Simon Marlowadd freeStorage() prototype
2006-04-05 Simon Marlowadd support for x86_64; foreign import is now supported...
2006-03-30 Duncan CouttsCorrect spelling mistake: GhcState1HcOpts -> GhcStage1H...
2006-03-30 Simon Marlowoops, undo accidental patch
2006-03-30 Simon Marlowfix profiling on Win32
2006-03-29 Simon Marlowfix for GHC >= 6.5 again
2006-03-29 Simon Marlowin stage1, we should get isPrint and isUpper from Compa...
2006-03-29 wolfgang.thaller... Darwin/x86: correct stack alignment in ByteCodeFFI
2006-03-23 wolfgang.thaller... Deal with non-executable memory on Darwin (only an...
2006-03-28 Simon Marlowadd forkOnzh_fast symbol
2006-03-27 Simon MarlowAdd a new primitive forkOn#, for forking a thread on...
2006-03-27 Simon Marloweliminate a warning
2006-03-27 Simon Marlowelimiante a couple of warnings
2006-03-24 Simon Marlowfix a warning
2006-03-24 Simon MarlowAdd some more flexibility to the multiproc scheduler
2006-03-24 Duncan CouttsmkDerivedConstants.c depends on ghcplatform.h
2006-03-27 Simon Marlowsmall updates
2006-03-27 LemmihAllow users of the GHC library to specify which package...
2006-03-25 wolfgang.thaller... Fix Darwin/x86 stack alignment
2006-03-24 wolfgang.thaller... Darwin Mangler: include alignment statements for symbol...
2006-03-24 Simon Marlowmark recordMutableCap() with [R1] to avoid saving all...
2006-03-24 Simon Marlowomit the __DISCARD__() call if unregisterised
2006-03-23 Simon Marlowgcc is getting smarter, so we need to hit it with a...
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 LemmihDocumentation for -fno-code and -fwrite-iface.
2006-03-22 Simon Marlowon second thoughts, revert the ppc/darwin part of the...
2006-03-22 Simon Marlowfix for gcc 4.1.x
2006-03-21 Simon Marlowsupport for STM objects in the retainer profiler
2006-03-21 Simon Marlowsmall changes to fix retainer profiling on HEAD
2006-03-21 Simon Marlowtiny cleanup
2006-03-21 Simon Marlowoops, remove temporary testing code
2006-03-20 Simon MarlowstopTicker(): wait for the timer thread to exit
2006-03-20 Simon Marlowfix Win32 build
2006-03-18 LemmihDocumentation for -fno-code and -fwrite-iface.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-12 LemmihCleanup after the OPTIONS parsing was moved.
2006-03-17 Simon Marlowfix build for certain picky versions of gcc
2006-03-17 Simon MarlowforkProcess(): watch out for ThreadRelocated
2006-03-17 simonpj@microsoft.comMake -fliberate-case work for GADTs
2006-03-16 Simon Marlowremove accidental extra in previous patch
2006-03-16 Simon Marlowfix a warning
2006-03-16 Simon Marlowfix up Win32 build
2006-03-16 Simon Marlowsanity checking: make sure we don't mix registerised...
2006-03-16 Simon Marlowfix non-threaded way
2006-03-02 lennart.augustsson... Free all memory when shutting down. XXX not implemente...
2006-03-16 Simon MarlowImprovements to forkProcess()
2006-03-16 Simon MarlowdiscardTask(): reset task->tso to avoid confusion later
2006-03-15 Simon MarlowImprovements to shutting down of the runtime
2006-03-14 Simon Marlowimprove panic messages a bit, with the GHC version...
2006-03-14 LemmihBug fixes in my refactored RnNames code.
2006-03-14 Simon MarlowENTER(): avoid re-reading the info pointer of the closu...
2006-03-14 Simon Marlowsmall improvements to the debug printer
2006-03-14 Simon MarlowMake it a fatal error to try to enter a PAP
2006-03-14 Simon MarlowFix a really nasty bug in SMP
2006-03-13 Simon Marlowfix bug in previous patch to this file
2006-03-13 Simon Marlowadd another SMP assertion
2006-03-13 Simon Marlowfix a rather subtle SMP bug in anyWorkForMe()
2006-03-10 Simon MarlowEnable shortcutting of stack squeezing
2006-03-10 Simon Marlowextra sanity checking: call checkTSO() in resumeThread()
2006-03-10 Simon MarlowGive WHITEHOLE the BLACKHOLE closure type, instead...
2006-03-13 Simon MarlowLook for a package.conf.d directory containing per...
2006-03-10 Simon Marlowfix the build with GHC 6.4 (not 6.4.1)
2006-03-10 LemmihWibble in HscMain.
2006-03-10 LemmihInitial foundation for quickcheck tests.
2006-03-10 LemmihParse OPTIONS properly and cache the result.
2006-03-08 LemmihFix -ddump-if-trace
2006-03-08 LemmihBug fix in the new HscMain code.
2006-03-07 Simon Marlowfix one #ifdef SMP that didn't get turned into #ifdef...
2006-03-07 Simon Marlowx86_64: add -fno-builtin to gcc command line for .hc...
2006-03-07 LemmihMore work thrown at HscMain.
2006-03-06 LemmihMake it clear when the symbols are using by the interpr...
2006-03-06 wolfgang.thaller... Use Darwin-compatible x86 assembly syntax in SMP.h...
next