2016-03-01 |
Justin Viiret | Rename reduceQueue to reduceInfixQueue |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Use rose_inline rather than really_inline |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseTestLeftfix: unify common "nfa is dead" code |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Add CATCH_UP to report_block, not "parent" program |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | limex_runtime.h: scratch header no longer needed |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove more unused structures from unit tests |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | NFA API: Remove unused scratch ptr from struct mq |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | NFA API: Remove nfaBlockExecReverse scratch arg |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | NFA: Move NFAContext to stack (from scratch) |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: allow block-mode merge of small prefixes |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | NFA merging: permit different reports |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Dump: don't call dumpNfaNotes for SOM reverse NFAs |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | SET_GROUPS instr: don't generate more than one |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | dedupeCatchup: only call when necessary at runtime |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | DEDUPE instr: generate only when necessary |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: clean up use of scratch, RoseContext |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: pack global state bits into one u8 |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: remove alignment req for anchored DFA state |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: move more report handling work into program |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | ng_filter: Fix bug introduced in 98eff64 |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | RoseRuntimeState no longer needs to be packed |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Docs for Rose callback types |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Make Rose callback types explicitly take scratch |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove RoseContext::userCtx |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Move cyclic path redundancy into reduce loop |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseEodRunMatcher: correct early return value |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | nfaCheckFinalState: define return value |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Don't look for accel friends for multibyte acceleration |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | scratch: correctly align fatbit arrays |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Use fatbit for anch log, delay slots in scratch |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | rose_build_anchored: take ref, not pointer |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Account for multi-dfa case with ANCHORED_DELAY |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Use correct type for anchored matcher build |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Fix release build (unused var) |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove dupe engine, state ptrs from RoseContext |
commit | commitdiff | tree |
2016-03-01 |
Matthew Barr | Coverity: Restore output stream format |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Rose: Move all literal operations into program |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | squashing: prevent generation of pairs of squash states |
commit | commitdiff | tree |
2016-03-01 |
Matthew Barr | alignof() should operate on a type-id |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Delete unused build_context::depths |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove use of depth from Rose entirely |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Don't use depth for in-flight check |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove CHECK_DEPTH instruction |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove "dot" entries from leftfix lookarounds |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | ComponentRepeat: remove firsts_cache, precalc code |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | ComponentRepeat: wire X{0,N} and (X?){N} the same |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | ComponentRepeat: wire R{0,N} as (R{1,N})? |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | ng_prefilter: turn large max bound into inf |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Multibyte matcher unit-tests |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Bitmatcher unit-tests |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Multibyte acceleration compile side |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Multibyte truffle runtime |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Multibyte shufti runtime |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Multibyte vermicelli runtime |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Adding bitmatchers |
commit | commitdiff | tree |
2016-03-01 |
Anatoly Burakov | Adding AVX2 version of truffle |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | scratch: remove sparse iter state (now unused) |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseRunProgram: iter state on stack |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseCatchUpLeftfixes: iter state on stack |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseBlockHasEodWork: iter state on stack |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseFlushLastByteHistory: iter state on stack |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | roseCheckNfaEod: use sparse iterator for EOD |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | runtime: hoist broken check in streaming mode |
commit | commitdiff | tree |
2016-03-01 |
Matthew Barr | Build the tools dir only if the cmake file exists |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | writeEodProgram: avoid make_move_iterator warning |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | rose: Extend program to handle literals, iterators |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | make_disjoint: Remove dead code |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | convertAnchPrefixToBounds: check size of delay_adj |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Perform an early removeRedundancy call on graph |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | Remove dead code: EdgeSourceStateCompare |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | rose: Extend the interpreter to handle more work |
commit | commitdiff | tree |
2016-03-01 |
Justin Viiret | rose: Use an interpreter for role runtime |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | detach the sidecar |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | make nfaExecCastle0_QR() more efficent |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | Rework literal overlap checks for merging engines |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | Introduce REPEAT_ALWAYS model for {0,} castle repeats |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | Allow lag on castle infixes to be reduced |
commit | commitdiff | tree |
2016-03-01 |
Alex Coyte | Use add_edge_if_not_present in somMayGoBackwards() |
commit | commitdiff | tree |
2015-12-18 |
Matthew Barr | Merge branch develop into master v4.1.0 |
commit | commitdiff | tree |
2015-12-18 |
Matthew Barr | Bump version number |
commit | commitdiff | tree |
2015-12-18 |
Justin Viiret | Small updates to documentation for 4.1 |
commit | commitdiff | tree |
2015-12-18 |
Justin Viiret | Add ChangeLog |
commit | commitdiff | tree |
2015-12-06 |
Xiang Wang | simplify max clique analysis |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | Add per-top findMinWidth etc for NFA graphs |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | CastleProto: track next top explicitly |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | CastleProto: track mapping of reports to tops |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | assignDkeys: use flat_set<ReportID>, not set |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | findMinWidth, findMaxWidth: width for a given top |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | RoseDedupeAuxImpl: collect unique suffixes first |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | role aliasing: simplify hashRightRoleProperties |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | castle: simplify find_next_top |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | Make key 64 bits where large shifts may be used. |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | PCRE includes U+180E in /[:print:]/8W |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | Update defn of class [:punct:] for PCRE 8.38 |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | Unify handling of caseless flag in class parser |
commit | commitdiff | tree |
2015-12-06 |
Justin Viiret | Fix defn of POSIX graph, print, punct classes |
commit | commitdiff | tree |
2015-11-20 |
Mohammad Abdul... | FDR runtime simplification |
commit | commitdiff | tree |
2015-11-18 |
Justin Viiret | ng_execute: update interface to use flat_set |
commit | commitdiff | tree |
2015-11-18 |
Justin Viiret | Restore \Q..\E support in character classes |
commit | commitdiff | tree |
2015-11-18 |
Justin Viiret | Introduce copy_bytes for writing into bytecode |
commit | commitdiff | tree |
next |