summaryrefslogtreecommitdiffstats
path: root/parse.cxx
Commit message (Expand)AuthorAgeFilesLines
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-3/+2
* Support || and && in preprocessor's conditions.Przemyslaw Pawelczyk2009-08-281-16/+30
* PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-3/+6
* Make a real type for target_symbol->componentsJosh Stone2009-07-311-9/+8
* Refactor parser for target_symbol->componentsJosh Stone2009-07-311-42/+30
* PR5930: Address-op for $target and @cast membersJosh Stone2009-07-151-0/+12
* Fix source_loc ostream operator << representation.Mark Wielaard2009-07-101-1/+1
* Remove the filename copy from token->locationJosh Stone2009-07-091-17/+11
* Optimize string usage in the lexerJosh Stone2009-07-091-108/+95
* Allow @cast on "struct " and "union " (by ignoring them).Mark Wielaard2009-03-191-0/+6
* Bump copyright years to 2009Josh Stone2009-02-181-1/+1
* Add high-level support for @cast()ingJosh Stone2009-02-181-1/+48
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+1
* PR5376: probe alias parsing tweaksFrank Ch. Eigler2008-11-281-0/+4
* Display source context for error and warning messages (6701)Rajan Arora2008-10-091-3/+27
* parser/scanner speedupFrank Ch. Eigler2008-09-101-16/+19
* trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-281-81/+81
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-13/+9
* PR6470: fix preprocessor construct nesting/expansion logicFrank Ch. Eigler2008-06-101-46/+78
* PR6470: fix %( number OP number %? .... %) logicFrank Ch. Eigler2008-06-101-30/+38
* PR 5955 - Accept ; terminated globalsAnanth N Mavinakayanahalli2008-05-141-0/+3
* PR5792: wildcard support for %( kernel/arch %) preprocessor operandsfche2008-02-261-16/+40
* 2007-12-12 Wenji Huang <wenji.huang@oracle.com>wenji2007-12-121-2/+2
* 2007-12-03 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-12-031-37/+18
* 2007-11-20 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-11-201-0/+18
* PR 3887: sufficient+optional probe pointsfche2007-11-201-3/+5
* 2007-11-12 Martin Hunt <hunt@redhat.com>hunt2007-11-121-2/+3
* 2007-09-12 Frank Ch. Eigler <fche@elastic.org>fche2007-09-131-1/+1
* 2007-09-12 Martin Hunt <hunt@redhat.com>hunt2007-09-121-22/+30
* 2007-08-16 Josh Stone <joshua.i.stone@intel.com>jistone2007-08-171-29/+46
* 2007-08-07 Frank Ch. Eigler <fche@redhat.com>fche2007-08-081-81/+111
* 2007-05-31 Frank Ch. Eigler <fche@elastic.org>fche2007-05-311-0/+1
* 2007-04-18 Frank Ch. Eigler <fche@elastic.org>fche2007-04-181-9/+9
* 2007-04-03 Pierre Peiffer <pierre.peiffer@bull.net>fche2007-04-041-32/+96
* 2007-04-03 Frank Ch. Eigler <fche@elastic.org>fche2007-04-031-19/+21
* 2007-03-22 Frank Ch. Eigler <fche@elastic.org>fche2007-03-221-1/+3
* 2007-02-19 Frank Ch. Eigler <fche@elastic.org>fche2007-02-191-1/+1
* 2006-12-21 Josh Stone <joshua.i.stone@intel.com>jistone2006-12-221-7/+22
* 2006-12-19 Frank Ch. Eigler <fche@redhat.com>fche2006-12-191-1/+1
* 2006-12-11 Josh Stone <joshua.i.stone@intel.com>jistone2006-12-111-3/+6
* 2006-12-08 Josh Stone <joshua.i.stone@intel.com>jistone2006-12-091-43/+3
* 2006-12-07 Josh Stone <joshua.i.stone@intel.com>jistone2006-12-081-17/+29
* 2006-11-06 David Smith <dsmith@redhat.com>dsmith2006-11-061-0/+9
* 2006-09-27 Josh Stone <joshua.i.stone@intel.com>jistone2006-09-281-5/+1
* 2006-09-06 Frank Ch. Eigler <fche@elastic.org>fche2006-09-061-3/+52
* 2006-07-13 David Smith <dsmith@redhat.com>dsmith2006-07-131-1/+19
* Revert my former changes to lket_trace_extra() in translator.guanglei2006-06-091-11/+1
* 2006-06-02 Frank Ch. Eigler <fche@elastic.org>fche2006-06-021-16/+24
* make user able to append extra trace data. The way of logging backtrace is al...guanglei2006-06-011-1/+12
* 2006-05-25 Josh Stone <joshua.i.stone@intel.com>jistone2006-05-251-14/+27