platform/upstream/llvm.git
2022-11-28 Matt ArsenaultDataFlowSanitizer: Convert most tests to opaque pointers
2022-11-28 Matt ArsenaultDataFlowSanitizer: Don't use anonymous values in test
2022-11-28 Matt ArsenaultAddressSanitizer: Convert tests to opaque pointers
2022-11-28 Fangrui Song[lld-macho] Change most Optional to std::optional
2022-11-28 Fangrui Song[COFF] Change most Optional to std::optional
2022-11-28 Kazu Hirata[IPO] Remove an unused function declaration
2022-11-27 Vitaly Buka[test][asan] Double ended version of TestContainer
2022-11-27 Vitaly Buka[NFC][asan] Extract FixUnalignedStorage
2022-11-27 Vitaly Buka[NFC][asan] Extract kMaxRangeToCheck into a function
2022-11-27 Vitaly Buka[test][asan] Simplify a few expressions
2022-11-27 Vitaly Buka[test][asan] Check find_bad_address test
2022-11-27 Vitaly Buka[test][asan] Deduplicate code
2022-11-27 Vitaly Buka[NFC][asan] Rename variables in __sanitizer_annotate_co...
2022-11-27 Kazu Hirata[IR] Use std::optional in Statepoint.h (NFC)
2022-11-27 Kazu Hirata[IR] Use std::optional in ModuleSummaryIndex.h (NFC)
2022-11-27 Kazu Hirata[IR] Use std::optional in Instructions.h (NFC)
2022-11-27 Kazu Hirata[IR] Use std::optional in InstrTypes.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in raw_ostream.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in ToolOutputFile.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in InstructionCost.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in InitLLVM.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in HashBuilder.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in GlobPattern.h (NFC)
2022-11-27 Kazu Hirata[Support] Use std::optional in GenericDomTreeConstructi...
2022-11-27 Kazu Hirata[Support] Use std::optional in CachePruning.h (NFC)
2022-11-27 Ramkumar Ramachandramlir/linalg: use std::optional
2022-11-27 Ramkumar Ramachandramlir/VectorToGPU: use std::optional (NFC)
2022-11-27 Kazu Hirata[Analysis] Use std::optional in TensorSpec.h (NFC)
2022-11-27 Kazu Hirata[Analysis] Use std::optional in TargetTransformInfo...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in TargetLibraryInfo.h...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in ProfileSummaryInfo...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in ObjCARCAnalysisUtils...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in ModuleSummaryAnalysis...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in MemoryDependenceAnalysi...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in MLInlineAdvisor.h ...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in LoopCacheAnalysis.h...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in LoopAccessAnalysis...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in LazyCallGraph.h (NFC)
2022-11-27 Kazu Hirata[Analysis] Use std::optional in InlineCost.h (NFC)
2022-11-27 Kazu Hirata[Analysis] Use std::optional in IRSimilarityIdentifier...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in DemandedBits.h (NFC)
2022-11-27 Kazu Hirata[Analysis] Use std::optional in BlockFrequencyInfoImpl...
2022-11-27 Kazu Hirata[Analysis] Use std::optional in BasicAliasAnalysis...
2022-11-27 Kazu Hirata[ADT] Use std::optional in TypeSwitch.h (NFC)
2022-11-27 Kazu Hirata[ADT] Use std::optional in StringSwitch.h (NFC)
2022-11-27 Roman Lebedev[NFC][InstCombine] Drop "unused" check prefixes in...
2022-11-27 Roman LebedevFixup last commit - actually stage check line updates
2022-11-27 Roman Lebedev[NFC][InstCombine] Add test coverage for potential...
2022-11-27 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-11-27 Mehdi AminiApply clang-tidy fixes for bugprone-copy-constructor...
2022-11-27 Matt ArsenaultReassociate: Convert tests to opaque pointers
2022-11-27 Matt ArsenaultVerifier: Update error message for opaque pointers
2022-11-27 Matt ArsenaultVerifier: Check ifunc resolver functions return a pointer
2022-11-27 Matt Arsenaultllvm-reduce: Fix producing invalid reductions on ifunc
2022-11-27 Matt ArsenaultJumpThreading: Modernize some test checking
2022-11-27 Simon Pilgrim[X86] Remove unnecessary VBLENDWYrr overrides
2022-11-27 Shivam Gupta[Docs] Mention to add RUN line before running script...
2022-11-27 Simon Pilgrim[X86] Add test coverage for Issue #59217
2022-11-27 Matt ArsenaultJumpThreading: Convert tests to -passes
2022-11-27 Matt ArsenaultJumpThreading: Convert tests to opaque pointers
2022-11-27 Simon Pilgrim[X86] Fix uops counts for SLM extract/extract-store...
2022-11-27 Matt ArsenaultScalarizer: Fix fragile test of constant pointer
2022-11-27 Matt ArsenaultCodeGenPrepare: Don't use anonymous values some in...
2022-11-27 Matt ArsenaultX86: Make test check more precise
2022-11-27 Matt ArsenaultCodeGenPrepare: Don't use undef base pointers in addres...
2022-11-27 Matt ArsenaultSeparateConstOffsetFromGEP: Switch tests to use -passes
2022-11-27 Matt ArsenaultUtils: Fix assume builder test using old name of null_p...
2022-11-27 Nico Weber[lld/mac] Covert start-lib.s test to use qualified...
2022-11-27 Matt ArsenaultUtils: Don't use anonymous values in test
2022-11-27 Matt ArsenaultHotColdSplit: Don't use anonymous values in test
2022-11-27 Matt ArsenaultSampleProfile: Don't use anonymous values in test
2022-11-27 Matt ArsenaultIndirectCallPromotion: Fix illegal promotion with opaqu...
2022-11-27 Ayke van Laethem[AVR] Remove unused register scavenger
2022-11-27 Ayke van Laethem[AVR] Add $ separator string (like avr-gcc)
2022-11-27 Ayke van Laethem[AVR] Fix broken bitcast for aliases in non-zero addres...
2022-11-27 David Green[AArch64] Add GPR rr instructions to isAssociativeAndCo...
2022-11-27 Stefan Gränitz[Orc][examples] Temporarily re-enable tests for the...
2022-11-27 Stefan Gränitz[Orc][examples] Emit artifacts in test-specific output...
2022-11-27 Stefan Gränitz[lldb][JITLoaderGDB] Resolve __jit_debug_register_code...
2022-11-27 Fangrui Song[ELF] Simplify ObjFile<ELFT>::parseLazy. NFC
2022-11-27 Kazu Hirata[lld] Use std::optional in lld.cpp (NFC)
2022-11-27 Kazu Hirata[MachO] Use std::optional in InputFiles.cpp (NFC)
2022-11-27 Kazu Hirata[MachO] Use std::optional in ExportTrie.cpp (NFC)
2022-11-27 Kazu Hirata[COFF] Use std::optional in PDB.cpp (NFC)
2022-11-27 Kazu Hirata[COFF] Use std::optional in InputFiles.cpp (NFC)
2022-11-27 Kazu Hirata[COFF] Use std::optional in Driver.cpp (NFC)
2022-11-27 Koakuma[SPARC] Add tail call support for 64-bit target
2022-11-27 Fangrui Song[ELF] Change most llvm::Optional to std::optional
2022-11-27 Kazu Hirata[yaml2obj] Use std::optional in yaml2obj.cpp (NFC)
2022-11-27 Kazu Hirata[obj2yaml] Use std::optional in elf2yaml.cpp (NFC)
2022-11-27 Kazu Hirata[llvm-readobj] Use std::optional in ELFDumper.cpp ...
2022-11-27 Kazu Hirata[llvm-profgen] Use std::optional in ProfiledBinary...
2022-11-27 Kazu Hirata[llvm-profdata] Use std::optional in llvm-profdata...
2022-11-27 Kazu Hirata[llvm-objdump] Use std::optional in llvm-objdump.cpp...
2022-11-27 Kazu Hirata[llvm-lipo] Use std::optional in llvm-lipo.cpp (NFC)
2022-11-27 Kazu Hirata[llvm-ifs] Use std::optional in llvm-ifs.cpp (NFC)
2022-11-27 Kazu Hirata[llvm-dwp] Use std::optional in llvm-dwp.cpp (NFC)
2022-11-27 Kazu Hirata[llvm-cov] Use std::optional in SourceCoverageViewText...
2022-11-27 Kazu Hirata[llvm-cov] Use std::optional in SourceCoverageViewHTML...
2022-11-27 Kazu Hirata[llvm-cov] Use std::optional in CodeCoverage.cpp (NFC)
next