aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/autogen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-194-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.
* introducing cgrep, a new addition to the mutator family. updated the readme ↵bloodstalker2018-11-261-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.
* fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker2018-10-064-35/+12
| | | | on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
* more bug fixesbloodstalker2018-10-041-3/+3
|
* wip, testing the wasm setters. most of them are working now.bloodstalker2018-10-041-2/+2
|
* wip, working on fixing the setters, need to test all of them to see if they ↵bloodstalker2018-10-031-1/+1
| | | | are working.some of them are working now.
* added tests for wasm setters, faultreiber and tablegen now use the same xml ↵bloodstalker2018-10-025-350/+2
| | | | file. makes things more consistent
* fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker2018-10-011-2/+2
| | | | demo file called wasmtest under lua-scripts if you wanna see what we have so far.
* some more fixes, mainly for tablegen and fualtreiber, will check later to ↵bloodstalker2018-09-302-68/+142
| | | | make sure everything is working correctly
* getting there. half the wasm stuff are working. you can run demo4 to seebloodstalker2018-09-241-25/+25
|
* travis fixbloodstalker2018-09-202-2/+2
|
* forgot the new xml filebloodstalker2018-09-201-0/+174
|
* WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker2018-09-202-2/+2
| | | | fine. need more testing to do.
* still WIPbloodstalker2018-09-185-27/+41
|
* a quick fixbloodstalker2018-09-161-1/+1
|
* WIPbloodstalker2018-09-164-144/+262
|
* begenning to integrate and test both the codegens. run git pull for ↵bloodstalker2018-09-107-0/+731
faultreiber and tablegen.