dwarfdump: Added macro support to llvm-dwarfdump tool.
[oota-llvm.git] / lib / Support / regcomp.c
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...