Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | now i can get the symbol names, next thing is to load the object code up in ↵ | bloodstalker | 2017-10-29 | 2 | -8/+117 | |
| | | | | bruiser... | |||||
* | forgot this one | bloodstalker | 2017-10-28 | 1 | -0/+30 | |
| | ||||||
* | palying around with executbales and sos | bloodstalker | 2017-10-28 | 3 | -8/+278 | |
| | ||||||
* | playing around with libbfd | bloodstalker | 2017-10-26 | 4 | -1/+61 | |
| | ||||||
* | fixes #18 | bloodstalker | 2017-10-21 | 1 | -2/+12 | |
| | ||||||
* | fixing travis build | bloodstalker | 2017-10-21 | 2 | -7/+7 | |
| | ||||||
* | fixing travis... | bloodstalker | 2017-10-21 | 1 | -4/+3 | |
| | ||||||
* | fixing the broken build. something's outdated. lets hope its not gcc... | bloodstalker | 2017-10-21 | 1 | -2/+2 | |
| | ||||||
* | trying to fix the github pages | bloodstalker | 2017-10-21 | 1 | -0/+1 | |
| | ||||||
* | minor fixes here and there. also fixed #17 | bloodstalker | 2017-10-21 | 7 | -28/+51 | |
| | ||||||
* | some api-changes handling, along with more text for contribs | bloodstalker | 2017-09-20 | 4 | -1/+12 | |
| | ||||||
* | added some stuff into contributions.md | bloodstalker | 2017-09-20 | 1 | -0/+16 | |
| | ||||||
* | maintenance stuff | bloodstalker | 2017-09-20 | 3 | -1/+8 | |
| | ||||||
* | updated | bloodstalker | 2017-09-20 | 1 | -10/+10 | |
| | ||||||
* | added a table of content | bloodstalker | 2017-09-20 | 1 | -5/+31 | |
| | ||||||
* | not much | bloodstalker | 2017-09-17 | 1 | -0/+2 | |
| | ||||||
* | changed the latest tested trunk of llvm-clang to 312884 | bloodstalker | 2017-09-17 | 1 | -1/+1 | |
| | ||||||
* | fixed some API changes from 6.0 | bloodstalker | 2017-09-17 | 1 | -0/+8 | |
| | ||||||
* | updated | bloodstalker | 2017-08-23 | 2 | -7/+11 | |
| | ||||||
* | repurposing m2 into something im gonna play around with to check some ideas | bloodstalker | 2017-08-09 | 1 | -2/+44 | |
| | ||||||
* | 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 | |||||
* | new lua test file for bruiser | bloodstalker | 2017-07-29 | 1 | -0/+24 | |
| | ||||||
* | new command | bloodstalker | 2017-07-29 | 1 | -1/+2 | |
| | ||||||
* | new command | bloodstalker | 2017-07-29 | 1 | -4/+5 | |
| | ||||||
* | new command | bloodstalker | 2017-07-29 | 1 | -2/+31 | |
| | ||||||
* | updated | bloodstalker | 2017-07-29 | 1 | -1/+1 | |
| | ||||||
* | more tests | bloodstalker | 2017-07-29 | 1 | -2/+53 | |
| | ||||||
* | smoke test for m0 cpp | bloodstalker | 2017-07-29 | 3 | -0/+127 | |
| | ||||||
* | Merge branch 'master' of https://github.com/bloodstalker/mutator | bloodstalker | 2017-07-29 | 1 | -18/+106 | |
|\ | ||||||
| * | added basic support for specifying multiple source files | duneroadrunner | 2017-07-23 | 1 | -18/+106 | |
| | | ||||||
* | | trying to add header sensitivity | bloodstalker | 2017-07-29 | 1 | -1/+10 | |
| | | ||||||
* | | new command | bloodstalker | 2017-07-29 | 1 | -0/+1 | |
| | | ||||||
* | | added a couple if tiny things | bloodstalker | 2017-07-29 | 1 | -4/+47 | |
| | | ||||||
* | | fixed | bloodstalker | 2017-07-29 | 1 | -2/+6 | |
| | | ||||||
* | | changed back | bloodstalker | 2017-07-29 | 1 | -2/+2 | |
| | | ||||||
* | | updated | bloodstalker | 2017-07-29 | 1 | -1/+1 | |
|/ | ||||||
* | test scripts for the precommit script to run, mainly copies of ↵ | bloodstalker | 2017-07-23 | 2 | -0/+57 | |
| | | | | mutation-example and testfile1 lua scripts | |||||
* | added bruiser smoke tests | bloodstalker | 2017-07-23 | 1 | -3/+51 | |
| | ||||||
* | 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 | |
| | ||||||
* | wip | bloodstalker | 2017-07-16 | 1 | -6/+103 | |
| | ||||||
* | added a pp check due to api changes | bloodstalker | 2017-07-16 | 1 | -0/+8 | |
| | ||||||
* | added a pp check due to api changes | bloodstalker | 2017-07-16 | 1 | -0/+4 | |
| | ||||||
* | reverted | bloodstalker | 2017-07-16 | 1 | -7/+3 | |
| | ||||||
* | reverted | bloodstalker | 2017-07-16 | 1 | -3/+3 | |
| | ||||||
* | updated | bloodstalker | 2017-07-16 | 1 | -0/+1 | |
| | ||||||
* | updated | bloodstalker | 2017-07-16 | 1 | -4/+9 | |
| |