summaryrefslogtreecommitdiff
path: root/compiler/cmm/CLabel.hs
Commit message (Expand)AuthorAgeFilesLines
* Add "have subsections via symbols" to the Platform typeIan Lynagh2011-10-191-30/+31
* Fixed typoDaniel Fischer2011-10-041-1/+1
* Fix warnings in cmm/CLabel.hsIan Lynagh2011-10-021-18/+59
* Whitespace only in cmm/CLabel.hsIan Lynagh2011-10-021-325/+325
* Remove remaining CPP from cmm/CLabel.hsIan Lynagh2011-10-021-26/+15
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-109/+84
* Some CPP removalIan Lynagh2011-10-021-24/+31
* refactoring and fixing the stage 2 compilationSimon Marlow2011-08-251-38/+39
* Refactoring: reduce usage of mkConInfo, with a view to killing itSimon Marlow2011-08-251-16/+47
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-4/+6
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-291-44/+9
|\
| * We no longer need to mark Entry as local or notMax Bolingbroke2011-07-291-6/+5
| * Remove last use of entryLblToInfoLblMax Bolingbroke2011-07-291-13/+2
| * Eliminate cvtToSRTLbl (dead code)Max Bolingbroke2011-07-281-9/+1
| * Eliminate localiseLabelMax Bolingbroke2011-07-281-6/+0
| * Eliminate infoLblToEntryLblMax Bolingbroke2011-07-281-12/+3
* | Comments about _info and _closure labelsSimon Peyton Jones2011-07-291-0/+27
|/
* More work towards cross-compilationIan Lynagh2011-07-151-0/+2
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-17/+28
* Don't export SRT labelsMax Bolingbroke2011-07-051-1/+5
* Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-011-10/+9
* Don't expose the cas definition to .hc filesIan Lynagh2011-04-301-9/+1
* Don't generate a prototype for casIan Lynagh2011-04-201-2/+10
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-66/+7
* RednCounts can contain CAFs, so support them in cvtToClosureLbl.Edward Z. Yang2011-03-221-0/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-0/+2
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-3/+3
* Assume CmmLabels have dynamic linkage on non-WindowsBen.Lippmeier.anu.edu.au2010-01-021-3/+5
* When compiling viac, don't need to emit prototypes for symbols in the RTSBen.Lippmeier@anu.edu.au2010-01-021-1/+9
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-27/+117
* 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