aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/faultreiber (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-19updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker1-0/+0
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-10-06fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker1-0/+0
on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
2018-10-01fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker1-0/+0
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 ↵bloodstalker1-0/+0
make sure everything is working correctly
2018-09-20WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker1-0/+0
fine. need more testing to do.
2018-09-18still WIPbloodstalker1-0/+0
2018-09-16WIPbloodstalker1-0/+0
2018-09-10begenning to integrate and test both the codegens. run git pull for ↵bloodstalker1-0/+0
faultreiber and tablegen.
2018-08-18updating faultreiber and tablegen to their respective latest commitsbloodstalker1-0/+0
2018-08-08faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker1-0/+0
C. the memory management side of faultreiber is not implemented yet since im on the fence on how to do it. faultreiber along with tablegen will completely automate the process of adding new file formats to bruiser.