Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SimplifyLibCalls] Mark known arguments with nonnull | David Bolvansky | 2019-09-17 | 1 | -3/+43 |
* | [SimplifyLibCalls] Add dereferenceable bytes from known callsites | David Bolvansky | 2019-08-13 | 1 | -3/+3 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+204 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -204/+0 |
* | [SimplifyLibCalls] Fix memchr expansion for constant strings. | Eli Friedman | 2019-01-09 | 1 | -16/+19 |
* | SimplifyLibCalls: Optimize wcslen | Matthias Braun | 2017-05-19 | 1 | -0/+9 |
* | [InstCombine] regenerate checks | Sanjay Patel | 2016-05-02 | 1 | -81/+73 |
* | [SimplifyLibCalls] Fix negative shifts being produced by the memchr -> bitfie... | Benjamin Kramer | 2015-03-21 | 1 | -0/+12 |
* | [SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check. | Benjamin Kramer | 2015-03-21 | 1 | -1/+68 |
* | SimplifyLibCalls: Add basic optimization of memchr calls. | Benjamin Kramer | 2015-03-21 | 1 | -0/+121 |