projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of toplevel variab...
[ghc-hetmet.git]
/
rts
/
2011-06-06
Simon Marlow
fix a cut/paste bug in debugging code
tree
|
commitdiff
2011-06-05
unknown
Fix compilation of rts/win32/GetEnv.c
tree
|
commitdiff
2011-06-05
Ian Lynagh
Fix Windows build failure
tree
|
commitdiff
2011-06-01
Simon Marlow
fix comment
tree
|
commitdiff
2011-06-01
Ian Lynagh
Fix a warning in DEBUG code
tree
|
commitdiff
2011-05-31
Simon Marlow
fix format specs on 64-bit builds
tree
|
commitdiff
2011-05-31
Simon Marlow
Fix a cause of very occasional <<loop>> with parallel...
tree
|
commitdiff
2011-05-29
Duncan Coutts
Fix build on windows (hopefully)
tree
|
commitdiff
2011-05-26
Duncan Coutts
Emit various bits of OS process info into the eventlog
tree
|
commitdiff
2011-05-26
Duncan Coutts
Add capability sets to the tracing/events system
tree
|
commitdiff
2011-05-26
Duncan Coutts
Make the tracing of the startup event more regular
tree
|
commitdiff
2011-05-26
Duncan Coutts
Rearrange shutdownCapability code slightly
tree
|
commitdiff
2011-05-25
Simon Marlow
prog_argv and rts_argv now contain *copies* of the...
tree
|
commitdiff
2011-05-25
Simon Marlow
fix an integer overflow (#5086), and pre-emptively...
tree
|
commitdiff
2011-05-24
Simon Marlow
Fix +RTS -G1 (by deleting code, yay!) (#5026)
tree
|
commitdiff
2011-05-22
Duncan Coutts
Revert "Add capability sets to the event system. Contai...
tree
|
commitdiff
2011-05-19
Johan Tibell
Make array copy primops inline
tree
|
commitdiff
2011-05-19
Daniel Peebles
Add array copy/clone primops
tree
|
commitdiff
2011-05-18
Spencer Janssen
Add capability sets to the event system. Contains code...
tree
|
commitdiff
2011-05-14
Max Bolingbroke
Unicode fixes, taking into account PEP383 support
tree
|
commitdiff
2011-05-13
Duncan Coutts
Make the GHCi linker handle partially stripped object...
tree
|
commitdiff
2011-05-11
Simon Marlow
scheduleDoGC: if we're doing heapCensus(), do it *befor...
tree
|
commitdiff
2011-05-10
David M Peixotto
Fix bug in one-line stats printing
tree
|
commitdiff
2011-05-09
Simon Marlow
heapCensus: we need to traverse the heap fragments...
tree
|
commitdiff
2011-05-07
Ian Lynagh
Make retainer profiling use the label length (-L) flag)
tree
|
commitdiff
2011-04-23
Ian Lynagh
Add stage-specific versions of more ar-related makefile...
tree
|
commitdiff
2011-04-23
Ian Lynagh
Make and use AR_STAGE[0123] makefile vars
tree
|
commitdiff
2011-04-20
CJ van den Berg
For very short linker scripts dlopen may return 'file...
tree
|
commitdiff
2011-04-20
CJ van den Berg
This is required to successfully load terminfo into...
tree
|
commitdiff
2011-04-15
Simon Marlow
The hash table implementation had some static free...
tree
|
commitdiff
2011-04-15
Simon Marlow
fix a shutdown memory leak
tree
|
commitdiff
2011-04-14
Ian Lynagh
Refactor how dependencies are included; fixes #5109
tree
|
commitdiff
2011-04-14
Simon Marlow
Avoid accumulating slop in the pinned_object_block.
tree
|
commitdiff
2011-04-13
Simon Marlow
fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df8...
tree
|
commitdiff
2011-04-12
Erik de Castro Lopo
Fix compiling on linux-powerpc.
tree
|
commitdiff
2011-04-12
Simon Marlow
Change the way module initialisation is done (#3252...
tree
|
commitdiff
2011-04-12
Simon Marlow
Cleanup sweep and fix a bug in RTS flag processing.
tree
|
commitdiff
2011-04-12
Simon Marlow
isAlive: re-apply the tag if we find a forwarding point...
tree
|
commitdiff
2011-04-11
Simon Marlow
Refactoring and tidy up
tree
|
commitdiff
2011-04-11
Simon Marlow
add casMutVar#
tree
|
commitdiff
2011-04-09
Ian Lynagh
Support fat archives on OS X
tree
|
commitdiff
2011-04-08
Ian Lynagh
rts/Linker.c tidyups and debug belches
tree
|
commitdiff
2011-04-03
Ian Lynagh
Take strlen of archive filenames.
tree
|
commitdiff
2011-03-30
Simon Marlow
Add a debug check for a non-empty FPU stack on x86...
tree
|
commitdiff
2011-03-30
Simon Marlow
scheduleThreadOn: use TSO_LOCKED even on the non-thread...
tree
|
commitdiff
2011-03-29
Simon Marlow
add atexit (#4456)
tree
|
commitdiff
2011-03-29
Simon Marlow
fix typo (#5056)
tree
|
commitdiff
2011-03-18
Simon Marlow
pruneSparkQueue: handle CAFs
tree
|
commitdiff
2011-03-21
Ian Lynagh
Rename System.Event to GHC.Event
tree
|
commitdiff
2011-03-09
William Knop
Don't use read_only_relocs on darwin x86-64; fixes...
tree
|
commitdiff
2011-03-16
Ian Lynagh
Don't put 2 copies of the RTS libraries in the bindists
tree
|
commitdiff
2011-03-01
Simon Marlow
GHC.Prim.threadStatus# now returns the cap number,...
tree
|
commitdiff
2011-02-14
gwright@antiope.com
Fix #4867 (updated; corrects address calculation)
tree
|
commitdiff
2011-02-16
Max Bolingbroke
Scale columns in cost-centre-stack report to their...
tree
|
commitdiff
2011-02-14
Simon Marlow
pruneSparkQueue: check for tagged pointers
tree
|
commitdiff
2011-02-10
Ian Lynagh
Enable DTrace on Solaris; based on a patch from Karel...
tree
|
commitdiff
2011-01-12
Karel Gardas
replace C++ comments with C comments (Solaris' DTrace...
tree
|
commitdiff
2011-02-09
gwright@antiope.com
Fix #4867, ghci displays negative floats incorrectly
tree
|
commitdiff
2011-02-04
Simon Marlow
add missing initialisation of ws->todo_large_objects
tree
|
commitdiff
2011-02-02
Simon Marlow
fix compacting GC
tree
|
commitdiff
2011-02-02
Simon Marlow
fix warning
tree
|
commitdiff
2011-02-02
Simon Marlow
GC refactoring and cleanup
tree
|
commitdiff
2011-02-02
Simon Marlow
Fix the profiling build
tree
|
commitdiff
2011-02-02
Simon Marlow
A small GC optimisation
tree
|
commitdiff
2011-02-02
Simon Marlow
scheduleProcessInbox: use non-blocking acquire, and...
tree
|
commitdiff
2011-02-02
Simon Marlow
do a bit of by-hand CSE
tree
|
commitdiff
2011-02-02
Simon Marlow
Remove the per-generation mutable lists
tree
|
commitdiff
2011-02-01
Simon Marlow
+RTS -qw hasn't done anything since 7.0.1; remove the...
tree
|
commitdiff
2011-01-27
Simon Marlow
Annotate thread stop events with the owner of the black...
tree
|
commitdiff
2011-01-25
Simon Marlow
update debugging code for fragmentation
tree
|
commitdiff
2011-01-31
Simon Marlow
fix warning
tree
|
commitdiff
2010-10-13
Simon Marlow
32-bit fix
tree
|
commitdiff
2010-11-11
Simon Marlow
count fizzled and GC'd sparks separately
tree
|
commitdiff
2010-11-01
Simon Marlow
count "dud" sparks (expressions that were already evalu...
tree
|
commitdiff
2010-08-20
Simon Marlow
fix some shutdown memory leaks
tree
|
commitdiff
2011-01-24
Ian Lynagh
Fix validate on OS X 64
tree
|
commitdiff
2011-01-23
Ian Lynagh
Remove use of non-existent $$(dir) variable in the...
tree
|
commitdiff
2011-01-23
Ian Lynagh
Tweak some deps to avoid multiple $(wildcard ...)s
tree
|
commitdiff
2011-01-22
Ian Lynagh
Use := when assigning the result of $(wildcard ...)
tree
|
commitdiff
2011-01-18
Marco Silva
Include kfreebsdgnu in the list of Target Platforms.
tree
|
commitdiff
2011-01-16
Ian Lynagh
Turn off dtrace unless you override USE_DTRACE
tree
|
commitdiff
2011-01-07
Simon Marlow
catch SIGTSTP and save/restore terminal settings (...
tree
|
commitdiff
2011-01-07
Simon Marlow
comment updates
tree
|
commitdiff
2010-12-21
gwright@antiope.com
Fix #4829 (build does not respect --with-gcc option)
tree
|
commitdiff
2010-12-21
Simon Marlow
Count allocations more accurately
tree
|
commitdiff
2010-12-21
Simon Marlow
boundTaskExiting: don't set task->stopped unless this...
tree
|
commitdiff
2010-12-21
Simon Marlow
releaseCapabilityAndQueueWorker: task->stopped should...
tree
|
commitdiff
2010-12-21
Simon Marlow
Fix Windows build
tree
|
commitdiff
2010-12-21
Simon Marlow
raiseExceptionHelper: update tso->stackobj->sp before...
tree
|
commitdiff
2010-12-16
Simon Marlow
fix warning
tree
|
commitdiff
2010-12-17
Ian Lynagh
Whitespace-only in rts/Linker.c
tree
|
commitdiff
2010-12-17
Ian Lynagh
Add some casts to fix warnings; patch from Greg Wright
tree
|
commitdiff
2010-12-17
Karel Gardas
do not compile part of shared lib RTS with -fno-PIC...
tree
|
commitdiff
2010-12-16
Simon Marlow
fix #3910
tree
|
commitdiff
2010-12-15
Simon Marlow
remove an optimisation that wasn't
tree
|
commitdiff
2010-12-16
Simon Marlow
fix a warning
tree
|
commitdiff
2010-12-16
Simon Marlow
remove dead code
tree
|
commitdiff
2010-12-16
Simon Marlow
fix retainer profiling: add missing case for TSO
tree
|
commitdiff
2010-12-16
Simon Marlow
add a missing STACK case
tree
|
commitdiff
2010-12-15
Simon Marlow
fix for large stack allocations
tree
|
commitdiff
next