summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-0516-43/+37
* Typos in comments [ci skip]Gabor Greif2017-04-051-2/+2
* rts: Fix lingering #ifsBen Gamari2017-04-045-8/+8
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-0516-37/+43
* rts: Make out-of-memory errors more consistentBen Gamari2017-04-022-2/+2
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-026-20/+22
* rts: print incorrect prev_what_nextSergei Trofimovich2017-04-011-1/+1
* Various patches to support android cross compilationMoritz Angermann2017-03-291-3/+7
* Fix #13433Simon Marlow2017-03-281-4/+17
* Spelling in comments only [ci skip]Gabor Greif2017-03-283-7/+7
* Don't redefine typedef namesGabor Greif2017-03-271-4/+4
* Adds aarch64 linker for mach-o files.Moritz Angermann2017-03-261-27/+721
* Refactor MachO.cMoritz Angermann2017-03-261-251/+183
* Add ocInit_MachOMoritz Angermann2017-03-264-4/+93
* rts linker: Introduce MachOTypesMoritz Angermann2017-03-263-2/+165
* Make mmap r+w only during preload for iOS.Moritz Angermann2017-03-261-1/+18
* Drop dead code in rts/{Prelude.h,package.conf.in}Moritz Angermann2017-03-262-54/+57
* rts: Fix stat output on 32-bit platformsBen Gamari2017-03-261-25/+33
* linker: fix OpenBSD build failure, EM_PPC64 is not defined thereSergei Trofimovich2017-03-261-0/+2
* Fix Windows x86 buildTamar Christina2017-03-201-0/+2
* Typos in manual and comments [ci skip]Gabor Greif2017-03-171-1/+1
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Extend Windows runtime loader libsearchTamar Christina2017-03-021-1/+4
* SymbolExtras: A bit of spring cleaningBen Gamari2017-03-022-11/+9
* rts: Fix buildBen Gamari2017-02-281-0/+1
* Drop copy step from the rts/ghc.mkMoritz Angermann2017-02-283-12/+9
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-282-22/+31
* configure: detect whether -lpthreads is necessary for pthreadsBen Gamari2017-02-281-0/+2
* rts: Usage message wibblesBen Gamari2017-02-261-1/+1
* Make list of deprecated symbols on Windows weak.Tamar Christina2017-02-263-7/+14
* Load dependent dlls.Tamar Christina2017-02-261-63/+106
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+8
* rts: Correct the nursery size in the gen 1 growth computationJohn C. Carey2017-02-231-1/+13
* JSON profiler reportsBen Gamari2017-02-235-21/+185
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Typos [ci skip]Gabor Greif2017-02-152-2/+2
* Fix ExtraSymbols jump table on Windows.Tamar Christina2017-02-141-16/+21
* Expand list of always loaded Windows shared libsTamar Christina2017-02-141-0/+6
* Typecast covers entire expression to fix format warning.bollu2017-02-141-10/+15
* Apply SplitSections to all C compilationsSimon Brenner2017-02-111-4/+0
* rts/Profiling: Factor out report generationBen Gamari2017-02-114-318/+374
* rts/Profiling: Kill a few globals and add constsBen Gamari2017-02-112-51/+70
* Spelling in comments [ci skip]Gabor Greif2017-02-101-1/+1
* Fix stop_thread unwinding informationBen Gamari2017-02-082-8/+12
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-0/+2
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-2/+2
* Fix comment (old file names) in rts/Takenobu Tani2017-02-047-8/+8
* Ditch static flagsSylvain Henry2017-02-021-2/+0
* Add support for StaticPointers in GHCiBen Gamari2017-02-022-4/+9
* Abstract over the way eventlogs are flushedalexbiehl2017-01-315-81/+194