aboutsummaryrefslogtreecommitdiff
path: root/re2/testing/compile_test.cc
AgeCommit message (Expand)Author
2018-02-22Use ASSERT* macros instead of CHECK* macros in tests.Paul Wankadia
2017-03-03Fix bytecode blowup due to wrong "dominator roots".Paul Wankadia
2017-02-13Squash **, ++ and ?? during parsing.Paul Wankadia
2017-02-13Fix bytecode blowup due to nested nullable subexpressions.Paul Wankadia
2016-08-16Remove the last #include directives from util/util.h.Paul Wankadia
2016-08-02Remove unused flag from re2/testing/compile_test.cc.Paul Wankadia
2016-08-02Start removing #include directives from util/util.h.Paul Wankadia
2016-07-15Improve the bytemap computation one more time.Paul Wankadia
2016-07-15Improve the bytemap computation some more.Paul Wankadia
2016-07-14Add yet another test.Paul Wankadia
2016-07-12Add another test with a FIXME.Paul Wankadia
2016-07-12Improve the bytemap computation.Paul Wankadia
2016-07-12Fix a minor style issue. Add another test.Paul Wankadia
2016-07-05Make the bytemap tests use DumpByteMap().Paul Wankadia
2016-05-13Consolidate bytemap logic into Prog::ComputeByteMap().Paul Wankadia
2016-05-10Add a test for equivalence classes in Latin-1.Paul Wankadia
2016-05-09Fix a gap in the TestCompile.ByteRanges data.Paul Wankadia
2016-03-22Avoid compilation crash in debug mode with insufficient memory.Paul Wankadia
2016-03-21Call Prog::Flatten(). Migrate the execution engines.Paul Wankadia
2016-03-16Add a couple more cases to compile_test.Paul Wankadia
2016-01-29Improve the efficiency of bytecode generated for CharClass.Paul Wankadia
2015-05-12Fix a minor bug in Compiler::PostVisit().Paul Wankadia
2010-07-15factor common prefixes from alternationsRuss Cox
2010-03-02initial releaseRuss Cox