Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | type_info objects are not unnamed_addr: the ABI requires us to | John McCall | 2014-02-08 | 1 | -8/+8 |
| | | | | | | | | | | unique them and permits the implementation of dynamic_cast (and anything else which knows it's working with a complete class type) to compare their addresses directly. rdar://16005328 llvm-svn: 201020 | ||||
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| | | | | llvm-svn: 196510 | ||||
* | The standard ARM C++ ABI dictates that inline functions are | John McCall | 2013-01-25 | 1 | -0/+189 |
never key functions. We did not implement that rule for the iOS ABI, which was driven by what was implemented in gcc-4.2. However, implement it now for other ARM-based platforms. llvm-svn: 173515 |