projects
/
interaspect.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
interaspect.git
2011-03-14
Siddhi Tadpatrikar
Resolved the merge conflicts in src/tracecut.c
commit
|
commitdiff
|
tree
|
snapshot
2011-03-12
Justin Seyster
Installs header files.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-11
Justin Seyster
Adds comprehensive cleanup code.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Justin Seyster
Adds stub for tc_declare_call_symbol().
commit
|
commitdiff
|
tree
|
snapshot
2011-03-09
Siddhi Tadpatrikar
Added the checks for signed/unsigned intergers and...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-08
Justin Seyster
Added some more convenient error handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-03
Justin Seyster
Updates documentation for subtype functions.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-02
Justin Seyster
Merge branch 'cast' into tracecut
commit
|
commitdiff
|
tree
|
snapshot
2011-03-02
Siddhi Tadpatrikar
Adds casting for integer and fp types.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Tracecut advice deletes tuples it doesn't need to store.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Tracecut reports print out param vals.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Tracecut initialize also sends param names to tracecut...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
More useful match reports. Made some functions static.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Tracecut advice compiles rules and reports tracecut...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Changes to NFA code.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Justin Seyster
Adds Russ Cox's awesome regexp DFA implementation.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Justin Seyster
User can provide rules for the tracecut.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Justin Seyster
Events create new tuples and advance existing tuples.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Siddhi Tadpatrikar
Added API functions for checking types of signed and...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-11
Justin Seyster
Collects event params.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-11
Justin Seyster
Adds a tracecut runtime library.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Justin Seyster
Added tracecut test case.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Justin Seyster
Adds API for inserting initialization instrumentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-08
Justin Seyster
Pass a tracecut index with each advice call.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Justin Seyster
Events insert advice to capture bound params.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Justin Seyster
Added type requirement for tracecut params.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Justin Seyster
Added test case for dynval casting.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Justin Seyster
Added functions for casting a dynval to aop_t_all_point...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-05
Justin Seyster
Add tracecut params and ability to bind them to call...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-04
Justin Seyster
Add tracecut pass that can instrument events reference...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
Justin Seyster
Added tc_add_call_symbol() and master tracecut list.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-01
Justin Seyster
Added source files for tracecuts feature.
commit
|
commitdiff
|
tree
|
snapshot
2010-11-23
Justin Seyster
Fixed typos in documentation main page.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Removed debugging printf that shouldn't be there.
release-v1.0
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Removed legacy reference to aop_capture_function_name().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Replaced float96 and float128 with just long_double.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Added helpful note about noinstrument to hello.c example.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Added duplication example plug-in.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Modified duplication test to exercise fixed duplication...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Fixed bug where entry pointcut wouldn't know the filena...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Fixed ugly duplication bug.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Added idea of pre_stmts.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Added advisor to the copyright notices.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Documentation for AOP_TERM_ARG.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-28
Justin Seyster
Changed aop_capture_return_value to aop_capture_call_re...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Justin Seyster
Renamed capture_param functions to capture_call_param.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Justin Seyster
Put aop_get_function_name() in its own group.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Justin Seyster
Fixed incorrect protoype in in-param test case.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Justin Seyster
Modified floating point test case to deal with 12-bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-27
Justin Seyster
Added aop_t_float96(), which is (long double) on 32...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Justin Seyster
Merge branch 'in_param'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Justin Seyster
Modified inparam test case to also test param capture...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-26
Ketan Dixit
Capture param without filtering
commit
|
commitdiff
|
tree
|
snapshot
2010-10-22
Justin Seyster
Fixed some Doxygen typos.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Clarified assignment pointcut docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Documentation for aop_filter_entry_by_name().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Added documentation for noinstrument.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Added aop_t_cstring() convenience function.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Added test case for capturing return value at exit...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Added aop_capture_exit_return_value_by_type().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-21
Justin Seyster
Added filtering and capturing on return value for exit...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Moved some internal functions out of Doxygen docs.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Added AUTHORS files.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Merge branch 'doxygen-style'
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Fixed backwards curly brace. Oops!
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Fixed incorrect typedef definition in automatic headers.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Added test case for passing constants to advice.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Fixed test broken by changing the type for AOP_INST_CST().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Fixed precision-lossy cast to float.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Correctly set types for constant values.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Clarify documentation for AOP_INT_CST.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Renamed AOP_FLOAT_CST() to AOP_DOUBLE_CST().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
No longer need a join point to find out the current...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Added automatic headers group.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Added capture functions group.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Created group for advice insertion functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Created a group for setup functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Move the doc for aop_finish() so that it is visible...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Documentation for entry/exit pointcut matching functions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Clarify documentation for aop_capture_assigned_value().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Removed prototype for obsolete capture function.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Added docs for aop_capture_lineno() and aop_capture_fil...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Removed the internal aop_abort() from documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
Documenation for aop_main() and aop_reigster_pass().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-20
Justin Seyster
New README file. Clarification about Autotools in...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-19
Justin Seyster
Copyright and licensing clarifications. Added runtime...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Justin Seyster
Added LaRS link.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Justin Seyster
Turned off the search engine for now.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-15
Justin Seyster
Updated web site navigation.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Justin Seyster
Fixed bug caused by trying to do casts directly in...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Justin Seyster
Added advice_header.c example plug-in.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Justin Seyster
Added example plug-in to the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Justin Seyster
Added list of structs with lifetimes to documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-11
Justin Seyster
Documented aop_type.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-11
Justin Seyster
Documentation for the aop_pointcut.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Justin Seyster
Merge branch 'in_param'
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Justin Seyster
Updated docs for in_params.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Justin Seyster
Added test case for in_param support on all pointcut...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Justin Seyster
Added in_param filtering to all pointcuts.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-23
Justin Seyster
Fixed check_in_params().
commit
|
commitdiff
|
tree
|
snapshot
next