summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-0413-68/+46
* Follow PackageTarget changes in pprCEntityBen.Lippmeier@anu.edu.au2010-01-021-0/+2
* Assume CmmLabels have dynamic linkage on non-WindowsBen.Lippmeier.anu.edu.au2010-01-021-3/+5
* Follow PackageTarget change in byte code generatorBen.Lippmeier@anu.edu.au2010-01-021-0/+14
* When compiling viac, don't need to emit prototypes for symbols in the RTSBen.Lippmeier@anu.edu.au2010-01-021-1/+9
* Follow ForeignLabel changes in PPC NCGBen.Lippmeier@anu.edu.au2010-01-021-1/+1
* Tag ForeignCalls with the package they correspond toBen.Lippmeier@anu.edu.au2010-01-0221-83/+305
* Nicer panic messageBen.Lippmeier@anu.edu.au2009-12-291-1/+1
* Typo in commentBen.Lippmeier@anu.edu.au2009-12-291-1/+1
* locateOneObj: don't look for dynamic libs in static modeSimon Marlow2010-01-032-15/+12
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-0417-710/+910
* Whitespace onlyIan Lynagh2010-01-021-9/+9
* Rolling back: Make FastString thread-safe.Simon Marlow2009-12-311-45/+84
* take newCAF() out from sm_mutex; use the capability-local mut list insteadSimon Marlow2009-12-311-1/+4
* Copying Simon M's fix for 650 to the new codegendias@cs.tufts.edu2009-12-221-2/+15
* Better error checking and code cleanupdias@cs.tufts.edu2009-12-221-6/+5
* Fix Trac #3772: dict funs for single-field classessimonpj@microsoft.com2009-12-211-36/+63
* Comments only (about implementing SPECIALISE pragmas)simonpj@microsoft.com2009-12-211-30/+35
* A bit of refactoring, plus a sanity checksimonpj@microsoft.com2009-12-211-58/+65
* Fix Trac #3776simonpj@microsoft.com2009-12-211-2/+24
* Move all the CoreToDo stuff into CoreMonadsimonpj@microsoft.com2009-12-189-557/+577
* Always expose the unfolding of something with an InlineRulesimonpj@microsoft.com2009-12-181-9/+16
* Comments onlysimonpj@microsoft.com2009-12-181-1/+3
* Move loop-breaker info from original function to worker in work/wrapsimonpj@microsoft.com2009-12-181-4/+10
* Make -ddump-inlinings and -ddump-rule-firings less noisy simonpj@microsoft.com2009-12-182-19/+31
* Make warning printing a bit less noisysimonpj@microsoft.com2009-12-182-2/+3
* Set fixity (left-assoc) for setIdOccInfosimonpj@microsoft.com2009-12-181-0/+1
* Comments onlysimonpj@microsoft.com2009-12-181-0/+4
* Partial support for Haiku (#3727)Simon Marlow2009-12-211-1/+1
* Fix #3751, also fix some lexical error SrcLocsSimon Marlow2009-12-171-35/+34
* improve panic messages for srcLocLine, srcLocColSimon Marlow2009-12-171-2/+2
* Avoid a failing shell command when cleaningIan Lynagh2009-12-181-0/+2
* unused named variablesdias@cs.tufts.edu2009-12-181-2/+2
* missed a case in a previous fixdias@cs.tufts.edu2009-12-171-4/+26
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-171-3/+15
* Adjust Activations for specialise and work/wrap, and better simplify in Inlin...simonpj@microsoft.com2009-12-165-125/+222
* Comments onlysimonpj@microsoft.com2009-12-163-5/+9
* Refactor to combine two eqExpr functionssimonpj@microsoft.com2009-12-164-112/+80
* Two improvements to optCoercionsimonpj@microsoft.com2009-12-165-47/+79
* Comments onlysimonpj@microsoft.com2009-12-161-5/+7
* Make setInlineActivation left-associativesimonpj@microsoft.com2009-12-161-0/+1
* Fix a long-standing infelicity in the type pretty printersimonpj@microsoft.com2009-12-161-1/+2
* Deal with warnings in Coercion.lhssimonpj@microsoft.com2009-12-161-13/+19
* Fix a bug in the in-scope set that led to some lookupIdSubst errorssimonpj@microsoft.com2009-12-151-4/+1
* Fix Trac #3717: exprOkForSpeculation should look through case expressionssimonpj@microsoft.com2009-12-151-0/+35
* Don't make C deps for compiler/parser/cutils.c in stage1Ian Lynagh2009-12-151-0/+2
* Tidy up computation of result discounts in CoreUnfoldsimonpj@microsoft.com2009-12-141-26/+40
* Use full equality for CSEsimonpj@microsoft.com2009-12-114-13/+73
* Improve strictness analysis for bottoming functionssimonpj@microsoft.com2009-12-111-13/+29
* Bottom extraction: float out bottoming expressions to top levelsimonpj@microsoft.com2009-12-119-77/+187