summaryrefslogtreecommitdiff
path: root/compiler/cmm/CLabel.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Typo in commentBen.Lippmeier@anu.edu.au2009-12-291-1/+1
* validate fixesBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-061-38/+31
* Add missing case to externallyVisibleCLabelBen.Lippmeier@anu.edu.au2009-10-221-0/+1
* Add CLabel.CmmLabel and start refactoringBen.Lippmeier@anu.edu.au2009-10-181-143/+203
* Haddockify and clean up commentingBen.Lippmeier@anu.edu.au2009-10-181-61/+70
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-181-93/+48
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-1/+1
* Add PrimCall to the STG layer and update Core -> STG translationDuncan Coutts2009-06-091-0/+7
* fix pprDynamicLinkerAsmLabel for Mac OS X x86_64Austin Seipp2009-05-231-0/+4
* use a UniqSet for is MathFun, this list is getting quite largeSimon Marlow2009-03-301-4/+5
* update list of C math functionsBertram Felgenhauer2009-03-231-17/+77
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-17/+22
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-4/+16
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-44/+80
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-5/+0
* SRT labels don't need to be globally visibleSimon Marlow2008-07-251-0/+2
* FIX #2322: add exceptions for more functions in math.hSimon Marlow2008-07-111-2/+10
* FIX #2276: foreign import stdcall "&foo" doesn't workSimon Marlow2008-05-141-0/+5
* Include HsVersions.h where necessaryRoman Leshchinskiy2008-04-231-0/+2
* (F)SLIT -> (f)sLit in CLabelIan Lynagh2008-04-121-75/+72
* add pointers to the wiki for the rules about C prototypesSimon Marlow2008-04-091-4/+2
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-1/+25
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* massive changes to add a 'zipper' representation of C--Norman Ramsey2007-09-061-1/+2
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-041-0/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-70/+31
* Made the label generation in the Cmm parser more directMichael D. Adams2007-07-181-7/+1
* Fixes for the unreg buildIan Lynagh2007-07-181-2/+8
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-1/+7
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-6/+8
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-5/+8
* Generate .LC_ indirection-symbols also on x86_64 (as on all other archs runni...Clemens Fruhwirth2007-06-281-2/+2
* removing -fhpc-tracer from ghc, is subsumed by the GHC debuggerandy@galois.com2007-06-221-8/+0
* Remove vectored returns.Simon Marlow2007-02-281-2/+0
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-0/+2
* optimisation: shortcut branches when possible (x86/x86_64 only for now)mrchebas@gmail.com2007-01-221-1/+5
* Adding tracing supportandy@galois.com2006-12-091-1/+9
* x86_64: support PIC and therefore, Mac OS X in the NCGwolfgang.thaller@gmx.net2006-12-071-1/+17
* Haskell Program Coverageandy@galois.com2006-10-241-0/+21
* Module header tidyup, phase 1Simon Marlow2006-10-111-11/+11
* Add a default case to pprDynamicLinkerAsmLabelRoman Leshchinskiy2006-08-251-0/+3
* Avoid warning about overlapped pattern for Linux targetsven.panne@aedion.de2006-08-111-5/+9
* Generalise Package SupportSimon Marlow2006-07-251-21/+21
* unused importSimon Marlow2006-07-041-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+831