Re: [PATCH] D12192: Add clang support for AAP

2016-08-17 Thread Edward Jones via cfe-commits
edward-jones abandoned this revision. edward-jones added a comment. We have closed the accompanying LLVM patch https://reviews.llvm.org/D12191, so this patch is no longer relevant. https://reviews.llvm.org/D12192 ___ cfe-commits mailing list cfe-co

Re: [PATCH] D12192: Add clang support for AAP

2016-03-29 Thread Edward Jones via cfe-commits
edward-jones updated this revision to Diff 51932. edward-jones added a comment. This rolls AAP forward to top-of-tree. http://reviews.llvm.org/D12192 Files: lib/Basic/Targets.cpp lib/Driver/Driver.cpp lib/Driver/ToolChains.cpp lib/Driver/ToolChains.h lib/Driver/Tools.cpp lib/Driver/

Re: [PATCH] D12192: Add clang support for AAP

2016-01-19 Thread Edward Jones via cfe-commits
edward-jones updated this revision to Diff 45262. edward-jones added a comment. This updates the Clang support of AAP to top of tree. http://reviews.llvm.org/D12192 Files: lib/Basic/Targets.cpp lib/Driver/Driver.cpp lib/Driver/ToolChains.cpp lib/Driver/ToolChains.h lib/Driver/Tools.cp

Re: [PATCH] D12192: Add clang support for AAP

2015-09-21 Thread Edward Jones via cfe-commits
edward-jones updated this revision to Diff 35263. edward-jones added a comment. This rolls the clang patch for AAP forwards to top of tree. http://reviews.llvm.org/D12192 Files: lib/Basic/Targets.cpp lib/Driver/Driver.cpp lib/Driver/ToolChains.cpp lib/Driver/ToolChains.h lib/Driver/To

[PATCH] D12192: Add clang support for AAP

2015-08-20 Thread Edward Jones via cfe-commits
edward-jones created this revision. edward-jones added a subscriber: cfe-commits. AAP is a Harvard architecture, with features representative of a large range of deeply embedded microprocessors. It aims to aid the development and maintenance of other out-of-tree deeply embedded systems. http://