aboutsummaryrefslogtreecommitdiff
path: root/re2/onepass.cc
AgeCommit message (Expand)Author
2018-12-22Use PODArray<> for stacks and also for nodebyid in Prog::IsOnePass().Chris Kennelly
2016-09-06Tidy up the "extra debugging" knobs and their uses.Paul Wankadia
2016-08-22Tidy up various StringPiece usage.Paul Wankadia
2016-08-22Tidy up StringPiece and make it use size_t.Paul Wankadia
2016-08-18Tidy up MSVC pragma warning disables.Paul Wankadia
2016-08-16Remove the last #include directives from util/util.h.Paul Wankadia
2016-08-16Tidy up the string utilities.Paul Wankadia
2016-08-07Use standard integer types.Paul Wankadia
2016-08-04Ditch the COMPILE_ASSERT and ATTRIBUTE_UNUSED macros.Paul Wankadia
2016-08-02Remove more #include directives from util/util.h.Paul Wankadia
2016-08-02Start removing #include directives from util/util.h.Paul Wankadia
2016-07-26Simplify some of the OnePass code.Paul Wankadia
2016-07-22Curb Prog::IsOnePass()'s enthusiasm.Paul Wankadia
2016-06-20Use flexible array members.Paul Wankadia
2016-05-23Apply stack churn/size tweaks to Prog::IsOnePass().Paul Wankadia
2016-05-10Get rid of unbytemap_.Paul Wankadia
2016-04-08Keep count of lists and of instructions by opcode.Paul Wankadia
2016-03-21Call Prog::Flatten(). Migrate the execution engines.Paul Wankadia
2015-12-01Tidy up more integral types.Paul Wankadia
2015-04-23Remove some cruft from util/.Paul Wankadia
2015-04-13Import some minor cleanups from Google's copy.Paul Wankadia
2010-05-10re2: memory diet part 2Russ Cox
2010-03-02initial releaseRuss Cox