summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Use showCommandForUser when showing tracing commandsIan Lynagh2010-09-281-2/+7
* Add a commentsimonpj@microsoft.com2010-09-241-0/+1
* Change "OPTIONS" to "OPTIONS_GHC" in error messages; fixes #4327Ian Lynagh2010-09-241-2/+2
* emit a helpful error message for missing DPH packagesSimon Marlow2010-09-231-0/+9
* Make -funfolding-dict-threshold work properlysimonpj@microsoft.com2010-09-232-1/+6
* Impredicative types is no longer deprecatedsimonpj@microsoft.com2010-09-231-2/+1
* Do not make FunctionalDependencies force MonoLocalBindssimonpj@microsoft.com2010-09-231-1/+0
* Remove -fwarn-simple-patterns, and make -fwarn-incomplete-patterns include la...simonpj@microsoft.com2010-09-221-3/+0
* Fix an ASSERT failure with profilingsimonpj@microsoft.com2010-09-222-3/+7
* Add "Use archives for ghci" to --info outputIan Lynagh2010-09-201-0/+1
* Add a flag -fwarn-missing-local-sigs, and improve -fwarn-mising-signaturessimonpj@microsoft.com2010-09-191-0/+2
* Enable shared libs on OpenBSDMatthias Kilian2010-09-182-1/+8
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-185-43/+31
* Implement INLINABLE pragma simonpj@microsoft.com2010-09-151-2/+2
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-145-52/+60
* Remove defaultExtensionFlagsIan Lynagh2010-09-131-5/+3
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-137-130/+140
* Deprecate NoRelaxedPolyRecsimonpj@microsoft.com2010-09-031-2/+5
* Add OutsideIn flagsimonpj@microsoft.com2010-07-281-4/+5
* Enable -fregs-graph with -O2; fixes #2790Ian Lynagh2010-09-101-0/+1
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+2
* Remove "-dynload wrapper"; fixes trac #4275Ian Lynagh2010-09-082-42/+3
* Implement -dsuppress-module-prefixesbenl@ouroborus.net2010-08-302-7/+18
* Whitespace onlybenl@ouroborus.net2010-05-271-0/+5
* Panic in the right waysimonpj@microsoft.com2010-08-251-1/+2
* The templateHaskellOk check should only run in stage2simonpj@microsoft.com2010-08-231-2/+14
* Generate the bit in the user guide where we say what -fglasgow-exts doesIan Lynagh2010-08-221-0/+1
* Add the RTS library path to the library search pathIan Lynagh2010-08-201-11/+13
* Remove some duplication of C flagsIan Lynagh2010-08-191-17/+8
* LLVM: Nicer format for lack of shared lib warningDavid Terei2010-08-171-2/+3
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-164-635/+599
* LLVM: Enable shared lib support on Linux x64David Terei2010-08-132-5/+14
* Add DoAndIfThenElse supportIan Lynagh2010-08-081-0/+3
* Send ghc progress output to stdout; fixes #3636Ian Lynagh2010-08-083-6/+9
* Ensure extension flags are flattened in the Cmm phaseIan Lynagh2010-08-051-1/+1
* Add "cmmcpp" as a Haskellish source suffixIan Lynagh2010-08-051-1/+1
* Make -rtsopts more flexibleIan Lynagh2010-08-052-9/+23
* Remove "On by default" comments in DynFlagsIan Lynagh2010-08-021-5/+0
* Expose the functions haddock needs even when haddock is disabled; #3558Ian Lynagh2010-07-312-11/+11
* Add a debugTrace for the phases that we runIan Lynagh2010-07-292-2/+7
* LLVM: If user specifies optlo, don't use '-O' levelsDavid Terei2010-07-261-4/+11
* Add support for Haskell98 and Haskell2010 "languages"Ian Lynagh2010-07-242-20/+50
* Rename "language" varibles etc to "extension", and add --supported-extensionsIan Lynagh2010-07-243-95/+95
* Separate language option handling into 2 phasesIan Lynagh2010-07-242-28/+92
* Separate the language flags from the other DynFlag'sIan Lynagh2010-07-241-117/+170
* Deprecate NewQualifiedOperators extension (rejected by H')Ian Lynagh2010-07-191-1/+2
* LLVM: Allow optlc and optlo to override default params for these systoolsDavid Terei2010-07-221-7/+6
* LLVM: Decrease max opt level used under OSX to avoid bugDavid Terei2010-07-201-0/+4
* Add platform info to "ghc --info" outputIan Lynagh2010-07-161-0/+3
* LLVM: Add in new LLVM mangler for implementing TNTC on OSXDavid Terei2010-07-132-2/+28