llvm/lib/Transforms/IPO
Mehdi Amini 29d66c4985 ThinLTO: Move the ODR resolution to be based purely on the summary.
This is a requirement for the cache handling in D18494

Differential Revision: http://reviews.llvm.org/D18908

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266519 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-16 07:02:16 +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: Move the ODR resolution to be based purely on the summary. 2016-04-16 07:02:16 +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 Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC) 2016-04-13 06:32:29 +00:00
IPConstantPropagation.cpp Don't IPO over functions that can be de-refined 2016-04-08 00:48:30 +00:00
IPO.cpp Refactor Internalization pass to use as a callback instead of a StringSet (NFC) 2016-04-13 04:20:32 +00:00
LLVMBuild.txt
LoopExtractor.cpp
LowerBitSets.cpp [cfi] Support explicit sections for functions in cfi-icall. 2016-04-15 22:55:38 +00:00
MergeFunctions.cpp NFC mergefunc: const correctness 2016-04-13 21:12:21 +00:00
PartialInlining.cpp
PassManagerBuilder.cpp [PM] Add a SpeculativeExecution pass for targets with divergent branches. 2016-04-15 00:32:12 +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 [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. 2016-04-15 15:57:41 +00:00
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