summaryrefslogtreecommitdiff
path: root/compiler/main
Commit message (Expand)AuthorAgeFilesLines
* Remove prefixMatch and suffixMatch from UtilIan Lynagh2007-07-023-4/+4
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-2/+5
* First pass at implementing info tables for CPSMichael D. Adams2007-06-272-4/+4
* Hooked the C-- CPS pass into the compilation pipelineMichael D. Adams2007-05-102-2/+8
* Remove the large ghci banner, and the flags to choose which banner to showIan Lynagh2007-07-022-4/+6
* Print the right usage messageIan Lynagh2007-07-021-2/+2
* -fasm doesn't really take an argumentIan Lynagh2007-07-021-1/+1
* Tidy up -keep* flagsIan Lynagh2007-06-301-4/+9
* Improve name-printing on unification mis-matches, when types share a common o...simonpj@microsoft.com2007-06-291-12/+20
* Add flags for record extensions; still not working properly thoughsimonpj@microsoft.com2007-06-281-1/+5
* Further compileToCore improvementsTim Chevalier2007-06-292-50/+53
* Generalize linkDynLib for ELF platformsClemens Fruhwirth2007-06-271-5/+33
* Renames functions and constructors to fit their new ability for dynamic linkingClemens Fruhwirth2007-06-272-19/+13
* Modify compileToCore to take just a filenameTim Chevalier2007-06-271-5/+11
* Fixing -fhpc flag to allow -fno-hpcandy@galois.com2007-06-271-5/+2
* Making -fhpc work with a stage1 build, via the compat 'package'.andy@galois.com2007-06-261-6/+1
* Add a compileToCore function to the GHC APITim Chevalier2007-06-251-2/+33
* Print infix type constructors in an infix waysimonpj@microsoft.com2007-06-251-1/+1
* Clamp -O flag to beween 0 and 2simonpj@microsoft.com2007-06-251-3/+4
* turning off -fhpc in stage1 built ghcandy@galois.com2007-06-221-1/+5
* removing -fhpc-tracer from ghc, is subsumed by the GHC debuggerandy@galois.com2007-06-221-4/+0
* -fglasgow-exts implies -X=GADTssimonpj@microsoft.com2007-06-211-0/+1
* Add several new record featuresLemmih2007-06-211-0/+3
* Wibble: make -fno-implicit-prelude worksimonpj@microsoft.com2007-06-211-0/+1
* Wibbles in flaggery, concerning backward compatibility with -f flagssimonpj@microsoft.com2007-06-201-3/+5
* Use -X for language extensionssimonpj@microsoft.com2007-06-202-42/+111
* turning back on case liberation when using hpcandy@galois.com2007-06-201-2/+1
* Turning off case liberation when using the hpc option, for nowandy@galois.com2007-06-201-1/+2
* Tweak banner printing2007-06-12Ian Lynagh2007-06-123-26/+14
* FIX #1378 Add option for a shorter banner on GHCi startupcdsmith@twu.net2007-06-012-3/+9
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-052-14/+2
* fix panic in #1379Simon Marlow2007-06-051-1/+1
* FIX #1110: the linker also needs the workaroundSimon Marlow2007-06-011-1/+3
* export noSrcLoc, noSrcSpanSimon Marlow2007-05-301-2/+2
* Add data type information to VectInfoManuel M T Chakravarty2007-05-221-9/+23
* FIX: break011. Simon Marlow2007-05-181-6/+14
* rethrow exceptions in sandboxIOSimon Marlow2007-05-171-1/+9
* eliminate warningsSimon Marlow2007-05-171-2/+1
* GHCi debugger: new flag -fbreak-on-exceptionSimon Marlow2007-05-152-57/+81
* result_id should be a GlobalIdSimon Marlow2007-05-141-1/+2
* -findexed-types -> -ftype-familiesManuel M T Chakravarty2007-05-141-3/+3
* fix for Vista workaround: "PATH" can be spelt "Path"Simon Marlow2007-05-141-1/+2
* Store a SrcSpan instead of a SrcLoc inside a NameSimon Marlow2007-05-114-13/+10
* improve :abandon, it wasn't properly terminating the computation (see comments)Simon Marlow2007-05-111-3/+19
* Add a warning flag for when the Prelude is implicitly imported (trac #1317)Isaac Dupree2007-05-111-0/+2
* FIX #1181: parseStaticFlags should not be requiredSimon Marlow2007-05-102-0/+9
* Warning fix for unused and redundant importsMichael D. Adams2007-05-104-7/+1
* FIX: Linker.getHValue should be linking in any dependencies it requiresSimon Marlow2007-05-091-5/+3
* Improved VectInfoManuel M T Chakravarty2007-05-082-22/+24
* add defaultObjectTarget to the GHC APISimon Marlow2007-05-072-3/+7