summaryrefslogtreecommitdiff
path: root/rts/StgCRun.c
Commit message (Expand)AuthorAgeFilesLines
...
* add support for STG floating-point regs using VFPv3Karel Gardas2011-08-101-0/+2
* make StgReturn and cas functions Thumb friendlyKarel Gardas2011-08-101-3/+12
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-101-0/+50
* Fix Windows breakage (#5322). When I modified StgRun to use the pureSimon Marlow2011-07-181-0/+12
* oops, fix the x86 version of the code in here. I validated on theSimon Marlow2011-06-271-1/+1
* Keep the C stack pointer 16-byte aligned on all x86 platforms, not just Mac O...Simon Marlow2011-06-271-25/+29
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-131-1/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+1
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-0/+2
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-2/+0
* save two more FP registers on ia64red5_2@hotmail.com2007-03-271-4/+8
* mangler and runtime updates for gcc 4 on ia64red5_2@hotmail.com2007-03-181-12/+31
* Initial support for x86_64-darwinwolfgang.thaller@gmx.net2006-11-271-3/+9
* Fix unregisterised alpha buildsIan Lynagh2006-10-041-0/+2
* Mips registerised supportSimon Marlow2006-08-251-0/+33
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-251-0/+2
* Sparc fix: work around gcc optimising away the reserved stack chunkSimon Marlow2006-08-241-1/+4
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+897