summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: infer VFPv2 presence from the C compilerSimon Marlow2013-01-291-4/+16
* hopefully fix #7620Simon Marlow2013-01-291-2/+5
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-299-234/+204
|\
| * StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-289-234/+204
* | Improve consistency checking for associated type-family instancesSimon Peyton Jones2013-01-292-121/+153
|/
* Fix comments on isValArgSimon Peyton Jones2013-01-281-2/+3
* Comments onlySimon Peyton Jones2013-01-281-2/+2
* Minor pretty printing changes onlySimon Peyton Jones2013-01-281-2/+4
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-285-16/+72
|\
| * Fix documentation bug: TSOs are *not* unconditionally kept on the mutable list.Edward Z. Yang2013-01-271-1/+1
| * use -e rather than -d when checking for the existence of a subrepoPatrick Palka2013-01-271-1/+1
| * Add a "Done." line to compareIan Lynagh2013-01-271-1/+2
| * Add a kludge to the compare tool for unicode filenamesIan Lynagh2013-01-271-1/+6
| * Use Test.Regex.PCRE instead of .Posix in compareIan Lynagh2013-01-271-1/+1
| * Add support to compare for comparing whole directoriesIan Lynagh2013-01-272-12/+62
* | Pure refactoringSimon Peyton Jones2013-01-2817-247/+257
* | More refactoring of FamInst/FamInstEnv; finally fixes Trac #7524Simon Peyton Jones2013-01-2815-282/+204
|/
* fix ARM hard float "detection"Simon Marlow2013-01-251-3/+3
* Improve LLVM options for ARMv6Simon Marlow2013-01-251-3/+6
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-01-2593-2200/+2562
|\
| * Allow -fllvm to be used when compiling unregisterised (#7622)Simon Marlow2013-01-251-1/+1
| * Fix various issues with a Stage1Only=NO cross-compileSimon Marlow2013-01-251-9/+8
| * Added support to cross-compile to androidNathan2013-01-243-0/+11
| * do not use -rpath-link linker option on Solaris.David Terei2013-01-241-1/+10
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-2418-236/+308
| |\
| | * ghc: mkGmpDerivedConstants binary gone awaySergei Trofimovich2013-01-241-1/+0
| | * fix rts/Linker compilation issues on AMD64/Solaris platformSimon Marlow2013-01-231-0/+1
| | * Solaris: do not use timer_createSimon Marlow2013-01-231-0/+18
| | * Tidy up: move info-table related stuff to CmmInfoSimon Marlow2013-01-238-124/+161
| | * fix validate-breaking warningSimon Marlow2013-01-231-1/+0
| | * Add support for nto-qnx (BlackBerry 10)Simon Marlow2013-01-233-1/+9
| | * Fix our handling of literals and types in LLVM (#7575).David Terei2013-01-231-35/+29
| | * Fix llvm backend when 32bit build on 64bit OSX. (#7617)David Terei2013-01-222-11/+18
| | * Ensure the LLVM codegen correctly handles literals in a branch. #7571Austin Seipp2013-01-221-16/+70
| | * Update mailing lists in the users guideIan Lynagh2013-01-222-52/+7
| * | Use pprTypeForUser when printing kinds in ghciSimon Peyton Jones2013-01-221-1/+3
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-222-188/+1
| |\ \ | | |/
| | * Up supported LLVM version to 3.3.David Terei2013-01-181-1/+1
| | * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-01-181-0/+6
| | |\
| | * | Remove unused HscStats.lhs; fixes #7605Ian Lynagh2013-01-181-187/+0
| * | | When printing types in the interactive UI, take account of free variablesSimon Peyton Jones2013-01-224-1/+10
| * | | Exploit the invariant for AxInstCo to simplify coercionKindSimon Peyton Jones2013-01-221-9/+11
| * | | Comments onlySimon Peyton Jones2013-01-221-3/+4
| * | | Comments only (about trimming the type environment)Simon Peyton Jones2013-01-211-0/+29
| | |/ | |/|
| * | Document overlapping instances more clearlySimon Peyton Jones2013-01-181-0/+6
| |/
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-01-182-0/+0
| |\
| | * Restore the primitive and vector submodulesSimon Marlow2013-01-182-0/+0
| * | Add missing case in eqHsBang; makes rnfail055 pass againSimon Peyton Jones2013-01-181-0/+1
| |/
| * Expose genericRaise; fixes signals004(dyn) no OS X 32Ian Lynagh2013-01-172-3/+3
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-01-178-40/+52
| |\