ghc-hetmet.git
2007-12-13 Roman LeshchinskiyAllow more than 3 simplifier iterations to be run in...
2007-12-13 Roman LeshchinskiyDocument -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-12-12 Simon Marlow"list --simple-output" should be quiet when there are...
2007-12-06 Roman LeshchinskiyFix vectorisation bug
2007-12-06 Roman LeshchinskiyVectorisation-related built ins
2007-12-06 Roman LeshchinskiyTeach vectorisation about some temporary conversion...
2007-12-05 Roman LeshchinskiyVectorise case of unit correctly
2007-12-05 Roman LeshchinskiyTeach vectorisation about singletonP
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-12-05 Roman LeshchinskiyTeach vectorisation about tuple datacons
2007-12-05 Roman LeshchinskiyTrack additions to package ndp
2007-12-05 Roman LeshchinskiyTrack changes to package ndp
2007-12-10 simonpj@microsoft.comImprove pretty-printing of InstDecl
2007-12-08 Pepe IborraComments only
2007-12-08 Pepe IborraRefactoring only
2007-12-08 Pepe IborraChange the format used by :print to show the content...
2007-12-08 Pepe IborraHelp the user when she tries to do :history without...
2007-12-08 Pepe IborraPrevent the binding of unboxed things by :print
2007-12-08 Manuel M T... Coercions from boxy splitters must be sym'ed in pattern...
2007-12-07 Manuel M T... Properly keep track of whether normalising given or...
2007-11-20 Manuel M T... TcPat.tcConPat uses equalities instead of GADT refinement
2007-12-07 Ian LynaghUse installPackage for register --inplace as well as...
2007-12-05 Ian LynaghFix the libraries Makefile
2007-12-05 Ian LynaghCopy hscolour.css into dist/... so it gets installed...
2007-12-05 Ian LynaghAdd the hscolour.css from hscolour 1.8
2007-12-07 Ian LynaghBIN_DIST_INST_SUBDIR Needs to be defined in config...
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-12-03 Ian LynaghFix bindist creation: readline/config.mk is gone
2007-12-03 Ian LynaghFIX #1843: Generate different instructions on PPC
2007-12-07 Ian LynaghRefactor gen_contents_index
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
2007-12-02 Ian LynaghAlter the base:GHC.Prim hack in installPackage, followi...
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-12-06 Simon Marlowcomment only
2007-12-06 Simon Marlowcomment typo
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-12-05 Simon Marlowmove FP_FIND_ROOT after the "GHC is required" check
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-12-04 Pepe IborraTeach :print to follow references (STRefs and IORefs)
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 simonpj@microsoft.comChange --shared to -shared in Win32 DLL docs
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-12-04 simonpj@microsoft.comMake eta reduction check more carefully for bottoms...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-12-04 Simon Marlowfix race conditions in sandboxIO (#1583, #1922, #1946)
2007-12-04 Simon Marlow:cd with no argument goes to the user's home directory
2007-12-04 Simon MarlowforkIO starts the new thread blocked if the parent...
2007-12-03 simonpj@microsoft.comImprove eta reduction, to reduce Simplifier iterations
2007-12-02 Ian LynaghDon't default to stripping binaries when installing
2007-11-28 simonpj@microsoft.comImprove pretty-printing for Insts
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-28 simonpj@microsoft.comPrint a bit more info in VarBinds (no need to merge)
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-27 Ian LynaghRebuild utils with the stage1 compiler when making...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-27 Simon MarlowFIX #1925: the interpreter was not maintaining tag...
2007-11-27 Simon Marlowadd missing instruction: ALLOC_AP_NOUPD
2007-11-26 Simon MarlowCheck tag bits on the fun pointer of a PAP
2007-11-26 Simon Marlowcanonicalise the path to HsColour
2007-11-26 Ian LynaghConsistently put on the front of haskell.org in URLs
2007-11-26 Ian LynaghFix some more URLs
2007-11-26 Ian LynaghTweak some URLs
2007-11-26 Ian LynaghFix some links
2007-11-25 Ian LynaghCopy gmp stamps into bindists, so we don't try and...
2007-11-25 Ian LynaghOn Windows, Delete the CriticalSection's we Initialize
2007-11-25 Ian LynaghOn Windows, add a start menu link to the flag reference
2007-11-25 Ian LynaghRemove html/ from the paths we put in the start menu...
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-24 Ian LynaghMERGED: Put library docs in a $pkg, rather than $pkgid...
2007-11-24 Ian LynaghDon't make a library documentation prologue
2007-11-24 Ian LynaghDon't put package version numbers in links in index...
2007-11-24 Ian LynaghDefine install-strip in Makefile
2007-11-24 Ian LynaghDefine install-strip in distrib/Makefile
2007-11-24 Ian LynaghInstall gmp from bindists; fixes trac #1848
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-24 Ian LynaghCopy the INSTALL hack from mk/config.mk.in into distrib...
2007-11-24 Ian LynaghMake install-sh executable /before/ we try to find it
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-11-23 Ian LynaghMERGED: If we have hscolour then make source code links...
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Manuel M T... Properly ppr InstEqs in wanteds of implication constraints
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Roman LeshchinskiyAdd built-in Double operations to vectorisation
2007-11-21 Roman LeshchinskiyTeach vectorisation about Double
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-05 simonpj@microsoft.comAdd -dcore-lint when validating libraries
next