Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test after renaming -name-anon-functions pass to -name-anon-globals | Mehdi Amini | 2016-09-16 | 1 | -33/+0 |
| | | | | llvm-svn: 281752 | ||||
* | Fix NameAnonFunctions pass: for ThinLTO we need to rename global variables ↵ | Mehdi Amini | 2016-09-16 | 1 | -0/+6 |
| | | | | | | | | | | | as well A follow-up patch will rename this pass and the source file accordingly, but I figured the non-NFC change will be easier to spot in isolation. Differential Revision: https://reviews.llvm.org/D24641 llvm-svn: 281744 | ||||
* | Add a pass to name anonymous/nameless function | Mehdi Amini | 2016-04-12 | 1 | -0/+27 |
Summary: For correct handling of alias to nameless function, we need to be able to refer them through a GUID in the summary. Here we name them using a hash of the non-private global names in the module. Reviewers: tejohnson Subscribers: joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D18883 From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266132 |