Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler /
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 -...
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
next