OSDN Git Service

Revert "Revert "Bring in fixes for Cortex-A53 errata + build updates.""
authorTim Murray <timmurray@google.com>
Tue, 9 Dec 2014 23:46:34 +0000 (15:46 -0800)
committerTim Murray <timmurray@google.com>
Tue, 9 Dec 2014 23:46:34 +0000 (15:46 -0800)
commit22c310d78ce9630af15b0de94c18a409705b7496
tree6dd993fa5541f13f3b21ce59c58e288d8a09275a
parent6eeae0cf0069a272980de53836081a244ca5dffb
Revert "Revert "Bring in fixes for Cortex-A53 errata + build updates.""

This reverts commit c8db087b3b6d8767db4fa54057ac8fa448d812ca.
24 files changed:
include/llvm/CodeGen/MachineInstr.h
include/llvm/MC/MCInstrDesc.h
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/CriticalAntiDepBreaker.cpp
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/MachineCSE.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/RegisterCoalescer.cpp
lib/Target/AArch64/AArch64.h
lib/Target/AArch64/AArch64A53Fix835769.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp [new file with mode: 0644]
lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/Android.mk
lib/Target/AArch64/CMakeLists.txt
test/CodeGen/AArch64/a57-csel.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-a57-fp-load-balancing.ll [new file with mode: 0644]
test/CodeGen/AArch64/aarch64-fix-cortex-a53-835769.ll [new file with mode: 0644]
test/CodeGen/AArch64/remat.ll [new file with mode: 0644]
test/CodeGen/X86/critical-anti-dep-breaker.ll [new file with mode: 0644]