summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix 32-bit build failuresSimon Marlow2016-07-041-4/+7
* Linker: some extra debugging / loggingSimon Marlow2016-07-011-0/+25
* Remove unused oc->isImportLib (#12230)Simon Marlow2016-07-012-8/+1
* rts/Linker.c: Rename ONLY_USED_x86_64_HOST_ARCH macroErik de Castro Lopo2016-06-271-4/+4
* rts/Linker.c: Improve ugly C pre-processor hackErik de Castro Lopo2016-06-271-16/+13
* More typos in comments [skip ci]Gabor Greif2016-06-221-1/+1
* Fix double-free in T5644 (#12208)Simon Marlow2016-06-201-2/+2
* NUMA cleanupsSimon Marlow2016-06-178-58/+68
* Don't GC sparks for CAFsSimon Marlow2016-06-141-9/+6
* Add thin library support to Windows tooTamar Christina2016-06-131-61/+90
* rts: Fix NUMA when cross compilingErik de Castro Lopo2016-06-132-5/+5
* Fix incorrect calculated relocations on Windows x86_64Tamar Christina2016-06-122-33/+44
* rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefinedErik de Castro Lopo2016-06-121-2/+2
* Rts flags cleanupSimon Marlow2016-06-102-5/+5
* NUMA supportSimon Marlow2016-06-1028-290/+821
* Remove Printer.c:prettyPrintClosure()Ömer Sinan Ağacan2016-06-102-82/+0
* prettyPrintClosure(): Untag the closure before accessing fieldsÖmer Sinan Ağacan2016-06-101-0/+2
* Show sources of cost centers in .profÖmer Sinan Ağacan2016-06-081-18/+94
* Add relocation type R_X86_64_REX_GOTPCRELXTamar Christina2016-06-051-1/+7
* Refactor the SymbolName and SymbolAddr types to be pointersTamar Christina2016-06-042-49/+49
* Rename isPinnedByteArray# to isByteArrayPinned#Ben Gamari2016-06-042-4/+11
* Use useful names for Symbol Addr and Names in Linker.cTamar Christina2016-06-032-54/+57
* Refactored SymbolInfo to lower memory usage in RTSTamar Christina2016-06-034-51/+154
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-017-14/+6
* RtsFlags.c: Const correct fixesErik de Castro Lopo2016-05-291-2/+2
* RTS: simplify read_heap_profiling_flagThomas Miedema2016-05-251-7/+1
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-257-321/+435
* Update format specifiers for Tickey.cTamar Christina2016-05-221-13/+13
* rts/Linker.c: Fix compile error on ArmErik de Castro Lopo2016-05-221-0/+3
* Enable checkProddableBlock on x86_64Simon Marlow2016-05-211-2/+2
* Fix Windows build after Ticky changesTamar Christina2016-05-211-4/+4
* {,M}BLOCK_SIZE_W * sizeof(W_) -> {,M}BLOCK_SIZETomas Carnecky2016-05-192-6/+6
* Get types in osFreeMBlocks in sync with osGetMBlocksTomas Carnecky2016-05-193-3/+3
* Remove use of caddr_tTomas Carnecky2016-05-191-4/+4
* rts: Add missing `const` from HashTable APIErik de Castro Lopo2016-05-192-2/+2
* rts: Add isPinnedByteArray# primopBen Gamari2016-05-182-0/+12
* Fix histograms for ticky codeMateusz Lenik2016-05-182-272/+31
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-1819-87/+96
* Set `USE_MMAP` at configure timeErik de Castro Lopo2016-05-171-35/+19
* Fix comments about scavenging WEAK objectsTakano Akio2016-05-122-7/+5
* RtsUtils: Use `size_t` instead of `int` where appropriateErik de Castro Lopo2016-05-122-16/+12
* rts: Make function pointer parameters `const` where possibleErik de Castro Lopo2016-05-127-15/+15
* Use StgHalfWord instead of a CPP #ifTomas Carnecky2016-05-121-8/+3
* Fix ASSERT failure and re-enable setnumcapabilities001Simon Marlow2016-05-111-2/+5
* Handle promotion failures when scavenging a WEAK (#11108)Takano Akio2016-05-113-3/+42
* rts: Fix C compiler warnings on WindowsErik de Castro Lopo2016-05-112-9/+13
* RtsFlags: Make `mallocFailHook` const correctErik de Castro Lopo2016-05-112-2/+2
* Fix a crash in requestSync()Simon Marlow2016-05-101-9/+14
* Use stdint types for Stg{Word,Int}{8,16,32,64}Tomas Carnecky2016-05-103-5/+5
* rts/ProfHeap.c: Use `ssize_t` instead of `long`.Erik de Castro Lopo2016-05-081-21/+22