Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

3708 by jimi on 05 May 2007, 20:05:20 -0500 (18 months ago) Make Review Transport the C runtime for ANTLR to the new directory structure
Rename/Move: //depot/code/antlr/main/lib/C/AUTHORS To: //depot/code/antlr/main/runtime/C/AUTHORS
Rename/Move: //depot/code/antlr/main/l…

./antlr3List.c 3708 history deleted

./antlr3baserecognizer.c 3708 history deleted

./antlr3basetree.c 3708 history deleted

./antlr3basetreeadaptor.c 3708 history deleted

./antlr3bitset.c 3708 history deleted

… 127 more files in changeset.
3693 by jimi on 05 May 2007, 00:56:38 -0500 (19 months ago) Make Review Fix up warnings and types for gcc compilation

./antlr3rewritestreams.c 3693 history download (+8 -8) diffs

… 2 more files in changeset.
3687 by jimi on 04 May 2007, 20:19:45 -0500 (19 months ago) Make Review Bug fixes for tree to string, new AST rewrite streams, template catch ups.

./antlr3baserecognizer.c 3687 history download (+12 -11) diffs

./antlr3rewritestreams.c 3687 history download (+2 -1) diffs

… 6 more files in changeset.
3678 by jimi on 03 May 2007, 14:41:55 -0500 (19 months ago) Make Review Reimplement tree rewriting in C target language as per new Java version based on rewrite streams. This is stage one which is just to get het new runtime compiling and the templates semmingly up to dat…

./antlr3rewritestreams.c 3678 history download (+498) new

… 5 more files in changeset.
3657 by jimi on 30 April 2007, 15:54:16 -0500 (19 months ago) Make Review Remove debug error output

./antlr3collections.c 3657 history download (+0 -1) diffs

3656 by jimi on 30 April 2007, 15:51:58 -0500 (19 months ago) Make Review Fix bit index fixed base for trie elements with key diff bit > 7

./antlr3collections.c 3656 history download (+8 -7) diffs

3655 by jimi on 29 April 2007, 20:04:16 -0500 (19 months ago) Make Review Correct new trie masking code typos

./antlr3collections.c 3655 history download (+5 -5) diffs

3654 by jimi on 29 April 2007, 19:33:54 -0500 (19 months ago) Make Review o Implement lexer rule change as per changelist 3508
o Remove spurious warnings from inline input code
o Ensure bitsets are always 64 bit even in 32 bit mode

./antlr3baserecognizer.c 3654 history download (+0 -0) diffs

./antlr3bitset.c 3654 history download (+9 -9) diffs

./antlr3lexer.c 3654 history download (+59 -27) diffs

… 4 more files in changeset.
3652 by jimi on 29 April 2007, 18:43:52 -0500 (19 months ago) Make Review Prevent creation of INT trie with wrong depth.

./antlr3baserecognizer.c 3652 history download (+1 -43) diffs

… 2 more files in changeset.
3649 by jimi on 29 April 2007, 10:23:54 -0500 (19 months ago) Make Review Prepare for 64 bit support being optional for C runtime.

./antlr3collections.c 3649 history download (+7 -2) diffs

… 3 more files in changeset.
3648 by jimi on 28 April 2007, 20:13:52 -0500 (19 months ago) Make Review Use bitmaps and bit indexes rather than shift left for trie inserts

./antlr3collections.c 3648 history download (+131 -18) diffs

3646 by jimi on 27 April 2007, 20:52:16 -0500 (19 months ago) Make Review A few more optimizations for very large input files, to prevent continous asking of the input size via indirect function calls.

./antlr3baserecognizer.c 3646 history download (+2 -2) diffs

./antlr3tokenstream.c 3646 history download (+14 -5) diffs

… 1 more file in changeset.
3645 by jimi on 27 April 2007, 17:54:42 -0500 (19 months ago) Make Review Limit depth of memoizing trie to just that required by the input size

./antlr3baserecognizer.c 3645 history download (+1 -1) diffs

./antlr3collections.c 3645 history download (+2 -2) diffs

3644 by jimi on 27 April 2007, 13:19:25 -0500 (19 months ago) Make Review Limit trie bit depth of memoizing to just the number of bits it needs based on input size.

./antlr3baserecognizer.c 3644 history download (+49 -2) diffs

… 1 more file in changeset.
3643 by jimi on 27 April 2007, 01:45:05 -0500 (19 months ago) Make Review Implement Patricia Trie node freeing algorithm

./antlr3collections.c 3643 history download (+76 -2) diffs

3642 by jimi on 27 April 2007, 01:08:52 -0500 (19 months ago) Make Review Implement Elastic Bucket Patrica Trie for genreal programmer use but more importantly to use for memoize() and potentially other elements of the runtime. C runtime with memoize is now approx 2X the ja…

./antlr3baserecognizer.c 3642 history download (+38 -57) diffs

./antlr3collections.c 3642 history download (+389 -0) diffs

./antlr3inputstream.c 3642 history download (+2 -2) diffs

