Go to file
Chandler Carruth 50fee93926 [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper
around a DataLayout interface in favor of directly querying DataLayout.

This wrapper specifically helped handle the case where this no
DataLayout, but LLVM now requires it simplifynig all of this. I've
updated callers to directly query DataLayout. This in turn exposed
a bunch of places where we should have DataLayout readily available but
don't which I've fixed. This then in turn exposed that we were passing
DataLayout around in a bunch of arguments rather than making it readily
available so I've also fixed that.

No functionality changed.

llvm-svn: 244189
2015-08-06 02:05:46 +00:00
clang [test] Another attempt to fix the test. 2015-08-06 01:06:55 +00:00
clang-tools-extra Update references to new lists.llvm.org mailing lists. 2015-08-05 03:56:44 +00:00
compiler-rt Add flag to request codeview debug info on Windows 2015-08-05 22:48:26 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Update some links so that they don't point at the (private) WG21 Wiki 2015-08-05 14:36:42 +00:00
libcxxabi Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
libunwind Update to new lists.llvm.org 2015-08-05 04:01:47 +00:00
lld For completeness, add a 64 bit big endian test. 2015-08-06 00:00:50 +00:00
lldb Static Android build doesn't need shared libs. 2015-08-05 17:42:46 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [PM/AA] Simplify the AliasAnalysis interface by removing a wrapper 2015-08-06 02:05:46 +00:00
openmp D11156: Fix comments by eliminating possible trademark conflicts 2015-08-05 12:00:07 +00:00
polly Update links to lists.llvm.org. 2015-08-05 04:19:04 +00:00