You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Matt Godbolt 25f14381b3 Remove c++11 dependency from samples 11 years ago
c-preload Enable Intel compiler on Amazon instance 11 years ago
d Use default gdc install 11 years ago
etc Enable Intel compiler on Amazon instance 11 years ago
examples Remove c++11 dependency from samples 11 years ago
lib Initial import of GCC-Explorer 12 years ago
static Better 11 years ago
test Big fix up of asm filtering. Adds a bunch of tests too. 11 years ago
.gitignore Remove accidentally-added npm-updated file 11 years ago
LICENSE Initial import of GCC-Explorer 12 years ago
Makefile Improve the installation message 11 years ago
Notes.md Work in progress on refactoring 11 years ago
README.md Updated README with the demo site - again 12 years ago
app.js Add support for the D programming language 11 years ago
package.json Add gcc4.8.0 (well, gcc snapshot) to amazon 11 years ago

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!