2012-06-26 |
Andrew Bernat | Additional merge fixes |
tree | commitdiff |
2012-06-26 |
Andrew Bernat | Merge branch 'patchapi_snippet' into merge |
tree | commitdiff |
2012-06-22 |
Andrew Bernat | Fix uninitialized PatchAPI member data |
tree | commitdiff |
2012-06-21 |
Andrew Bernat | Preliminary merge work |
tree | commitdiff |
2012-02-23 |
Andrew Bernat | Merge fixes |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Merge branch 'master' into patchapi_snippet |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Modify PatchAPI CFG interface to conform with naming... |
tree | commitdiff |
2012-02-22 |
Andrew Bernat | Modify PatchAPI CFG interface to conform with naming... |
tree | commitdiff |
2012-02-08 |
Andrew Bernat | Various bugfixes |
tree | commitdiff |
2012-02-06 |
Andrew Bernat | Some collected fixes: |
tree | commitdiff |
2012-02-06 |
Andrew Bernat | Some collected fixes: |
tree | commitdiff |
2012-01-30 |
Andrew Bernat | Remove a lot of warnings. |
tree | commitdiff |
2012-01-13 |
Andrew Bernat | Merge branch 'master' into patchapi_snippet |
tree | commitdiff |
2012-01-11 |
Kevin Roundy | Fixed non-portable debugging and removed output |
tree | commitdiff |
2012-01-11 |
Andrew Bernat | Minor bugfixes |
tree | commitdiff |
2012-01-11 |
Kevin Roundy | Cleanup, bugfixes, & Merge branch 'master' of ssh:... |
tree | commitdiff |
2012-01-11 |
Andrew Bernat | markModified functions should be virtual. |
tree | commitdiff |
2012-01-10 |
Andrew Bernat | Add a "mark modified" to PatchAPI to handle CFG modific... |
tree | commitdiff |
2012-01-10 |
Andrew Bernat | Fix a bug with replacing functions in a dependent library. |
tree | commitdiff |
2012-01-09 |
Kevin Roundy | Fixes compile error and Merge branch 'Defensive' of... |
tree | commitdiff |
2012-01-09 |
Kevin Roundy | Fixes bug, cleans code, and Merge branch 'master' of... |
tree | commitdiff |
2012-01-09 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2012-01-09 |
Kevin Roundy | Stable defensive branch |
tree | commitdiff |
2011-12-17 |
Andrew Bernat | Fixes from Matt; also, several compiler warnings fixed... |
tree | commitdiff |
2011-12-17 |
Andrew Bernat | Merge branch 'master' into patchapi_snippet |
tree | commitdiff |
2011-12-15 |
Madhavi Krishnan | Enabling ppc64 BGQ testsuite |
tree | commitdiff |
2011-12-15 |
Andrew Bernat | IA-64 fixes. Definitely not a fix of a braindead bug. |
tree | commitdiff |
2011-12-15 |
Andrew Bernat | Three bug fixes and a lot of warning removals. |
tree | commitdiff |
2011-12-15 |
Kevin Roundy | Various fixes, mostly affecting defensive mode |
tree | commitdiff |
2011-12-14 |
Andrew Bernat | Quick fixes for code insertion. |
tree | commitdiff |
2011-12-12 |
Andrew Bernat | Changed ParseAPI insertion interface to return the... |
tree | commitdiff |
2011-12-01 |
Andrew Bernat | Initialize size_ correctly when constructing a Buffer. |
tree | commitdiff |
2011-12-01 |
Andrew Bernat | Fix empty() in Buffer |
tree | commitdiff |
2011-11-28 |
Andrew Bernat | Fix broken per-function instruction-level Point creatio... |
tree | commitdiff |
2011-11-21 |
Andrew Bernat | Updated docs |
tree | commitdiff |
2011-11-21 |
Andrew Bernat | Add "current address" field to a Buffer. |
tree | commitdiff |
2011-11-18 |
Kevin Roundy | debug output cleanup |
tree | commitdiff |
2011-11-18 |
Kevin Roundy | 4 fixes that mostly affect defensive mode |
tree | commitdiff |
2011-11-16 |
Andrew Bernat | Revert "Merge branch 'liveness' into master_copy" |
tree | commitdiff |
2011-11-16 |
Andrew Bernat | A variety of bugfixes. |
tree | commitdiff |
2011-11-16 |
Andrew Bernat | Initial commit: make ASTs a Snippet subclass. Also... |
tree | commitdiff |
2011-11-16 |
Wenbin Fang | This commit is to add an interface: virtual bool PatchA... |
tree | commitdiff |
2011-11-16 |
legendre1 | Fix PatchAPI header file install |
tree | commitdiff |
2011-11-16 |
Xiaozhu Meng | Merge branch 'liveness' into master_copy |
tree | commitdiff |
2011-11-15 |
Xiaozhu Meng | Prototype of DataflowAPI liveness analysis |
tree | commitdiff |
2011-11-09 |
Andrew Bernat | Hacks and various nasty things necessary to get PLDI... |
tree | commitdiff |
2011-10-28 |
Kevin Roundy | overwrite functions, springboard, edge redirection... |
tree | commitdiff |
2011-10-26 |
Wenbin Fang | This commit is to add an interface: virtual bool PatchA... |
tree | commitdiff |
2011-10-19 |
legendre1 | Fix PatchAPI header file install |
tree | commitdiff |
2011-10-18 |
Wenbin Fang | Change the PatchAPI::Snippet interface to support multi... |
tree | commitdiff |
2011-09-30 |
Kevin Roundy | retstatus CB timing, block-by-entry lookup, block split |
tree | commitdiff |
2011-09-21 |
Wenbin Fang | Fix some compilation errors on Windows. |
tree | commitdiff |
2011-09-16 |
Madhavi Krishnan | BGQ rewriter initial commit |
tree | commitdiff |
2011-09-01 |
Kevin Roundy | CFG-modification, instrumentation & springboard corner... |
tree | commitdiff |
2011-08-31 |
Wenbin Fang | Update the patchAPI manual and change a method name... |
tree | commitdiff |
2011-08-29 |
Andrew Bernat | Add Dyninst->PatchAPI interface calls. |
tree | commitdiff |
2011-08-28 |
Wenbin Fang | Make the usage of pointer and shared_pointer consistent... |
tree | commitdiff |
2011-08-26 |
Andrew Bernat | PatchAPI documentation updates. |
tree | commitdiff |
2011-08-24 |
Wenbin Fang | A complete draft of patchapi manual is done. |
tree | commitdiff |
2011-08-23 |
Wenbin Fang | Update patchAPI document. |
tree | commitdiff |
2011-08-23 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-08-23 |
Andrew Bernat | Merge branch 'master' into Defensive |
tree | commitdiff |
2011-08-23 |
Wenbin Fang | The title page shows correctly in patchapi manual |
tree | commitdiff |
2011-08-23 |
Wenbin Fang | A clean framework for writing patchapi document. |
tree | commitdiff |
2011-08-23 |
Andrew Bernat | Merge branch 'Defensive' |
tree | commitdiff |
2011-08-23 |
Andrew Bernat | PatchAPI documentation |
tree | commitdiff |
2011-08-18 |
Andrew Bernat | Function wrapping implementation and Symtab extensions... |
tree | commitdiff |
2011-08-15 |
Wenbin Fang | This commit is to remove the "#include" of non-public... |
tree | commitdiff |
2011-08-12 |
Andrew Bernat | Export PatchAPI public includes; fix compile errors... |
tree | commitdiff |
2011-08-12 |
Kevin Roundy | - fixes BPatch_basicBlock::getSources, which was iterat... |
tree | commitdiff |
2011-08-12 |
Andrew Bernat | Function wrapping fixes |
tree | commitdiff |
2011-08-10 |
Andrew Bernat | New function wrapping prototype |
tree | commitdiff |
2011-08-09 |
Kevin Roundy | block & function removal and relocation fixes |
tree | commitdiff |
2011-08-05 |
Kevin Roundy | function & block removal |
tree | commitdiff |
2011-08-03 |
Kevin Roundy | bugfixes and missing files in vcproj files |
tree | commitdiff |
2011-08-02 |
Wenbin Fang | This commit is to fix the bug due to some typos in... |
tree | commitdiff |
2011-07-29 |
Kevin Roundy | various fixes that come up only occasionally |
tree | commitdiff |
2011-07-29 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-07-29 |
Andrew Bernat | Add PatchAPI modification capability |
tree | commitdiff |
2011-07-27 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-07-27 |
Andrew Bernat | Fix a bug where we could create a Call point for a... |
tree | commitdiff |
2011-07-27 |
Kevin Roundy | Merge branch 'Defensive' of ssh://coriander.cs.wisc... |
tree | commitdiff |
2011-07-27 |
Kevin Roundy | Various fixes, half in defensive-mode code, half not |
tree | commitdiff |
2011-07-27 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-07-14 |
Wenbin Fang | Fixed compilation failure of dyninst and patchapi on... |
tree | commitdiff |
2011-07-14 |
Wenbin Fang | Fixed compilation failure of dyninst and patchapi on... |
tree | commitdiff |
2011-07-14 |
Andrew Bernat | Add a test for inserting new code into the middle of... |
tree | commitdiff |
2011-07-14 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-07-14 |
Kevin Roundy | Merge branch 'Defensive' of ssh://coriander.cs.wisc... |
tree | commitdiff |
2011-07-14 |
Kevin Roundy | splits, hybrid instrum'n, pads, edges, point-address... |
tree | commitdiff |
2011-07-13 |
Andrew Bernat | Added functionality: inserting a binary buffer into... |
tree | commitdiff |
2011-07-08 |
Andrew Bernat | Fork bugfixes. |
tree | commitdiff |
2011-07-07 |
Andrew Bernat | Fix a couple of bugs related to ParseAPI->PatchAPI... |
tree | commitdiff |
2011-07-07 |
Kevin Roundy | Merge branch 'Defensive' of ssh://git.dyninst.org/pub... |
tree | commitdiff |
2011-07-07 |
Kevin Roundy | Fixes compile errors |
tree | commitdiff |
2011-07-06 |
Andrew Bernat | Implement edge redirection as a PatchAPI capability |
tree | commitdiff |
2011-07-05 |
Kevin Roundy | Merge branch 'Defensive' of ssh://coriander.cs.wisc... |
tree | commitdiff |
2011-07-05 |
Kevin Roundy | Fixes incremental parsing of new edges |
tree | commitdiff |
2011-07-05 |
Andrew Bernat | Fix several bugs related to block splitting; add CFG... |
tree | commitdiff |
2011-07-05 |
Andrew Bernat | PatchAPI consistency checks; disable ParseThat from... |
tree | commitdiff |
next |