| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX) | David Bolvansky | 2019-10-01 | 1 | -2/+6 |
* | [InstCombine] sprintf(dest, "%s", str) -> memccpy(dest, str, 0, MAX) | David Bolvansky | 2019-10-01 | 1 | -6/+2 |
* | [SimplifyLibCalls] Mark known arguments with nonnull | David Bolvansky | 2019-09-17 | 1 | -9/+9 |
* | [BuildLibCalls] Noalias annotation | David Bolvansky | 2019-08-14 | 1 | -4/+4 |
* | [SimplifyLibCalls] Add noalias from known callsites | David Bolvansky | 2019-08-13 | 1 | -4/+4 |
* | [SimplifyLibCalls] Add dereferenceable bytes from known callsites | David Bolvansky | 2019-08-13 | 1 | -20/+65 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+100 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -100/+0 |
* | Remove alignment argument from memcpy/memmove/memset in favour of alignment a... | Daniel Neilson | 2018-01-19 | 1 | -2/+2 |
* | Revert "[SimplifyLibCalls] sprintf doesn't copy null bytes" | David Majnemer | 2016-04-26 | 1 | -3/+2 |
* | [SimplifyLibCalls] sprintf doesn't copy null bytes | David Majnemer | 2016-04-26 | 1 | -2/+3 |
* | Revert "Change memcpy/memset/memmove to have dest and source alignments." | Pete Cooper | 2015-11-19 | 1 | -2/+2 |
* | Change memcpy/memset/memmove to have dest and source alignments. | Pete Cooper | 2015-11-18 | 1 | -2/+2 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to t... | David Blaikie | 2015-04-16 | 1 | -11/+11 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-03-13 | 1 | -3/+3 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -8/+8 |
* | Fix broken FileCheck prefixes | Nico Rieck | 2014-02-26 | 1 | -4/+4 |
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -1/+1 |
* | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -8/+8 |
* | Move sprintf simplifier tests to test/Transforms/InstCombine | Meador Inge | 2012-11-27 | 1 | -6/+26 |
* | instcombine: Migrate sprintf optimizations | Meador Inge | 2012-11-27 | 1 | -0/+80 |