Go to file
Peter Collingbourne 4568158c4d IR: Change PointerType to derive from Type rather than SequentialType.
As proposed on llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2016-October/106640.html

This is for a couple of reasons:

- Values of type PointerType are unlike the other SequentialTypes (arrays
  and vectors) in that they do not hold values of the element type. By moving
  PointerType we can unify certain aspects of how the other SequentialTypes
  are handled.
- PointerType will have no place in the SequentialType hierarchy once
  pointee types are removed, so this is a necessary step towards removing
  pointee types.

Differential Revision: https://reviews.llvm.org/D26595

llvm-svn: 288462
2016-12-02 03:05:41 +00:00
clang [CUDA] Fix faulty test from rL288448 2016-12-02 02:04:43 +00:00
clang-tools-extra Add a blank line to make sphinx happy. 2016-12-01 17:38:54 +00:00
compiler-rt build: fix building for Windows after SVN r287465 2016-12-01 22:00:54 +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 build since r286752. 2016-11-14 16:06:33 +00:00
libcxx Protect sequences test under libcpp-no-exceptions 2016-12-01 17:36:41 +00:00
libcxxabi Update implementation of ABI support for throwing noexcept function pointers 2016-12-02 02:06:53 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld Allow duplicated abs symbols with the same value. 2016-12-02 02:58:21 +00:00
lldb Handle empty strings when looking for a CFString's encoding. 2016-12-01 19:14:55 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm IR: Change PointerType to derive from Type rather than SequentialType. 2016-12-02 03:05:41 +00:00
openmp fixed type in Windows-specific code 2016-12-01 16:08:52 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [NFC] Check for feasibility prior to the profitability check 2016-12-01 11:12:14 +00:00