ghc-hetmet.git
2006-02-28 Simon Marlowpass arguments to unknown function calls in registers
2006-02-28 Simon Marlowfix live register annotations on foreign calls
2006-02-28 simonpj@microsoft.com Simplify the IdInfo before any RHSs
2006-02-28 simonpj@microsoft.comAdd floating-point symbols to the list
2006-02-27 Simon Marlowslightly better dependencies for GenApply.hs
2006-02-27 Simon Marlowx86_64: include .type and .size directives in the outpu...
2006-02-22 kr.angelov... The initStablePtrTable should be called before ACQUIRE_...
2006-02-22 kr.angelov... support LOCK_DEBUG for Windows
2006-02-27 Simon Marlowmmap() errors on Darwin: use errorBelch/exit instead...
2006-02-27 Simon Marlowremove empty .SECONDARY target
2006-02-25 claus.reinke... these tables have four columns, not three
2006-02-26 LemmihRemove comment about imports and exports not being...
2006-02-25 wolfgang.thaller... NCG: fix mkRegRegMoveInstr for x86-64
2006-02-25 wolfgang.thaller... NCG: Fix Typo in Register Allocator Loop Patch
2006-02-25 wolfgang.thaller... NCG: Handle loops in register allocator
2006-02-24 LemmihOops, I got a little trigger happy while trimming packa...
2006-02-24 LemmihPrettify parts of RnNames. No change of functionality.
2006-02-24 LemmihRemove duplicate code from RnNames.
2006-02-24 LemmihRemove non-existing modules from package.conf.in
2006-02-24 LemmihRemove some unused bindings frm RnNames.
2006-02-24 LemmihRather large refactoring of RnNames.
2006-02-24 Simon Marlowadd file to go with "extract some of the generic.....
2006-02-24 Simon Marlowoops, undo accidental addition of package-time settings
2006-02-24 Simon Marlowturn off a trace
2006-02-24 Simon Marlowadd instance Outputable CLabel
2006-02-24 Simon Marlow-O2 implies -optc-O2 now
2006-02-24 Simon Marlowextract some of the generic C-- optimisations from...
2006-02-23 Simon Marlowlag/drag/void: add an extra assertion, and some commentary
2006-02-23 Simon Marlowlag/drag/void profiling fix
2006-02-23 Simon Marlowadd (trivial) support for STM objects in lag/drag/void...
2006-02-23 Simon Marlowbugfix for LDV profiling on 64-bit platforms
2006-02-23 Simon Marlowwarning fix
2006-02-23 Simon Marlowfurther fix for floating point primitives
2006-02-23 simonpj@microsoft.comComment wibbles
2006-02-23 simonpj@microsoft.comWibbles to instance validity checking
2006-02-23 simonpj@microsoft.comFix comment
2006-02-23 simonpj@microsoft.comImprove error reporting for type-improvement errors
2006-02-23 simonpj@microsoft.comReject polytypes in instance declarations (for now...
2006-02-10 simonpj@microsoft.comRemove duplicate comment
2006-02-22 LemmihAdd renamed fixities to HsGroup.
2006-02-22 Simon Marlowoops, initialize atomic_modify_mutvar_mutex
2006-02-22 Simon Marlowcheck black holes before doing GC in scheduleDoHeapProf...
2006-02-22 Simon Marlowfix for ASSIGN_BaseReg() in the unregisterised way
2006-02-22 Simon Marlowfloating-point fix for x86_64
2006-02-21 Simon Marlowfix a deadlock in atomicModifyMutVar#
2006-02-21 Simon Marlowwarning fix
2006-02-21 LemmihMention the 'Encoding' module in package.conf.in
2006-02-13 Ross PatersonLoosen the rules for instance declarations (Part 3)
2006-02-12 kr.angelov... If we don't have libreadline then we need some dummy...
2006-02-12 wolfgang.thaller... SMP bugfix: reload capability from task->cap after...
2006-02-12 wolfgang.thaller... SMP support (xchg(), cas() and mb()) for PowerPC
2006-02-10 LemmihBugfix in completion code for :set and :unset.
2006-02-10 LemmihCompletion for :set, :unset and :undef.
2006-02-10 Simon Marlowoops, forgot some more SMP->THREADED_RTS conversions
2006-02-10 Simon Marlowfix test for REG_BaseReg (it's spelled REG_Base)
2006-02-09 Duncan CouttsChange CVS for _darcs in dirs to prune during make...
2006-02-10 Simon Marlowfix for dirty_MUT_VAR: don't try to recordMutableCap...
2006-02-10 Simon MarlowSTM fix from Tim Harris
2006-02-09 Simon Marlowimprovement to the deadlock detection
2006-02-10 LemmihSimplify the -B handling. The interface to the ghc...
2006-02-09 simonpj@microsoft.comFix desugaring of unboxed tuples
2006-02-09 Simon Marlowx86_64: fix case of out-of-range operands to leaq
2006-02-09 Simon MarlowMerge the smp and threaded RTS ways
2006-02-09 Simon Marlowchange dirty_MUT_VAR() to use recordMutableCap()
2006-02-09 Simon Marlowimprovement to the deadlock detection
2006-02-09 simonpj@microsoft.comFix typo
2006-02-09 simonpj@microsoft.comFix instance rules for functional dependencies
2006-02-09 Simon Marlowfix for the unregisterised way
2006-02-09 Simon Marlowprof/smp combination probably doesn't work, disable it
2006-02-09 Simon Marlowtiny panic msg fix
2006-02-09 simonpj@microsoft.comLoosen the rules for instance declarations (Part 2)
2006-02-06 Ross Patersonrelaxed instance termination test
2006-02-09 simonpj@microsoft.comFix CPP failure by adding space before hASH_TBL_SIZE
2006-02-08 Simon Marlowan LDV profiling fix (might just fix ASSERTIONs, I...
2006-02-08 simonpj@microsoft.comDo type refinement in TcIface
2006-02-08 simonpj@microsoft.comAdd mapOccEnv
2006-02-08 simonpj@microsoft.comA little more debug printing
2006-02-08 simonpj@microsoft.comShow types of case result when debug is on
2006-02-08 Simon Marlowfix installation of binary dist when the PS docs aren...
2006-02-08 Simon Marlowfix a bug in closure_sizeW_()
2006-02-08 Simon Marlowmake the smp way RTS-only, normal libraries now work...
2006-02-08 Simon Marlowadd -dfaststring-stats to dump some stats about the...
2006-02-07 Simon Marlowfix a warning
2006-02-07 Simon Marlowcatch up with changes to Distribution.ParseUtils.ParseR...
2006-02-07 simonpj@microsoft.comWibble to type signature
2006-02-07 simonpj@microsoft.comEmpty forall should disable implicit quantification
2006-02-06 simonpj@microsoft.comRemove unused constructor in SourceTypeCtxt
2006-02-06 Simon MarlowBasic completion in GHCi
2006-02-06 simonpj@microsoft.comImprove error report for pattern guards
2006-02-03 simonpj@microsoft.comAdd bang patterns
2006-02-03 simonpj@microsoft.comAdd Bag.anyBag (analogous to List.any)
2006-02-02 simonpj@microsoft.comDeal correctly with lazy patterns and GADTs
2006-02-02 simonpj@microsoft.comRecord the type in TuplePat (necessary for GADTs)
2006-02-02 simonpj@microsoft.comImprove error reporting in Core Lint
2006-02-02 Simon Marlowdon't clean ghc-inplace when cleaning stages other...
2006-02-01 simonpj@microsoft.comImprove error reporting in typechecker
2006-02-01 simonpj@microsoft.comTrim imports
2006-02-01 simonpj@microsoft.comYet another fix to an old hi-boot-6 file
2006-01-31 simonpj@microsoft.comKinding wibble in TH brackets
2005-12-07 Duncan CouttsUse extraGHCiLibraries (if supplied) in GHCi linker...
next