projects
/
ghc-hetmet.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Improve error reporting for 'deriving' (Trac #2604)
[ghc-hetmet.git]
/
compiler
/
main
/
StaticFlags.hs
2008-08-26
Ian Lynagh
Separate the static flag parser from the static global...
blob
|
commitdiff
2008-07-30
Ian Lynagh
Follow extensible exception changes
blob
|
commitdiff
|
diff to current
2008-07-11
Ian Lynagh
Move -fno-cse flags from Makefile into pragmas
blob
|
commitdiff
|
diff to current
2008-06-16
Ian Lynagh
More commandline flag improvements
blob
|
commitdiff
|
diff to current
2008-06-14
Ian Lynagh
Use maybePrefixMatch in StaticFlags rather than redefin...
blob
|
commitdiff
|
diff to current
2008-06-14
Ian Lynagh
Allow flags to be marked as deprecated
blob
|
commitdiff
|
diff to current
2008-06-14
Ian Lynagh
Use a proper datatype, rather than pairs, for flags
blob
|
commitdiff
|
diff to current
2008-06-05
simonpj@microsoft.com
Desugar multiple polymorphic bindings more intelligently
blob
|
commitdiff
|
diff to current
2008-06-03
Simon Marlow
New flag: -dno-debug-output
blob
|
commitdiff
|
diff to current
2008-06-03
Simon Marlow
-no-link-chk has been a no-op since at least 6.0; remove it
blob
|
commitdiff
|
diff to current
2008-05-29
dias@eecs.harvard.edu
Cmm back end upgrades
blob
|
commitdiff
|
diff to current
2008-05-20
Roman Leshchinskiy
Make -f[no-]method-sharing a dynamic flag
blob
|
commitdiff
|
diff to current
2008-04-22
Ian Lynagh
(F)SLIT -> (f)sLit in StaticFlags
blob
|
commitdiff
|
diff to current
2008-04-22
Ian Lynagh
Change the last few (F)SLIT's into (f)sLit's
blob
|
commitdiff
|
diff to current
2008-04-22
simonpj@microsoft.com
Remove static flag opt_RuntimeTypes (has not been used...
blob
|
commitdiff
|
diff to current
2008-03-29
Ian Lynagh
Don't import FastString in HsVersions.h
blob
|
commitdiff
|
diff to current
2008-03-25
Ian Lynagh
Fix warnings in main/StaticFlags
blob
|
commitdiff
|
diff to current
2008-03-09
Roman Leshchinskiy
Remove ndpFlatten
blob
|
commitdiff
|
diff to current
2008-02-28
Simon Marlow
Enable -prof -threaded (#886)
blob
|
commitdiff
|
diff to current
2008-01-17
simonpj@microsoft.com
Add -fspec-inline-join-points to SpecConstr
blob
|
commitdiff
|
diff to current
2008-01-10
Clemens Fruhwirth
Remove -fhardwire-lib-paths in favour of -dynload sysdep
blob
|
commitdiff
|
diff to current
2008-01-03
simonpj@microsoft.com
Remove -funfolding-update-in-place flag documentation
blob
|
commitdiff
|
diff to current
2007-12-20
simonpj@microsoft.com
Remove obselete code for update-in-place (which we...
blob
|
commitdiff
|
diff to current
2007-11-27
Simon Marlow
give a more useful message when the static flags have...
blob
|
commitdiff
|
diff to current
2007-11-16
simonpj@microsoft.com
Add DEBUG-only flag -dsuppress-uniques to suppress...
blob
|
commitdiff
|
diff to current
2007-10-09
Simon Marlow
remove the "-unreg" flag and the unregisterised way...
blob
|
commitdiff
|
diff to current
2007-09-21
Ian Lynagh
Move OPTIONS pragmas above comments
blob
|
commitdiff
|
diff to current
2007-09-04
Ian Lynagh
Fix CodingStyle#Warnings URLs
blob
|
commitdiff
|
diff to current
2007-09-03
Ian Lynagh
Use OPTIONS rather than OPTIONS_GHC for pragmas
blob
|
commitdiff
|
diff to current
2007-09-01
Ian Lynagh
Add {-# OPTIONS_GHC -w #-} and some blurb to all compil...
blob
|
commitdiff
|
diff to current
2007-08-07
Isaac Dupree
remove gratuitous usage of Double in favor of Rational
blob
|
commitdiff
|
diff to current
2007-07-17
Clemens Fruhwirth
Add hardwire-lib-paths option and make it default for...
blob
|
commitdiff
|
diff to current
2007-07-08
Simon Marlow
FIX -fexcess-precision
blob
|
commitdiff
|
diff to current
2007-07-02
Ian Lynagh
Remove prefixMatch and suffixMatch from Util
blob
|
commitdiff
|
diff to current
2007-06-27
andy@galois.com
Fixing -fhpc flag to allow -fno-hpc
blob
|
commitdiff
|
diff to current
2007-06-26
andy@galois.com
Making -fhpc work with a stage1 build, via the compat...
blob
|
commitdiff
|
diff to current
2007-06-22
andy@galois.com
turning off -fhpc in stage1 built ghc
blob
|
commitdiff
|
diff to current
2007-06-22
andy@galois.com
removing -fhpc-tracer from ghc, is subsumed by the...
blob
|
commitdiff
|
diff to current
2007-06-12
Ian Lynagh
Tweak banner printing
2007-06-12
blob
|
commitdiff
|
diff to current
2007-06-01
cdsmith@twu.net
FIX #1378 Add option for a shorter banner on GHCi startup
blob
|
commitdiff
|
diff to current
2007-05-10
Simon Marlow
FIX #1181: parseStaticFlags should not be required
blob
|
commitdiff
|
diff to current
2007-05-07
Simon Marlow
FIX #1155: ghci -debug generates slightly odd message
blob
|
commitdiff
|
diff to current
2007-05-04
simonpj@microsoft.com
Make -frewrite-rules into a dynamic flag; off for -O0
blob
|
commitdiff
|
diff to current
2007-05-01
Tim Chevalier
Remove references to -fticky-ticky flag
blob
|
commitdiff
|
diff to current
2007-04-14
wolfgang.thaller...
make opt_HiVersion an Integer instead of Int to prevent...
blob
|
commitdiff
|
diff to current
2007-04-06
Ian Lynagh
Remove code that is dead, as we require __GLASGOW_HASKE...
blob
|
commitdiff
|
diff to current
2007-02-09
Simon Marlow
Ticky is an RTS-only way; also fix collateral damage...
blob
|
commitdiff
|
diff to current
2007-02-07
Kirsten Chevalier
Lightweight ticky-ticky profiling
blob
|
commitdiff
|
diff to current
2007-01-11
simonpj@microsoft.com
Improve command-line parser (add OptIntSuffix); make...
blob
|
commitdiff
|
diff to current
2006-12-09
andy@galois.com
Adding tracing support
blob
|
commitdiff
|
diff to current
2006-12-07
wolfgang.thaller...
x86_64: support PIC and therefore, Mac OS X in the NCG
blob
|
commitdiff
|
diff to current
2006-11-02
simonpj@microsoft.com
Comments and layout only
blob
|
commitdiff
|
diff to current
2006-10-23
Simon Marlow
wibble in parseStaticFlags
blob
|
commitdiff
|
diff to current
2006-10-17
Simon Marlow
Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
blob
|
commitdiff
|
diff to current
2006-10-11
Simon Marlow
Module header tidyup #2
blob
|
commitdiff
|
diff to current
2006-10-05
Ian Lynagh
Merge changes
blob
|
commitdiff
|
diff to current
2006-10-03
Ian Lynagh
Remove unused option -femit-extern-decls
blob
|
commitdiff
|
diff to current
2006-10-04
simonpj@microsoft.com
Trim imports
blob
|
commitdiff
|
diff to current
2006-10-04
simonpj@microsoft.com
Remvove totally unused static flags
blob
|
commitdiff
|
diff to current
2006-10-04
simonpj@microsoft.com
-frule-check is not a static flag
blob
|
commitdiff
|
diff to current
2006-09-06
Simon Marlow
-threaded and -prof do not currently work together
blob
|
commitdiff
|
diff to current
2006-08-24
Ian Lynagh
Remove a reference to -fglobalise-toplev-names that...
blob
|
commitdiff
|
diff to current
2006-08-11
Simon Marlow
On FreeBSD, use -lthr instead of -pthread for now ...
blob
|
commitdiff
|
diff to current
2006-07-27
simonpj@microsoft.com
Make -fcontext-stack into a dynamic flag
blob
|
commitdiff
|
diff to current
2006-06-16
Simon Marlow
remove duplicate way names (-debug -debug didn't work)
blob
|
commitdiff
|
diff to current
2006-04-25
Simon Marlow
Solaris needs -lrt for the threaded RTS
blob
|
commitdiff
|
diff to current
2006-04-07
Simon Marlow
Reorganisation of the source tree
blob
|
commitdiff
|
diff to current