Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add in support for getIntPtrType to get the pointer type based on the address... | Micah Villmow | 2012-10-24 | 1 | -17/+17 |
* | Cosmetic change -- move two simplifiers to the right commented statement group. | Meador Inge | 2012-10-18 | 1 | -2/+2 |
* | instcombine: Migrate strcpy optimizations | Meador Inge | 2012-10-18 | 1 | -2/+49 |
* | instcombine: Migrate strcmp and strncmp optimizations | Meador Inge | 2012-10-15 | 1 | -0/+99 |
* | Remove unused private field. | Benjamin Kramer | 2012-10-13 | 1 | -1/+0 |
* | instcombine: Migrate strchr and strrchr optimizations | Meador Inge | 2012-10-13 | 1 | -0/+86 |
* | instcombine: Migrate strcat and strncat optimizations | Meador Inge | 2012-10-13 | 1 | -0/+106 |
* | Implement new LibCallSimplifier class | Meador Inge | 2012-10-13 | 1 | -0/+289 |