convert to use System.FilePath
[ghc-hetmet.git] / compiler /
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-25 Ian LynaghAdd a missing "entryCode"
2007-08-25 Ian LynaghAdd "Support SMP" and "RTS ways" to the compiler -...
2007-08-24 Ian LynaghAdd "have interpreter" to the compiler --info output
2007-08-24 Ian LynaghIn ghc-inplace, flush stdout after giving debugging...
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-24 Ben.Lippmeier@anu... Erase unneeded spill/reloads after register allocation
2007-08-24 Ben.Lippmeier@anu... Be more paranoid about not creating space leaks in...
2007-08-24 Ben.Lippmeier@anu... Show spill/reload pseudo instrs in regalloc stage dump
2007-08-24 Simon Marlowwindres also needs the PATH workaround, because it...
2007-08-23 Ben.Lippmeier@anu... Add spill/reload pseudo instrs to MachInstrs
2007-08-06 Michael D. AdamsFix typo in comment
2007-08-06 Michael D. AdamsAdded a case for non-zero arity INFO_TABLE_FUN to the...
2007-08-06 Michael D. AdamsChange to the Cmm syntax. Put gc_block before update_frame.
2007-08-06 Michael D. AdamsFix the calling convention order in the CPS
2007-08-23 Ben.Lippmeier@anu... Regalloc stage dump in right order
2007-08-23 Ben.Lippmeier@anu... Eliminate more dead reg->reg moves in linear allocator
2007-08-23 Ben.Lippmeier@anu... Handle DOA vregs when building spill stats
2007-08-23 Ben.Lippmeier@anu... Use UniqSet instead of Data.Set
2007-08-22 Ben.Lippmeier@anu... comment wibble
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-23 simonpj@microsoft.comImprove handling of inline pragmas, esp where type...
2007-08-22 simonpj@microsoft.comAdd comments about ModGuts instance envts (and re-order...
2007-08-23 Ian LynaghPut a space between gcc and its arguments when calling...
2007-08-23 Ian Lynaghwindres is in bin/, not the top-level directory
2007-08-23 Roman LeshchinskiyGenerate dictPRepr
2007-08-23 Roman LeshchinskiyAdd generation of PR dictionaries
2007-08-23 Roman LeshchinskiyInitialise PR dictionaries in vectorisation monad
2007-08-23 Roman LeshchinskiyAdd PR dictionaries to vectorisation monad
2007-08-23 Roman LeshchinskiyEmbed doesn't store a PA dictionary any more
2007-08-23 Roman LeshchinskiyRead the package state after pulling in all built-ins...
2007-08-23 Roman LeshchinskiyMove all vectorisation built-ins to VectBuiltIn
2007-08-23 Roman LeshchinskiyMove vectorisation built-ins to a separate module
2007-08-22 Roman LeshchinskiyPR is an explicit record, not a class
2007-08-22 Roman LeshchinskiyAdd vectorisation-related built-in
2007-08-22 Roman LeshchinskiyGenerate conversion from PRepr to original type
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyGenerate conversion to PRepr during vectorisation
2007-08-22 Roman LeshchinskiyUse NDP's own (:*:) and (:+:)
2007-08-22 Roman LeshchinskiyUtility functions for vectorisation
2007-08-22 Roman LeshchinskiyMore refactoring
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyAdd built-ins to vectorisation monad
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyVectorise nullary constructors correctly
2007-08-22 Roman LeshchinskiyRename vectorisation-related stuff
2007-08-22 Roman LeshchinskiyGenerate PRepr instances during vectorisation
2007-08-21 Roman LeshchinskiyUse functions from BuildTyCl for vectorisation
2007-08-21 Roman LeshchinskiyAdd a couple of built-ins to the vectorisation monad
2007-08-21 Roman LeshchinskiyGet the PA dictionary for closures from the right module
2007-08-21 Roman LeshchinskiyRemove packPA and combinePA from vectorisation built...
2007-08-21 Roman LeshchinskiyAdd NDP-related PrelNames
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-22 simonpj@microsoft.comTrim imports
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...
next