Go to file
Matt Godbolt 914ea38364 Tweak to use latest node, and detached child process which hopefully will prevent process killing issues 2013-06-06 21:01:07 -05:00
c-preload Enable Intel compiler on Amazon instance 2012-11-05 10:19:08 -06:00
d Use default gdc install 2012-09-20 21:58:07 -05:00
etc Tweak to use latest node, and detached child process which hopefully will prevent process killing issues 2013-06-06 21:01:07 -05:00
examples Remove c++11 dependency from samples 2012-11-26 08:09:15 -06:00
lib Initial import of GCC-Explorer 2012-05-22 21:07:40 -05:00
static oops 2013-02-09 17:02:24 -06:00
test Big fix up of asm filtering. Adds a bunch of tests too. 2012-07-03 15:45:45 -05:00
.gitignore Remove accidentally-added npm-updated file 2012-07-24 15:54:42 -05:00
LICENSE Initial import of GCC-Explorer 2012-05-22 21:07:40 -05:00
Makefile Improve the installation message 2012-10-30 08:25:38 -05:00
Notes.md Update notes 2013-06-06 21:01:07 -05:00
README.md Updated README with the demo site - again 2012-05-24 10:54:46 -05:00
app.js Tweak to use latest node, and detached child process which hopefully will prevent process killing issues 2013-06-06 21:01:07 -05:00
package.json Tweak to use latest node, and detached child process which hopefully will prevent process killing issues 2013-06-06 21:01:07 -05:00

README.md

GCC Explorer

GCC Explorer is an interactive compiler. The left-hand pane shows editable C/C++ code. The right, the assembly output of having compiled the code with a given compiler and settings.

Try out the demo site!