Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introducing cgrep, a new addition to the mutator family. updated the readme ↵ | bloodstalker | 2018-11-26 | 1 | -0/+14 |
| | | | | 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. | ||||
* | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵ | bloodstalker | 2018-08-19 | 2 | -21/+147 |
| | | | | its own folder. | ||||
* | makefile update or they kinda do what they were supposed to do | bloodstalker | 2018-02-01 | 1 | -1/+9 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | added automatic merging of modifications from different translation | duneroadrunner | 2017-08-06 | 1 | -2/+118 |
| | | | units and replacement of the original source files | ||||
* | added some support for struct declarations | duneroadrunner | 2017-08-02 | 1 | -19/+204 |
| | |||||
* | extended support of the "address of" operator to variable initializer | duneroadrunner | 2017-07-30 | 1 | -21/+30 |
| | | | expressions | ||||
* | added basic support for specifying multiple source files | duneroadrunner | 2017-07-23 | 1 | -18/+106 |
| | |||||
* | added ASTFrontendActionCompatibilityWrapper1 class to handle an api | duneroadrunner | 2017-07-18 | 1 | -11/+12 |
| | | | | | difference in different versions of the llvm library | ||||
* | oops, fixed broken preprocessor condition for | duneroadrunner | 2017-07-18 | 1 | -15/+5 |
| | | | switching BeginSourceFileAction() interfaces | ||||
* | investigating the importation of translation units into the current ast | duneroadrunner | 2017-07-18 | 1 | -33/+261 |
| | |||||
* | added a pp check due to api changes | bloodstalker | 2017-07-16 | 1 | -0/+4 |
| | |||||
* | changed the translation to use the updated legacy helper macros | duneroadrunner | 2017-07-04 | 1 | -27/+46 |
| | |||||
* | changed the default value of ConvertToSCPP to true | duneroadrunner | 2017-06-27 | 1 | -3/+3 |
| | |||||
* | just added support for the case where pointers are used as range | duneroadrunner | 2017-06-24 | 1 | -6/+58 |
| | | | | arguments for vector::insert() | ||||
* | added handling of constructor initializers | duneroadrunner | 2017-06-23 | 1 | -68/+148 |
| | |||||
* | updated so that processing of declarations with initializers can handle | duneroadrunner | 2017-06-17 | 1 | -110/+269 |
| | | | all the same cases as the processing of assignment operations | ||||
* | added insertion of "#include" directives | user1 | 2017-06-09 | 1 | -184/+281 |
| | |||||
* | fixed a (just introduced) bug in MCSSSParameterPassing in which only the | user1 | 2017-06-07 | 1 | -4/+3 |
| | | | first parameter gets processed | ||||
* | changed "Assignment Target Constrains Address of Array Subscript Expr" | user1 | 2017-06-06 | 1 | -126/+287 |
| | | | | to register the expressions it modifies | ||||
* | a bunch of stuff, including handling of fread and fwrite | user1 | 2017-05-27 | 1 | -789/+2015 |
| | |||||
* | added support for the case when a function argument expression is the | user1 | 2017-05-11 | 1 | -157/+291 |
| | | | address of an array subscript | ||||
* | added inital support for auto translation of function declarations | user1 | 2017-05-04 | 1 | -176/+794 |
| | |||||
* | added type inferencing from function parameter passing | user1 | 2017-04-28 | 1 | -88/+337 |
| | |||||
* | changed the implementation of | user1 | 2017-04-24 | 1 | -48/+419 |
| | | | | | CConditionalOperatorReconciliation2ReplacementAction due to issues with the libtooling library sometimes truncating expressions when a subexpression is replaced (and lengthened) | ||||
* | added handling of conditional initializers | user1 | 2017-04-21 | 1 | -338/+646 |
| | |||||
* | added (initial) handling of "conditional initializers" and also | user1 | 2017-04-18 | 1 | -503/+696 |
| | | | | memset/memcpy | ||||
* | added (simple, not necessarily general) translation of memset() | user1 | 2017-04-14 | 1 | -56/+419 |
| | |||||
* | changed to handle all levels of indirection when translating declared | user1 | 2017-04-13 | 1 | -1202/+1273 |
| | | | | objects | ||||
* | updated | bloodstalker | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator.git | user1 | 2017-03-30 | 1 | -0/+5 |
|\ | |||||
| * | added the frtti option,added a check for rtti before trying ot build it | bloodstalker | 2017-03-29 | 1 | -0/+5 |
| | | |||||
* | | some progress on auto-conversion of arrays | user1 | 2017-03-30 | 1 | -1434/+1808 |
|/ | |||||
* | enabled writing the changes out to the input file, some translation | user1 | 2017-03-28 | 1 | -266/+136 |
| | | | improvements and code cleanup | ||||
* | preliminary auto-conversion of native arrays | user1 | 2017-03-27 | 1 | -1/+2120 |
| | |||||
* | moved macros inside macros.mk | bloodstalker | 2017-03-24 | 1 | -87/+0 |
| | |||||
* | the header | bloodstalker | 2017-03-16 | 1 | -0/+33 |
| | |||||
* | the source file | bloodstalker | 2017-03-16 | 1 | -0/+98 |
| | |||||
* | the makefile | bloodstalker | 2017-03-16 | 1 | -0/+114 |
| | |||||
* | the compilation databases | bloodstalker | 2017-03-16 | 1 | -0/+7 |