Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-04-07 | Replace Sema-level implementation of -fassume-sane-operator-new with a | Richard Smith | 1 | -3/+3 |
2015-11-19 | Revert "Change memcpy/memset/memmove to have dest and source alignments." | Pete Cooper | 1 | -1/+1 |
2015-11-18 | Change memcpy/memset/memmove to have dest and source alignments. | Pete Cooper | 1 | -1/+1 |
2015-09-08 | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 1 | -5/+5 |
2015-02-27 | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 1 | -2/+2 |
2015-02-27 | Update Clang tests to handle explicitly typed gep changes in LLVM. | David Blaikie | 1 | -33/+33 |
2014-06-03 | When emitting a multidimensional array new, emit the initializers for the | Richard Smith | 1 | -17/+70 |
2013-12-14 | Quick-Fix pointer arithmetic when performing multi-D new-array initialization. | Faisal Vali | 1 | -2/+3 |
2013-12-11 | When performing an array new of a multidimensional array with an initializer | Richard Smith | 1 | -0/+106 |