| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Typo in comment | Ben.Lippmeier@anu.edu.au | 2009-12-29 | 1 | -1/+1 |
* | validate fixes | Ben.Lippmeier@anu.edu.au | 2009-11-06 | 1 | -0/+1 |
* | * Refactor CLabel.RtsLabel to CLabel.CmmLabel | Ben.Lippmeier@anu.edu.au | 2009-11-06 | 1 | -38/+31 |
* | Add missing case to externallyVisibleCLabel | Ben.Lippmeier@anu.edu.au | 2009-10-22 | 1 | -0/+1 |
* | Add CLabel.CmmLabel and start refactoring | Ben.Lippmeier@anu.edu.au | 2009-10-18 | 1 | -143/+203 |
* | Haddockify and clean up commenting | Ben.Lippmeier@anu.edu.au | 2009-10-18 | 1 | -61/+70 |
* | Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS | Ben.Lippmeier@anu.edu.au | 2009-10-18 | 1 | -93/+48 |
* | Rename primops from foozh_fast to stg_foozh | Simon Marlow | 2009-08-03 | 1 | -1/+1 |
* | Add PrimCall to the STG layer and update Core -> STG translation | Duncan Coutts | 2009-06-09 | 1 | -0/+7 |
* | fix pprDynamicLinkerAsmLabel for Mac OS X x86_64 | Austin Seipp | 2009-05-23 | 1 | -0/+4 |
* | use a UniqSet for is MathFun, this list is getting quite large | Simon Marlow | 2009-03-30 | 1 | -4/+5 |
* | update list of C math functions | Bertram Felgenhauer | 2009-03-23 | 1 | -17/+77 |
* | When generating C, don't pretend functions are data | Ian Lynagh | 2009-02-06 | 1 | -17/+22 |
* | Big collection of patches for the new codegen branch. | dias@eecs.harvard.edu | 2008-10-13 | 1 | -4/+16 |
* | Merging in the new codegen branch | dias@eecs.harvard.edu | 2008-08-14 | 1 | -44/+80 |
* | Add optional eager black-holing, with new flag -feager-blackholing | Simon Marlow | 2008-11-18 | 1 | -5/+0 |
* | SRT labels don't need to be globally visible | Simon Marlow | 2008-07-25 | 1 | -0/+2 |
* | FIX #2322: add exceptions for more functions in math.h | Simon Marlow | 2008-07-11 | 1 | -2/+10 |
* | FIX #2276: foreign import stdcall "&foo" doesn't work | Simon Marlow | 2008-05-14 | 1 | -0/+5 |
* | Include HsVersions.h where necessary | Roman Leshchinskiy | 2008-04-23 | 1 | -0/+2 |
* | (F)SLIT -> (f)sLit in CLabel | Ian Lynagh | 2008-04-12 | 1 | -75/+72 |
* | add pointers to the wiki for the rules about C prototypes | Simon Marlow | 2008-04-09 | 1 | -4/+2 |
* | Do not #include external header files when compiling via C | Simon Marlow | 2008-04-02 | 1 | -1/+25 |
* | Move OPTIONS pragmas above comments | Ian Lynagh | 2007-09-21 | 1 | -7/+7 |
* | massive changes to add a 'zipper' representation of C-- | Norman Ramsey | 2007-09-06 | 1 | -1/+2 |
* | put the @N suffix on stdcall foreign calls in .cmm code | Simon Marlow | 2007-09-04 | 1 | -0/+7 |
* | 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 | -70/+31 |
* | Made the label generation in the Cmm parser more direct | Michael D. Adams | 2007-07-18 | 1 | -7/+1 |
* | Fixes for the unreg build | Ian Lynagh | 2007-07-18 | 1 | -2/+8 |
* | Implemented and fixed bugs in CmmInfo handling | Michael D. Adams | 2007-06-27 | 1 | -1/+7 |
* | First pass at implementing info tables for CPS | Michael D. Adams | 2007-06-27 | 1 | -6/+8 |
* | Added an SRT to each CmmCall and added the current SRT to the CgMonad | Michael D. Adams | 2007-06-27 | 1 | -5/+8 |
* | Generate .LC_ indirection-symbols also on x86_64 (as on all other archs runni... | Clemens Fruhwirth | 2007-06-28 | 1 | -2/+2 |
* | removing -fhpc-tracer from ghc, is subsumed by the GHC debugger | andy@galois.com | 2007-06-22 | 1 | -8/+0 |
* | Remove vectored returns. | Simon Marlow | 2007-02-28 | 1 | -2/+0 |
* | Lightweight ticky-ticky profiling | Kirsten Chevalier | 2007-02-07 | 1 | -0/+2 |
* | optimisation: shortcut branches when possible (x86/x86_64 only for now) | mrchebas@gmail.com | 2007-01-22 | 1 | -1/+5 |
* | Adding tracing support | andy@galois.com | 2006-12-09 | 1 | -1/+9 |
* | x86_64: support PIC and therefore, Mac OS X in the NCG | wolfgang.thaller@gmx.net | 2006-12-07 | 1 | -1/+17 |
* | Haskell Program Coverage | andy@galois.com | 2006-10-24 | 1 | -0/+21 |
* | Module header tidyup, phase 1 | Simon Marlow | 2006-10-11 | 1 | -11/+11 |
* | Add a default case to pprDynamicLinkerAsmLabel | Roman Leshchinskiy | 2006-08-25 | 1 | -0/+3 |
* | Avoid warning about overlapped pattern for Linux target | sven.panne@aedion.de | 2006-08-11 | 1 | -5/+9 |
* | Generalise Package Support | Simon Marlow | 2006-07-25 | 1 | -21/+21 |
* | unused import | Simon Marlow | 2006-07-04 | 1 | -1/+1 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+831 |