ghc-hetmet.git
2006-06-29 Simon Marlowuse the new "prim %write_barrier()" in .cmm instead...
2006-06-29 Simon Marlowfix some problems with the fixup block code
2006-06-29 Simon Marlowsmall optimisation: eliminate more register-to-register...
2006-06-29 Simon Marlownew syntax: "prim %OP (args)" for using CallishMachOps...
2006-06-29 Simon Marlowadd MO_WriteBarrier to CallishMachOps
2006-06-29 Simon MarlowUse -fno-strict-aliasing for *all* C files in the runtime
2006-06-23 Simon Marlowthe unlifted kind
2006-06-20 Simon Marlowfix a lint-o
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-20 Simon Marlowfix sloppy conditionals
2006-06-20 Simon Marlowfix a few sloppy conditionals caught by new test in...
2006-06-20 Simon MarlowflattenCgStmts: fix a case of empty code blocks being...
2006-06-20 Simon Marlowimprove a panic message
2006-06-20 Simon Marlowcheck that the argument to CmmCondBranch is really...
2006-06-20 Simon MarlowGenerate a new unique for each label
2006-06-29 simonpj@microsoft.comRemove long-redundant FieldLabel.lhs
2006-06-27 simonpj@microsoft.comAdd comments to SpecConstr
2006-06-27 Simon Marlowfix up slop-overwriting for THUNK_SELECTORS in DEBUG...
2006-06-27 simonpj@microsoft.comMake SpecConstr work better for nested functions
2006-06-26 simonpj@microsoft.comMore SpecConstr tuning
2006-06-26 simonpj@microsoft.comImprove consistency checking for derived instances
2006-06-26 simonpj@microsoft.comSlight improvement in TH error reporting
2006-06-14 simonpj@microsoft.comImprove location info when typechecking interface fiels
2006-06-25 davve@dtek... Fix a bug in the pretty printing of class declarations
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-23 Simon Marlow--enable-src-tree-haddock and friends are no longer...
2006-06-23 Simon Marlowfix a couple of bugs in markSparkQueue (#799)
2006-06-22 sof@galois.compull in STABLE(!) tweaks
2006-06-22 Simon Marlowfix for when path to GHC contains spaces, from #695
2006-06-21 simonpj@microsoft.comComment only
2006-06-21 simonpj@microsoft.comTransfer INLINE to specialised functions
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-06-21 Simon Marlowdocumentation for TH w/ profiling
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-06-20 Simon Marlowadd decl for stg_block_throwto_ret
2006-06-16 Simon Marlowcomment out a non-true assertion
2006-06-16 Simon Marlowmake compilation a little less noisy
2006-06-16 Simon Marlowallow the max number of workers to scale with +RTS -N
2006-06-16 Simon Marlowfix one-character error in stack check
2006-06-16 Simon Marlowadd STM support to the new throwTo mechanism
2006-06-16 Simon Marlowremove duplicate way names (-debug -debug didn't work)
2006-06-16 Simon MarlowAsynchronous exception support for SMP
2006-06-16 Simon Marlowmake rmp_tmp_w an StgWord instead of StgInt
2006-06-14 sof@galois.com__compat_long_path_size(): have proto and defn agree...
2006-06-14 Simon Marlowcall wakeUpRts() in the correct place
2006-06-13 sof@galois.comreaderProc: split up text output using host's line...
2006-06-12 simonpj@microsoft.comImprove pretty-printing for bags
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-06-12 Don StewartAnd move 'Chasing ...' messages into verbosity 2 as...
2006-06-11 Don StewartEmit 'linking not required' messages only with -v 2...
2006-06-10 Don StewartDon't emit 'Skipping' messages unless -v2 or higher...
2006-06-12 Simon Marlowfix the stage3 build
2006-06-12 Simon Marlowoops, undo accidental commit of version number
2006-06-09 Simon MarlowMove readline configuration into the readline package
2006-06-08 Simon Marlowfix possible ^C problems
2006-06-08 Simon MarlowNew tracing interface
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon Marlowfix warnings
2006-06-08 Simon MarlowMake it so that StgWord/StgInt are longs
2006-06-08 Simon Marlowmore warning fixage
2006-06-08 Simon Marlowfix a warning
2006-06-08 Simon Marlowfix some warnings
2006-06-08 Simon MarlowAdd new RTS flags for tracing:
2006-06-07 Simon Marlowcodegen debug flag (+RTS -Dc) was unused; remove it
2006-06-07 Simon Marlowadd 'const' modifiers to types where appropriate
2006-06-07 Simon Marlowrearrange casts to avoid gcc warnings
2006-06-07 Simon Marlowwarning fix
2006-06-07 Simon Marlowremove //@ stuff
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-06-07 Simon MarlowRemove unnecessary SCHED_INTERRUPTED scheduler state
2006-04-27 Simon Marlowfix a warning
2006-06-06 simonmar@microsoft.comre-enable time package on Windows
2006-06-06 Simon Marlowfix a case of "naughty I386 byte reg"
2006-06-02 Neil MitchellA better icon for GHCi
2006-06-06 simonmar@microsoft.commarkSignalHandlers(): implementation was unnecessary...
2006-06-05 sof@galois.comdisable time package on mingw to unblock builds.
2006-06-05 simonpj@microsoft.comRemove one more IfaceInlineCall
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-06-05 simonpj@microsoft.comFix typo
2006-06-01 Simon Marlowfix type of allocateExec
2006-06-01 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-06-01 simonmar@microsoft.comadd a type signature
2006-06-01 simonmar@microsoft.comimprovements to lexical error reporting
2006-06-01 simonmar@microsoft.comcommented-out debugging code
2006-06-01 simonmar@microsoft.comunderstand Latin-1 symbols
2006-05-31 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-30 sof@galois.com'time' depends on 'Win32' when Windows=YES; mirror...
2006-05-30 simonmar@microsoft.comWin32: add _imp__tzname
2006-05-30 simonmar@microsoft.comfix Win32 build
2006-05-30 Simon Marlowreplace stgMallocBytesRWX() with our own allocator
2006-05-30 Simon Marlowadd time subdir
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-25 simonpj@microsoft.comImprove error reporting in interface typechecking
2006-05-25 simonpj@microsoft.comFix egregious and long-standing tidying bug
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-25 Simon MarlowperformGC_(): don't use the existing Task, always grab...
2006-05-24 Simon MarlowBetter control of the IO manager thread; improvements...
2006-05-24 Simon MarlowTARGET_OS ==> HOST_OS
next