Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / codeGen /
2011-06-07 Johan TibellFix segfault in array copy primops on 32-bit
2011-05-30 Johan TibellMake assignTemp_ less pessimistic
2011-05-19 Johan TibellMake array copy primops inline
2011-05-16 Edward Z. YangAmend comment per Marlow's comments.
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-04-13 Edward Z. YangFor BC labels, emit empty data section instead of empty...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-11 Edward Z. YangRemove debugging CmmComment from old code generator.
2011-04-04 Edward Z. YangMinor documentation improvement about pointer tagging.
2011-03-23 Edward Z. YangImmediately tag initialization code to prevent untagged...
2011-02-01 Daniel PeeblesFix Array sizeof primops to use the correct offset...
2011-01-26 Daniel PeeblesAdd sizeof(Mutable)Array# primitives
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-09 Simon Marlowfix ticket number (#4505)
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-01 Simon Marlowmake a panic message more informative and suggest ...
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-10-26 Ian LynaghRemove unnecessary imports
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-21 Ian LynaghFix some whitespace
2010-10-21 Ian LynaghUse takeUniqFromSupply in emitProcWithConvention
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-04-28 Simon Marlowomit "dyn" from the way appended to the __stginit label
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-25 Simon MarlowNever jump directly to a thunk's entry code, even if...
2010-03-25 Simon Marlowdo_checks: do not set HpAlloc if the stack check fails
2010-03-04 simonpj@microsoft.comComments only
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-01-05 dias@cs.tufts.eduFollowing Simon M's "take newCAF() out from sm_mutex...
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-22 dias@cs.tufts.eduCopying Simon M's fix for 650 to the new codegen
2009-12-22 dias@cs.tufts.eduBetter error checking and code cleanup
2009-12-18 dias@cs.tufts.eduunused named variables
2009-12-17 dias@cs.tufts.edumissed a case in a previous fix
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-11-18 Ben.Lippmeier@anu... Fix warnings about unused imports
2009-11-17 Ben.Lippmeier@anu... Use opt_PIC not #defined __PIC__ in compiler source.
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
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-09-18 dias@cs.tufts.eduFix for T3286 in new codegen (related to T3132); plus...
2009-11-06 Ben.Lippmeier@anu... validate fixes
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-18 Ben.Lippmeier@anu... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-09-30 Simon MarlowReplace a checking `is_elem` with a plain `elem`
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-28 Simon Marlowfix warning
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' 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-11 Ian LynaghAdd missing StgPrimCallOp case to isSimpleOp
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-06-18 Simon MarlowFix #3132: a case of bogus code generation
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-04-03 dias@eecs.tufts.eduDebugging by Sesame Street:
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduWhen calling gc, avoid saving node in static closures
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
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-18 dias@eecs.tufts.eduRemoved a trace
2009-03-17 dias@eecs.tufts.eduCalling convention bug and cleanup
2009-03-16 dias@eecs.tufts.eduInconsistent type and arguments in safe foreign calls...
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-01-14 Ian LynaghRemove a redundant import
2009-01-13 simonpj@microsoft.comMake the ASSERT more informative
2008-12-29 Ian LynaghFix warnings in StgCmmForeign
2008-12-29 Ian LynaghFix warnings in CgCallConv
2008-12-29 Ian LynaghFix warnings in SMRep
2008-12-29 Ian LynaghFix warnings in ClosureInfo
2008-12-29 Ian LynaghFix warnings in CgTicky
2008-12-29 Ian LynaghFix warnings in CgCon
2008-12-18 Ian LynaghUse DynFlags to work out if we are doing ticky ticky...
2008-12-17 Ian LynaghFix warnings in CgExpr
2008-12-17 Ian LynaghFix warnings in CgBindery
2008-12-17 Ian LynaghFix warnings in CgStackery
2008-12-17 Ian LynaghFix warnings in CgCase
2008-12-17 Ian LynaghRemove some dead code from CgCase
2008-12-17 Ian LynaghFix warnings in StgCmmProf
2008-12-17 Ian LynaghFix warnings in CgProf
2008-12-17 Ian LynaghFix warnings in CgInfoTbls
2008-12-17 Ian LynaghRemove dead function srtLabelAndLength from CgInfoTbls
2008-12-17 Ian LynaghFix warnings in CgHeapery
2008-12-17 Ian LynaghFix warnings in CgTailCall
2008-12-17 Ian LynaghRemove a little dead code from CgTailCall
next