Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test case updates for explicit type parameter to the gep operator | David Blaikie | 2015-03-13 | 1 | -1/+1 |
| | | | | llvm-svn: 232187 | ||||
* | Update test case to be compatible with auto-migration to new getelementptr ↵ | David Blaikie | 2015-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | syntax coming in the near future The first change won't touch GEPOperators such as these, but the update script only identifies them by the leading '(' after getelementptr or 'getelementptr inbounds', so update this test to at least have those features to allow auto-migrating. llvm-svn: 229198 | ||||
* | Add support for __builtin___clear_cache in Clang | Renato Golin | 2014-03-26 | 1 | -0/+12 |
Adding the mapping between __builtin___clear_cache into @llvm.clear_cache llvm-svn: 204820 |