Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / cmm /
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-02 Ben.Lippmeier.anu... Assume CmmLabels have dynamic linkage on non-Windows
2010-01-02 Ben.Lippmeier@anu... When compiling viac, don't need to emit prototypes...
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Typo in comment
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-07 simonpj@microsoft.comAdd a new to-do to cmm-notes
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-12 simonpj@microsoft.comComments only
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-18 dias@cs.tufts.eduMinor refactoring and formatting
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-11-06 Ben.Lippmeier@anu... validate fixes
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-22 Ben.Lippmeier@anu... Add missing case to externallyVisibleCLabel
2009-10-18 Ben.Lippmeier@anu... Add CLabel.CmmLabel and start refactoring
2009-10-18 Ben.Lippmeier@anu... Haddockify and clean up commenting
2009-10-18 Ben.Lippmeier@anu... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-11-05 simonpj@microsoft.comAdd notes to cmm-notes, following conversation with...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-09-28 Simon MarlowemitRetUT: cope with arguments overlapping with results...
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-09-11 simonpj@microsoft.comAdd cmm-notes, describing Simon and John's work on...
2009-09-10 simonpj@microsoft.comComments in Cmm
2009-09-10 simonpj@microsoft.comComments only, on Cmm data types
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-20 Simon Marlowremove dead code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-03 dias@eecs.tufts.edueliminate warnings
2009-03-31 dias@eecs.tufts.eduBuggy optimizations caused function-call return to...
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-03-30 Simon Marlowuse a UniqSet for is MathFun, this list is getting...
2009-03-23 Bertram Felgenhauerupdate list of C math functions
2009-03-18 dias@eecs.tufts.eduComment explaining use of seq in DFMonad
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.edustack overflows and out of memory's
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-07 Ian LynaghCorrect an IsFunction that should be IsData
2009-02-06 Ian LynaghFix calling maths functions when compiling via C
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-29 Ian LynaghFix warnings in CmmInfo
2008-12-29 Ian LynaghFix warnings in CmmCPSGen
2008-12-29 Ian LynaghFix warnings in CmmProcPoint
2008-12-29 Ian LynaghFix warnings in CmmCallConv
2008-12-29 Ian LynaghFix warnings in CmmLive
2008-12-29 Ian LynaghFix warnings in CmmCPS
2008-12-29 Ian LynaghFix warnings in CmmUtils
2008-12-29 Ian LynaghComment out dead function breakProc
2008-12-29 Ian LynaghFix warnings in CmmBrokenBlock
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-11-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-11-27 Simon Marlowdon't emit CmmComments for now
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-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-14 dias@eecs.harvard.eduKeep update frames live even in functions that never...
2008-10-14 dias@eecs.harvard.eduRemoved space and time inefficiency in procpoint splitting
2008-10-14 dias@eecs.harvard.eduClarify the SRT building process
2008-10-13 dias@eecs.harvard.eduFloating infotables were reversed in C back end
2008-10-13 dias@eecs.harvard.eduforgot a few files
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-14 Thomas SchillingReturn parser errors and warnings instead of dying.
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-07-31 Max BolingbrokeDocument CmmZipUtil
2008-07-31 Max BolingbrokeDocument ZipCfg
2008-07-31 Max BolingbrokeDocument MachOp
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-31 Max BolingbrokeDocument DFMonad
2008-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-02 dias@eecs.harvard.eduMissing import in C-- parser
next