2008-06-16 |
simonpj@microsoft.com | Fix Trac #2321: bug in SAT |
blob | commitdiff | diff to current |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
blob | commitdiff | diff to current |
2008-06-15 |
Ian Lynagh | Allow -X flags to be deprecated, and deprecate RecordPu... |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Get -recomp and -no-recomp the right way round |
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-14 |
Ian Lynagh | Fix the last warnings in DynFlags |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Whitespace only in DynFlags |
blob | commitdiff | diff to current |
2008-06-06 |
Ian Lynagh | Show whether DEBUG is on in ghc --info |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | New flag: -dno-debug-output |
blob | commitdiff | diff to current |
2008-05-30 |
Simon Marlow | disable SAT for now (see #2321) |
blob | commitdiff | diff to current |
2008-05-23 |
Simon Marlow | don't make -ddump-if-trace imply -no-recomp |
blob | commitdiff | diff to current |
2008-05-20 |
Roman Leshchinskiy | Add -Odph |
blob | commitdiff | diff to current |
2008-05-20 |
Roman Leshchinskiy | Make -f[no-]method-sharing a dynamic flag |
blob | commitdiff | diff to current |
2008-05-07 |
Roman Leshchinskiy | Vectorise even with -O0 |
blob | commitdiff | diff to current |
2008-04-11 |
simonpj@microsoft.com | Revive the static argument transformation |
blob | commitdiff | diff to current |
2008-03-29 |
Ian Lynagh | Don't import FastString in HsVersions.h |
blob | commitdiff | diff to current |
2008-03-06 |
simonpj@microsoft.com | Improve SpecConstr for local bindings: seed specialisat... |
blob | commitdiff | diff to current |
2008-02-22 |
simonpj@microsoft.com | Add type sigs and minor refactoring |
blob | commitdiff | diff to current |
2008-02-07 |
Simon Marlow | Remove old code to get TMPDIR, use System.Directory... |
blob | commitdiff | diff to current |
2008-02-11 |
Roman Leshchinskiy | Symbolic tags for simplifier phases |
blob | commitdiff | diff to current |
2008-02-11 |
Roman Leshchinskiy | Allow -ddump-simpl-phases to specify which phases to... |
blob | commitdiff | diff to current |
2008-01-30 |
Ian Lynagh | Fix warnings on non-Windows |
blob | commitdiff | diff to current |
2008-01-27 |
Twan van Laarhoven | Fixed warnings in main/DynFlags |
blob | commitdiff | diff to current |
2008-01-18 |
simonpj@microsoft.com | Add quasi-quotation, courtesy of Geoffrey Mainland |
blob | commitdiff | diff to current |
2008-01-16 |
Clemens Fruhwirth | Add -dynload flag as dynamic flag. |
blob | commitdiff | diff to current |
2008-01-16 |
Ian Lynagh | Fix typo |
blob | commitdiff | diff to current |
2008-01-14 |
Ian Lynagh | Remove an extra ) that was breaking the build on Windows |
blob | commitdiff | diff to current |
2008-01-12 |
Ian Lynagh | Use System.FilePath |
blob | commitdiff | diff to current |
2008-01-10 |
simonpj@microsoft.com | Fix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | More refactoring in getCoreToDo |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | Add -fsimplifier-phases option |
blob | commitdiff | diff to current |
2008-01-09 |
Roman Leshchinskiy | Refactor getCoreToDo slightly |
blob | commitdiff | diff to current |
2008-01-07 |
simonpj@microsoft.com | Add -XImpredicativeTypes, and tighten up type-validity... |
blob | commitdiff | diff to current |
2007-12-25 |
Tim Chevalier | Extend API for compiling to and from Core |
blob | commitdiff | diff to current |
2007-12-20 |
simonpj@microsoft.com | Implement generalised list comprehensions |
blob | commitdiff | diff to current |
2007-12-14 |
Roman Leshchinskiy | Separate and optional size thresholds for SpecConstr... |
blob | commitdiff | diff to current |
2007-12-13 |
Roman Leshchinskiy | Allow more than 3 simplifier iterations to be run in... |
blob | commitdiff | diff to current |
2007-12-13 |
Roman Leshchinskiy | New flag: -ddump-simpl-phases |
blob | commitdiff | diff to current |
2007-11-14 |
simonpj@microsoft.com | Run the -frule-check pass more often (when asked) |
blob | commitdiff | diff to current |
2007-11-13 |
Pepe Iborra | GHCi debugger: added a new flag, -fno-print-binding... |
blob | commitdiff | diff to current |
2007-10-04 |
Pepe Iborra | Leftovers from the 1st GHCi debugger prototype |
blob | commitdiff | diff to current |
2007-11-13 |
Simon Marlow | FIX #1653 (partially): add -X flags to completion for... |
blob | commitdiff | diff to current |
2007-11-11 |
Ian Lynagh | Turn -fprint-bind-result off by default |
blob | commitdiff | diff to current |
2007-11-07 |
Simon Marlow | #1617: Add :browse! and various other additions to... |
blob | commitdiff | diff to current |
2007-11-01 |
David Waern | Refactor Haddock options |
blob | commitdiff | diff to current |
2007-10-10 |
Dan Licata | View patterns, record wildcards, and record puns |
blob | commitdiff | diff to current |
2007-10-03 |
Simon Marlow | refactoring only: use the parameterised InstalledPackag... |
blob | commitdiff | diff to current |
2007-10-08 |
Simon Marlow | FIX #1748: -main-is wasn't handling the case of a singl... |
blob | commitdiff | diff to current |
2007-09-26 |
Simon Marlow | FIX -stubdir bug: the .hc file was #including the wrong... |
blob | commitdiff | diff to current |
2007-09-21 |
Ian Lynagh | Move OPTIONS pragmas above comments |
blob | commitdiff | diff to current |
2007-09-19 |
simonpj@microsoft.com | Fix exponential-time behaviour with type synonyms;... |
blob | commitdiff | diff to current |
2007-09-17 |
Ben.Lippmeier@anu... | Add -dasm-lint |
blob | commitdiff | diff to current |
2007-09-15 |
Norman Ramsey | lay ground for more readable dumping of CmmGraph |
blob | commitdiff | diff to current |
2007-09-12 |
Pepe Iborra | GHCi debugger: Added a -fprint-evld-with-show flag |
blob | commitdiff | diff to current |
2007-09-07 |
Ben.Lippmeier@anu... | Add iterative coalescing to graph coloring allocator |
blob | commitdiff | diff to current |
2007-09-11 |
Pepe Iborra | GHCi debugger: new flag -fbreak-on-error |
blob | commitdiff | diff to current |
2007-09-06 |
Norman Ramsey | massive changes to add a 'zipper' representation of C-- |
blob | commitdiff | diff to current |
2007-09-03 |
Ben.Lippmeier@anu... | Do conservative coalescing in register allocator |
blob | commitdiff | diff to current |
2007-09-04 |
Ian Lynagh | Add a -Warn flag |
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-25 |
Ian Lynagh | Add "Support SMP" and "RTS ways" to the compiler -... |
blob | commitdiff | diff to current |
2007-08-24 |
Ian Lynagh | Add "have interpreter" to the compiler --info output |
blob | commitdiff | diff to current |
2007-08-22 |
Ben.Lippmeier@anu... | Refactor cmmNativeGen so dumps can be emitted inline... |
blob | commitdiff | diff to current |
2007-08-21 |
Ben.Lippmeier@anu... | Allow redirection of -ddump-* to file |
blob | commitdiff | diff to current |
2007-08-17 |
Ben.Lippmeier@anu... | Add dumping of native code gen stats to file. |
blob | commitdiff | diff to current |
2007-08-10 |
Simon Marlow | FIX #1271: create manifests, and embed them in executab... |
blob | commitdiff | diff to current |
2007-08-21 |
Simon Marlow | FIX #1427, #1569: gcc 4.2.x needs -fno-toplevel-reorder |
blob | commitdiff | diff to current |
2007-08-07 |
Clemens Fruhwirth | Add __PIC__ define for -fPIC compiled C code |
blob | commitdiff | diff to current |
2007-08-07 |
Clemens Fruhwirth | Remove unused -optdll option. |
blob | commitdiff | diff to current |
2007-08-14 |
Ben.Lippmeier@anu... | Add graph coloring register allocator. |
blob | commitdiff | diff to current |
2007-08-18 |
Ian Lynagh | Implement --info, and change how can_split is defined |
blob | commitdiff | diff to current |
2007-08-17 |
Ian Lynagh | Add a comment that -Onot is deprecated |
blob | commitdiff | diff to current |
2007-08-05 |
Ian Lynagh | Add a --supported-languages flag |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Canonicalise flags in error message |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Fix -fallow* flags |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Rename Opt_Allow* to Opt_* to match the language names |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Rename Opt_TH to Opt_TemplateHaskell to match the langu... |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Add -fparr deprecated flag, and change -XParr to -XPArr |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Rename Opt_FFI to Opt_ForeignFunctionInterface to match... |
blob | commitdiff | diff to current |
2007-08-04 |
Ian Lynagh | Remove many of the new flag variants permitted |
blob | commitdiff | diff to current |
2007-07-16 |
Ian Lynagh | -w should turn off /all/ options, not just the -Wall... |
blob | commitdiff | diff to current |
2007-07-16 |
Ian Lynagh | Implement -fwarn-dodgy-imports |
blob | commitdiff | diff to current |
2007-07-16 |
Roman Leshchinskiy | Make vectorisation part of the optimiser pipeline |
blob | commitdiff | diff to current |
2007-07-12 |
Ian Lynagh | Merge *UnboxedTuples flags |
blob | commitdiff | diff to current |
2007-07-10 |
Ian Lynagh | Opt_GlasgowExts is no longer used, so remove it |
blob | commitdiff | diff to current |
2007-07-10 |
Ian Lynagh | Implement -XStandaloneDeriving, the lexer is now glaext... |
blob | commitdiff | diff to current |
2007-07-10 |
Ian Lynagh | Implement -XDeriveDataTypeable flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add flag -XConstrainedClassMethods |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -XUnliftedFFITypes flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Implement unboxed tuples flags |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Define -XPartiallyAppliedClosedTypeSynonyms flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -XPatternSigs flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -XTypeOperators flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -fprint-explicit-foralls flag; fixes trac #1474 |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -XFlexibleContexts flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Add -XExistentialQuantification flag |
blob | commitdiff | diff to current |
2007-07-09 |
Ian Lynagh | Implement -XPolymorphicComponents |
blob | commitdiff | diff to current |
next |