This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b05e5c [x86, SSE/AVX] allow 128/256-bit lowering for copysign vector [...] new d1ed87a [RDF] Replace RegisterAliasInfo with target-independent code [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/Hexagon/CMakeLists.txt | 1 - lib/Target/Hexagon/HexagonOptAddrMode.cpp | 5 +- lib/Target/Hexagon/HexagonRDF.cpp | 64 ----- lib/Target/Hexagon/HexagonRDF.h | 30 -- lib/Target/Hexagon/HexagonRDFOpt.cpp | 4 +- lib/Target/Hexagon/RDFCopy.cpp | 4 +- lib/Target/Hexagon/RDFGraph.cpp | 445 ++++++++++++++++-------------- lib/Target/Hexagon/RDFGraph.h | 142 +++++----- lib/Target/Hexagon/RDFLiveness.cpp | 84 +++--- lib/Target/Hexagon/RDFLiveness.h | 20 +- 10 files changed, 369 insertions(+), 430 deletions(-) delete mode 100644 lib/Target/Hexagon/HexagonRDF.cpp delete mode 100644 lib/Target/Hexagon/HexagonRDF.h