This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5406c80642f [InstSimplify] fold 'fcmp nnan ult X, 0.0' when X is not negative new d510dbfbdb1 [llvm-mca] Remove namespace prefixes made redundant by r345 [...] new aaf702f58f4 [Hexagon] Make sure not to use GP-relative addressing with PIC
The 2 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: .../Hexagon/HexagonSplitConst32AndConst64.cpp | 2 +- lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 10 ++++-- lib/Target/Hexagon/HexagonTargetObjectFile.h | 2 +- test/CodeGen/Hexagon/pic-sdata.ll | 37 ++++++++++++++++++++++ tools/llvm-mca/include/Context.h | 9 +++--- tools/llvm-mca/include/HWEventListener.h | 19 ++++++----- tools/llvm-mca/include/HardwareUnits/LSUnit.h | 6 +--- .../llvm-mca/include/HardwareUnits/RegisterFile.h | 34 ++++++++++---------- .../include/HardwareUnits/ResourceManager.h | 25 +++++++-------- .../include/HardwareUnits/RetireControlUnit.h | 2 +- tools/llvm-mca/include/HardwareUnits/Scheduler.h | 30 +++++++++--------- tools/llvm-mca/include/InstrBuilder.h | 37 +++++++++------------- tools/llvm-mca/include/Instruction.h | 24 +++++++------- tools/llvm-mca/include/Pipeline.h | 6 ++-- tools/llvm-mca/include/SourceMgr.h | 6 ++-- tools/llvm-mca/include/Stages/DispatchStage.h | 21 ++++++------ tools/llvm-mca/include/Stages/ExecuteStage.h | 12 +++---- tools/llvm-mca/include/Stages/FetchStage.h | 6 ++-- tools/llvm-mca/include/Stages/InstructionTables.h | 10 +++--- tools/llvm-mca/include/Stages/RetireStage.h | 4 +-- tools/llvm-mca/include/Stages/Stage.h | 8 ++--- tools/llvm-mca/include/Support.h | 19 ++++++----- 22 files changed, 176 insertions(+), 153 deletions(-) create mode 100644 test/CodeGen/Hexagon/pic-sdata.ll