This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f378e27 Add unit tests for StringSwitch. new 4f52404 X86: Do not produce GOT relocations on windows new f455558 AArch64Subtarget: Remove unused CPUString field new 6f4042b [RDF] Fix liveness propagation through shadows new 0a7ba88 [AArch64][RegisterBankInfo] Add getSameKindofOperandsMapping.
The 4 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/AArch64/AArch64RegisterBankInfo.cpp | 70 ++++++++++++++-------- lib/Target/AArch64/AArch64RegisterBankInfo.h | 10 ++++ lib/Target/AArch64/AArch64Subtarget.cpp | 7 ++- lib/Target/AArch64/AArch64Subtarget.h | 6 +- lib/Target/Hexagon/RDFLiveness.cpp | 36 +++-------- lib/Target/TargetMachine.cpp | 7 ++- .../{rdf-phi-shadows.ll => rdf-extra-livein.ll} | 45 ++++++++------ test/CodeGen/X86/x86-64-pic-12.ll | 27 +++++++++ 8 files changed, 126 insertions(+), 82 deletions(-) copy test/CodeGen/Hexagon/{rdf-phi-shadows.ll => rdf-extra-livein.ll} (57%) create mode 100644 test/CodeGen/X86/x86-64-pic-12.ll