Whitespace only in nativeGen/RegAlloc/Linear/Main.hs
[ghc-hetmet.git] / compiler / codeGen /
2008-12-17 Ian LynaghFix warnings in StgCmmTicky
2008-12-17 Ian LynaghRemove dead code from CgUtils
2008-12-17 Ian LynaghFix warnings in CgPrimOp
2008-12-17 Ian LynaghFix warnings in CgMonad
2008-12-17 Ian LynaghFix warnings in CgClosure
2008-12-15 Ian LynaghFix warnings in CgForeignCall
2008-12-15 Ian LynaghRemove some redundant code
2008-12-15 Ian LynaghFix warnings in CgLetNoEscape
2008-12-09 Ian LynaghFix warnings in StgCmmGran
2008-12-09 Ian LynaghFix warnings in CgHpc
2008-12-09 Ian LynaghFix warnings in CgParallel
2008-12-09 Ian LynaghFix warnings in StgCmmHpc
2008-12-09 Ian LynaghRemove an unnecessary -w flag
2008-12-05 simonpj@microsoft.comComments only (Note [Entering error thunks])
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-11-26 dias@eecs.harvard.eduone more missing patch from new codegen path
2008-11-26 simonpj@microsoft.comFix build following codegen patch
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-14 dias@eecs.harvard.eduDon't adjust hp up when the case scrutinee won't allocate
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-07-31 Max BolingbrokeDocument CgUtils, follow Digraph changes
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCon
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgPrimOp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgForeignCall
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgClosure
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgBindery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgHeapery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgTicky
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCallConv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgProf
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ClosureInfo
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SMRep
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-20 Ian LynaghCgTicky now doesn't know about the Integer data constru...
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-02-27 Ian LynaghAdd and use seqBitmap when constructing SRTs
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-20 simonpj@microsoft.comAdd better panic message in getSRTInfo (Trac #1973)
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 simonpj@microsoft.comAdd clarifying comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-25 Ian LynaghAdd a missing "entryCode"
2007-08-06 Michael D. AdamsFix typo in comment
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-17 Ian LynaghFix description and type profiling
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-27 Simon MarlowPointer Tagging
2007-07-16 Michael D. AdamsTypo fix in comment
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-07-05 Michael D. AdamsEnsure no statements after CmmReturn are emitted
2007-07-05 Michael D. AdamsWarning Police
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-27 Michael D. AdamsFix typo from amend-record
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-06-26 Michael D. AdamsFix bug relating to the return values of prim ops
2007-06-21 Michael D. AdamsRemoved trailing whitespace
2007-06-19 Michael D. AdamsFixed typo in comment
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-06-08 Michael D. AdamsFixed a documentation error
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-25 Michael D. AdamsRemoved defunct compiler/codeGen/CgUsages.hi-boot-6
2007-05-21 Michael D. AdamsKeep flattenCgStmts from emitting spurious 'goto' after...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
next