summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR7051: Remove broken printf %n directive supportroot2008-12-051-4/+2
* PR7053: Add checking empty aggregate and default print where @count==0.Wenji Huang2008-12-021-1/+37
* PR6477: tolerate null token, e.g., from unwindsym warning messageFrank Ch. Eigler2008-11-281-1/+3
* PR7035: don't suppress all error messages during listings modeWenji Huang2008-11-271-3/+0
* RHBZ 468139 avoid display of tapset globalsRajan Arora2008-10-271-2/+11
* partial revert of 212a56Frank Ch. Eigler2008-10-261-2/+10
* Unused global variables display in guru mode fix (rh bz 468139)Rajan Arora2008-10-251-1/+2
* PR6851: Added support for %c printf conversion specifier [trying again]Elliott Baron2008-10-201-3/+4
* Display source context for error and warning messages (6701)Rajan Arora2008-10-091-0/+43
* sort arrays by value- subject to automagic foreach/printfFrank Ch. Eigler2008-09-261-1/+2
* PR6916: fix STRUCT1 ($var alternatives error message syntax) regressionFrank Ch. Eigler2008-09-261-13/+30
* Fix redundant implicit probe points in listing modeWenji Huang2008-09-121-0/+2
* PR6876: translator speedup for many $varsFrank Ch. Eigler2008-09-101-95/+111
* Handle scalar statistics.Stan Cox2008-09-051-8/+25
* Simplify add_global_var_display token use.Stan Cox2008-09-021-23/+10
* Display written but unread global statistics.Stan Cox2008-09-011-4/+31
* Repopulate symbol/type info.Stan Cox2008-08-291-35/+10
* fix global-var array index renderingFrank Ch. Eigler2008-08-281-148/+154
* Automatically print written but unread globalsStan Cox2008-08-271-7/+195
* session.h (struct systemtap_session): Added itrace_derived_probedcn2008-07-291-0/+1
* make module_cache a session field rather than plain staticFrank Ch. Eigler2008-06-231-0/+1
* Get rid of the dynamic_cast<>s in void_statement_reducer.Josh Stone2008-06-191-57/+49
* Prove that I know how to spell.Josh Stone2008-06-181-1/+1
* Add Intel to copyright header on elaborate.cxxJosh Stone2008-06-181-0/+1
* New optimization to break up statements in void contexts.Josh Stone2008-06-181-19/+419
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-06-161-1/+0
|\
| * Create alternative list only as needed.Stan Cox2008-06-161-28/+29
* | warning/error message compaction by removing duplicated token file namesFrank Ch. Eigler2008-06-161-56/+94
|/
* Bug 6611: read-only variable typo warnings should list alternatives.Stan Cox2008-06-161-6/+40
* Make print_warning parm a const.Stan Cox2008-06-121-1/+1
* Micro-optimize print_warning output. Fix warnings.exp line count.Mark Wielaard2008-06-111-2/+1
* ha ha haFrank Ch. Eigler2008-06-111-1/+1
* duplicate warning thinko foxFrank Ch. Eigler2008-06-111-2/+2
* Eliminate duplicate warnings.Stan Cox2008-06-111-11/+23
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-211-0/+13
|\
| * Optimize compound and binary expression assignments.Stan Cox2008-05-211-0/+13
* | PR6538: fix treatment of initialized globalsFrank Ch. Eigler2008-05-211-1/+2
* | PR6538: warn about read-only variablesFrank Ch. Eigler2008-05-201-3/+29
|/
* Optimize away assignments in other contexts.Stan Cox2008-05-191-0/+62
* suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty o...Frank Ch. Eigler2008-05-171-6/+3
* PR5643: function caching for much faster syscall.* pass-2 processingFrank Ch. Eigler2008-05-161-1/+4
* PR6466: broad side-effect free statement elisionFrank Ch. Eigler2008-04-291-37/+143
* 2008-04-15 David Smith <dsmith@redhat.com>David Smith2008-04-161-0/+2
* PR2949: listings mode (stap -l PROBE)Frank Ch. Eigler2008-04-101-0/+3
* 2008-03-10 Dave Brolley <brolley@redhat.com>brolley2008-03-101-1/+1
* PR5516: assignment to $pointersfche2008-03-031-8/+10
* PR5045: clean up after interruptsfche2008-02-281-0/+17
* 2008-02-21 Dave Brolley <brolley@redhat.com>brolley2008-02-271-14/+43
* 2008-02-13 Dave Brolley <brolley@redhat.com>brolley2008-02-131-3/+38
* PR4393: fix relocatable-kernel global $variable accessfche2008-02-121-0/+1