Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ScopDetect] add `-polly-ignore-func` flag to ignore functions by name. | Siddharth Bhat | 2017-07-28 | 1 | -0/+124 |
Ignore all functions whose name match a regex. Useful because creating a regex that does *not* match a string is somewhat hard. Example: https://stackoverflow.com/questions/1240275/how-to-negate-specific-word-in-regex llvm-svn: 309377 |