2006-12-13 |
andy@galois.com | Removing unused argument to a printf. |
tree | commitdiff |
2006-12-13 |
andy@galois.com | fixing obvious typo in darwin_HOST_OS code (currently... |
tree | commitdiff |
2006-12-13 |
Ian Lynagh | Fix allocation debugger to handle allocations in con... |
tree | commitdiff |
2006-12-12 |
Simon Marlow | Don't free sched_mutex until freeTaskManager has finish... |
tree | commitdiff |
2006-12-13 |
Ian Lynagh | Give a better panic if the allocation debugger is used... |
tree | commitdiff |
2006-12-13 |
andy@galois.com | Misc Hpc improvement to dynamic tracer output |
tree | commitdiff |
2006-12-09 |
andy@galois.com | Adding tracing support |
tree | commitdiff |
2006-11-30 |
andy@galois.com | Misc unsigned printing issues; adding magicTixNumber. |
tree | commitdiff |
2006-12-12 |
Simon Marlow | MERGE: Fix Windows DEP violations (bug #885) |
tree | commitdiff |
2006-12-11 |
Ian Lynagh | Fix allocate name clash in the HEAD |
tree | commitdiff |
2006-12-11 |
Ian Lynagh | Add freeScheduler/freeTaskManager and call it later... |
tree | commitdiff |
2006-12-11 |
Ian Lynagh | When debugging, have the allocator help us a bit |
tree | commitdiff |
2006-12-05 |
Simon Marlow | we need GHC.Conc.ensureIOManagerIsRunning on Windows too |
tree | commitdiff |
2006-12-04 |
Simon Marlow | fix Windows GHCi |
tree | commitdiff |
2006-12-01 |
Simon Marlow | Add support for the IO manager thread on Windows |
tree | commitdiff |
2006-12-01 |
Simon Marlow | Remove the Windows Async IO Manager completely in THREA... |
tree | commitdiff |
2006-11-28 |
Ian Lynagh | Make the non-threaded-RTS threadDelay wait at least... |
tree | commitdiff |
2006-11-27 |
wolfgang.thaller... | Initial support for x86_64-darwin |
tree | commitdiff |
2006-11-24 |
wolfgang.thaller... | Support I64->I32 casts in the NCG, and use them for... |
tree | commitdiff |
2006-11-24 |
sven.panne@aedion.de | Warning police: Removed unused variable |
tree | commitdiff |
2006-11-24 |
Simon Marlow | small stats fix |
tree | commitdiff |
2006-11-23 |
Simon Marlow | fix failing assertion |
tree | commitdiff |
2006-11-22 |
Simon Marlow | refactor code for memInventory() |
tree | commitdiff |
2006-11-22 |
Simon Marlow | allocatePinned(): fix n_large_blocks count after alloca... |
tree | commitdiff |
2006-11-22 |
Simon Marlow | fix bug in memInventory() giving false memory leak... |
tree | commitdiff |
2006-11-21 |
Lemmih | Remove the concept of stableRoots. |
tree | commitdiff |
2006-11-21 |
Simon Marlow | small fix to DEBUG case in coalesce/freeGroup patch |
tree | commitdiff |
2006-11-21 |
Simon Marlow | optimisation to freeGroup() to avoid an O(N^2) pathalog... |
tree | commitdiff |
2006-11-21 |
wolfgang.thaller... | Fix printf$LDBLStub workaround for Darwin |
tree | commitdiff |
2006-11-20 |
Simon Marlow | reorganise PAPI configuration: off by default, even... |
tree | commitdiff |
2006-11-09 |
mrchebas@gmail.com | No special Papi measurements taken by default |
tree | commitdiff |
2006-11-20 |
Simon Marlow | whitespace |
tree | commitdiff |
2006-11-09 |
mrchebas@gmail.com | Cosmetic improvements, no change in Papi functionality. |
tree | commitdiff |
2006-11-20 |
Simon Marlow | better error messages when PAPI_library_init() fails |
tree | commitdiff |
2006-11-20 |
Simon Marlow | alter PAPI help message slightly |
tree | commitdiff |
2006-11-09 |
'Alexey Rodriguez | Added configure gadgets to detect Papi, and fixed build... |
tree | commitdiff |
2006-11-09 |
mrchebas@gmail.com | Selection of PAPI events via RTS command line |
tree | commitdiff |
2006-11-08 |
mrchebas@gmail.com | Addition of PAPI to RTS |
tree | commitdiff |
2006-11-20 |
Ian Lynagh | Cope with big endian float word order on little endian... |
tree | commitdiff |
2006-11-15 |
Simon Marlow | remove unused includes, now that Storage.h & Stable... |
tree | commitdiff |
2006-11-07 |
Simon Marlow | move newSpark() prototype to RtsExternal.h to avoid... |
tree | commitdiff |
2006-10-16 |
sof@galois.com | mark stop event handle as invalid once closed, making... |
tree | commitdiff |
2006-09-29 |
Ravi Nanavati | hp_slash_fix |
tree | commitdiff |
2006-09-29 |
Ravi Nanavati | rts_ccs_length |
tree | commitdiff |
2006-11-14 |
Simon Marlow | Fix (yet another) odd interaction between selector... |
tree | commitdiff |
2006-11-10 |
sven.panne@aedion.de | Make all needed prototypes visible to avoid warnings |
tree | commitdiff |
2006-11-10 |
sven.panne@aedion.de | Added a comment about se.info.type being used uninitialized |
tree | commitdiff |
2006-11-10 |
sven.panne@aedion.de | Added a workaround for format specifier mismatch |
tree | commitdiff |
2006-11-08 |
Simon Marlow | update flag settings after files were relocated |
tree | commitdiff |
2006-11-01 |
sof@galois.com | add a few #includes to make it compile |
tree | commitdiff |
2006-10-27 |
Simon Marlow | improve the diagnostic generated by memInventory()... |
tree | commitdiff |
2006-10-27 |
Simon Marlow | count mut-list bytes, not words |
tree | commitdiff |
2006-10-26 |
Simon Marlow | copyright updates and add Commentary links |
tree | commitdiff |
2006-10-25 |
Simon Marlow | Remove PAR/GRAN code from the storage manager |
tree | commitdiff |
2006-10-25 |
andy@galois.com | Changing Main.tix to <prog_name>.tix in the Hpc RTS |
tree | commitdiff |
2006-10-24 |
andy@galois.com | Haskell Program Coverage |
tree | commitdiff |
2006-10-24 |
Simon Marlow | Split GC.c, and move storage manager into sm/ directory |
tree | commitdiff |
2006-10-24 |
Simon Marlow | fix a printf format warning |
tree | commitdiff |
2006-10-20 |
Simon Marlow | add prototypes for exitHashTable() |
tree | commitdiff |
2006-10-19 |
Simon Marlow | remove ^Ms |
tree | commitdiff |
2006-10-19 |
Simon Marlow | rename allocated_bytes() to allocatedBytes() |
tree | commitdiff |
2006-10-19 |
Simon Marlow | remove performGCWithRoots() |
tree | commitdiff |
2006-10-17 |
Simon Marlow | compensate for gmp/configure sometimes not being executable |
tree | commitdiff |
2006-10-17 |
Simon Marlow | Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken... |
tree | commitdiff |
2006-10-12 |
Ian Lynagh | Partially fix GHCi when unregisterised |
tree | commitdiff |
2006-10-09 |
Ian Lynagh | Tweaks and missing case in disassembler |
tree | commitdiff |
2006-10-07 |
tharris@microsoft.com | STM invariants |
tree | commitdiff |
2006-10-04 |
Ian Lynagh | Fix unregisterised alpha builds |
tree | commitdiff |
2006-09-29 |
brianlsmith@gmail.com | Remove casts from lvalues to allow compilation under... |
tree | commitdiff |
2006-09-27 |
Ian Lynagh | Handle clock_gettime failing |
tree | commitdiff |
2006-09-23 |
sven.panne@aedion.de | 64bit fixes for the symbol lookup table |
tree | commitdiff |
2006-09-21 |
Don Stewart | Use --export-dynamic to ensure ghci works on newer... |
tree | commitdiff |
2006-09-11 |
Ian Lynagh | Fix ~2000 second profiling time wrapping bug |
tree | commitdiff |
2006-09-10 |
Ian Lynagh | Fix warnings traceBegin/traceEnd implicitly declared |
tree | commitdiff |
2006-09-07 |
Ian Lynagh | If we get an unknown or unimplemented opcode, say what... |
tree | commitdiff |
2006-09-07 |
Simon Marlow | Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types |
tree | commitdiff |
2006-09-07 |
Simon Marlow | document -V in the +RTS --help outpout |
tree | commitdiff |
2006-09-06 |
Ian Lynagh | Fix the Windows "VirtualAlloc MEM_COMMIT failed" bug |
tree | commitdiff |
2006-09-05 |
Ian Lynagh | new RTS flag: -V to modify the resolution of the RTS... |
tree | commitdiff |
2006-08-31 |
Esa Ilari Vuokko | Don't lose linked list tail |
tree | commitdiff |
2006-08-30 |
Esa Ilari Vuokko | Fix Windows MBlock alloctor bookkeeping bug |
tree | commitdiff |
2006-08-31 |
Simon Marlow | free the task *after* calling closeCond and closeMutex |
tree | commitdiff |
2006-08-31 |
Simon Marlow | don't closeMutex() the Capability lock |
tree | commitdiff |
2006-08-30 |
Simon Marlow | fix Unix build |
tree | commitdiff |
2006-08-30 |
Simon Marlow | add sysErrorBelch() for reporting system call errors |
tree | commitdiff |
2006-08-30 |
Simon Marlow | call ShutdownIOManager() before closing handles |
tree | commitdiff |
2006-08-30 |
Simon Marlow | Windows: make some soft failures into fatal errors |
tree | commitdiff |
2006-08-30 |
Simon Marlow | FILL_SLOP: don't fill slop for BLACKHOLE/CAF_BLACKHOLE |
tree | commitdiff |
2006-08-29 |
Simon Marlow | oops, got the sense of the error case wrong |
tree | commitdiff |
2006-08-29 |
Simon Marlow | fix some rerrors in the worker counting |
tree | commitdiff |
2006-08-29 |
Simon Marlow | add missing case for BlockedOnDoProc |
tree | commitdiff |
2006-08-25 |
Simon Marlow | shutdownCapability(): don't bail out after 50 iterations |
tree | commitdiff |
2006-08-25 |
Simon Marlow | Mips registerised support |
tree | commitdiff |
2006-08-25 |
Simon Marlow | Free Win32 Handles on shutdown |
tree | commitdiff |
2006-08-25 |
Ian Lynagh | Fix unregisterised builds, and building on non-x86... |
tree | commitdiff |
2006-08-23 |
Esa Ilari Vuokko | Add closeMutex and use it on clean up |
tree | commitdiff |
2006-08-23 |
Esa Ilari Vuokko | Add shared Typeable support |
tree | commitdiff |
2006-08-23 |
Esa Ilari Vuokko | Ignore sections generated from .ident |
tree | commitdiff |
2006-08-24 |
Simon Marlow | Sparc fix: work around gcc optimising away the reserved... |
tree | commitdiff |
2006-08-23 |
Esa Ilari Vuokko | Clean up coding style |
tree | commitdiff |
next |