Changes
Summary
- [llvm-cov] Fix compiler-rt tests failing in build bots after rL310827. The compiler-rt tests used llvm-cov with -filename-equivelence, which was replaced with the new option -path-equivalence in rL310827.
- Reland "[mips][mt][6/7] Add support for mftr, mttr instructions." This adjusts the tests to hopfully pacify the llvm-clang-x86_64-expensive-checks-win buildbot. Unlike many other instructions, these instructions have aliases which take coprocessor registers, gpr register, accumulator (and dsp accumulator) registers, floating point registers, floating point control registers and coprocessor 2 data and control operands. For the moment, these aliases are treated as pseudo instructions which are expanded into the underlying instruction. As a result, disassembling these instructions shows the underlying instruction and not the alias. Reviewers: slthakur, atanasyan Differential Revision: https://reviews.llvm.org/D35253
- Another attempt to fix the env issue for the avx512-sde bot
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /compiler-rt/trunk/test/profile/Linux/coverage_ctors.cpp | compiler-rt.src/test/profile/Linux/coverage_ctors.cpp |
![]() | /compiler-rt/trunk/test/profile/Linux/coverage_dtor.cpp | compiler-rt.src/test/profile/Linux/coverage_dtor.cpp |
![]() | /compiler-rt/trunk/test/profile/Linux/coverage_test.cpp | compiler-rt.src/test/profile/Linux/coverage_test.cpp |
![]() | /compiler-rt/trunk/test/profile/Linux/instrprof-comdat.test | compiler-rt.src/test/profile/Linux/instrprof-comdat.test |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | llvm.src/lib/Target/Mips/AsmParser/MipsAsmParser.cpp |
![]() | /llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp | llvm.src/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp |
![]() | /llvm/trunk/lib/Target/Mips/MipsMTInstrFormats.td | llvm.src/lib/Target/Mips/MipsMTInstrFormats.td |
![]() | /llvm/trunk/lib/Target/Mips/MipsMTInstrInfo.td | llvm.src/lib/Target/Mips/MipsMTInstrInfo.td |
![]() | /llvm/trunk/lib/Target/Mips/MipsSchedule.td | llvm.src/lib/Target/Mips/MipsSchedule.td |
![]() | /llvm/trunk/lib/Target/Mips/MipsScheduleGeneric.td | llvm.src/lib/Target/Mips/MipsScheduleGeneric.td |
![]() | /llvm/trunk/lib/Target/Mips/MipsTargetStreamer.h | llvm.src/lib/Target/Mips/MipsTargetStreamer.h |
![]() | /llvm/trunk/test/MC/Disassembler/Mips/mt/valid-r2-el.txt | llvm.src/test/MC/Disassembler/Mips/mt/valid-r2-el.txt |
![]() | /llvm/trunk/test/MC/Disassembler/Mips/mt/valid-r2.txt | llvm.src/test/MC/Disassembler/Mips/mt/valid-r2.txt |
![]() | /llvm/trunk/test/MC/Mips/mt/invalid-wrong-error.s | llvm.src/test/MC/Mips/mt/invalid-wrong-error.s |
![]() | /llvm/trunk/test/MC/Mips/mt/invalid.s | llvm.src/test/MC/Mips/mt/invalid.s |
![]() | /llvm/trunk/test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s | llvm.src/test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s |
![]() | /llvm/trunk/test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | llvm.src/test/MC/Mips/mt/mftr-mttr-aliases-invalid.s |
![]() | /llvm/trunk/test/MC/Mips/mt/mftr-mttr-aliases.s | llvm.src/test/MC/Mips/mt/mftr-mttr-aliases.s |
![]() | /llvm/trunk/test/MC/Mips/mt/mftr-mttr-reserved-valid.s | llvm.src/test/MC/Mips/mt/mftr-mttr-reserved-valid.s |
![]() | /llvm/trunk/test/MC/Mips/mt/valid.s | llvm.src/test/MC/Mips/mt/valid.s |
Change Type | Path in Repository | Path in Workspace |
![]() | /zorg/trunk/buildbot/osuosl/master/config/builders.py | zorg/buildbot/osuosl/master/config/builders.py |