1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib
Simon Pilgrim bf43079680 [DAG] SimplifyDemandedBits - correctly adjust truncated shift amount type
As noticed on D56387, for vectors we must always correctly adjust the shift amount type during truncation (not just after legalization). We were getting away with it as we currently only accepted scalars via the dyn_cast<ConstantSDNode>.
2021-01-21 12:38:36 +00:00
..
Analysis [llvm] Construct SmallVector with iterator ranges (NFC) 2021-01-20 21:35:52 -08:00
AsmParser
BinaryFormat [Debuginfo][DW_OP_implicit_pointer] (1/7) Support for DW_OP_LLVM_implicit_pointer 2021-01-15 14:45:04 +05:30
Bitcode [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
Bitstream
CodeGen [DAG] SimplifyDemandedBits - correctly adjust truncated shift amount type 2021-01-21 12:38:36 +00:00
DebugInfo [llvm] Use hasSingleElement (NFC) 2021-01-20 21:35:55 -08:00
Demangle [llvm] Remove redundant return and continue statements (NFC) 2021-01-14 20:30:34 -08:00
DWARFLinker [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
ExecutionEngine [ORC] Move LookupRequest from OrcShared to Orc. 2021-01-19 20:23:47 +11:00
Extensions
FileCheck [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [PM] Avoid duplicates in the Used/Preserved/Required sets 2021-01-20 13:55:18 +01:00
IRReader
LineEditor
Linker
LTO [lld-macho] Run ObjCContractPass during LTO 2021-01-20 14:21:32 -05:00
MC MCDwarf: Delete uneeded parameter 2021-01-21 00:55:07 -08:00
MCA [llvm] Use llvm::find (NFC) 2021-01-19 20:19:14 -08:00
Object [WebAssembly] Change prefix on data segment flags to WASM_DATA_SEGMENT 2021-01-19 09:40:42 +01:00
ObjectYAML [yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections. 2021-01-21 10:36:48 +03:00
Option
Passes [LoopRotate] Add PrepareForLTO stage, avoid rotating with inline cands. 2021-01-19 10:15:29 +00:00
ProfileData [SampleFDO] Add the support to split the function profiles with context into 2021-01-19 15:16:19 -08:00
Remarks
Support D94954: Fixes Snapdragon Kryo CPU core detection 2021-01-20 22:23:43 +00:00
TableGen Revert "[TableGen] Improve algorithm for inheriting class template args and fields" 2021-01-20 09:47:13 -05:00
Target MC: AArch64: Add support for gotpage_lo15 2021-01-21 08:29:49 -03:00
Testing
TextAPI [llvm] Use llvm::sort (NFC) 2021-01-17 10:39:45 -08:00
ToolDrivers
Transforms [LoopUnswitch] Implement first version of partial unswitching. 2021-01-21 09:46:41 +00:00
WindowsManifest
XRay
CMakeLists.txt