summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PositionIndependentCode.hs
Commit message (Expand)AuthorAgeFilesLines
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-654/+0
* Fix the build on amd64/LinuxIan Lynagh2009-02-061-0/+1
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-1/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-2/+2
* Merging in the new codegen branchdias@eecs.harvard.edu2008-08-141-9/+8
* Include HsVersions.h where necessaryRoman Leshchinskiy2008-04-231-0/+2
* (F)SLIT -> (f)sLit in PositionIndependentCodeIan Lynagh2008-04-121-82/+81
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* change of representation for GenCmm, GenCmmTop, CmmProcNorman Ramsey2007-09-051-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
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-311-23/+25
* Allow access via manually generated SymbolPtrs. Generalize pprImportedSymbol ...Clemens Fruhwirth2007-06-201-3/+8
* Fix -split-obj on Mac OS via -fasmClemens Fruhwirth2007-07-061-0/+3
* Also make proper references when not using fPIC but linking against dynamic libsClemens Fruhwirth2007-06-191-1/+1
* Fix a typo related to i386 PIC code generationwolfgang.thaller@gmx.net2007-04-121-1/+1
* Darwin/i386 NCG: fix assembly syntax in symbol stubswolfgang.thaller@gmx.net2007-04-121-1/+1
* Unbreak x86_64 PIC patch, part 2wolfgang.thaller@gmx.net2006-12-101-1/+1
* Unbreak previous x86_64 PIC patchwolfgang.thaller@gmx.net2006-12-071-1/+1
* x86_64: support PIC and therefore, Mac OS X in the NCGwolfgang.thaller@gmx.net2006-12-071-63/+87
* i386-darwin: disable use of code stubs for dynamic linkingwolfgang.thaller@gmx.net2006-11-201-1/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+605