summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Wibble to substituting InlWrapperssimonpj@microsoft.com2009-11-092-7/+18
* validate fixesBen.Lippmeier@anu.edu.au2009-11-062-1/+2
* Add missing CgExtCode to ghc.cabal.inBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-0623-256/+446
* Add missing case to externallyVisibleCLabelBen.Lippmeier@anu.edu.au2009-10-221-0/+1
* Add CLabel.CmmLabel and start refactoringBen.Lippmeier@anu.edu.au2009-10-181-143/+203
* Haddockify and clean up commentingBen.Lippmeier@anu.edu.au2009-10-181-61/+70
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-1821-257/+215
* Fix the buildIan Lynagh2009-11-061-1/+1
* Accept any non-space characters in a header file (#3624)Simon Marlow2009-11-061-1/+3
* Be a tiny bit keener to inline in the RHS of a letsimonpj@microsoft.com2009-11-053-17/+36
* Another refactoring on the shape of an Unfoldingsimonpj@microsoft.com2009-11-0510-112/+110
* Add notes to cmm-notes, following conversation with John Diassimonpj@microsoft.com2009-11-051-0/+15
* Fix Trac #3640, plus associated refactoringsimonpj@microsoft.com2009-11-057-201/+182
* Comments onlysimonpj@microsoft.com2009-11-052-1/+5
* Improve error reporting when there's an error inside a spliced expressionsimonpj@microsoft.com2009-11-051-6/+13
* Update layout of error message slightlysimonpj@microsoft.com2009-11-051-1/+1
* Nuke the -finline-if-enough-args flagsimonpj@microsoft.com2009-11-052-4/+1
* Comment onlysimonpj@microsoft.com2009-11-041-1/+1
* Comments and layout only, relating to Roman's inlining-and-conlike patchsimonpj@microsoft.com2009-11-052-66/+81
* Comments only, relating to Roman's new built-in rule for seqsimonpj@microsoft.com2009-11-052-20/+46
* Add a (DEBUG-only) warning for top-level error thunks with uninformative stri...simonpj@microsoft.com2009-11-031-5/+14
* Comment onlysimonpj@microsoft.com2009-11-031-0/+1
* Add builtin rule to eliminate unnecessary casts in seqRoman Leshchinskiy2009-11-042-4/+27
* Consider variables with conlike unfoldings interestingRoman Leshchinskiy2009-11-044-34/+67
* Tweak simpleOptExpr, so that it respects nested INLINE pragmassimonpj@microsoft.com2009-11-031-0/+21
* #3604: treat TH with -dynamic in the same way as -profSimon Marlow2009-11-041-1/+10
* Finish #3439: -ticky implies -debug at link time; the ticky "way" has goneSimon Marlow2009-11-044-16/+13
* add '-' to the chars allowed in C header file namesSimon Marlow2009-11-041-1/+1
* Minor change to captalisation in error message onlysimonpj@microsoft.com2009-11-021-1/+1
* Comments onlysimonpj@microsoft.com2009-11-021-4/+4
* Make the arity warning a bit more informative (DEBUG only)simonpj@microsoft.com2009-11-021-1/+1
* Improve error message for malformed LANGUAGE pragmasimonpj@microsoft.com2009-10-301-2/+5
* Minor refactoringsimonpj@microsoft.com2009-10-306-20/+16
* Turn an ASSERT into a WARNsimonpj@microsoft.com2009-10-302-10/+13
* Be less noisy in a debug trace (Arity decrease)simonpj@microsoft.com2009-10-301-1/+1
* Fix build with DEBUG onsimonpj@microsoft.com2009-10-301-1/+2
* Cure an assert failure by gathering the right set of free variablessimonpj@microsoft.com2009-10-302-5/+11
* Fix the build with GHC 6.8Ian Lynagh2009-10-301-0/+4
* Improve coercion optimisationsimonpj@microsoft.com2009-10-302-4/+6
* Deprecate the ImpredicativeTypes featuresimonpj@microsoft.com2009-10-301-1/+2
* Fix Trac #3626: TH should reject unboxed tuplessimonpj@microsoft.com2009-10-301-1/+3
* fix and enable coercion optimizationtom.schrijvers@cs.kuleuven.be2009-10-281-7/+17
* Don't dump Core after every simplifier iteration with -dverbose-core2coreRoman Leshchinskiy2009-10-302-6/+10
* Adapt vectoriser to new inlining mechanismRoman Leshchinskiy2009-10-304-126/+202
* Use packByTag instead of pack in the vectoriserRoman Leshchinskiy2009-10-304-13/+31
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-2967-2357/+3294
* Comments and -ddump-tc-trace wibbles onlysimonpj@microsoft.com2009-10-291-4/+6
* White space onlysimonpj@microsoft.com2009-10-291-2/+4
* Comments and variable naming onlysimonpj@microsoft.com2009-10-291-3/+3