summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify interfae of both variants FP_ARG_WITH_PATH... in aclocal.m4 andDavid Terei2013-02-062-6/+14
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-061-1/+1
|\
| * Fix spellingGabor Greif2013-02-061-1/+1
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-0633-1225/+1375
|\ \ | |/
| * Fix spelling mistake in user guide (#7657).David Terei2013-02-061-2/+2
| * Warning policeManuel M T Chakravarty2013-02-062-5/+0
| * Merge branch 'refs/heads/vect-avoid-merge'Manuel M T Chakravarty2013-02-0632-1219/+1374
| |\
| | * Vectoriser: merge fixManuel M T Chakravarty2013-02-061-1/+1
| | * Merge branch 'refs/heads/vect-avoid' into vect-avoid-mergeManuel M T Chakravarty2013-02-0632-1219/+1374
| | |\
| | | * Remove '-favoid-vect' and add '-fvectorisation-avoidance'Manuel M T Chakravarty2013-02-055-21/+63
| | | * Vectoriser: avoid producing (\v -> v) v in liftSimpleManuel M T Chakravarty2013-02-041-8/+12
| | | * Vectoriser: abstract arguments to scalar functions in the right orderManuel M T Chakravarty2013-02-041-1/+1
| | | * Vectoriser: binders of encapsulated lambdas need to be scalarManuel M T Chakravarty2013-02-041-3/+9
| | | * Vectoriser: PArray may be part of identity conversionsManuel M T Chakravarty2013-02-043-7/+16
| | | * Fix tidying of vectorised codeManuel M T Chakravarty2013-02-047-24/+49
| | | * Vectoriser: depending set of a vectorised tycon need only be vectorised if al...Manuel M T Chakravarty2012-12-161-2/+7
| | | * Vectoriser: don't pack free *scalar* variablesManuel M T Chakravarty2012-12-152-84/+117
| | | * Vectoriser: VECTORISE pragma assumes parallel valuesManuel M T Chakravarty2012-12-121-0/+1
| | | * Vectoriser: improve top-level check and vectFnExprManuel M T Chakravarty2012-12-121-3/+8
| | | * Vectoriser: enable encapsulation of scalar functional expression of arbitrary...Manuel M T Chakravarty2012-12-101-22/+20
| | | * Vectoriser: don't include scalar types in base set of parallel tyconsManuel M T Chakravarty2012-12-091-12/+17
| | | * Vectoriser: distinguish vectorised from parallel types and functionsManuel M T Chakravarty2012-12-093-35/+58
| | | * Vectoriser: fix vectorisation avoidance for case expressionsManuel M T Chakravarty2012-12-051-12/+9
| | | * Rewrote vectorisation avoidance (based on the HS paper)Manuel M T Chakravarty2012-12-0527-1077/+1080
| | | * Formatting wibblesManuel M T Chakravarty2012-08-171-12/+12
| | | * Tabs -> spaces (and some other formatting)Manuel M T Chakravarty2012-08-171-59/+54
* | | | Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
|/ / /
* | | Use usecs rather than msecs for microsecondsIan Lynagh2013-02-054-10/+10
* | | Fix a typoIan Lynagh2013-02-051-1/+1
* | | Add a dependency of program modules on GHC.TopHandlerIan Lynagh2013-02-053-0/+24
* | | Add the new random commit againIan Lynagh2013-02-051-0/+0
* | | install ghc-pkg correctly when Stage1Only=YES (#7639)Simon Marlow2013-02-051-20/+27
|/ /
* | Revert "Update the random repo again, now the patch is actually pushed"Ian Lynagh2013-02-041-0/+0
* | Update the random repo again, now the patch is actually pushedIan Lynagh2013-02-041-0/+0
* | Revert random submodule back to an extant hash.Geoffrey Mainland2013-02-041-0/+0
* | Merge commit '3cedbfb49996da2f029b4a84ca39f4d21f309813'Simon Marlow2013-02-042-43/+46
|\ \
| * | AsmCodeGen.NcgImpl.ncgMakeFarBranches should take account of info tables (#709)PHO2013-02-022-11/+13
| * | Move AsmCodeGen.makeFarBranches to PPC.Instr (#709)PHO2013-02-022-39/+40
* | | Follow random submodule changeIan Lynagh2013-02-031-0/+0
* | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-02-032-8/+0
|\ \ \
| * | | remove last vestiges of AlienScript, it is not used any moreGabor Greif2013-02-022-8/+0
| |/ /
* | | random is a submoduleIan Lynagh2013-02-034-2/+4
|/ /
* | some more typosGabor Greif2013-02-026-7/+7
* | spellingGabor Greif2013-02-022-2/+2
* | Minor documentation and indentation/layout fixes to SpecConstrAmos Robinson2013-02-021-69/+69
* | Mimic OldCmm basic block ordering in the LLVM backend.Geoffrey Mainland2013-02-012-2/+31
* | Add prefetch primops.Geoffrey Mainland2013-02-018-0/+96
* | Add a primop attribute llvm_only.Geoffrey Mainland2013-02-012-6/+97
* | Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-0116-114/+308
* | Add the Int64X2# primitive type and associated primops.Geoffrey Mainland2013-02-015-3/+149