Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pass -O0 to clang_cc1, it is the default. | Rafael Espindola | 2013-09-04 | 1 | -1/+1 |
| | | | | llvm-svn: 189910 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -3/+3 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Fix up the test. | Fariborz Jahanian | 2013-01-26 | 1 | -9/+15 |
| | | | | | | for // rdar://11861085 llvm-svn: 173543 | ||||
* | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian | 2013-01-25 | 1 | -0/+44 |
Title: [PR9027] volatile struct bug: member is not loaded at -O; This is caused by last flag passed to @llvm.memcpy being false, not honoring that aggregate has at least one 'volatile' data member (even though aggregate itself has not been qualified as 'volatile'. As a result, optimization optimizes away the memcpy altogether. Patch review by John MaCall (I still need to fix up a test though). llvm-svn: 173535 |