Fix the build on amd64/Linux
[ghc-hetmet.git] / compiler / nativeGen / PositionIndependentCode.hs
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PositionIndependentCode
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-06-20 Clemens FruhwirthAllow access via manually generated SymbolPtrs. General...
2007-07-06 Clemens FruhwirthFix -split-obj on Mac OS via -fasm
2007-06-19 Clemens FruhwirthAlso make proper references when not using fPIC but...
2007-04-12 wolfgang.thaller... Fix a typo related to i386 PIC code generation
2007-04-12 wolfgang.thaller... Darwin/i386 NCG: fix assembly syntax in symbol stubs
2006-12-10 wolfgang.thaller... Unbreak x86_64 PIC patch, part 2
2006-12-07 wolfgang.thaller... Unbreak previous x86_64 PIC patch
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-11-20 wolfgang.thaller... i386-darwin: disable use of code stubs for dynamic...
2006-04-07 Simon MarlowReorganisation of the source tree