summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* PR for Rename sexpr-wasm binaries #100 (#102)Kwadwo 'Que' Amankwa2016-09-211-1/+1
* remove squirrel stuffBen Smith2016-09-061-1/+1
* move cmake options to the top of the fileBen Smith2016-05-031-6/+4
* ubsan should trap on errorBen Smith2016-05-021-1/+3
* ubsan build, need to fix one bugBen Smith2016-05-021-2/+5
* remove generation date from prebuilt re2c lexerBen Smith2016-04-281-1/+1
* rename Lexer -> AstLexer, Parser -> AstParserBen Smith2016-04-281-5/+5
* lex using re2c instead of flexBen Smith2016-04-211-8/+8
* emscripten build, w/ library bindingsBen Smith2016-04-171-2/+6
* squirrel interpreter works for simple casesBen Smith2016-04-111-1/+1
* wasm interpreterBen Smith2016-04-021-1/+1
* add afl-fuzzing setup again to MakefileBen Smith2016-04-011-2/+7
* clean up Makefile and CMakeLists.txtBen Smith2016-04-011-62/+71
* rename wasm-objdump -> wasm-wastBen Smith2016-03-211-1/+1
* rebase of a bunch of early work on binary readingBen Smith2016-03-211-1/+1
* Add options to build without GTest submoduleBen Smith2016-03-211-0/+2
* Add options to build without GTest submoduleBen Smith2016-03-211-1/+8
* add option to build using ninja CMake generatorBen Smith2016-03-201-6/+18
* rewrite hexfloat_test w/ gtestBen Smith2016-03-191-3/+4
* Makefile can conveniently build multiple executablesBen Smith2016-03-161-9/+11
* add back "make clean" phony targetBen Smith2016-03-131-0/+4
* build CMakeLists w/out building flex/bisonBen Smith2016-03-121-1/+8
* add 32-bit build for gccBen Smith2016-03-121-1/+6
* make --no-print-directory is less verboseBen Smith2016-03-121-2/+2
* move prebuild flex/bison to src/prebuiltBen Smith2016-03-121-0/+10
* update README, add test-everything to MakefileBen Smith2016-03-121-0/+6
* CMake build worksBen Smith2016-03-121-107/+70
* add optimized buildBen Smith2016-02-261-1/+7
* rename parser -> bison-parser, lexer -> flex-lexerBen Smith2016-02-241-7/+7
* move AST stuff to wasm-ast.{c,h}Ben Smith2016-02-241-1/+2
* implement stack allocator, WasmAllocator interfaceBen Smith2016-02-241-1/+1
* [fuzz] add fuzz build, and gcc fixes so it buildsBen Smith2016-02-141-0/+18
* use hash tables for bindingsBen Smith2016-02-131-1/+1
* refactor Makefile to use macroBen Smith2016-01-061-35/+44
* add license header to sourcesBen Smith2016-01-051-0/+16
* remove trailing slash from "out" in MakefileBen Smith2015-12-241-1/+1
* use wasm_ prefix instead of yy in bison/flexBen Smith2015-12-031-1/+1
* destroy script before exitingBen Smith2015-12-031-2/+2
* rename WasmBinaryWriter -> WasmWriter, and moveBen Smith2015-12-031-1/+1
* WIP code for writing v8-native binaryBen Smith2015-12-031-1/+2
* check ASTBen Smith2015-12-031-1/+1
* move vector stuff to wasm-vector.{c,h}Ben Smith2015-12-031-1/+1
* remove wasm-lexer.hBen Smith2015-12-031-1/+1
* fix clang buildBen Smith2015-12-031-7/+5
* move main function to sexpr-wasm.cBen Smith2015-12-031-12/+3
* rename wasm-tokens.h -> wasm2.h, fix parser depsBen Smith2015-12-031-3/+9
* generate tokens from bisonBen Smith2015-12-031-3/+6
* lexer using flexBen Smith2015-12-031-1/+7
* rename hash.* -> wasm-keywords.*Ben Smith2015-10-051-1/+1
* add test-everything make targetBen Smith2015-09-251-0/+3