| 2016-03-01 |
Justin Viiret | Rose: further generalise literal dedupe work |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: don't assume roles with >1 lit need dedupe |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: make DR runtime path external report only |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: only use direct reports for external reports |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: allow DR literals to share vertices |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: allow direct reports to be aliased |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose: assign DRs in allocateFinalLiteralId |
commit | commitdiff | tree |
| 2016-03-01 |
Matthew Barr | Improved test for AVX2 support |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Make comparison signed (fix warning) |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Dump: give abs jump targets in output |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rose program: Improvements to debug/assertions |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Update Rose state layout description |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Split CHECK_LEFTFIX into CHECK_{INFIX,PREFIX} |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | reduceInfixQueue: factor out any_work check |
commit | commitdiff | tree |
| 2016-03-01 |
Justin Viiret | Rename rosePrefixCheckMiracles to roseLeftfix... |
commit | commitdiff | tree |
| 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 |
| next |