1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Fangrui Song ac9c226631 [X86FastISel] Fix MO_GOTPCREL GlobalValue reference in static relocation model
This fixes the bug referenced by 5582a7987662a92eda5d883b88fc4586e755acf5
which was exposed by 961f31d8ad14c66829991522d73e14b5a96ff6d4.

With this change, `movq src@GOTPCREL, %rcx` => `movq src@GOTPCREL(%rip), %rcx`
2020-12-05 23:13:28 -08:00
..
Analysis Add recursive decomposition reasoning to isKnownNonEqual 2020-12-05 15:58:19 -08:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86FastISel] Fix MO_GOTPCREL GlobalValue reference in static relocation model 2020-12-05 23:13:28 -08:00
DebugInfo [test] Add explicit dso_local to function declarations in static relocation model tests 2020-12-05 14:54:37 -08:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [MemProf] Make __memprof_shadow_memory_dynamic_address dso_local in static relocation model 2020-12-05 21:36:31 -08:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [AMDGPU][MC] Improved diagnostics message for sym/expr operands 2020-12-05 14:05:53 +03:00
Object
ObjectYAML
Other [NewPM] Make pass adaptors less templatey 2020-12-04 08:30:50 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-nm][MachO] Don't call getFlags on redacted symbols 2020-12-04 21:48:53 -08:00
Transforms [ConstraintElimination] Handle constraints with all zero var coeffs. 2020-12-05 12:06:53 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh