Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support/reg*: Roll some non-modular headers into their singular uses | David Blaikie | 2017-10-26 | 1 | -77/+0 |
| | | | | | | | | These headers have static variables in them, which would easily create ODR violations if the header was included in another header, and the constants were used by an inline function, for example. llvm-svn: 316706 | ||||
* | Support/reg*.h: Make headers include their dependencies | David Blaikie | 2017-10-26 | 1 | -0/+2 |
| | | | | llvm-svn: 316696 | ||||
* | adding re-include guards into lib/Support/reg*.h | Artyom Skrobov | 2014-06-12 | 1 | -0/+5 |
| | | | | llvm-svn: 210794 | ||||
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+70 |
implementation. llvm-svn: 80493 |