aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/argument-parsers.js
Commit message (Collapse)AuthorAge
...
| * [,]Partouf2018-10-26
| |
| * =Partouf2018-10-26
| |
| * <>Partouf2018-10-26
| |
| * -O<number>Partouf2018-10-26
| |
| * back to basePartouf2018-10-26
| |
| * skip on empty linesPartouf2018-10-26
| |
| * fix regexPartouf2018-10-26
| |
| * add more descriptionPartouf2018-10-26
| |
| * include descriptionPartouf2018-10-26
| |
| * in compilerPartouf2018-10-26
| |
| * listing of possible argumentsPartouf2018-10-26
| |
* | [LLVM] Add LLVM IR viewRabsRincon2018-11-28
|/ | | | - commit by @RabsRincon
* Drop underscore-node in favour of underscore.jsRabsRincon2018-06-15
| | | | | | | | | After some suprises about how outdated the node version was compared to the main project, it became clear we needed to do something. @jaredwy suggested using the main project as there's now nothing stopping us from using it after the switch to webpack. cc @mattgodbolDrop underscore-node in favour of underscore.js
* * Adjust ICC 18 GCC versionRabsRincon2018-04-07
| | | | | Removes some leftover debug statements Fixes #895
* Fix #892RabsRincon2018-04-03
|
* Fix copyright dates and normalize textRabsRincon2018-02-27
|
* Format codeRabsRincon2018-01-18
|
* ES6fy compilers inheritanceRabsRincon2018-01-18
|
* New year, new dateRabsRincon2018-01-01
|
* Parse out colourisation options and default them on. Add tests. See #687Matt Godbolt2017-12-19
|
* gccdump: disable view when invalid compiler selectedMarc Poulhiès2017-12-08
| | | | | | | | | | | | | Try to disable view's UI when an invalid compiler (ie. non-GCC) is selected after the view is opened. Also changed the hover tip for gccdump to be more homogeneous with other buttons. Simplifies some dom filtering statements. Remove workaround for module creation order that has been fixed by 2eb2b16d2969c73a19bfb250624124aba9b387ec fix #638
* Fix some minor issues with compiler type determination.Matt Godbolt2017-07-12
| | | | | | | | | | | Remove 'compiler.type' in favour of the comiler itself being given an option to say what type it is. Default for that does the same guess that the old code did (plus some bug fixes). Fixed up (I hope!) some of the parsing of the output. I should write some tests really. CC @jaredw for further comment
* Made some changes to the way we parse arguments as a stab at a start of a ↵jaredwy2017-07-03
meta data gatherer