summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix warningRoman Leshchinskiy2009-03-062-2/+2
* Try not to avoid vectorising purely scalar functionsRoman Leshchinskiy2009-03-064-12/+213
* add final newlinesSimon Marlow2009-03-052-2/+2
* remove foo.exe.manifest when --embed-manifest is onSimon Marlow2009-03-051-0/+2
* On OS X/x86, tell gcc to generate instructions for i686. Fixes trac #2983.Ian Lynagh2009-03-051-0/+7
* Make -fdicts-cheap cope with implication constraintssimonpj@microsoft.com2009-03-052-2/+44
* Finally fix Trac #3066simonpj@microsoft.com2009-03-052-25/+30
* Layout onlysimonpj@microsoft.com2009-03-041-12/+12
* Fix a long-standing latent bug (and the build): check res_ty not sig_tysimonpj@microsoft.com2009-03-041-4/+6
* Fix #3067: GHCi panics with 'initTc:LIE' while :stepping on code with funny t...pepe iborra2009-03-031-2/+2
* Fix Trac #3066: checking argument types in foreign callssimonpj@microsoft.com2009-03-031-2/+3
* Fix Trac #3057 in deriving Functor simonpj@microsoft.com2009-03-032-85/+104
* A few bug fixes; some improvements spurred by paper writingdias@eecs.harvard.edu2009-03-0332-693/+662
* Comments onlysimonpj@microsoft.com2009-03-031-0/+6
* Filter out carriage returns in doc stringsDavid Waern2009-02-281-3/+6
* z-encode digits at the start of a symbol name; fixes trac #2997Ian Lynagh2009-02-271-9/+16
* Whitespace onlyIan Lynagh2009-02-271-143/+143
* Use 'nonIOok' instead of 'True'; cosmetics onlysimonpj@microsoft.com2009-02-231-1/+1
* If we are given -Werror, then pass -Werror to cppIan Lynagh2009-02-261-2/+5
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-234-35/+88
* SPARC NCG: Add jumps to end of blocks when working out condition codesBen.Lippmeier@anu.edu.au2009-02-231-15/+39
* SPARC NCG: Enforce the invariant that each block ends with a jump.Ben.Lippmeier@anu.edu.au2009-02-231-14/+50
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-223-11/+13
* Do not print anything to stdout when stopping at a breakpoint with custom cod...Peter Hercek2009-02-221-19/+24
* Only use STAGE3_PACKAGE_CONF for building GHC itselfIan Lynagh2009-02-211-0/+1
* SPARC NCG: Unsigned comparisons are unsignedBen.Lippmeier@anu.edu.au2009-02-171-4/+4
* SPARC NCG: Fix word size conversionsBen.Lippmeier@anu.edu.au2009-02-172-25/+69
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-1611-1243/+1479
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-1613-375/+443
* NCG: Cleanup old fileBen.Lippmeier@anu.edu.au2009-02-161-14/+0
* NCG: validate fixes for ppc-darwinBen.Lippmeier@anu.edu.au2009-02-153-9/+13
* NCG: validate fixes for ghc-6.6Ben.Lippmeier@anu.edu.au2009-02-152-13/+4
* NCG: validate fixes for i386-darwinBen.Lippmeier@anu.edu.au2009-02-151-1/+9
* NCG: validate fixes for x86_64-linuxBen.Lippmeier@anu.edu.au2009-02-152-2/+3
* NCG: Haddock validate fixBen.Lippmeier@anu.edu.au2009-02-151-2/+2
* NCG: Validate fixes for x86-linuxBen.Lippmeier@anu.edu.au2009-02-157-32/+39
* SPARC NCG: Don't release top half of f6 and f8Ben.Lippmeier@anu.edu.au2009-02-151-6/+8
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-1555-8113/+9751
* SPARC NCG: Make linear allocator use info in SPARC.Regs againBen.Lippmeier@anu.edu.au2009-02-111-47/+6
* SPARC NCG: Enumerate freeRegs / globalRegMaybe instead of using #ifdeferyBen.Lippmeier@anu.edu.au2009-02-112-307/+269
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-0510-2647/+3199
* Put RelaxedPolyRec in the cabal file rather than a pragmaIan Lynagh2009-02-132-3/+1
* NCG: Split block reorder thing in linear allocator into separate fnBen.Lippmeier@anu.edu.au2009-02-132-20/+47
* NCG: Validate fixes for powerpcBen.Lippmeier@anu.edu.au2009-02-134-6/+11
* NCG: Add missing ops to powerpc isJumpishBen.Lippmeier@anu.edu.au2009-02-131-0/+3
* Fix Trac #3017: ensure that we quantify over enough type variables when equal...simonpj@microsoft.com2009-02-116-51/+82
* On sparc, pass -mcpu=v9 when assembling with object splitting enabledIan Lynagh2009-02-111-0/+10
* Turn another ASSERT into a WARN (temproraily)simonpj@microsoft.com2009-02-111-1/+6
* Improvements to the "can't find module" error message (#2980)Simon Marlow2009-02-062-59/+63
* Correct an IsFunction that should be IsDataIan Lynagh2009-02-071-1/+1