1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/lib/Transforms/IPO
Mehdi Amini 6875fa5607 Add a pass to name anonymous/nameless function
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
2016-04-12 21:35:28 +00:00
..
ArgumentPromotion.cpp [AA] Hoist the logic to reformulate various AA queries in terms of other 2016-03-02 15:56:53 +00:00
BarrierNoopPass.cpp
CMakeLists.txt WholeProgramDevirt: introduce. 2016-02-09 22:50:34 +00:00
ConstantMerge.cpp
CrossDSOCFI.cpp
DeadArgumentElimination.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
ElimAvailExtern.cpp
ExtractGV.cpp
ForceFunctionAttrs.cpp
FunctionAttrs.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
FunctionImport.cpp [ThinLTO] Only compute imports for current module in FunctionImport pass 2016-04-12 21:13:11 +00:00
GlobalDCE.cpp [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar 2016-04-05 08:47:51 +00:00
GlobalOpt.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
InferFunctionAttrs.cpp [NVPTX] Infer __nvvm_reflect as nounwind, readnone 2016-03-31 21:29:57 +00:00
InlineAlways.cpp
Inliner.cpp Revert revisions 262636, 262643, 262679, and 262682. 2016-03-08 00:36:35 +00:00
InlineSimple.cpp Make InlineSimple's one-arg constructor explicit. NFC 2016-03-29 16:26:06 +00:00
Internalize.cpp Use a StringSet in Internalize, and allow to create the pass from an existing one (NFC) 2016-02-10 23:24:31 +00:00
IPConstantPropagation.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
IPO.cpp [PM] Port the PostOrderFunctionAttrs pass to the new pass manager and 2016-02-18 11:03:11 +00:00
LLVMBuild.txt
LoopExtractor.cpp
LowerBitSets.cpp LowerBitSets: Move declarations to separate namespace. 2016-04-01 18:46:50 +00:00
MergeFunctions.cpp NFC: MergeFunctions return early 2016-04-12 21:23:05 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp Add a pass to name anonymous/nameless function 2016-04-12 21:35:28 +00:00
PruneEH.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
SampleProfile.cpp Remove llvm::getDISubprogram in favor of Function::getSubprogram 2016-03-11 02:14:16 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp
WholeProgramDevirt.cpp Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C4334 '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)". NFC. 2016-03-30 21:30:00 +00:00