summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/regcclass.h
Commit message (Collapse)AuthorAgeFilesLines
* Support/reg*: Roll some non-modular headers into their singular usesDavid Blaikie2017-10-261-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 dependenciesDavid Blaikie2017-10-261-0/+2
| | | | llvm-svn: 316696
* adding re-include guards into lib/Support/reg*.hArtyom Skrobov2014-06-121-0/+5
| | | | llvm-svn: 210794
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-301-0/+70
implementation. llvm-svn: 80493
OpenPOWER on IntegriCloud