| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for earger blackholing of thunks with no free variables (#6146) | Simon Marlow | 2012-06-07 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/unboxed-tuple-arguments2' | Paolo Capriotti | 2012-06-05 | 1 | -15/+20 |
| |\ |
|
| | * | Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2 | Max Bolingbroke | 2012-05-15 | 1 | -15/+20 |
| * | | Change how macros like ASSERT are defined | Ian Lynagh | 2012-06-05 | 1 | -0/+1 |
| |/ |
|
| * | Add support for type-level "strings". | Iavor S. Diatchki | 2012-01-24 | 1 | -1/+2 |
| * | Mainly, rename LiteralTy to LitTy | Simon Peyton Jones | 2012-01-13 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/master' into type-nats | Iavor S. Diatchki | 2012-01-07 | 1 | -7/+5 |
| |\ |
|
| | * | Fixup to 4464c92badaedc45ce53d6349f6790f6d2298103 | Simon Marlow | 2012-01-05 | 1 | -1/+4 |
| | * | remove dead code | Simon Marlow | 2012-01-04 | 1 | -6/+1 |
| * | | Extend GHC's type with a representation for type level literals. | Iavor S. Diatchki | 2011-12-18 | 1 | -0/+7 |
| |/ |
|
| * | Use -fwarn-tabs when validating | Ian Lynagh | 2011-11-04 | 1 | -0/+7 |
| * | Implement -XConstraintKind | Max Bolingbroke | 2011-09-06 | 1 | -6/+0 |
| * | fix the eager-blackholing check, which I inadvertently broke in | Simon Marlow | 2011-09-06 | 1 | -33/+4 |
| * | fix warning | Simon Marlow | 2011-08-25 | 1 | -1/+1 |
| * | refactoring and fixing the stage 2 compilation | Simon Marlow | 2011-08-25 | 1 | -19/+32 |
| * | More refactoring (CgRep) | Simon Peyton Jones | 2011-08-25 | 1 | -0/+154 |
| * | Snapshot of codegen refactoring to share with simonpj | Simon Marlow | 2011-08-25 | 1 | -142/+32 |
| * | Add Type.tyConAppTyCon_maybe and tyConAppArgs_maybe, and use them | Simon Peyton Jones | 2011-08-03 | 1 | -3/+3 |
| * | Eliminate localiseLabel | Max Bolingbroke | 2011-07-28 | 1 | -5/+4 |
| * | Eliminate infoLblToEntryLbl | Max Bolingbroke | 2011-07-28 | 1 | -15/+23 |
| * | There is only one flavour of LFBlackHole: make that explicit | Max Bolingbroke | 2011-07-28 | 1 | -7/+6 |
| * | Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som... | Max Bolingbroke | 2011-07-28 | 1 | -8/+8 |
| * | Repair sanity of infoTableLabelFromCI in old code generator | Max Bolingbroke | 2011-07-28 | 1 | -14/+19 |
| * | Don't export the _info symbol for the data constructor worker bindings | Max Bolingbroke | 2011-07-07 | 1 | -6/+16 |
| * | Fix Trac #5286: getPredTyDescription | Simon Peyton Jones | 2011-06-30 | 1 | -1/+1 |
| * | Never jump directly to a thunk's entry code, even if it is single-entry | Simon Marlow | 2010-03-25 | 1 | -10/+18 |
| * | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -1/+0 |
| * | FIX biographical profiling (#3039, probably #2297) | Simon Marlow | 2009-03-17 | 1 | -0/+4 |
| * | Make the ASSERT more informative | simonpj@microsoft.com | 2009-01-13 | 1 | -1/+1 |
| * | Fix warnings in ClosureInfo | Ian Lynagh | 2008-12-29 | 1 | -34/+43 |
| * | Use DynFlags to work out if we are doing ticky ticky profiling | Ian Lynagh | 2008-12-18 | 1 | -15/+17 |
| * | Comments only (Note [Entering error thunks]) | simonpj@microsoft.com | 2008-12-05 | 1 | -0/+24 |
| * | Merging in the new codegen branch | dias@eecs.harvard.edu | 2008-08-14 | 1 | -25/+27 |
| * | Add optional eager black-holing, with new flag -feager-blackholing | Simon Marlow | 2008-11-18 | 1 | -11/+1 |
| * | Replace ASSERT with WARN, and explain why | simonpj@microsoft.com | 2008-09-18 | 1 | -3/+30 |
| * | Fix Haddock errors. | Thomas Schilling | 2008-07-20 | 1 | -1/+2 |
| * | (F)SLIT -> (f)sLit in ClosureInfo | Ian Lynagh | 2008-04-12 | 1 | -1/+1 |
| * | Remove leftover NoteTy/FTVNote bits | Ian Lynagh | 2008-03-15 | 1 | -1/+0 |
| * | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
| * | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
| * | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
| * | Change the strategy to determine dynamic data access | Clemens Fruhwirth | 2007-07-31 | 1 | -31/+26 |
| * | Pointer Tagging | Simon Marlow | 2007-07-27 | 1 | -5/+33 |
| * | Multiple improvements to CPS algorithm. | Michael D. Adams | 2007-07-02 | 1 | -0/+1 |
| * | Implemented and fixed bugs in CmmInfo handling | Michael D. Adams | 2007-06-27 | 1 | -5/+4 |
| * | Added an SRT to each CmmCall and added the current SRT to the CgMonad | Michael D. Adams | 2007-06-27 | 1 | -0/+4 |
| * | Remove bogus assertion in getCallMethod | Kirsten Chevalier | 2007-01-11 | 1 | -1/+7 |
| * | Add the primitive type Any, and use it for Dynamics | simonpj@microsoft.com | 2006-10-18 | 1 | -5/+5 |
| * | Comments onl | simonpj@microsoft.com | 2006-10-18 | 1 | -3/+4 |
| * | Module header tidyup, phase 1 | Simon Marlow | 2006-10-11 | 1 | -15/+14 |