Propagate scalar variables and tycons for vectorisation through 'HscTypes.VectInfo'.
[ghc-hetmet.git] / compiler / cmm / CLabel.hs
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-19 Ian LynaghDon't generate a prototype for cas
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-03-22 Edward Z. YangRednCounts can contain CAFs, so support them in cvtToCl...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
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-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-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-06-09 Duncan CouttsAdd PrimCall to the STG layer and update Core -> STG...
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
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-02-06 Ian LynaghWhen generating C, don't pretend functions are data
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-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CLabel
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
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-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
2007-07-18 Ian LynaghFixes for the unreg build
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-28 Clemens FruhwirthGenerate .LC_ indirection-symbols also on x86_64 (as...
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-09 andy@galois.comAdding tracing support
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-25 Roman LeshchinskiyAdd a default case to pprDynamicLinkerAsmLabel
2006-08-11 sven.panne@aedion.deAvoid warning about overlapped pattern for Linux target
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowunused import
2006-04-07 Simon MarlowReorganisation of the source tree