Changes
Summary
- Updated the -I option description. (details)
- [InstSimplify] add tests for abs intrinsic; NFC (details)
- [OpenMP] Fixed the issue that target memory deallocation might be called when they're being used (details)
- [ValueTracking] Improve llvm.abs handling in computeKnownBits. (details)
- Upgrade MC to v0.9. (details)
- Support experimental v extension v0.9. (details)
- [compiler-rt][Darwin] Fix linker errors for check-asan (details)
- [libc] [obvious] Fix strchr and strrchr tests so that constness is (details)
- [libc] [obvious] In strrchr, remove cast to unsigned char before (details)
- [X86] Simplify vpternlog immediate selection. (details)
- Don't crash if we deserialize a pack expansion type whose pattern (details)
- [AArch64][SVE] Allow vector of pointers as legal type for masked load/store. (details)