Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / 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-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-06 Michael D. AdamsAdded a case for non-zero arity INFO_TABLE_FUN to the...
2007-08-06 Michael D. AdamsChange to the Cmm syntax. Put gc_block before update_frame.
2007-08-06 Michael D. AdamsFix the calling convention order in the CPS
2007-08-20 Ian LynaghmakeRelativeRefTo checks tablesNextToCode, so we don...
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-17 Ian LynaghFix description and type profiling
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-03 Simon MarlowFIX -ddump-cmm by temporarily disabling the gc_target...
2007-08-03 Simon MarlowmkLiveness: when calculating the size of a parameter...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-13 Clemens FruhwirthAdd import facility to cmm parser
2007-07-13 Clemens FruhwirthFix the knot-tying in loopDecls to actually do what...
2007-07-27 Simon MarlowPointer Tagging
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-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-15 Michael D. AdamsProperly parse GC blocks for functions with info tables
2007-07-15 Michael D. AdamsRemoved 'allow_header_set' argument from 'pack_continua...
2007-07-15 Michael D. AdamsFixed conditional branches to proc points
2007-07-15 Michael D. AdamsRemoved unused variable from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsRemoved unused import from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsKeep the CPS pass from creating proc points due to...
2007-07-15 Michael D. AdamsFixed CPS to account for info tables not being next...
2007-07-14 Michael D. AdamsFix the CPS pass to pack the continuation with correct...
2007-07-05 Michael D. AdamsAdded comment to the Cmm parser showing code for use...
2007-07-05 Michael D. AdamsEliminated use of 'fromJust' from the CPS pass
2007-07-05 Michael D. AdamsFixed a bug in the CPS pass
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-05 Michael D. AdamsWarning Police
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-03 Michael D. AdamsFix error message in CPS pass
2007-07-03 Michael D. AdamsFactor cmmToRawCmm completely out of CPS
2007-07-03 Michael D. AdamsRemove dead code in the CPS pass
2007-07-03 Michael D. AdamsMinor formatting cleanup.
2007-07-03 Michael D. AdamsMoved 'continuationToProc' into a separate file, 'CmmCP...
2007-07-03 Michael D. AdamsFinished support for foreign calls in the CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-28 Michael D. AdamsAllow safety information on calls in Cmm files
2007-07-03 Simon MarlowFix for function info tables: the SRT field cannot...
2007-07-03 Simon MarlowpprTypeInfo: print slow entry pt
2007-06-28 Michael D. AdamsFix stack check amount for user declared continuation...
2007-06-28 Michael D. AdamsRemove unused parameter in force_gc_block for CPS
2007-06-28 Michael D. AdamsFix a bug in the Cmm parser where formal params didn...
2007-06-28 Michael D. AdamsMake CPS account for on-stack arguments when doing...
2007-06-28 Michael D. AdamsComment and formatting updates for the CPS pass
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFormatting only
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
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-06-13 Michael D. AdamsAdd forgotten compiler/cmm/CmmInfo.hs
2007-06-06 Michael D. AdamsAdd formal parameters to the Cmm parser
2007-05-29 Michael D. AdamsChanged C-- parser to allow multiple return values
2007-05-29 Michael D. AdamsAdded early draft of parameter passing to the CPS converter
2007-05-29 Michael D. AdamsMinor code cleanup
2007-05-29 Michael D. AdamsFix bug with proc-point detection (only a temporary...
2007-05-25 Michael D. AdamsMove global register saving from the backend to codeGen...
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-25 Michael D. AdamsFormatting changes for CPS code.
2007-05-24 Michael D. AdamsFormatted documentation for compiler/cmm/Dataflow.hs
2007-05-24 Michael D. AdamsRenamed CmmCPSData to CmmBrokenBlock and documented it
2007-05-23 Michael D. AdamsMinor re-organizing of compiler/cmm/CmmCPS.hs
2007-05-23 Michael D. AdamsFixed missing '#include "HsVersions.h"'
2007-05-23 Michael D. AdamsFactored proc-point analysis into separate file (compil...
2007-05-23 Michael D. AdamsRemoved an older version of selectStackFormat
2007-05-23 Michael D. AdamsRefined the handling of stack frame headers
2007-05-23 Michael D. AdamsMisc. cleanups to CPS converter
2007-05-23 Michael D. AdamsFixed CPS converter to preserve function names
2007-05-22 Michael D. AdamsAdded Proc-Point analysis to the CPS converter (not...
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-05-22 Michael D. AdamsA small move of the comments in ./compiler/cmm/Dataflow.hs
2007-05-21 Michael D. AdamsAdded forgotten ./compiler/cmm/CmmLive.hs
2007-05-21 Michael D. AdamsDocument use of no-break space in lexer for C--
2007-05-21 Michael D. AdamsRenamed BlockExitInfo to FinalStmt and all its construc...
2007-05-18 Michael D. AdamsMajor cleanup of the CPS code (but more is still to...
2007-05-18 Michael D. AdamsSecond working draft of a CPS algorithm for C--.
2007-05-18 Michael D. AdamsFixed missing space in pretty printer for CmmJump
2007-05-18 Michael D. AdamsAdded spLimReg to complement spReg and hpReg
2007-05-18 Michael D. AdamsAdded types CmmActuals and CmmFormals for function...
2007-05-16 Michael D. AdamsFirst complete draft of a CPS algorithm. (Still hackis...
2007-05-16 Michael D. AdamsAdded "C--" foreign calling convention
2007-05-16 Michael D. AdamsAdded 'return' to C--, and made arguments to 'jump...
2007-05-10 Michael D. AdamsFixed liveness analysis to use a slower but more correc...
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-05-10 Michael D. AdamsAdded compiler/cmm/Dataflow.hs
2007-06-28 Clemens FruhwirthGenerate .LC_ indirection-symbols also on x86_64 (as...
2007-07-02 Simon MarlowFIX #1471: print strings using Haskell quoting syntax
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-11 Michael D. AdamsFixed copy-and-paste error in the machOps of compiler...
2007-05-10 Michael D. AdamsFixed a minor redundancy in the C-- lexer
2007-05-10 Michael D. AdamsFixed the C-- lexer to comply with the standard on...
next