aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/argument-parsers.js
Commit message (Expand)AuthorAge
* Converted argument-parsers to ts (#4389)gh-5240Jeremy Rifkin2022-12-02
* Give LDC its own LDCParser for cmdline options. (#3907)gh-3767Johan Engelen2022-07-26
* Add -fno-discard-value-names support for the llvm opt viewer (#3836)gh-3549Jeremy Rifkin2022-07-04
* fix cwdgh-3516partouf2022-07-01
* LLVM Optimization Pass Viewer (#3769)gh-3514Jeremy Rifkin2022-07-01
* Toit (#3808)gh-3459Patrick Quist2022-06-24
* Make Clang parser logic shorter (#3692)gh-3020Juan José2022-05-20
* Dosbox + Turbo C 2.01 support (#3627)gh-2886Patrick Quist2022-05-13
* Option to load a custom popular arguments json from disk (#3597)gh-2788Patrick Quist2022-05-06
* Added TypeScript Native compiler (#3448)gh-2193ODuzhar2022-03-21
* add support for erlang to beam bytecode (#3094)gh-1286Timothy Moores2021-11-21
* Refactor GCC dump handling (#3024)gh-1250Marc Poulhiès2021-11-08
* Await for things (#3086)gh-1229Matt Godbolt2021-10-31
* Seperate compiler finding process (#3022)gh-1168Patrick Quist2021-10-15
* Add Crystal support (#2732)Quinton Miller2021-07-08
* Add initial scala support (#2737)Oleksandr2021-06-29
* Add Kotlin/JVM support (#2637)Daniel Below2021-06-02
* Prefer regex.test()Matt Godbolt2021-05-27
* explicit length checkMatt Godbolt2021-05-27
* Initial support for mrustc (#2681)Marc Poulhiès2021-05-27
* Use execCompilerCached for GCC argument parserAustin Morton2020-10-16
* Use ES6 Modules (#2132)Austin Morton2020-09-26
* Add new eslint rules (#2121)Rubén Rincón Blanco2020-08-04
* Pass -fsyntax-only when getting GCC options and test that -masm= is really su...Iain Buclaw2020-06-08
* Argument parser asyncsMatt Godbolt2020-01-14
* Merge pull request #1753 from DaemonSnake/masterRubén Rincón Blanco2020-01-01
|\
| * Add support for Nim languagebastien penavayre2019-12-26
* | Properly extend rustc argument parser resultsRabsRincon2019-12-27
* | Fix rust argument parser with multi flag help commRabsRincon2019-12-27
* | Add colored output to Rust compilers if supportedRabsRincon2019-12-27
|/
* fix ispc argument parserPartouf2019-08-13
* add custom argument parser for rustPartouf2019-08-08
* Merge branch 'master' into java-supportChris2019-06-08
|\
| * Allow caching of compiler version and argument information to improve startup...Austin Morton2019-05-29
* | Initial Java/javap supportChristian Vonrüti2019-05-26
|/
* Log updates; lots of logging was missing since we moved to the new loggerMatt Godbolt2019-05-16
* Support Intel syntax in ispc. See #1253Matt Godbolt2019-04-06
* Merge branch 'master' into llvmMatt Godbolt2019-03-21
|\
| * addressing issue #1273, ...asynts2019-02-19
| * Fix masm flag detection for ARM compilersAdam Burgess2019-01-22
| * bugfixesPartouf2019-01-10
| * change argument parser for some compilersPartouf2019-01-08
| * fix unittests, add VC argument parser, refactoringPartouf2018-11-10
| * -Partouf2018-10-26
| * +nlPartouf2018-10-26
| * fix strange errorPartouf2018-10-26
| * =Partouf2018-10-26
| * fixPartouf2018-10-26
| * simplifyPartouf2018-10-26
| * |Partouf2018-10-26