[PATCH] D20260: IR: Introduce local_unnamed_addr attribute.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 16:07:10 PDT 2016


pcc updated this revision to Diff 57536.
pcc added a comment.

- Add another use of helper function
- Update compatibility.ll


http://reviews.llvm.org/D20260

Files:
  docs/BitCodeFormat.rst
  docs/LangRef.rst
  include/llvm/IR/GlobalValue.h
  lib/Analysis/InstructionSimplify.cpp
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/Analysis.cpp
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/Core.cpp
  lib/IR/Globals.cpp
  lib/IR/IRBuilder.cpp
  lib/IR/Verifier.cpp
  lib/Linker/IRMover.cpp
  lib/Linker/LinkModules.cpp
  lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  lib/Target/TargetLoweringObjectFile.cpp
  lib/Transforms/IPO/ConstantMerge.cpp
  lib/Transforms/IPO/GlobalOpt.cpp
  lib/Transforms/IPO/MergeFunctions.cpp
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Instrumentation/GCOVProfiling.cpp
  lib/Transforms/Instrumentation/InstrProfiling.cpp
  lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  lib/Transforms/Utils/FunctionImportUtils.cpp
  lib/Transforms/Utils/GlobalStatus.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Assembler/local-unnamed-addr.ll
  test/Bitcode/compatibility.ll
  test/CodeGen/PowerPC/weak_def_can_be_hidden.ll
  test/CodeGen/X86/weak_def_can_be_hidden.ll
  test/Feature/OperandBundles/pr26510.ll
  test/LTO/X86/cfi_endproc.ll
  test/LTO/X86/linkonce_odr_func.ll
  test/Other/constant-fold-gep.ll
  test/Transforms/GlobalOpt/2010-10-19-WeakOdr.ll
  test/Transforms/GlobalOpt/alias-used-address-space.ll
  test/Transforms/GlobalOpt/alias-used.ll
  test/Transforms/GlobalOpt/assume.ll
  test/Transforms/GlobalOpt/constantfold-initializers.ll
  test/Transforms/GlobalOpt/ctor-list-opt-inbounds.ll
  test/Transforms/GlobalOpt/invariant.group.barrier.ll
  test/Transforms/GlobalOpt/invoke.ll
  test/Transforms/GlobalOpt/pr21191.ll
  test/Transforms/GlobalOpt/unnamed-addr.ll
  test/tools/gold/X86/coff.ll
  test/tools/gold/X86/emit-llvm.ll
  tools/gold/gold-plugin.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20260.57536.patch
Type: text/x-patch
Size: 75385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160517/c49cdc26/attachment.bin>


More information about the llvm-commits mailing list