Simplify memory management with std::unique_ptr.
[oota-llvm.git] / lib / Support / regexec.c
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2010-12-16 NAKAMURA Takumilib/Support/regexec.c: Let Regex LLP64-aware.
2010-04-05 Owen AndersonPush const through the regex engine. Fixes some of...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...