index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
regcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow Compiler.h to be included in C files and fix fallthrough warnings
Nathan Huckleberry
2019-08-23
1
-3
/
+4
*
Revert r369549 as it broke the bots.
Aaron Ballman
2019-08-21
1
-4
/
+3
*
Fix -Wimplicit-fallthrough warnings in regcomp.c
Nathan Huckleberry
2019-08-21
1
-3
/
+4
*
Fix 'fall through' annotation
Vitaly Buka
2019-08-21
1
-3
/
+3
*
Attempt to heal bots after r328970.
Nico Weber
2018-04-02
1
-6
/
+1
*
Fix llvm-special-case-list-fuzzer regexp exception
Vlad Tsyrklevich
2017-10-27
1
-2
/
+2
*
Support/reg*: Roll some non-modular headers into their singular uses
David Blaikie
2017-10-26
1
-3
/
+135
*
Use wider type for overflow check on LLP64 platforms like Win64, found by cla...
Reid Kleckner
2015-02-26
1
-2
/
+2
*
Avoid integer overflows around realloc calls resulting in potential
Joerg Sonnenberger
2015-02-07
1
-0
/
+21
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
Add backreference matching capabilities to Support/Regex, with
Eli Bendersky
2012-11-28
1
-1
/
+29
*
lib/Support/regcomp.c: Fix cygwin warning.
NAKAMURA Takumi
2011-03-08
1
-1
/
+1
*
Fix may-be-used-uninitialized warning.
Daniel Dunbar
2009-09-08
1
-2
/
+2
*
More MSVC warning fixes:
Benjamin Kramer
2009-09-06
1
-0
/
+1
*
Remove splint hints to silence warnings from ICC and MSVC.
Benjamin Kramer
2009-09-06
1
-2
/
+2
*
Fix some possible-use-of-uninitialized warnings.
Daniel Dunbar
2009-08-30
1
-2
/
+2
*
Add regular expression matching support, based on OpenBSD regexec()/regcomp()
Torok Edwin
2009-08-30
1
-0
/
+1524