summaryrefslogtreecommitdiff
path: root/compiler/codeGen/CgInfoTbls.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove the old codegenSimon Marlow2012-10-191-374/+0
* Some alpha renamingIan Lynagh2012-10-161-2/+2
* Remove a little more CPPIan Lynagh2012-09-181-2/+2
* Move tAG_BITS into platformConstantsIan Lynagh2012-09-161-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-16/+16
* Use sIZEOF_* from platformConstants rather than ConstantsIan Lynagh2012-09-131-1/+1
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-5/+5
* Pass DynFlags down to bWordIan Lynagh2012-09-121-25/+25
* Pass Platform down to halfWordWidthIan Lynagh2012-09-101-6/+8
* Make tablesNextToCode "dynamic"Ian Lynagh2012-08-061-11/+13
* New codegen: do not split proc-points when using the NCGSimon Marlow2012-07-301-1/+1
* Make -fscc-profiling a dynamic flagIan Lynagh2012-07-241-48/+51
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-4/+1
|\
| * Remove PlatformOutputableIan Lynagh2012-06-131-4/+1
* | Merge remote-tracking branch 'laptop/newcg' into newcgMe at work2012-02-141-4/+4
|\ \
| * \ Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-4/+4
| |\ \ | | |/
| | * Track STG live register information for use in LLVMDavid Terei2012-01-091-4/+4
| | * Remove unused argument field on CmmJumpDavid Terei2012-01-051-1/+1
* | | tiny refactoringSimon Marlow2012-02-141-1/+1
|/ /
* | New stack layout algorithmSimon Marlow2012-02-081-23/+5
|/
* Remove dead function.David Terei2011-12-031-23/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-1/+4
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-59/+17
* Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-281-7/+6
* Repair sanity of infoTableLabelFromCI in old code generatorMax Bolingbroke2011-07-281-2/+2
* Don't export the _info symbol for the data constructor worker bindingsMax Bolingbroke2011-07-071-3/+3
* Remove type synonyms for CmmFormals, CmmActuals (and hinted versions).Edward Z. Yang2011-06-131-2/+2
* Merge in new code generator branch.Simon Marlow2011-01-241-2/+2
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix warnings in CgInfoTblsIan Lynagh2008-12-171-13/+3
* Remove dead function srtLabelAndLength from CgInfoTblsIan Lynagh2008-12-171-12/+0
* Big collection of patches for the new codegen branch.dias@eecs.harvard.edu2008-10-131-3/+3
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-19/+15
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* a good deal of salutory renamingNorman Ramsey2007-09-071-6/+6
* 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
* Fix description and type profilingIan Lynagh2007-08-171-5/+3
* Pointer TaggingSimon Marlow2007-07-271-3/+22
* Fixes for the unreg buildIan Lynagh2007-07-181-7/+5
* Added support for update frames to the CPS passMichael D. Adams2007-07-031-5/+7
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-202/+181
* First pass at implementing info tables for CPSMichael D. Adams2007-06-271-4/+19
* Added an SRT to each CmmCall and added the current SRT to the CgMonadMichael D. Adams2007-06-271-30/+4
* Make CmmProc take CmmFormals as argumentMichael D. Adams2007-05-221-2/+2
* FIX #1418 (partially)Simon Marlow2007-06-131-2/+4
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-8/+0
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-091-2/+9