summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/PIC.hs
Commit message (Expand)AuthorAgeFilesLines
* PPC: Fix loads of PIC data with > 16 bit offsets (#7830).Erik de Castro Lopo2014-02-281-2/+3
* nativeGen: Fix spelling in commentBen Gamari2014-01-071-1/+1
* Make the current module available to labelDynamicIan Lynagh2013-05-131-20/+25
* Refactor cmmMakeDynamicReferenceIan Lynagh2013-05-131-8/+13
* Remove redundant cmmMakeDynamicReference' wrapperIan Lynagh2013-05-131-4/+2
* No need to map over all blocks, setting up PIC.Gabor Greif2013-04-131-12/+4
* Make explicit that there can be only one entry pointGabor Greif2013-04-121-3/+3
* There can be several blocks in a PPC/ELF cmm procGabor Greif2013-04-081-8/+15
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-1/+1
* Attach global register liveness info to Cmm procedures.Geoffrey Mainland2012-10-301-8/+8
* Whitespace only in nativeGen/PIC.hsIan Lynagh2012-10-191-282/+275
* Some alpha renamingIan Lynagh2012-10-161-16/+16
* Pass DynFlags down to wordWidthIan Lynagh2012-09-121-4/+5
* Pass DynFlags down to bWordIan Lynagh2012-09-121-1/+1
* Make the ways dynamicIan Lynagh2012-09-031-8/+7
* Load the PIC base register on every entry pointSimon Marlow2012-08-311-7/+27
* Make -fPIC a dynamic flagIan Lynagh2012-07-161-32/+32
* Use SDoc rather than Doc in the native gensIan Lynagh2012-06-121-54/+39
* Remove some old comments about the manglerDavid Terei2011-11-221-5/+0
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add "have subsections via symbols" to the Platform typeIan Lynagh2011-10-191-7/+7
* More CPP removal: pprDynamicLinkerAsmLabel in CLabelIan Lynagh2011-10-021-44/+44
* Some CPP removalIan Lynagh2011-10-021-8/+8
* Renaming onlySimon Peyton Jones2011-08-251-6/+6
* Refactoring: use a structured CmmStatics type rather than [CmmStatic]Max Bolingbroke2011-07-051-6/+5
* Merge in new code generator branch.Simon Marlow2011-01-241-9/+9
* comment typoSimon Marlow2010-06-181-1/+1
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-56/+66
* Fix warningssimonpj@microsoft.com2010-01-051-5/+3
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-021-5/+12
* Fix building of the RTS with the NCG under WindowsBen.Lippmeier@anu.edu.au2009-09-261-4/+28
* NCG: validate fixes for ppc-darwinBen.Lippmeier@anu.edu.au2009-02-151-3/+2
* NCG: Haddock validate fixBen.Lippmeier@anu.edu.au2009-02-151-2/+2
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-0/+746