Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary regex in the test cases I fixed in r260496. | Akira Hatanaka | 2016-02-16 | 1 | -1/+1 |
| | | | | llvm-svn: 260921 | ||||
* | [Objective-c] Stop attaching section "datacoal_nt" to global variables. | Akira Hatanaka | 2016-02-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | The current macho linker just copies symbols in section datacoal_nt to section data, so it doesn't really matter whether or not section "datacoal_nt" is attached to the global variable. This is a follow-up to r250370, which made changes in llvm to stop putting functions and data in the *coal* sections. rdar://problem/24528611 llvm-svn: 260496 | ||||
* | Don't manually insert L prefixes. | Rafael Espindola | 2014-11-06 | 1 | -4/+4 |
| | | | | | | Simply marking the symbol private conveys the desire to hide them to LLVM. llvm-svn: 221451 | ||||
* | Objective-C. Introducing __attribute__((objc_runtime_name("runtimename")) | Fariborz Jahanian | 2014-07-16 | 1 | -0/+86 |
to be applied to class or protocols. This will direct IRGen for Objective-C metadata to use the new name in various places where class and protocol names are needed. rdar:// 17631257 llvm-svn: 213167 |