interaspect.git
2010-10-20 Justin SeysterAdded test case for passing constants to advice.
2010-10-20 Justin SeysterFixed test broken by changing the type for AOP_INST_CST().
2010-10-20 Justin SeysterFixed precision-lossy cast to float.
2010-10-20 Justin SeysterCorrectly set types for constant values.
2010-10-20 Justin SeysterClarify documentation for AOP_INT_CST.
2010-10-20 Justin SeysterRenamed AOP_FLOAT_CST() to AOP_DOUBLE_CST().
2010-10-20 Justin SeysterNo longer need a join point to find out the current...
2010-10-20 Justin SeysterNew README file. Clarification about Autotools in...
2010-10-19 Justin SeysterCopyright and licensing clarifications. Added runtime...
2010-10-13 Justin SeysterFixed bug caused by trying to do casts directly in...
2010-09-23 Justin SeysterMerge branch 'in_param'
2010-09-23 Justin SeysterUpdated docs for in_params.
2010-09-23 Justin SeysterAdded test case for in_param support on all pointcut...
2010-09-23 Justin SeysterAdded in_param filtering to all pointcuts.
2010-09-23 Justin SeysterFixed check_in_params().
2010-09-23 Justin SeysterAdded test case for inparams.
2010-09-23 Justin SeysterFixed uninitialized variable warning.
2010-09-22 Ketan DixitGeneric param capture for pointcut
2010-09-09 Justin SeysterDistributor prototypes now appear in header files....
2010-09-09 Justin SeysterAdded duplication test case.
2010-09-09 Justin SeysterAdded noinstrument attribute (with test case).
2010-09-08 Justin SeysterAssign join points also do not instrument advice calls.
2010-09-08 Justin SeysterMake sure not to instrument calls to advice functions.
2010-09-08 Justin SeysterFixed aop_register_pass() order.
2010-09-08 Justin SeysterAdded a new initialization pass.
2010-09-08 Justin SeysterMerge branch 'autoheaders'
2010-09-07 Justin SeysterCheck prototypes for struct/union/enum types testcase.
2010-09-07 Justin SeysterCheck prototypes for pointer types testcase.
2010-09-07 Justin SeysterCheck prototypes for float types testcase.
2010-09-07 Justin SeysterMake int types test case use aop_finish() for writing...
2010-09-07 Justin SeysterAdded aop_finish().
2010-09-06 Justin SeysterAdded header generation to int types test case.
2010-09-06 Justin SeysterFixed incorrect qsort comparitor. Removed annoying...
2010-09-06 Justin Seysterrun-testcase.py can check the output of an automatic...
2010-09-04 Justin SeysterAdded a way to see arguments passed to the GCC command...
2010-09-03 Justin SeysterMerge branch 'master' into autoheaders
2010-09-03 Justin SeysterMerge branch 'testcases'
2010-09-03 Justin SeysterRewrote format_c_type() to deal with all aop_type objects.
2010-09-03 Justin Seysterget_param_types() no longer balks at AOP_STR_CST()...
2010-09-03 Justin SeysterTurns out you're supposed to NULL terminate linked...
2010-09-02 Justin SeysterFix: allocating just a pointer instead of the whole...
2010-09-02 Justin SeysterMerge branch 'master' into autoheaders
2010-09-02 Justin SeysterAdded struct/union/enum types test.
2010-09-02 Justin SeysterAdded pointer types test case.
2010-09-02 Justin SeysterAdded test case for matching floating point types.
2010-09-02 Justin SeysterTest cases now work when the builddir is not the srcdir.
2010-09-02 Justin SeysterExit with error code when test case fails.
2010-09-02 Justin SeysterHooked the run-testcase.py script into all the autoconf...
2010-09-02 Justin SeysterAdded test case for integer type matching.
2010-09-02 Justin SeysterBetter error handling and reporting in run-testcase.py
2010-09-02 Justin Seysterrun-testcase.py now checks the output of the test program.
2010-09-02 Justin SeysterFixed misspelled assertion.
2010-09-01 Justin SeysterTest script no longer automatically generates hooks.
2010-09-01 Justin SeysterTrailing slash no longer necesseary for -with-ia-src...
2010-09-01 Justin SeysterAdded the XML DTD for test case descriptions.
2010-08-27 Justin SeysterDocumentation for new type functions.
2010-08-27 Justin SeysterAdded convenience functions for specifying pointers...
2010-08-27 Justin SeysterAbility to create and match enum types.
2010-08-27 Justin SeysterAbility to create and match struct and union types.
2010-08-26 Justin SeysterDocumentation for aop_t_pointer_to().
2010-08-26 Justin SeysterNow possible to match specific pointer types.
2010-08-26 Justin SeysterFixed wrong definitions for is_all_integer_type(),...
2010-08-24 Justin SeysterDocumentation for fp types.
2010-08-24 Justin SeysterAdded specific types for different sized fp types.
2010-08-24 Justin SeysterCorrectly handle "all fp" types.
2010-08-24 Justin SeysterFixed Doxygen syntax error that got copy/paste propagated.
2010-08-24 Justin SeysterDocumentation for integer types.
2010-08-24 Justin SeysterAdded specific types for different sized integers.
2010-08-24 Justin SeysterDetailed comments for "all signed" and "all unsigned...
2010-08-24 Justin SeysterCorrectly handle discrepancy between formal and actual...
2010-08-24 Justin SeysterCorrectly handle "all integer" types.
2010-08-17 Justin SeysterFixed bug involving labels in GIMPLE_COND statements.
2010-08-16 Justin SeysterFixed assertion failure when geting block index for...
2010-08-14 Justin SeysterFixed crash when initial block has no first_stmt.
2010-08-14 Justin SeysterFixed bug when duplicating empty basic blocks.
2010-08-13 Ketan DixitAdded missing code block in find_lexical_block
2010-08-13 Justin SeysterFixed bug when trying to get the filename/lineno for...
2010-08-13 Justin SeysterAdded documentation for join_on functions.
2010-08-13 Justin SeysterMerge branch 'duplicate'
2010-08-13 Justin SeysterMerge branch 'workspace'
2010-08-13 Ketan DixitCapturing line no and file name of a joinpoint
2010-08-13 Justin SeysterIgnore Makefile again, now that autoconf generates it.
2010-08-13 Justin SeysterWorkspace directory now works correctly when using...
2010-08-13 Justin SeysterAdded documentation for the new aop_duplicate() function.
2010-08-13 Justin SeysterPrevent an internal struct from appearing in the Doxyge...
2010-08-12 Justin Seysteraop_join_on_copy() support for function exit pointcuts.
2010-08-12 Justin Seysteraop_join_on_copy() support for function entry pointcuts.
2010-08-12 Justin Seysteraop_join_on_copy() support for assignment pointcut.
2010-08-12 Justin SeysterAdded aop_join_on_copy().
2010-08-12 Justin SeysterThe two copies of a duplicated function are now availab...
2010-08-11 Justin SeysterAdded support for duplicating a function.
2010-08-02 Justin SeysterUpdated comments to explain the new aop_capture_lhs_nam...
2010-08-02 Ketan DixitGenerate-unique-no-for-lexical-block-in-fun-scope
2010-07-28 Justin SeysterUpdated doxygen comments for aop_capture_lhs_var_scope.
2010-07-28 Ketan DixitAdded support for capturing lhs var scope
2010-07-19 Justin SeysterSupport for reading in a header file's contents before...
2010-07-15 Justin SeysterMinor formatting.
2010-07-15 Ketan DixitAdded common init function for joinpoint
2010-07-15 Ketan DixitAdded generic constructor for pointcut
2010-07-15 Justin SeysterAdded initial support for writing out a header file.
next