summaryrefslogtreecommitdiff
path: root/compiler/simplCore
Commit message (Expand)AuthorAgeFilesLines
* Comments onlySimon Peyton Jones2012-10-311-5/+8
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-221-257/+250
|\
| * Fix typoIan Lynagh2012-10-201-1/+1
| * Whitespace only in simplCore/OccurAnal.lhsIan Lynagh2012-10-191-256/+249
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-10-195-27/+27
|\ \ | |/
| * Refactor the way dump flags are handledIan Lynagh2012-10-184-16/+16
| * Some alpha renamingIan Lynagh2012-10-164-30/+30
| * Rename DynFlag to GeneralFlagIan Lynagh2012-10-163-9/+9
* | Deprecate Rank2Types and PolymorphicComponents, in favour of RankNTypesSimon Peyton Jones2012-10-191-1/+1
* | Comments onlySimon Peyton Jones2012-10-151-1/+1
|/
* Make -f(no-)pre-inlining a dynamic flagIan Lynagh2012-10-092-25/+27
* Whitespace only in simplCore/SimplMonad.lhsIan Lynagh2012-10-091-49/+42
* Whitespace only in simplCore/SimplUtils.lhsIan Lynagh2012-10-091-561/+554
* Whitespace only in simplCore/SimplEnv.lhsIan Lynagh2012-10-091-244/+240
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-093-17/+24
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-173-58/+62
* Pass DynFlags to the ru_try functions of built-in rulesIan Lynagh2012-09-171-1/+2
* Make -fhistory-size dynamicIan Lynagh2012-09-032-8/+10
* Make the ways dynamicIan Lynagh2012-09-031-1/+1
* Remove pprDefiniteTraceIan Lynagh2012-08-051-11/+12
* Rename trace_dump to dumpIan Lynagh2012-08-051-2/+2
* Whitespace only in compiler/simplCore/Simplify.lhsIan Lynagh2012-08-051-253/+246
* FloutOut.wrapTick: don't forget to tick the args of a constructor appSimon Marlow2012-08-021-1/+1
* Fix a subtle float-in bugSimon Peyton Jones2012-07-231-11/+13
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-192-10/+11
|\
| * Restore old output for -ddump-rule-firings #7060Paolo Capriotti2012-07-181-9/+10
| * typos in trace strings (which I observed in compile output)Gabor Greif2012-07-181-1/+1
* | Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
|/
* Use dumpSDoc functions to output rules (#7060)Paolo Capriotti2012-07-131-15/+19
* Add MonadIO instance to SimplM.Paolo Capriotti2012-07-131-0/+6
* Add IO to the SimplM monad.Paolo Capriotti2012-07-132-38/+29
* Add silent superclass parameters (again)Simon Peyton Jones2012-06-271-1/+1
* Remove another sortLe useIan Lynagh2012-06-221-5/+5
* Pass DynFlags down to pprDefiniteTraceIan Lynagh2012-06-121-4/+4
* Pass DynFlags down to showSDocDebugIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocIan Lynagh2012-06-122-4/+5
* Use showPpr in a few more placesIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocDumpIan Lynagh2012-06-122-31/+31
* Pass DynFlags to the LogActionIan Lynagh2012-06-112-3/+3
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-061-29/+1
|\
| * Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-051-29/+1
| |\
| | * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-29/+1
* | | Put the Integer type, rather than the mkIntegerId, inside LitIntegerIan Lynagh2012-06-061-9/+1
|/ /
* | Change how macros like ASSERT are definedIan Lynagh2012-06-054-2/+4
* | Replace printDump with a new SeverityIan Lynagh2012-05-292-14/+20
|/
* Wibbles to 'simplify the SimplCont data type'Simon Peyton Jones2012-05-092-3/+3
* Simplify the SimplCont data typeSimon Peyton Jones2012-05-092-103/+112
* Fix overnight build breakage (fix from simonpj)Simon Marlow2012-05-041-3/+1
* Allow cases with empty alterantivesSimon Peyton Jones2012-05-024-80/+81
* Revert "Add -faggressive-primops"Simon Peyton Jones2012-04-272-19/+8