Include package.mk in target.mk, in the bindists's mk/
[ghc-hetmet.git] / compiler /
2007-08-22 Michael D. AdamsBuild fix: modBreaks -> modBreaks_decls modbreaks
2007-08-22 Ian LynaghUse unsafeDupableInterleaveIO in UniqSupply
2007-08-20 Ian LynaghmakeRelativeRefTo checks tablesNextToCode, so we don...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-08-21 Ben.Lippmeier@anu... Instrument linear register allocator.
2007-08-20 Ben.Lippmeier@anu... NCG debugging cleanup
2007-08-20 Ben.Lippmeier@anu... Add vreg-conflicts and vreg-conflict-lifetimes to drop...
2007-08-17 Ben.Lippmeier@anu... Add vreg-population-lifetimes to drop-asm-stats
2007-08-17 Ben.Lippmeier@anu... Add dumping of native code gen stats to file.
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.
2007-08-21 Clemens FruhwirthLinker.lhs to prefer DSO when it's build as dynamic...
2007-08-22 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-21 Pepe IborraSmall rearrangements
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
2007-08-21 Simon MarlowFIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder
2007-08-07 Clemens FruhwirthAdd __PIC__ define for -fPIC compiled C code
2007-08-07 Clemens FruhwirthRemove unused -optdll option.
2007-08-07 Clemens FruhwirthLink Windows DLLs and OSX dylibs correctly in linkDynLib
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-21 Ian LynaghMake ghc-inplace return GHC's exitcode on Windows
2007-08-20 Ian LynaghFix quoting of double quotes in the Makefile on Windows
2007-08-20 Ian LynaghFix ghc-inplace.c on Windows; new code based on ghci.c
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-20 Pepe IborraMake :stepover <expr> work like :step
2007-08-19 Manuel M T ChakravartyCheck for correct number of parameters in type instances
2007-08-19 Manuel M T ChakravartyFIX: family instances for infix type constructors
2007-08-19 Manuel M T ChakravartyATs inherit kind annotations from class partameters
2007-08-19 Manuel M T ChakravartyUpdated comments
2007-08-18 Ian LynaghImplement --info, and change how can_split is defined
2007-08-18 Ian LynaghUse the qualified name for catch
2007-08-18 Ian LynaghAdd some invariants to OrdList
2007-08-18 Ian LynaghFix trac #1565: :r DoesNotExist needs to remove any...
2007-08-17 Ian LynaghMake :i (->) work; fixes trac #1587
2007-08-17 Ian LynaghRemove dupliate "io (revertCAFs)" and discardActiveBrea...
2007-08-17 Ian LynaghAdd a comment that -Onot is deprecated
2007-08-17 Ian LynaghAdd a GhcDebugged build setting, for whether GHC is...
2007-08-17 Ian LynaghMake ghc-inplace understand -v
2007-08-17 Ian LynaghFix description and type profiling
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-16 Ian LynaghOptimise Digraph.postOrd, used when finding strongly...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-16 Ian LynaghAdd a deprecated warning for _scc_
2007-08-16 Ian LynaghMake dependencies of source files on Makefiles disableable
2007-08-15 Ian LynaghCosmetic changes only
2007-08-15 Ian LynaghStop ghc-6.7 linking in ghc-inplace.o
2007-08-15 Ian LynaghUse a C program for ghc-inplace
2007-08-16 Pepe IborraDocument :stepover in ghci help
2007-08-15 Pepe IborraSteal the bold trick from :list for :history
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-09 Pepe IborraA new :stepover command for the debugger
2007-08-09 Pepe Iborra:step does not delete the :history anymore, and now...
2007-08-09 Pepe IborraFunctor instance for the GHCi monad
2007-08-15 Ian LynaghFix building GHC with profiling
2007-08-15 Roman LeshchinskiyUse lookupOrig to find built-in NDP-related names
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-08-11 Ian LynaghAdd a type sig
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-08-07 Isaac Dupreemore cmpFS refactoring
2007-08-06 Isaac Dupreeuse 'compare' when using the law of trichotomy
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-08-10 Ian LynaghRemove a duplicate case
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
2007-08-09 simonpj@microsoft.comPrint fewer parens when pretty-printing HsSyn
2007-08-09 simonpj@microsoft.comPrint more "..." in long lists of declarations
2007-08-08 Roman LeshchinskiyMake the new functions accessible from the vectorisatio...
2007-08-08 Roman LeshchinskiyAdd more NDP functions to PrelNames
2007-08-08 Roman LeshchinskiyPA functions are no longer methods
2007-08-08 Roman LeshchinskiyVectorise Case on products
2007-08-08 Roman LeshchinskiyUtility functions for accessing parallel array represen...
2007-08-08 Roman LeshchinskiyFix bug in vectorised DataCon worker generation
2007-08-08 Roman LeshchinskiyUse dataConTag in flattened array representation
2007-08-08 Roman LeshchinskiyAdd built-in PA dictionary for closures
2007-08-07 Roman LeshchinskiyModify PA dictionary generation to the new record-based...
2007-08-07 Roman LeshchinskiyChange DataCon worker vectorisation to use PA records
2007-08-07 Roman LeshchinskiyAdd built-in PA dictionaries for boxed tuples
2007-08-07 Roman LeshchinskiyTrace more vectorisation failures
2007-08-07 Roman LeshchinskiyMove code
2007-08-07 Roman LeshchinskiyRemove dead code
2007-08-07 Roman LeshchinskiyAssociate vectorised tycons with their PA dfuns
2007-08-07 Roman LeshchinskiyPA is now an explicit record instead of a typeclass
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiySupport for using built-in PA dictionaries for some...
2007-08-07 Roman LeshchinskiyUtility functions for accessing the RdrEnv during vecto...
2007-08-07 Roman LeshchinskiyAdd RdrEnv to vectorisation state
2007-08-03 Roman LeshchinskiyAdd utility functions for accessing PA info during...
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectMonad state
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-08-09 simonpj@microsoft.comTrim imports
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-09 simonpj@microsoft.comBetter scoring for loop breakers; fixes simplifier...
2007-08-03 simonpj@microsoft.comRemove dead code
next