[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"

Manoj Gupta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 15:32:27 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336613: llvm: Add support for "-fno-delete-null-pointer-checks" (authored by manojgupta, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D47895?vs=154506&id=154716#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47895

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Analysis/BasicAliasAnalysis.h
  llvm/trunk/include/llvm/IR/CallSite.h
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/Analysis/InlineCost.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/LazyValueInfo.cpp
  llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/IR/ConstantFold.cpp
  llvm/trunk/lib/IR/Function.cpp
  llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/trunk/test/Analysis/MemorySSA/cyclicphi.ll
  llvm/trunk/test/Transforms/CorrelatedValuePropagation/non-null.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nonnull.ll
  llvm/trunk/test/Transforms/GVN/PRE/2018-06-08-pre-load-dbgloc-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/MallocSROA-section-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-1-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-1.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-2-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-2.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-3-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-3.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-4-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-4.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-phi-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/heap-sra-phi.ll
  llvm/trunk/test/Transforms/GlobalOpt/load-store-global-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/malloc-promote-1-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/malloc-promote-1.ll
  llvm/trunk/test/Transforms/GlobalOpt/malloc-promote-2-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/malloc-promote-2.ll
  llvm/trunk/test/Transforms/GlobalOpt/storepointer-compare-no-null-opt.ll
  llvm/trunk/test/Transforms/GlobalOpt/storepointer-no-null-opt.ll
  llvm/trunk/test/Transforms/IPConstantProp/PR26044.ll
  llvm/trunk/test/Transforms/Inline/attributes.ll
  llvm/trunk/test/Transforms/InstCombine/atomic.ll
  llvm/trunk/test/Transforms/InstCombine/invariant.group.ll
  llvm/trunk/test/Transforms/InstCombine/invoke.ll
  llvm/trunk/test/Transforms/InstCombine/lifetime-no-null-opt.ll
  llvm/trunk/test/Transforms/InstCombine/load.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy-addrspace.ll
  llvm/trunk/test/Transforms/InstCombine/memcpy-from-global.ll
  llvm/trunk/test/Transforms/InstCombine/select.ll
  llvm/trunk/test/Transforms/InstCombine/store.ll
  llvm/trunk/test/Transforms/InstCombine/strcpy_chk-64.ll
  llvm/trunk/test/Transforms/InstCombine/strlen-1.ll
  llvm/trunk/test/Transforms/InstCombine/wcslen-1.ll
  llvm/trunk/test/Transforms/InstSimplify/compare.ll
  llvm/trunk/test/Transforms/LoopIdiom/pr28196.ll
  llvm/trunk/test/Transforms/LoopVersioning/lcssa.ll
  llvm/trunk/test/Transforms/SimplifyCFG/UnreachableEliminate.ll
  llvm/trunk/test/Transforms/SimplifyCFG/invoke.ll
  llvm/trunk/test/Transforms/SimplifyCFG/phi-undef-loadstore.ll
  llvm/trunk/test/Transforms/SimplifyCFG/trap-no-null-opt-debugloc.ll
  llvm/trunk/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
  llvm/trunk/unittests/Analysis/AliasAnalysisTest.cpp
  llvm/trunk/unittests/Analysis/MemorySSA.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47895.154716.patch
Type: text/x-patch
Size: 109735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180709/2625d58b/attachment.bin>


More information about the llvm-commits mailing list