… 5 more files in changeset.
3641 by jimi on 25 April 2007, 20:32:46 -0500 (19 months ago) Make Review Correct typo in earlier fix for memoize

./antlr3baserecognizer.c 3641 history download (+2 -2) diffs

3640 by jimi on 25 April 2007, 19:52:10 -0500 (19 months ago) Make Review Ensure bitset membership tests are correctly tested for range

./antlr3bitset.c 3640 history download (+1 -1) diffs

3639 by jimi on 25 April 2007, 19:36:22 -0500 (19 months ago) Make Review Ensure erroy recovery function does not leak memory

./antlr3baserecognizer.c 3639 history download (+5 -0) diffs

3638 by jimi on 25 April 2007, 17:26:35 -0500 (19 months ago) Make Review Do not remove strings from string factory when creating for error display

./antlr3commontoken.c 3638 history download (+1 -1) diffs

./antlr3string.c 3638 history download (+0 -0) diffs

3637 by jimi on 25 April 2007, 16:43:30 -0500 (19 months ago) Make Review Do not free realloced memory of vector entries (special case).

./antlr3baserecognizer.c 3637 history download (+20 -13) diffs

./antlr3basetree.c 3637 history download (+1 -1) diffs

./antlr3collections.c 3637 history download (+5 -4) diffs

./antlr3string.c 3637 history download (+2 -2) diffs

… 1 more file in changeset.
3636 by jimi on 25 April 2007, 13:49:57 -0500 (19 months ago) Make Review Ensure memory is correctly allocated for markers.

./antlr3baserecognizer.c 3636 history download (+8 -4) diffs

./antlr3inputstream.c 3636 history download (+2 -2) diffs

./antlr3ucs2inputstream.c 3636 history download (+1 -1) diffs

3634 by jimi on 25 April 2007, 10:54:55 -0500 (19 months ago) Make Review Use Vectors and custom tracker for memoization (this needs debugging, wait for a fix after this changelist)

./antlr3baserecognizer.c 3634 history download (+54 -9) diffs

./antlr3collections.c 3634 history download (+48 -17) diffs

… 2 more files in changeset.
3630 by jimi on 24 April 2007, 21:19:54 -0500 (19 months ago) Make Review Allow inline data pointer access for LA(n) and CONSUME() in standard ANTLR3 INTSTREAMS, leaving indirect method calls for default and user supplied templates.

./antlr3baserecognizer.c 3630 history download (+1 -1) diffs

./antlr3basetree.c 3630 history download (+2 -2) diffs

./antlr3collections.c 3630 history download (+22 -21) diffs

./antlr3commontreenodestream.c 3630 history download (+1 -1) diffs

./antlr3string.c 3630 history download (+15 -12) diffs

… 5 more files in changeset.
3629 by jimi on 24 April 2007, 15:41:21 -0500 (19 months ago) Make Review Improvements for followstack performance and change ANTLR3_STACK to use vector rather than list.

./antlr3collections.c 3629 history download (+20 -21) diffs

… 2 more files in changeset.
3626 by jimi on 23 April 2007, 18:01:20 -0500 (19 months ago) Make Review Use vector for marks rather than List (again, at last)

./antlr3commontreenodestream.c 3626 history download (+5 -5) diffs

./antlr3inputstream.c 3626 history download (+3 -3) diffs

… 2 more files in changeset.
3625 by jimi on 23 April 2007, 17:37:05 -0500 (19 months ago) Make Review Replace LIST construct with Vector construct for token set (at alst got around to this ;-).

./antlr3baserecognizer.c 3625 history download (+8 -1) diffs

./antlr3commontoken.c 3625 history download (+6 -1) diffs

./antlr3tokenstream.c 3625 history download (+7 -7) diffs

… 1 more file in changeset.
3624 by jimi on 23 April 2007, 14:37:42 -0500 (19 months ago) Make Review Change to use integer keys for lists, rather then hashing a string.

./antlr3bitset.c 3624 history download (+2 -2) diffs

./antlr3collections.c 3624 history download (+229 -36) diffs

./antlr3inputstream.c 3624 history download (+6 -10) diffs

… 3 more files in changeset.
3597 by jimi on 19 April 2007, 14:25:09 -0500 (19 months ago) Make Review C target - Updates to improve managing island grammars from C and make error recovery bitsets static so there is no need to allocate them at runtime.

./antlr3bitset.c 3597 history download (+10 -4) diffs

./antlr3commontoken.c 3597 history download (+4 -5) diffs

./antlr3intstream.c 3597 history download (+0 -9) diffs

./antlr3lexer.c 3597 history download (+9 -6) diffs

./antlr3tokenstream.c 3597 history download (+7 -16) diffs

… 4 more files in changeset.
3583 by jimi on 18 April 2007, 19:34:06 -0500 (19 months ago) Make Review Tiny fixes to implement memoization

./antlr3baserecognizer.c 3583 history download (+21 -4) diffs

… 1 more file in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.5 Build:build-dev18790 2008-08-11 ) - Administration - Page generated 2008-12-04 13:56 -0600