Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / codeGen / CgUtils.hs
2011-05-30 Johan TibellMake assignTemp_ less pessimistic
2011-05-19 Johan TibellMake array copy primops inline
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-07-05 David TereiLLVM: Stop llvm saving stg caller-save regs across...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
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-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-17 Ian LynaghRemove dead code from CgUtils
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-07-31 Max BolingbrokeDocument CgUtils, follow Digraph changes
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-03-29 Ian LynaghDEBUG removal
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-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Norman Ramseya good deal of salutory renaming
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-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
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-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
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-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-19 mrchebas@gmail.comsmall debugging output cleanup
2007-01-19 mrchebas@gmail.comdon't make jump tables for small switches (<= 4 branches)
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree