projects
/
ghc-hetmet.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ghc-hetmet.git
2010-12-19
Matthias Kilian
Drop GhcWithLlvmCodeGen configuration bits
commit
|
commitdiff
|
tree
|
snapshot
2010-12-19
Ian Lynagh
Pass --hoogle to haddock; fixes trac #4521
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Roman Leshchinskiy
vectoriser: don't always pass superclass dictionaries...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Roman Leshchinskiy
vectoriser: delete dead code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Roman Leshchinskiy
vectoriser: adapt to new superclass story part I (dicti...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Ian Lynagh
Replace uses of the old try function with the new one
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Ian Lynagh
Replace uses of the old catch function with the new one
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Ian Lynagh
Create ~/.ghc/ if it doesn't already exist; fixes trac...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Ian Lynagh
Document GADTSyntax extension
commit
|
commitdiff
|
tree
|
snapshot
2010-12-18
Ian Lynagh
Implement GADTSyntax extension
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Ian Lynagh
Whitespace-only in rts/Linker.c
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Ian Lynagh
Add some casts to fix warnings; patch from Greg Wright
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Ian Lynagh
Put an up-to-date Makefile in docs/Makefile
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Karel Gardas
do not compile part of shared lib RTS with -fno-PIC...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Karel Gardas
provide shared libraries support on i386-unknown-solari...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-17
Karel Gardas
fix CPP detection of Solaris in NCG
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Ian Lynagh
Fix checkBinaries on OS X
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Ian Lynagh
Remove redundant HpcMap and HpcSet wrappers around...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Ian Lynagh
Use "-perm -u+x" rather than "-executable" to find...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Ian Lynagh
Remove a debugging print
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Ian Lynagh
__GLASGOW_HASKELL__ >= 604 is now always true
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Ian Lynagh
Remove more dead code now we require GHC >= 6.12
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
refactor and tidy up the section on RTS options
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Orphi
Related to #4826: Some minor tweaks to the wording...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Orphi
FIX #4826 partial: Add -rtsopts and -with-rtsopts to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Orphi
FIX #4826 partially: Change -f to -? in User Guide...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
fix #3910
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Simon Marlow
remove an optimisation that wasn't
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
use EXTERN_INLINE instead of STATIC_INLINE to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
fix retainer profiling: add missing case for TSO
commit
|
commitdiff
|
tree
|
snapshot
2010-12-16
Simon Marlow
add a missing STACK case
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Ian Lynagh
Remove code that is dead now that we need >= 6.12 to...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Simon Marlow
fix for large stack allocations
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
Simon Marlow
Implement stack chunks and separate TSO/STACK objects
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Simon Marlow
comments on SRC_HC_OPTS (#4829)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Simon Marlow
fix another sanity error, and refactor/tidy up
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
simonpj@microsoft.com
Fix a bug in functorLikeTraverse, which was giving...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
simonpj@microsoft.com
Improve printing for -ddump-deriv
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
simonpj@microsoft.com
Tighten up what it means to be an "enumeration data...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-15
simonpj@microsoft.com
Allow enumerations to have phantom arguments.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
simonpj@microsoft.com
Instance declaration overlap allowed if *either* has...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
simonpj@microsoft.com
Fix Trac #4841: behave right with TypeSynonymInstances...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
simonpj@microsoft.com
Fix Trac #3731: more superclass subtlety (sigh)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
simonpj@microsoft.com
Less verbose debug print
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
simonpj@microsoft.com
Wibble to InstEnv.instanceHead
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Ian Lynagh
Remove dead code now that we require the bootstrapping...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-14
Ian Lynagh
GHC 6.12 is now needed to build the HEAD
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Ian Lynagh
Add libstdc++-4.5.0-1-mingw32-dll-6.tar.lzma to mingw...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
simonpj@microsoft.com
Fix recursive superclasses (again). Fixes Trac #4809.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
dimitris@microsoft.com
Doing the smart canonicalization only if we are not...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
dimitris@microsoft.com
Moved canonicalisation inside solveInteract
commit
|
commitdiff
|
tree
|
snapshot
2010-12-13
Ian Lynagh
GHCi linker: Assume non-Haskell libraries are dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-12
Ian Lynagh
Add --version support to ghc-cabal
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ian Lynagh
Don't link the GHC RTS into our C-only programs
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ian Lynagh
Build a copy of ghc-cabal with the in-tree compiler...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ian Lynagh
Add a test that all programs in the bindist were built...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
simonpj@microsoft.com
Fix Trac #4534: renamer bug
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
simonpj@microsoft.com
White space only
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
simonpj@microsoft.com
Comments only
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
simonpj@microsoft.com
Make the case-to-let transformation a little less eager
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Simon Marlow
warning fix: don't redefine BLOCKS_PER_MBLOCK
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Simon Marlow
Only reset the event log if logging is turned on (adden...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Simon Marlow
allocate enough room for the longer filename (addendum...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Simon Marlow
Fix Windows build: move rtsTimerSignal to the POSIX...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ben Lippmeier
Default the value of -dppr-cols when the static flags...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ben Lippmeier
Defensify naked read in LLVM mangler
commit
|
commitdiff
|
tree
|
snapshot
2010-12-10
Ben Lippmeier
Formatting only
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Always ppr case alts on separate lines
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Add -dppr-colsN to set width of dumps
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Add -dppr-case-as-let to print "strict lets" as actual...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Suppress more info with -dsuppress-idinfo
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Implement -dsuppress-type-signatures
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ben Lippmeier
Add more suppression flags
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Simon Marlow
fix ticket number (#4505)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Simon Marlow
fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-12-09
Simon Marlow
Catch too-large allocations and emit an error message...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Dmitry Astapov
Export the value of the signal used by scheduler (...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Simon Marlow
Tweak the "sorry" message a bit
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Boris Lykah
:unset settings support
commit
|
commitdiff
|
tree
|
snapshot
2010-12-08
Ian Lynagh
Fix Windows memory freeing: add a check for fb == NULL...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Dmitry Astapov
Fixes for #4512: EventLog.c - provides ability to termi...
commit
|
commitdiff
|
tree
|
snapshot
2010-12-07
Ian Lynagh
Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Ian Lynagh
Add a configure message
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Ian Lynagh
Link even programs containing no Haskell modules with GHC
commit
|
commitdiff
|
tree
|
snapshot
2010-12-06
Ian Lynagh
Correct the stage that the includes/ tools are built in
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Ian Lynagh
Tweak the cleaning of inplace/; fixes trac #4320
commit
|
commitdiff
|
tree
|
snapshot
2010-12-05
Ian Lynagh
Close .ghci files after reading them; fixes trac #4487
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
pepeiborra...
Fix the behaviour of :history for ticks surrounding...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-27
Michal Terepeta
Don't warn of duplicate exports in case of module exports.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-30
Michal Terepeta
Fix whitespace/layout in RnNames.
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Ian Lynagh
Tell gcc to support back to OS X 10.5
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Ian Lynagh
Make RelaxedLayout off by default
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
simonpj@microsoft.com
Fix up TcInstDcls
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Simon Marlow
throwTo: report the why_blocked value in the barf()
commit
|
commitdiff
|
tree
|
snapshot
2010-12-03
Simon Marlow
handle ThreadMigrating in throwTo() (#4811)
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Simon Marlow
removeThreadFromQueue: stub out the link field before...
commit
|
commitdiff
|
tree
|
snapshot
2010-11-26
Simon Marlow
small tidyup
commit
|
commitdiff
|
tree
|
snapshot
2010-12-02
Simon Marlow
Fix a recomp bug: make classes/datatypes depend directl...
commit
|
commitdiff
|
tree
|
snapshot
next