summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR11399: Allow '**' to match tapsets across '.'Josh Stone2010-03-251-0/+74
* PR11346: Move the skip-badvars logic into const-foldingJosh Stone2010-03-181-0/+24
* optimizer diagnostics: identify taken branch of optimizationsFrank Ch. Eigler2010-03-181-3/+3
* Start of perf tapset parsingWill Cohen2010-03-171-0/+1
* Remove the old performance monitoring code.Will Cohen2010-03-171-1/+0
* PR10831: Remember derived "aliases" in the probe chainJosh Stone2010-03-161-0/+13
* PR11366 Always call semantic_pass_const_fold.Mark Wielaard2010-03-101-2/+3
* PR11360: Make @defined and -L play niceJosh Stone2010-03-091-9/+17
* Make sure synthesized var display is tokenfulJosh Stone2010-03-051-11/+14
* PR11004: try / catch error-handling script syntaxFrank Ch. Eigler2010-03-031-0/+54
* PR11246 cont'd: Separate script/stapconf cachingJosh Stone2010-03-021-0/+1
* Squash elision warnings on synthetic functionsJosh Stone2010-02-261-1/+1
* Expand @defined to support more casesJosh Stone2010-02-251-0/+15
* PR10719 cont'd: const-fold binary expressionsJosh Stone2010-02-241-2/+97
* PR10719 cont'd: const-fold logical opsJosh Stone2010-02-241-4/+84
* PR10719 cont'd: const-fold comparisonsJosh Stone2010-02-231-2/+85
* PR10719 cont'd: const-fold string concatenationJosh Stone2010-02-231-2/+24
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2010-02-231-6/+230
|\
| * PR10719 part 1: Partial constant foldingJosh Stone2010-02-231-0/+227
| * Simplify null_statement constructionJosh Stone2010-02-231-6/+3
* | PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-0/+26
|/
* elaborate.cxx: Point to the location of the error when rejectingDave Brolley2010-02-151-1/+2
* Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-151-21/+16
* Hardware Breakpoints for x86 / x86_64, based on mainline kernel. [Changes : P...Prerna Saxena2010-01-291-0/+1
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-5/+6
* Correct the safety-net escape WRT lockingJosh Stone2009-10-211-1/+3
* PR10799: warn on possibly uintended local-vs-global namespace collisionFrank Ch. Eigler2009-10-191-5/+15
* Consolidate print_format creationJosh Stone2009-10-131-20/+10
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-10-131-2/+2
|\
| * Remove the global derived_probe->semaphore mapJosh Stone2009-10-061-2/+2
* | Ensure that unprivileged-authorized probe point functions are hashed differentlyDave Brolley2009-10-131-0/+11
* | Generate safety net assertions in probe function not authorized for unprivile...Dave Brolley2009-10-091-22/+47
|/
* cleanup: tweak "read-only <variable>" messageFrank Ch. Eigler2009-09-281-4/+4
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-3/+3
* PR10568: Ensure that aliases pull in their tapsetJosh Stone2009-08-271-0/+11
* PR10495: allow multiple probe aliases with same nameFrank Ch. Eigler2009-08-181-9/+14
* Only add extra error on no probes found if no previous errors already shown.Mark Wielaard2009-08-101-1/+1
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-21/+79
|\
| * Add update_visitor::replaceJosh Stone2009-08-031-19/+19
| * PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-2/+60
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-101-12/+12
|\|
| * Remove the filename copy from token->locationJosh Stone2009-07-091-12/+12
* | Disallow embedded C in tapset functions ifor unprivileged users unless tagged...Dave Brolley2009-06-251-9/+9
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-111-5/+9
|\|
| * Fix condition propagation across aliasesJosh Stone2009-06-091-5/+9
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-111-1/+1
|\|
| * Allow @cast failures to get optimized awayJosh Stone2009-05-081-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-061-4/+12
|\|
| * PR10102: tolerate the failure related to optional probeWenji Huang2009-05-051-4/+12
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-301-0/+3
|\|