aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/ispc.js
Commit message (Expand)AuthorAge
* Tsify lib/compilers (#4609)gh-6026Jeremy Rifkin2023-01-29
* Add semver check for ast dump in iscp (#3652)gh-2876Rubén Rincón Blanco2022-05-12
* The Grand Reformat (#3643)gh-2830Matt Godbolt2022-05-09
* Implement LLVM IR output for ispc (#2972)gh-1080Mats Larsen2021-10-04
* Reassign my copyright to Compiler Explorer AuthorsMatt Godbolt2021-07-24
* Reassign my copyright to Compiler Explorer AuthorsRabsRincon2021-07-24
* Normalize and enforce license disclaimer headers (#2234)Austin Morton2020-09-27
* Use ES6 Modules (#2132)Austin Morton2020-09-26
* Eliminate all dynamic require statements (#2230)Austin Morton2020-09-25
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
* Change default target for ISPC to avx2-i32x8 (#1846)Dmitry Babokin2020-02-22
* Add missing semicolonMatt Godbolt2019-04-11
* Support Intel syntax in ispc. See #1253Matt Godbolt2019-04-06
* Merge remote-tracking branch 'matt/master' into compilerargsPartouf2019-01-10
|\
| * Enable cfg for x86 LLVM based compilers and gcc.Kārlis Seņko2019-01-09
* | change argument parser for some compilersPartouf2019-01-08
|/
* Fix copyright dates and normalize textRabsRincon2018-02-27
* Move to ESLintRabsRincon2018-02-13
* remove obsolete/empty constructorspartouf2018-01-28
* compiler handler calls initialise()Partouf2018-01-28
* remove return initialise, no need for unittestmodePartouf2018-01-28
* ES6fy compilers inheritanceRabsRincon2018-01-18
* Remove explicit langid, as it's part of the compiler config alreadyMatt Godbolt2017-12-22
* Change enough stuff as to get it runningRabsRincon2017-12-02
* Allow options for filters to look at useroptions this allows us to add/remove...jaredwy2017-09-01
* Make ISPC default to SSE2 if no target is specifiedJoshua Sheard2017-06-05
* Add support for Intel ISPC compilerJoshua Sheard2017-06-03