llvm-6502/unittests
Chandler Carruth 4d7ed3960c [PM/AA] Remove the Location typedef from the AliasAnalysis class now
that it is its own entity in the form of MemoryLocation, and update all
the callers.

This is an entirely mechanical change. References to "Location" within
AA subclases become "MemoryLocation", and elsewhere
"AliasAnalysis::Location" becomes "MemoryLocation". Hope that helps
out-of-tree folks update.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239885 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-17 07:18:54 +00:00
..
ADT modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
Analysis [PM/AA] Remove the Location typedef from the AliasAnalysis class now 2015-06-17 07:18:54 +00:00
AsmParser
Bitcode Try to fix the MSVC build. 2015-06-17 03:13:26 +00:00
CodeGen
DebugInfo
ExecutionEngine
IR
LineEditor
Linker
MC
Option
ProfileData
Support Use std::unique_ptr to manage the DataStreamer in bitcode parsing. 2015-06-16 23:29:49 +00:00
Transforms
CMakeLists.txt
Makefile
Makefile.unittest