OSDN Git Service

Hashing: use 64-bit seed for hashing on all platforms.
[android-x86/external-llvm.git] / lib / Support / regcomp.c
2018-04-02 Nico WeberAttempt to heal bots after r328970.
2017-10-27 Vlad TsyrklevichFix llvm-special-case-list-fuzzer regexp exception
2017-10-26 David BlaikieSupport/reg*: Roll some non-modular headers into their...
2015-02-26 Reid KlecknerUse wider type for overflow check on LLP64 platforms...
2015-02-07 Joerg SonnenbergerAvoid integer overflows around realloc calls resulting...
2014-01-24 Alp TokerFix known typos
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2011-03-08 NAKAMURA Takumilib/Support/regcomp.c: Fix cygwin warning.
2009-09-08 Daniel DunbarFix may-be-used-uninitialized warning.
2009-09-06 Benjamin KramerMore MSVC warning fixes:
2009-09-06 Benjamin KramerRemove splint hints to silence warnings from ICC and...
2009-08-30 Daniel DunbarFix some possible-use-of-uninitialized warnings.
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...