llvm-project/llvm/lib
Simon Pilgrim 82e0eb22af [X86][AVX] combineConcatVectorOps - use getBROADCAST_LOAD helper. NFCI.
This is part of rG1cfecf4fc427 that was reverted to fix PR51226 - concating the broadcasts is OK, its the splatted loads that crash (we're not detecting extloads). I'm still creating a reduced test case so haven't added the load handling again yet.
2021-11-02 18:04:35 +00:00
..
Analysis Revert "[NFC] Remove LinkAll*.h" 2021-11-02 09:08:09 -07:00
AsmParser [IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirectSymbol 2021-10-20 10:29:47 -07:00
BinaryFormat [llvm][clang][NFC] updates inline licence info 2021-08-11 02:48:53 +00:00
Bitcode [Verifier] Add verification logic for GlobalIFuncs 2021-10-31 20:00:57 -07:00
Bitstream
CodeGen Revert "[NFC] Remove LinkAll*.h" 2021-11-02 09:08:09 -07:00
DWARFLinker Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
DWP
DebugInfo llvm-dwarfdump --verify: Exit non-zero on simplified template name rebuilding failures 2021-10-26 15:57:16 -07:00
Demangle [Demangle] Rename OutputStream to OutputString 2021-10-21 17:34:57 -07:00
ExecutionEngine [ORC] Run incoming jit-dispatch calls via the TaskDispatcher in SimpleRemoteEPC. 2021-11-01 15:49:14 -07:00
Extensions
FileCheck [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
Frontend Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
FuzzMutate
Fuzzer
IR [IR] Replace *all* uses of a constant expression by corresponding instruction 2021-11-02 10:01:46 +05:30
IRReader
InterfaceStub [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
LTO [Support][ThinLTO] Move ThinLTO caching to LLVM Support library 2021-10-18 18:57:25 -07:00
LineEditor
Linker [IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirectSymbol 2021-10-20 10:29:47 -07:00
MC [llvm] Use StringRef::contains (NFC) 2021-10-23 08:45:27 -07:00
MCA [MCA] Fix a warning 2021-09-20 09:46:38 -07:00
Object [IRSymTab] Mark __stack_chk_guard used 2021-10-28 11:22:26 -07:00
ObjectYAML [llvm-readobj] Add support for reading OpenBSD ELF core notes. 2021-11-02 10:18:54 +01:00
Option [llvm/OptTable] Add named param comment for GroupedShortOption 2021-09-27 11:33:29 -04:00
Passes Add new choices dot-cfg and dot-cfg-quiet to print-changed. 2021-11-02 12:06:25 -04:00
ProfileData [SamplePGO] Fix callsite sample lookup to use dwarf names when dwarf linkage name isn't available. 2021-11-01 21:24:33 -07:00
Remarks
Support [TimeProfiler] Reset variable to nullptr 2021-10-31 16:14:30 -07:00
TableGen [TableGen] Record::checkRecordAssertions() - Use const-ref iterator in for-range loop. NFCI. 2021-09-17 12:11:53 +01:00
Target [X86][AVX] combineConcatVectorOps - use getBROADCAST_LOAD helper. NFCI. 2021-11-02 18:04:35 +00:00
Testing
TextAPI [llvm] Use drop_begin (NFC) 2021-09-16 08:46:26 -07:00
ToolDrivers [Type] Avoid APFloat.h include (NFC) 2021-10-09 11:29:26 +02:00
Transforms [LoopPeel] Peel loops with exits followed by an unreachable or deopt block 2021-11-02 23:12:04 +07:00
WindowsManifest Make WindowsManifestMerger::merge() take a MemoryBufferRef 2021-08-24 16:39:20 -04:00
XRay Support: Use Expected<T>::moveInto() in a few places 2021-10-22 12:40:10 -07:00
CMakeLists.txt