Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / codeGen / CgForeignCall.hs
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
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-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-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-15 Ian LynaghFix warnings in CgForeignCall
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgForeignCall
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-07 Norman Ramseya good deal of salutory renaming
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-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. 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
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-25 Simon MarlowLoad the target of a dynamic foreign call into a temporary
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree