aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/faultreiber (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen ↵bloodstalker2019-03-191-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.
* fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ↵bloodstalker2018-10-061-0/+0
| | | | on how clang encodes wasm objects. todo: test custom section getters and setters, garbage collection, repacking
* fixed some more bugs on tablegen and faultreiber's side. you can run the ↵bloodstalker2018-10-011-0/+0
| | | | 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-301-0/+0
| | | | make sure everything is working correctly
* WIP, update faultreiber and tablegen again. we're getting the tables just ↵bloodstalker2018-09-201-0/+0
| | | | fine. need more testing to do.
* still WIPbloodstalker2018-09-181-0/+0
|
* WIPbloodstalker2018-09-161-0/+0
|
* begenning to integrate and test both the codegens. run git pull for ↵bloodstalker2018-09-101-0/+0
| | | | faultreiber and tablegen.
* updating faultreiber and tablegen to their respective latest commitsbloodstalker2018-08-181-0/+0
|
* faultreiber is a submodule now. it generates binary file format parsers in ↵bloodstalker2018-08-081-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.