index
:
delta/colm.git
arm-host-types
colm-0.10
colm-0.7
colm-0.9
copy-on-consume
default-build-dir
into-src
literal-concatenation
master
no-bare-send
pullscan
token-redef
github.com: adriandt/colm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
colm
/
bytecode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert "moved 'colm' dir to 'src'"
Adrian Thurston
2012-08-01
1
-0
/
+3596
*
moved 'colm' dir to 'src'
Adrian Thurston
2012-07-01
1
-3579
/
+0
*
added trim control flag to print code, auto-trimming all colm print calls
Adrian Thurston
2012-05-22
1
-9
/
+20
*
refcounting fix in TREE_TRIM
Adrian Thurston
2012-05-21
1
-2
/
+0
*
added the trim operation (^)
Adrian Thurston
2012-05-21
1
-0
/
+10
*
The prepParseTree function can go away.
Adrian Thurston
2012-05-17
1
-17
/
+0
*
Some minor cleanup.
Adrian Thurston
2012-05-16
1
-2
/
+2
*
Call the parse tree flags PF_*.
Adrian Thurston
2012-05-16
1
-1
/
+1
*
AF_PARSED is no longer used, removed.
Adrian Thurston
2012-05-16
1
-4
/
+0
*
ARTIFICIAL and NAMED flags now used only in parse trees.
Adrian Thurston
2012-05-16
1
-2
/
+0
*
Now translating only the parseTree->id to termDup from nonterminals. The data
Adrian Thurston
2012-05-16
1
-9
/
+0
*
Added token.line for fetching line information.
Adrian Thurston
2012-05-16
1
-0
/
+13
*
More leaks cleaned up. Test suite runs clean.
Adrian Thurston
2012-05-14
1
-6
/
+7
*
Eliminated PtKid. Worked on first test run (!).
Adrian Thurston
2012-05-14
1
-6
/
+6
*
Eliminated some casts that are no longer necessary.
Adrian Thurston
2012-05-14
1
-7
/
+6
*
Pointers to parse trees in the pda run are now using the parse tree structs
Adrian Thurston
2012-05-14
1
-1
/
+1
*
Use AF_HAS_RCODE only in parse tree flags.
Adrian Thurston
2012-05-11
1
-10
/
+0
*
Getting stricter about the difference between parse trees and data trees. Need
Adrian Thurston
2012-05-10
1
-4
/
+4
*
Warning elimination.
Adrian Thurston
2012-05-10
1
-8
/
+21
*
The data trees are now allocated as plain trees, not parse trees.
Adrian Thurston
2012-05-08
1
-1
/
+1
*
Move the wrapping with the parse tree a little higher up. Going to factor it
Adrian Thurston
2012-05-06
1
-0
/
+10
*
getRhsEl is called on real trees. Don't dereference shadow inside.
Adrian Thurston
2012-05-06
1
-1
/
+1
*
More fixes for shadow tree. Get further into binary1, but still segfaults. Not
Adrian Thurston
2012-05-04
1
-4
/
+4
*
Bit of cleanup of the RdaRun struct. Can eliminate or pick better names for
Adrian Thurston
2012-01-21
1
-2
/
+2
*
The stream operations are now depreciated by the input operations. Streams are
Adrian Thurston
2012-01-21
1
-99
/
+2
*
Copyright notice updating.
Adrian Thurston
2012-01-18
1
-1
/
+1
*
Added missing downref in EXIT.
Adrian Thurston
2012-01-15
1
-0
/
+1
*
Added a stack unwind to EXIT. Can do this now that everything we need for a
Adrian Thurston
2012-01-15
1
-10
/
+32
*
Eliminated POP_LOCALS and folded the functionality into the PCR_RET and STOP.
Adrian Thurston
2012-01-15
1
-22
/
+11
*
Use frameId for the return call and ensure it is the same as the one in the
Adrian Thurston
2012-01-15
1
-10
/
+12
*
Put frameSize and argSize into the frame info. Both were in func info only.
Adrian Thurston
2012-01-15
1
-0
/
+3
*
Fixed refcounting when lhs is modified. Eliminated the conditional save to
Adrian Thurston
2012-01-14
1
-7
/
+8
*
Refcounting fixes.
Adrian Thurston
2012-01-09
1
-0
/
+1
*
A few refcounting fixes.
Adrian Thurston
2012-01-08
1
-13
/
+12
*
Eliminated notoken. The reverse execution items are collected and attached to
Adrian Thurston
2012-01-08
1
-16
/
+26
*
Put theinvocation of reverse code blocks at the head of the undo loop. These
Adrian Thurston
2012-01-07
1
-18
/
+3
*
Just set the deck flag in PCR_END_DECK. Use PCR_RET for the return.
Adrian Thurston
2012-01-05
1
-17
/
+2
*
Added some more attaching/detaching code in the input stream functions.
Adrian Thurston
2012-01-02
1
-3
/
+3
*
Need to downref trees in an input destructor.
Adrian Thurston
2012-01-02
1
-9
/
+5
*
Some name cleanup Accum -> Parser. AccumStream -> Input.
Adrian Thurston
2012-01-02
1
-177
/
+177
*
Unified the slightly different stream append instructions by adding a pop of
Adrian Thurston
2012-01-01
1
-55
/
+0
*
Downref the accum stream when downreffing the accumulator.
Adrian Thurston
2012-01-01
1
-1
/
+2
*
Use SET_ACCUM_STREAM to initialize a new parser with a stream.
Adrian Thurston
2012-01-01
1
-0
/
+1
*
Some work on references WRT parsers and streams.
Adrian Thurston
2012-01-01
1
-5
/
+9
*
Don't use the source stream for prepending data. Still some inconsistencies
Adrian Thurston
2011-12-31
1
-7
/
+6
*
Bringing back the connection between fsm runs and input streams. This allows us
Adrian Thurston
2011-12-31
1
-19
/
+1
*
Need to clear any buffered data when dropping back into the bytecode loop from
Adrian Thurston
2011-12-31
1
-4
/
+4
*
More buildup of the input interface. refs #341.
Adrian Thurston
2011-12-30
1
-1
/
+2
*
Building up the consume and undoConsume implementation function for the new
Adrian Thurston
2011-12-29
1
-7
/
+7
*
Building up more two-stream input interface. Simple accumulator works. 1. Get
Adrian Thurston
2011-12-29
1
-3
/
+3
[next]