about summary refs log tree commit diff
path: root/pkgs/development/compilers/ispc
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-01-20ispc: 1.9.2 -> 1.10.0Will Dietz1-10/+3
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-05ispc: patch w/upstream commit to fix w/llvm 6Will Dietz1-1/+8
2018-05-23clangSelf, clangWrapSelf, llvmPackagesSelf: Remove this unused thingJohn Ericson1-1/+1
It's old old LLVM built with new LLVM. How useless.
2018-01-15ispc: 20170807 -> 1.9.2Guillaume Bouchard1-3/+3
Version bump, fixes #29979
2017-09-10ispc: use newer version and LLVM 4.0 due to bug in clang++ 3.9 wrapper (see ↵Aristid Breitkreuz1-7/+5
#29204)
2017-07-29ispc: build with current flexFranz Pletz1-2/+2
2017-03-13ispc: fix buildRobin Gloster1-2/+2
2016-09-12ispc: attempt to make build more robust and hydra-compatibleAristid Breitkreuz1-2/+3
2016-09-04ispc: extend test suiteAristid Breitkreuz1-3/+13
2016-09-04ispc: detect test failures, restrict platformsAristid Breitkreuz1-3/+10
2016-09-04ispc: 20151128 -> 1.9.1, fix buildAristid Breitkreuz2-33/+10
2016-03-24ispc: fix buildPascal Wittmann2-2/+27
2015-11-29ispc: init at <GH master>Aristid Breitkreuz1-0/+55
Intel SPMD Program Compiler An open-source compiler for high-performance SIMD programming on the CPU https://ispc.github.io/