llvm-project/llvm/test
Fangrui Song 853a264916 [AsmPrinter] __patchable_function_entries: Set SHF_LINK_ORDER for binutils 2.36 and above
This matches GCC behavior when the configure-time binutils is new. GNU ld<2.36
did not support mixed SHF_LINK_ORDER and non-SHF_LINK_ORDER sections in an
output section, so we conservatively disable SHF_LINK_ORDER for <2.36.
2021-02-05 19:53:06 -08:00
..
Analysis [MemorySSA] Don't treat lifetime.end as NoAlias 2021-02-04 20:58:28 +01:00
Assembler [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags 2021-01-27 10:43:51 -08:00
Bindings
Bitcode [ObjC][ARC] Use operand bundle 'clang.arc.rv' instead of explicitly 2021-02-05 06:09:42 -08:00
BugPoint
CodeGen [AsmPrinter] __patchable_function_entries: Set SHF_LINK_ORDER for binutils 2.36 and above 2021-02-05 19:53:06 -08:00
DebugInfo [CodeView][DebugInfo] Update the code for removing template arguments from the display name of a codeview function id. 2021-02-05 09:49:11 -08:00
Demangle [Demangle] Support demangling Swift calling convention in MS demangler. 2021-01-27 13:24:54 -08:00
Examples [test][NewPM] Pin various tests to the legacy PM 2021-02-02 15:07:10 -08:00
ExecutionEngine Revert "[JITLink] Add missing symbols for ELF ehframe testcase, re-enable ...." 2021-02-01 13:32:11 +11:00
Feature [test][NewPM] Pin various tests to the legacy PM 2021-02-02 15:07:10 -08:00
FileCheck [FileCheck] Make --allow-unused-prefixes cl::ZeroOrMore 2021-02-02 15:18:00 -08:00
Instrumentation Revert "[InstrProfiling] Use !associated metadata for counters, data and values" 2021-02-03 19:14:34 -05:00
Integer
JitListener
LTO Revert "[LTO] Use lto::backend for code generation." 2021-02-03 22:49:30 +00:00
Linker [llvm-link] Fix crash when materializing appending global 2021-01-25 18:08:07 -08:00
MC SPARCv9: recognize SIR trap instruction 2021-02-06 01:34:02 +01:00
MachineVerifier [GlobalISel] Add G_ASSERT_ZEXT 2021-01-28 13:58:37 -08:00
Object [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
ObjectYAML [yaml2obj][wasm] Support numeric relocation type 2021-02-02 18:28:37 -08:00
Other Revert "[LTO] Add option enable NewPM with LTOCodeGenerator." 2021-02-03 22:49:20 +00:00
Reduce [test] Fix unused FileCheck prefixes in test/Reduce 2021-02-01 23:05:46 -08:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Fix anonymous record self-reference in foreach and multiclass 2021-02-01 10:59:07 -05:00
ThinLTO/X86 [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags 2021-01-27 10:43:51 -08:00
Transforms [CSSPGO] Use merged base profile for hot threshold calculation 2021-02-05 17:51:00 -08:00
Unit
Verifier Have stripDebugInfo() also strip !llvm.loop annotations from all 2021-02-05 17:22:41 -08:00
YAMLParser
tools LLVMgold.so: Fix tests after D95380 2021-02-04 21:14:36 -08:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py [NFC] Disallow unused prefixes under llvm/test 2021-01-21 20:31:52 -08:00
lit.site.cfg.py.in