summaryrefslogtreecommitdiff
path: root/compiler/codeGen
Commit message (Expand)AuthorAgeFilesLines
* Removed defunct compiler/codeGen/CgUsages.hi-boot-6Michael D. Adams2007-05-251-3/+0
* Keep flattenCgStmts from emitting spurious 'goto' after CmmSwitchMichael D. Adams2007-05-211-0/+1
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-111-1/+1
* Warning fix for unused and redundant importsMichael D. Adams2007-05-102-9/+0
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-092-3/+10
* Changing internal data structures used by Hpcandy@galois.com2007-04-301-5/+6
* add the constructor name field to the info table for RTS constructorsSimon Marlow2007-04-271-1/+1
* Make ticky work, at least partly, on 64-bit machinessimonpj@microsoft.com2007-04-241-9/+10
* Make constructor names in info tables position independentwolfgang.thaller@gmx.net2007-03-081-1/+2
* Remove vectored returns.Simon Marlow2007-02-289-245/+50
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-6/+15
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-073-48/+53
* Semi-tagging optimisationSimon Marlow2007-01-225-96/+17
* Semi-tagging optimisationSimon Marlow2007-01-225-17/+96
* small debugging output cleanupmrchebas@gmail.com2007-01-191-4/+5
* don't make jump tables for small switches (<= 4 branches)mrchebas@gmail.com2007-01-191-3/+5
* Remove bogus assertion in getCallMethodKirsten Chevalier2007-01-111-1/+7
* Misc Hpc improvement to dynamic tracer outputandy@galois.com2006-12-131-1/+5
* Adding tracing supportandy@galois.com2006-12-092-6/+32
* Layout and comments onlysimonpj@microsoft.com2006-11-071-4/+1
* fixing type error inside Hpc inc; we had a 32 bit '1'.andy@galois.com2006-10-251-1/+1
* Haskell Program Coverageandy@galois.com2006-10-243-16/+119
* Add the primitive type Any, and use it for Dynamicssimonpj@microsoft.com2006-10-181-5/+5
* Comments onlsimonpj@microsoft.com2006-10-181-3/+4
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-172-17/+7
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-1/+1
* Module header tidyup, phase 1Simon Marlow2006-10-1122-453/+360
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-1/+1
* GADT selector bugfix, bits of cleanupManuel M T Chakravarty2006-09-201-2/+2
* fix some GADT record selector bugs (still some remaining)Manuel M T Chakravarty2006-09-201-1/+1
* Load the target of a dynamic foreign call into a temporarySimon Marlow2006-08-251-5/+15
* Don't include the package name in a cost centre's module nameSimon Marlow2006-08-031-2/+6
* .hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6Simon Marlow2006-07-284-17/+0
* Generalise Package SupportSimon Marlow2006-07-2512-107/+101
* unused importSimon Marlow2006-07-061-1/+0
* unused importSimon Marlow2006-07-061-1/+0
* unused importsSimon Marlow2006-07-041-2/+2
* Comments and import trimmingsimonpj@microsoft.com2006-07-121-4/+4
* x86-64: fix a problem exposed by negative offsets in vector tablesSimon Marlow2006-06-291-1/+8
* flattenCgStmts: fix a case of empty code blocks being generatedSimon Marlow2006-06-201-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-0733-0/+10447