]> sourceware.org Git - systemtap.git/history - staptree.h
Ensure use of the function argument values from function entry in lwtools
[systemtap.git] / staptree.h
2015-11-26 Josh StoneAdd a nop_visitor, and use it for expression_is_functio...
2015-11-25 Josh StoneRemove functioncall::var_assigned_to_retval
2015-11-20 Josh StoneMerge branch 'funstuff'
2015-11-17 Josh StoneCompact print_format and its format_component
2015-11-17 Josh StoneMerge branch 'master' into string_ref
2015-11-17 Josh StoneDrop the string name from struct probe
2015-11-14 Josh StoneConstruct print_format::print_format_string with an...
2015-11-14 Josh StoneTake a plain string for print_format::string_to_components
2015-11-14 Josh StoneConstruct literal_string from interned_string only
2015-10-07 Frank Ch. Eiglerelaboration: decorate more pass-2 errors with probe...
2015-08-18 Frank Ch. Eiglerstring_ref: mass interned_string conversion
2015-08-18 Frank Ch. Eiglerstring_ref: switch over to interned_string class
2015-08-18 Frank Ch. Eiglerstring_ref cont'd: exploiting all over the place
2015-08-18 Frank Ch. Eiglerstring_ref rework: use global stringtable
2015-08-18 Abegail Jakopchange file_contents and input_contents to string_ref
2015-08-18 Abegail Jakopparse::parse_probe_point(): store new token's content
2015-08-18 Abegail Jakopstore file contents as strings in systemtap_session
2015-08-18 Abegail Jakopadapt lexer::scan() for string_ref token->content
2015-05-14 Jonathan Lebonmake from_glob a per-component field rather than per-pp
2015-03-30 David SmithMerge branch 'master' of ssh://sourceware.org/git/systemtap
2015-03-26 Frank Ch. Eiglernumerous small coverity fixes
2015-02-06 Abegail JakopMerge branch 'ajakop/12276' of ssh://sourceware.org...
2015-01-30 Jonathan LebonPR17749: varuse visitor: account for all ways vars...
2014-10-10 Abegail JakopMerge branch 'ajakop/11528'
2014-10-09 Abegail JakopPR11528: put retval assignment after arg assignments
2014-10-06 Abegail JakopPR11528: embedded_tags_visitor store tags in a set
2014-10-06 Abegail JakopPR11528: revised embedded_code_visitor
2014-10-06 Abegail JakopPR11528: replace ::is_functioncall() with a visitor
2014-10-01 Abegail JakopPR11528: new pragma "unmodified-fnargs" for embedded-c
2014-09-25 Abegail JakopPR11528: set __retval as char * where possible
2014-09-23 Abegail JakopPR11528: pass function args as char * where possible
2014-09-02 Abegail JakopMerge branch 'ajakop/12333'
2014-08-07 Abegail JakopPR12333: operate on array slices in foreach loops
2014-07-18 Josh StoneMerge remote-tracking branch 'origin/master' into autocast
2014-06-24 Abegail JakopMerge branch 'ajakop/16300'
2014-06-21 Frank Ch. Eiglercoverity fixes
2014-06-20 Abegail JakopMerge branch 'ajakop/16300'
2014-06-19 Abegail Jakop::functioncall_visitor tracks seen and nested call
2014-06-17 Abegail Jakopset statement count to max for recursion
2014-06-09 Josh StoneMerge branch 'master' into autocast
2014-06-05 Mark WielaardExtra details to explain the error or provide alternati...
2014-05-27 Jonathan LebonMerge branch 'jlebon/listing' (PR16941)
2014-05-27 Jonathan Lebonprobe: remove unused create_alias() function
2014-05-27 Jonathan Lebonsimplify derived_probe::script_location()
2014-05-14 Josh StoneUnify checks for target_symbol::comp_pretty_print
2014-05-09 Josh Stoneelaborate: Propagate type_details in limited cases
2014-05-07 Josh StoneStart expanding autocast during type resolution
2014-05-06 Josh StoneSave type details in expressions
2014-05-02 Josh StoneMerge branch 'master' into autocast
2014-04-29 Jonathan Lebonupdate copyrights
2014-04-23 Lukas BerkMerge branch 'master' of ssh://sourceware.org/git/syste...
2014-04-11 Josh StoneMake sure print_format::format_component starts clear
2014-04-07 Josh StoneMake target_symbol distinct from symbol
2014-04-05 Josh StoneMake autocast distinct from cast
2014-04-04 Josh Stoneparse: allow dereferencing operators on all expressions
2014-03-25 Jonathan Lebonstap: add --dump-functions option
2014-03-06 Josh StoneStart using the parser for complicated code blocks
2014-01-22 Jonathan LebonMerge branch 'PR15781'
2014-01-22 Jonathan LebonPR15781: fix suggestion logic for optional probes
2014-01-22 Jonathan Lebonsemantic_error: let it own its chain
2013-12-18 Dave BrolleyMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-11-14 Jonathan LebonPR16165: extend print_format::create
2013-10-30 Jonathan LebonMerge branch 'PR16019'
2013-10-30 Jonathan LebonPR16019: use SEMANTIC_ERROR macro in call sites
2013-10-30 Jonathan LebonPR16019: improve duplicate error elimination
2013-06-27 Yichun Zhang (agentzh)PR11096: Add support for the "module" argument to @var
2013-05-29 Serguei Makarovstapregex: ditch dynamic_cast<> use for regex_query...
2013-05-29 Serguei Makarovfix build failure after stapregex merge
2013-05-29 Serguei Makarovstapregex cleanup: ditch redundant regex_query::re...
2013-05-15 Frank Ch. EiglerPR14297 and .mark($$name) regression
2013-05-14 Frank Ch. Eiglersystemtap java support reorganization release-2.2
2013-05-08 Frank Ch. Eiglerregex: fix =~ pretty-printer to generate round-trippabl...
2013-02-16 Josh StonePR11341: Add type safety to update_visitor::require()
2013-01-29 Frank Ch. EiglerPR12231: use literal_string parsers/types in @perf...
2013-01-29 Serguei Makarovfix regex_query class definition
2013-01-29 Serguei MakarovPR11334: create separate parse_literal_string() to...
2013-01-29 Serguei MakarovPR11334: stub out space for implementation of =~ operator.
2013-01-25 Stan CoxMerge branch 'master' of ssh://sourceware.org/git/systemtap
2013-01-25 Stan CoxMerge branch 'scox/perf': perf.counter support.
2013-01-10 Stan CoxAdd perf.counter probes for on demand performance monit...
2012-12-20 Serguei MakarovPR14929: revert earlier manpage-reporting mechanism...
2012-12-07 Serguei MakarovPR14929: groundwork for letting stap refer the user...
2012-10-13 Frank Ch. EiglerPR12022: support foreach sorting by user-selected aggre...
2012-08-27 Serguei MakarovPR14524: support old embedded-locals notation on a...
2012-07-23 Josh StoneMerge branch 'jistone/stapdyn'
2012-07-02 David SmithMerge branch 'master' of ssh://sources.redhat.com/git...
2012-06-28 Serguei MakarovPR12210: Basic implementation of alias suffixes.
2012-05-07 Frank Ch. Eiglertoolshed name change: vardecl::skip_init->synthetic
2012-04-12 Josh StoneSynchronize class/struct declarations
2012-03-21 Frank Ch. EiglerPR13876: avoid miscompilation of duplicated tapset...
2012-03-09 Josh StoneMerge branch 'sysroot'
2012-03-07 Mark WielaardMerge branch 'at_var'
2012-03-07 Mark WielaardPR13784 Allow defining a diffent CU source in @var.
2012-03-07 Mark WielaardIntroduce @var("varname") as alternative syntax for...
2011-11-10 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-11-03 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-01 Frank Ch. EiglerPR13338: prevent infinite recursion during process...
2011-10-24 David SmithMerge branch 'master' into dsmith/task_finder2
2011-10-13 Chris MeekPR13261: Added map->wrap mode to script parser
2011-10-07 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
next
This page took 0.522661 seconds and 107 git commands to generate.