EqInst related clean up
[ghc-hetmet.git] / compiler /
2007-09-06 Manuel M T ChakravartyEqInst related clean up
2007-09-06 Manuel M T ChakravartyRemove dead code in TcSimplify
2007-09-06 Manuel M T ChakravartyFix -DDEBUG warning
2007-09-05 Tom Schrijversalso swap for variables in completion algorithm
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Simon Marlowfix error in .hi-boot-6
2007-09-05 Ben.Lippmeier@anu... Improve GraphColor.colorScan
2007-09-05 Manuel M T ChakravartyFIX #1651: use family instances during interactive...
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Norman Ramseyenable and slay warnings in cmm/Cmm.hs
2007-09-05 Simon Marlowfix warnings
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Simon Marlowdon't generate .hi-boot/.o-boot files in GHCi
2007-09-04 Simon Marlowrefactoring only
2007-09-04 Simon Marlowcompletion for modules in 'import M'
2007-09-05 Ben.Lippmeier@anu... warning police
2007-09-03 Ben.Lippmeier@anu... Do conservative coalescing in register allocator
2007-09-04 Tom Schrijversbug fix in Decomp step of completion algorithm for...
2007-09-04 Tom Schrijversfix of wanted equational class context
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-09-04 Ian LynaghAdd a -Warn flag
2007-09-04 Ian LynaghAlways turn on -Wall -Werror when compiling the compile...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-04 Manuel M T ChakravartyFIX #1651: unBox types when deferring unification
2007-09-03 Manuel M T ChakravartyBetter error message for unsolvable equalities
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ben.Lippmeier@anu... NCG space leak avoidance refactor
2007-09-03 Ben.Lippmeier@anu... Do aggressive register coalescing
2007-08-28 Ben.Lippmeier@anu... Add coalescence edges back to the register graph
2007-09-03 Ross PatersonFIX for #1080
2007-08-31 Ben.Lippmeier@anu... Fix space leak in NCG
2007-08-31 Simon Marlowcomments only
2007-09-01 sven.panne@aedion.deFixed TeX syntax
2007-09-01 Ian LynaghSet -Wall -fno-warn-name-shadowing in compiler/ when...
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Ian LynaghAdd a --print-docdir flag
2007-08-31 Roman LeshchinskiyRemove NDP-related stuff from PrelNames
2007-08-31 Roman LeshchinskiyVectorisation of enumeration types
2007-08-31 Roman LeshchinskiyNumber data constructors from 0 when vectorising
2007-08-31 Roman LeshchinskiyRename functions
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyFix vectorisation of nullary data constructors
2007-08-30 Roman LeshchinskiyDo not unnecessarily wrap array components
2007-08-30 Roman LeshchinskiyRemove dead code
2007-08-30 Roman LeshchinskiyFix vectorisation of unary data constructors
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyTrack changes to package ndp (use PArray_Int# instead...
2007-08-30 Roman LeshchinskiyFind the correct array type for primitive tycons
2007-08-30 Roman LeshchinskiyAdd code for looking up PA methods of primitive TyCons
2007-08-29 Roman LeshchinskiyDelete dead code
2007-08-29 Roman LeshchinskiyRewrite vectorisation of product DataCon workers
2007-08-29 Roman LeshchinskiyRewrite generation of PA dictionaries
2007-08-24 Roman LeshchinskiyComplete PA dictionary generation for product types
2007-08-24 Roman LeshchinskiySimplify generation of PR dictionaries for products
2007-08-24 Roman LeshchinskiyRemove unused vectorisation built-in
2007-08-24 Roman LeshchinskiyAdapt PArray instance generation to new scheme
2007-08-24 Roman LeshchinskiyAdd UArr built-in
2007-08-24 Roman LeshchinskiyModify generation of PR dictionaries for new scheme
2007-08-24 Roman LeshchinskiyRefactoring
2007-08-24 Roman LeshchinskiyRemove dead code
2007-08-24 Roman LeshchinskiyFix buildFromPRepr
2007-08-24 Roman LeshchinskiyMove code
2007-08-24 Roman LeshchinskiyMove code
2007-08-24 Roman LeshchinskiyDelete dead code
2007-08-24 Roman LeshchinskiyChange buildToPRepr to work with the new representation...
2007-08-24 Roman LeshchinskiyRemove Embed and related stuff from vectorisation
2007-08-24 Roman LeshchinskiyEncode generic representation of vectorised TyCons...
2007-08-23 Roman LeshchinskiyRemove dead code
2007-08-23 Roman LeshchinskiyConversions to/from generic array representation (not...
2007-08-23 Roman LeshchinskiyUse n-ary sums and products for NDP's generic represent...
2007-08-30 Manuel M T ChakravartyAdded decidability check for type instances
2007-08-29 Pepe IborraWarning police
2007-08-29 Pepe IborraUse a Data.Sequence instead of a list in cvReconstructType
2007-08-29 Pepe IborraFix a bug in RtClosureInspect.cvReconstructType.
2007-08-29 Pepe IborraWarning police
2007-08-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-30 Simon Marlowexpand docs for unsafeCoerce#, as a result of investiga...
2007-08-29 Simon Marlowno -auto-all for CorePrep
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-29 Pepe IborraWibble
2007-08-28 Ben.Lippmeier@anu... Better handling of join points in spill cleaner 2007-08-28
2007-08-24 Ben.Lippmeier@anu... comment wibble
2007-08-24 Ben.Lippmeier@anu... Add count of reg-reg moves remaining for linear allocat...
2007-08-24 Ben.Lippmeier@anu... Add a count of how many spill/reloads/reg-reg-moves...
2007-08-27 Pepe Iborra:stepover ---> :steplocal, :stepmodule
2007-08-27 Pepe IborraUse a version of obtainTerm that takes a max depth...
2007-08-27 Pepe IborraBe more careful when calculating the enclosing top...
2007-08-26 Pepe IborraStyle: remove trailing spaces
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
2007-08-24 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-28 Simon MarlowFIX #1533: foreign exporing the same identifier multipl...
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 -...
next