Rename -XPArr to -XParallelArrays
[ghc-hetmet.git] / compiler / cmm /
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-07-29 simonpj@microsoft.comAdd two local type signatures
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-06-16 Simon Marlowtypo in comment
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-04-22 Simon MarlowAdd missing constant folding and optimisation for unsig...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-09 simonpj@microsoft.comComments and type signatures only
2010-03-09 Simon Marlowadd a note
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
next