summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/NameAnonFunctions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix mismatch on returned type between header and implementation for ↵Mehdi Amini2016-04-121-1/+1
| | | | | | | createNameAnonFunctionPass() From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266151
* Add a pass to name anonymous/nameless functionMehdi Amini2016-04-121-0/+102
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
OpenPOWER on IntegriCloud