llvm-project/llvm/lib/Transforms
Peter Collingbourne ffecb1441b MemorySSA: Remove argument to createNewAccess function.
There is only one caller of MemorySSA::createNewAccess, and it passes true
as the IgnoreNonMemory argument. Remove that argument and fold its behavior
into createNewAccess.

llvm-svn: 270812
2016-05-26 01:19:17 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
IPO Move whole-program virtual call optimization pass after function attribute inference in LTO pipeline. 2016-05-25 21:26:14 +00:00
InstCombine Clarify that we match BSwap in InstCombine and BitReverse in CGP. NFC. 2016-05-25 16:22:14 +00:00
Instrumentation Use new triple API to check if comdat is supported 2016-05-25 17:17:51 +00:00
ObjCARC Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the cmake build to enable them. 2016-04-29 15:22:48 +00:00
Scalar [IRCE] Optimize conjunctions of range checks 2016-05-26 00:09:02 +00:00
Utils MemorySSA: Remove argument to createNewAccess function. 2016-05-26 01:19:17 +00:00
Vectorize fix typo; NFC 2016-05-25 21:03:31 +00:00
CMakeLists.txt
LLVMBuild.txt