aboutsummaryrefslogtreecommitdiffstats
path: root/m0/mutator-lvl0.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-29updated m0 for llvm 11. travis should get fixed as well.bloodstalker1-0/+34
2020-03-12just some reformatting for m0bloodstalker1-1417/+625
2020-03-09build fixbloodstalker1-1/+1
2020-03-09build fixbloodstalker1-1/+3
2020-03-09mostly bug fixes for the misra-c rule checkerbloodstalker1-82/+73
2019-12-05fixing m0s builds for all llvm versions, added a windows cygwin build test on...bloodstalker1-11/+27
2019-11-29added libwasm32 as a lua module to bruiser now. you can get a quick wasm dump...bloodstalker1-0/+8
2019-03-19updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen scrip...bloodstalker1-31/+37
2018-11-26introducing cgrep, a new addition to the mutator family. updated the readme f...bloodstalker1-37/+3
2018-09-29with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm 8...bloodstalker1-128/+131
2018-09-27did some code cleanup on m0 and bruiser, now you can specify report paths for...bloodstalker1-340/+143
2018-08-29some cosmetic changes and makefile fixesbloodstalker1-1305/+556
2018-08-19fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i...bloodstalker1-0/+0
2018-04-27relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ...bloodstalker1-1/+1
2018-02-01update [ci skip]bloodstalker1-1/+1
2017-10-21fixing travis buildbloodstalker1-6/+6
2017-10-21minor fixes here and there. also fixed #17bloodstalker1-6/+16
2017-09-20some api-changes handling, along with more text for contribsbloodstalker1-0/+4
2017-09-17fixed some API changes from 6.0bloodstalker1-0/+8
2017-07-16added a pp check due to api changesbloodstalker1-0/+8
2017-07-16revertedbloodstalker1-3/+3
2017-07-16API update changesbloodstalker1-2/+2
2017-05-27added more bad strain extractionsbloodstalker1-30/+73
2017-05-25adding the extraction to some related matchersbloodstalker1-29/+106
2017-05-24added some more mutagen extractionbloodstalker1-5/+76
2017-05-23added xml report classes, there is a problem with a tinyxml2 assert being tri...bloodstalker1-4/+11
2017-05-20added a test for mutagen extractAncestry to make usre it worksbloodstalker1-0/+11
2017-05-18added a new option for mutagen extractionbloodstalker1-2/+3
2017-05-02cosmeticbloodstalker1-1/+1
2017-04-27minor fixesbloodstalker1-11/+19
2017-04-19the end condition doesnt need to be calculated each time, we are not modifyin...bloodstalker1-4/+4
2017-04-15implemented most of the enabling and disabling of rule checks. most of them w...bloodstalker1-154/+401
2017-04-13re-enabled the custom DiagnosticConsumerbloodstalker1-9/+1
2017-04-11chnaged all endls to aline break. i dont really need to flush standard descri...bloodstalker1-199/+205
2017-04-04fixed 2 assert problems and a null-pntr derefrence. added a field declaration...bloodstalker1-26/+68
2017-04-03added pointer declrefexpr tagging for safercppbloodstalker1-2/+45
2017-04-02added a blue-print for SaferCPP's tagging of all native pointersbloodstalker1-1/+43
2017-04-02fixed the temp workarounds for 12.11,10.1 and 10.2. they are proper now.bloodstalker1-10/+49
2017-03-31added checks for getAsPlaceholderType() returning nulluser11-1/+58
2017-03-30added safercpp native array detection, now also detects use of pointers point...bloodstalker1-1/+123
2017-03-29changed the matchers for safercpparr. i still have to add a matcher that reco...bloodstalker1-12/+18
2017-03-16added a new inclusion directive for the new report filesbloodstalker1-0/+1
2017-03-14added the first SaferCPP test. I'll add a doc under docs later on for it.bloodstalker1-1/+76
2017-03-12added a new option for SaferCPlusPlusbloodstalker1-0/+3
2017-03-12was trying to catch an exception that coverity said was being thrown... i can...bloodstalker1-0/+4
2017-03-09nothing worth mentioningbloodstalker1-0/+1
2017-02-28just added a commentbloodstalker1-0/+1
2017-02-27added the missing C1 option, with one more thing i'm trying.bloodstalker1-4/+22
2017-02-26now the option vector is being populated and updated correctly based on the i...bloodstalker1-6/+6
2017-02-23fixes for StringOptionsParser. not done yet.bloodstalker1-31/+62