summaryrefslogtreecommitdiff
path: root/compiler/simplCore/FloatIn.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs simplCore/Austin Seipp2014-12-031-563/+0
* Comments onlyJan Stolarek2014-10-301-1/+1
* De-tabify and remove trailing whitespaceSimon Peyton Jones2014-09-261-127/+121
* Define mapUnionVarSet, and use itSimon Peyton Jones2014-08-291-2/+2
* Extensive Notes on can_fail and has_side_effectsSimon Peyton Jones2014-08-071-0/+1
* Don't float into unlifted function argumentsSimon Peyton Jones2014-08-071-20/+52
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Fixed moer tyopsGabor Greif2013-04-251-1/+1
* Move tARGET_* out of HaskellConstantsIan Lynagh2012-09-171-51/+54
* Fix a subtle float-in bugSimon Peyton Jones2012-07-231-11/+13
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+1
* Revert "Add -faggressive-primops"Simon Peyton Jones2012-04-271-9/+1
* Add -faggressive-primopsSimon Peyton Jones2012-04-271-1/+9
* Allow case expressions with a single alternative to be floated in.Geoffrey Mainland2012-04-261-4/+12
* Revert "Add -faggressive-primops plus refactoring in CoreUtils" (#5780)Simon Marlow2012-01-161-9/+1
* Add -faggressive-primops plus refactoring in CoreUtilsSimon Peyton Jones2012-01-131-1/+9
* Fix Trac #5658: strict bindings not floated inSimon Peyton Jones2012-01-121-45/+78
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-5/+6
* Make a new type synonym CoreProgram = [CoreBind]Simon Peyton Jones2011-09-231-1/+1
* The final batch of changes for the new coercion representationSimon Peyton Jones2011-05-121-10/+9
* This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-2/+4
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+1
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-11/+8
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-1/+1
* Rollback INLINE patchesSimon Marlow2008-12-161-1/+6
* Completely new treatment of INLINE pragmas (big patch)simonpj@microsoft.com2008-12-051-6/+1
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-12/+2
* Improve float-in somewhatsimonpj@microsoft.com2008-09-091-14/+26
* Fix a nasty float-in bugsimonpj@microsoft.com2008-08-221-9/+10
* Remove CoreSyn SOURCE importsMax Bolingbroke2008-08-071-1/+1
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Make FloatIn warning-freeIan Lynagh2008-05-041-15/+14
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Fix apparently-long-standing bug in FloatInsimonpj@microsoft.com2007-01-101-32/+49
* TickBox representation changeandy@galois.com2006-11-291-7/+0
* Haskell Program Coverageandy@galois.com2006-10-241-0/+7
* Massive patch for the first months work adding System FC to GHC #30Manuel M T Chakravarty2006-09-151-4/+2
* Remove InlinePlease and add inline function and RULEsimonpj@microsoft.com2006-06-051-5/+0
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+464