aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/autogen (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-05fixing m0s builds for all llvm versions, added a windows cygwin build test ↵bloodstalker2-0/+8
on appveyor
2019-03-19updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker4-19/+28
scripts for bruiser. the set methods are now working properly. i just have to figure out how I want to handle the get methods. the dev will be mostly on the codegen scripts side like for the past months for briser. if the builds returns weird results for tests or just in general, run make clean, get rid of the .depend files and rebuild again. I had that problem with obfuscator. the old compilation database was somehow bad.
2018-11-26introducing cgrep, a new addition to the mutator family. updated the readme ↵bloodstalker1-6/+6
for bruiser. some minor changes to the wasm setter test script. things look more or less fine. i still need to add a repackage function to faultreiber.
2018-10-06fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker4-35/+12
on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
2018-10-04more bug fixesbloodstalker1-3/+3
2018-10-04wip, testing the wasm setters. most of them are working now.bloodstalker1-2/+2
2018-10-03wip, working on fixing the setters, need to test all of them to see if they ↵bloodstalker1-1/+1
are working.some of them are working now.
2018-10-02added tests for wasm setters, faultreiber and tablegen now use the same xml ↵bloodstalker5-350/+2
file. makes things more consistent
2018-10-01fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker1-2/+2
demo file called wasmtest under lua-scripts if you wanna see what we have so far.
2018-09-30some more fixes, mainly for tablegen and fualtreiber, will check later to ↵bloodstalker2-68/+142
make sure everything is working correctly
2018-09-24getting there. half the wasm stuff are working. you can run demo4 to seebloodstalker1-25/+25
2018-09-20travis fixbloodstalker2-2/+2
2018-09-20forgot the new xml filebloodstalker1-0/+174
2018-09-20WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker2-2/+2
fine. need more testing to do.
2018-09-18still WIPbloodstalker5-27/+41
2018-09-16a quick fixbloodstalker1-1/+1
2018-09-16WIPbloodstalker4-144/+262
2018-09-10begenning to integrate and test both the codegens. run git pull for ↵bloodstalker7-0/+731
faultreiber and tablegen.