r274114 - [Driver][AArch64] Add support for Broadcom Vulcan core.

2016-06-29 Thread Pankaj Gode via cfe-commits
Author: pgode Date: Wed Jun 29 05:00:31 2016 New Revision: 274114 URL: http://llvm.org/viewvc/llvm-project?rev=274114&view=rev Log: [Driver][AArch64] Add support for Broadcom Vulcan core. Adding support for new Broadcom Vulcan core (ARMv8.1A). Differential Revision: http://reviews.llvm.org/D2150

Re: [PATCH] D21501: [Driver] Add support for Broadcom Vulcan core

2016-06-29 Thread pankaj gode via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL274114: [Driver][AArch64] Add support for Broadcom Vulcan core. (authored by pgode). Changed prior to commit: http://reviews.llvm.org/D21501?vs=61192&id=62195#toc Repository: rL LLVM http://reviews.

Re: [PATCH] D21501: [Driver] Add support for Broadcom Vulcan core

2016-06-23 Thread pankaj gode via cfe-commits
pgode added a comment. Ping ? http://reviews.llvm.org/D21501 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D21501: [Driver] Add support for Broadcom Vulcan core

2016-06-19 Thread pankaj gode via cfe-commits
pgode created this revision. pgode added reviewers: t.p.northover, rengolin. pgode added a subscriber: cfe-commits. Herald added a subscriber: aemerson. Adds support for new Broadcom Vulcan core (ARMv8.1A) . http://reviews.llvm.org/D21501 Files: lib/Basic/Targets.cpp lib/Driver/Tools.cpp t