summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix padding of entries in .prof filesJasper Van der Jeugt2019-05-271-1/+1
* Add `keepCAFs` to RtsSymbolsMoritz Angermann2019-05-251-0/+1
* RTS: Fix restrictive castAlec Theriault2019-05-221-2/+2
* Print PAP object address in stg_PAP_info entry codeÖmer Sinan Ağacan2019-05-081-1/+1
* PrimOps.cmm: remove unused stuffÖmer Sinan Ağacan2019-05-031-6/+2
* rts: Properly free the RTSSummaryStats structureÖmer Sinan Ağacan2019-05-031-6/+4
* Minor RTS refactoring:Ömer Sinan Ağacan2019-04-252-2/+2
* osReserveHeapMemory: handle signed rlim_tFraser Tweedale2019-04-231-2/+4
* Restore Xmm registers properly in StgCRun.cklebinger.andreas@gmx.at2019-04-041-9/+9
* Improve performance of newSmallArray#Michal Terepeta2019-04-012-4/+7
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-2530-34/+34
* Gracefully handle error condition in Mach-O relocateSectionArtem Pyanykh2019-03-201-1/+6
* Directly test section alignment, fix internal reloc probing lengthArtem Pyanykh2019-03-201-2/+6
* Add missing levels to SegmentProt enumArtem Pyanykh2019-03-202-4/+19
* Address some todos and fixmesArtem Pyanykh2019-03-203-21/+22
* Use segments for section layoutArtem Pyanykh2019-03-206-94/+296
* Adjust section placement and relocation logic for Mach-OArtem Pyanykh2019-03-204-123/+234
* rts/RtsSymbols: Drop __mingw_vsnwprintfBen Gamari2019-03-201-1/+0
* err: clean up error handlerTamar Christina2019-03-191-19/+30
* ghc-heap: Introduce closureSizeBen Gamari2019-03-172-0/+8
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1514-18/+18
* rts: Factor out large bitmap walkingBen Gamari2019-03-092-16/+40
* Fix itBen Gamari2019-03-063-6/+10
* rts: Unglobalize dead_weak_ptr_list and resurrected_threadsÖmer Sinan Ağacan2019-03-065-24/+23
* rts/Printer: Print forwarding pointersÖmer Sinan Ağacan2019-03-051-3/+8
* rts/Printer: Introduce a few more printing utilitiesÖmer Sinan Ağacan2019-03-052-0/+74
* RTS: Add missing memory barrierPeter Trommler2019-02-271-3/+6
* Drop support for i386 and PowerPC in MachO linkerArtem Pyanykh2019-02-224-231/+8
* Fix two bugs in stg_ap_0_fast in profiling runtimeÖmer Sinan Ağacan2019-02-201-7/+11
* Fix checkStackChunk() call in Interepter.c, enable an assertionÖmer Sinan Ağacan2019-02-132-2/+2
* rts/ProfilerReportJson: Fix format stringBen Gamari2019-02-081-1/+1
* Don't use X86_64_ELF_NONPIC_HACK for +RTS -xpZejun Wu2019-01-301-6/+8
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-3011-72/+97
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-305-92/+110
* Revert "Batch merge"Ben Gamari2019-01-3012-203/+158
* Batch mergeBen Gamari2019-01-3012-158/+203
* A few typofixesGabor Greif2019-01-231-1/+1
* Extend linker-script workaround to work with musl libcSamuel Holland2019-01-211-1/+1
* RTS: Use ELF v1 convention on all powerpc64 systemsPeter Trommler2019-01-171-5/+0
* doc: reorder heap profiling information in +RTS -?Ben Price2019-01-161-6/+5
* rts: Allow heap prof by closure type in prof wayBen Price2019-01-161-0/+1
* rts: Use always-available locking operations in pthread Itimer implementationBen Gamari2019-01-141-6/+6
* itimer: Don't free condvar until we know ticker is stoppedBen Gamari2019-01-141-2/+2
* Fix checkPtrInArenaÖmer Sinan Ağacan2019-01-131-2/+11
* Fix negative mutator time in GC stats in prof buildsÖmer Sinan Ağacan2019-01-123-49/+70
* Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtimeÖmer Sinan Ağacan2019-01-121-7/+6
* Documentation and refactoring in CCS related codeÖmer Sinan Ağacan2019-01-122-33/+56
* Implement a sanity check for CCS fields in profiling buildsÖmer Sinan Ağacan2019-01-105-0/+44
* Minor refactoring and documentation in profiling RTS codeÖmer Sinan Ağacan2019-01-031-41/+20
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-017-416/+47