Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Tsify lib/compilers (#4609)gh-6026 | Jeremy Rifkin | 2023-01-29 |
| | |||
* | Add semver check for ast dump in iscp (#3652)gh-2876 | Rubén Rincón Blanco | 2022-05-12 |
| | | | | | | | | * Add semver check for ast dump in iscp Closes #3648 * Fix ast options * Fix ast options x2 | ||
* | The Grand Reformat (#3643)gh-2830 | Matt Godbolt | 2022-05-09 |
| | | | | | | | | | | * The Grand Reformat - everything made prettier...literally - some tweaks to include a few more files, including documentation - minor changes to format style - some tiny `// prettier-ignore` changes to keep a few things the way we like them - a couple of super minor tweaks to embedded document types to ensure they format correctly | ||
* | Implement LLVM IR output for ispc (#2972)gh-1080 | Mats Larsen | 2021-10-04 |
| | |||
* | Reassign my copyright to Compiler Explorer Authors | Matt Godbolt | 2021-07-24 |
| | |||
* | Reassign my copyright to Compiler Explorer Authors | RabsRincon | 2021-07-24 |
| | |||
* | Normalize and enforce license disclaimer headers (#2234) | Austin Morton | 2020-09-27 |
| | |||
* | Use ES6 Modules (#2132) | Austin Morton | 2020-09-26 |
| | |||
* | Eliminate all dynamic require statements (#2230) | Austin Morton | 2020-09-25 |
| | |||
* | Add new eslint rules (#2121) | Rubén Rincón Blanco | 2020-08-04 |
| | | | | | | | | | | | | | | | | The largest changes here are: - enforcing single quotes for strings - enforcing trailing commas where possible In addition to those we have enabled several eslint plugins: - plugin:requirejs/recommended, to enforce some conventions in require statements - plugin:node/recommended, to enforce correct usage of various node.js APIs - plugin:unicorn/recommended, which contains a pretty mixed bag of useful rules This PR attempts to not change code behavior when possible. In cases where fixing existing code would change semantics, a linting exclusion has been placed in the code base to silence the error. You can find these by searching for `eslint-disable-next-line`. Co-authored-by: Austin Morton <austinpmorton@gmail.com> | ||
* | Change default target for ISPC to avx2-i32x8 (#1846) | Dmitry Babokin | 2020-02-22 |
| | |||
* | Add missing semicolon | Matt Godbolt | 2019-04-11 |
| | |||
* | Support Intel syntax in ispc. See #1253 | Matt Godbolt | 2019-04-06 |
| | |||
* | Merge remote-tracking branch 'matt/master' into compilerargs | Partouf | 2019-01-10 |
|\ | |||
| * | Enable cfg for x86 LLVM based compilers and gcc. | Kārlis Seņko | 2019-01-09 |
| | | |||
* | | change argument parser for some compilers | Partouf | 2019-01-08 |
|/ | |||
* | Fix copyright dates and normalize text | RabsRincon | 2018-02-27 |
| | |||
* | Move to ESLint | RabsRincon | 2018-02-13 |
| | | | | Somewhat compilant! | ||
* | remove obsolete/empty constructors | partouf | 2018-01-28 |
| | |||
* | compiler handler calls initialise() | Partouf | 2018-01-28 |
| | |||
* | remove return initialise, no need for unittestmode | Partouf | 2018-01-28 |
| | |||
* | ES6fy compilers inheritance | RabsRincon | 2018-01-18 |
| | |||
* | Remove explicit langid, as it's part of the compiler config already | Matt Godbolt | 2017-12-22 |
| | |||
* | Change enough stuff as to get it running | RabsRincon | 2017-12-02 |
| | | | | | Not saying it works, but if you hack few more things, you can start to use it. Commiting just in case | ||
* | Allow options for filters to look at useroptions this allows us to ↵ | jaredwy | 2017-09-01 |
| | | | | add/remove options per compiler such as for rust where we need to not add the --emit argument if the user has passed us one | ||
* | Make ISPC default to SSE2 if no target is specified | Joshua Sheard | 2017-06-05 |
| | |||
* | Add support for Intel ISPC compiler | Joshua Sheard | 2017-06-03 |