platform/upstream/llvm.git
2020-07-13 Sam McCall[clangd] Remove const_cast. NFC
2020-07-13 Lei Zhang[NFC] Remove unused header include
2020-07-13 serge-sans... Fix HexagonGenExtract return status
2020-07-13 Arthur Eubanks[NewPM][opt] Translate -foo-analysis to require<foo...
2020-07-13 LLVM GN Syncbot[gn build] Port fdb69539bcd
2020-07-13 Jan Korous[AST] Fix potential nullptr dereference in Expr::HasSid...
2020-07-13 Matt ArsenaultAMDGPU/GlobalISel: Add tests for 96-bit add/sub/mul
2020-07-13 Mircea Trofin[llvm][NFC] ML Policies: changed the saved_model protob...
2020-07-13 Matt ArsenaultTableGen/GlobalISel: Emit enum names for reg class...
2020-07-13 Matt ArsenaultRISCV: Avoid GlobalISel build break in a future patch
2020-07-13 Louis Dionne[libc++] Implement P0551
2020-07-13 Hiroshi Yamauchi[PGO][PGSO] Add profile guided size optimization to...
2020-07-13 LLVM GN Syncbot[gn build] Port 83080a294ad
2020-07-13 Lang Hames[ORC] Generalize emit re-entry, stub, etc. APIs for...
2020-07-13 Lang Hames[JITLink] Add a synchronous version of finalize for...
2020-07-13 Mircea Trofin[llvm] Native size estimator for training -Oz inliner
2020-07-13 Hiroshi Yamauchi[PGO][PGSO] Add profile guided size optimization to...
2020-07-13 Sanjay Patel[DAGCombiner] rot i16 X, 8 --> bswap X
2020-07-13 Sanjay Patel[x86] add tests for bswap/rotate; NFC
2020-07-13 Pavel Iliin[ARM][NFC] More detailed vbsl checks in ARM & Thumb2...
2020-07-13 stevewan[llvm-ar][test][AIX] Unsupport error-opening-directory...
2020-07-13 Pavel Labath[ADT] Make Load(AP)IntFromMemory pointer argument const
2020-07-13 Sanne WoudaFix llvm-test-suite failure introduced by D82550/D83122
2020-07-13 David Truby[flang][openmp] libc++ unordered_map build fix in flang...
2020-07-13 Alexey Bataev[OPENMP]Fix compiler crash for target data directive...
2020-07-13 Eric Astor[ms] [llvm-ml] Restore omitted changes requested by...
2020-07-13 Pavel Labath[lldb/Utility] Rewrite Scalar::SetValueFromCString
2020-07-13 Eric Astor[ms] [llvm-ml] Add support for MASM STRUCT casting...
2020-07-13 Jinsong Ji[compiler-rt][CMake] Pass down LLVM_LIT_ARGS in runtime...
2020-07-13 Eric Astor[ms] [llvm-ml] Fix MASM support for nested unnamed...
2020-07-13 Eric Astor[ms] [llvm-ml] Improve MASM STRUCT field accessor support
2020-07-13 Pavel Labath[lldb/dotest] Remove the "xunit" result formatter
2020-07-13 Sanne Wouda[NFC] rename to reflect F is not necessarily an Intrinsic
2020-07-13 Sanne Wouda[SLPVectorizer] handle vectorizeable library functions
2020-07-13 Sanne WoudaPre-commit tests
2020-07-13 Sanne WoudaFix crash when getVFABIMappings is called with an indir...
2020-07-13 Georgii Rymar[yaml2obj] - Refactor header-sh-fields.yaml test.
2020-07-13 Raphael Isemann[lldb][NFC] Refactor instruction dumping out of DumpDat...
2020-07-13 Kirill Bobyrev[clangd] Fix DocumentSymbol ranges
2020-07-13 Sanjay Patel[DAGCombiner] allow load/store merging if pairs can...
2020-07-13 Sanjay PatelRevert "[DAGCombiner] allow load/store merging if pairs...
2020-07-13 Sanjay Patel[DAGCombiner] allow load/store merging if pairs can...
2020-07-13 Sjoerd Meijer[ARM][MVE] Refactor option -disable-mve-tail-predication
2020-07-13 Balazs Benics[analyzer] ctu-on-demand-parsing tests: replace linux...
2020-07-13 Georgii Rymar[LLD][ELF] - Fix the test after llvm-readelf output...
2020-07-13 Hans Wennborg[COFF] Error on unexpected .pdata size
2020-07-13 Mirko Brkusanin[AMDGPU][GlobalISel] Fix subregister index for EXEC...
2020-07-13 Georgii Rymar[llvm-readobj] - Add a generic test for --dyn-relocatio...
2020-07-13 Raphael Isemann[lldb][NFC] Early-exit in DWARFASTParserClang::ParseSin...
2020-07-13 Paul Walker[SVE] Ensure fixed length vector fptrunc operations...
2020-07-13 Raphael Isemann[lldb][NFC] Remove misleading class_language variable...
2020-07-13 Andre Vieira[libc][benchmark] Add display option to render.py3
2020-07-13 Ben Dunbobbin[LLD][ELF][Windows] small improvement to D82567
2020-07-13 Georgii Rymar[LLD][ELF] - Allow relocation sections to appear befor...
2020-07-13 Anastasia Stulova[OpenCL] Defer addr space deduction for dependent type.
2020-07-13 Benjamin Kramer[mlir][VectorOps] Lower vector.fma to llvm.fmuladd...
2020-07-13 Mirko Brkusanin[AMDGPU][GlobalISel] Select llvm.amdgcn.ballot
2020-07-13 Haojian Wu[clang] Include type specifiers in typo correction...
2020-07-13 Kerry McLaughlin[SVE][Codegen] Add a helper function for pointer increm...
2020-07-13 Haojian Wu[clang][RecoveryExpr] Clarify the dependence-bits docum...
2020-07-13 Haojian Wu[clangd] Add metrics for recovery-expr type propagation.
2020-07-13 Ella MaFix bad doxygen result for class clang::ento::CallEvent...
2020-07-13 Petar Avramovic[GlobalISel][InlineAsm] Fix buildCopy for inputs
2020-07-13 Frederik Gossen[MLIR][Shape] Lower `shape.any`
2020-07-13 Aleksandr Platonov[clangd] Fix tests build for GCC5
2020-07-13 Max Kazantsev[InstCombine] Improve select -> phi canonicalization...
2020-07-13 Kai Luo[PowerPC] Enhance tests for D83276. NFC.
2020-07-13 Qiu Chaofan[PowerPC] Support constrained conversion in SPE target
2020-07-13 Fangrui Song[MC][RISCV] Set UseIntegratedAssembler to true
2020-07-13 Atmn Patel[OpenMP] Add firstprivate as a default data-sharing...
2020-07-13 David BlaikieRevert "Rename/refactor isIntegerConstantExpression...
2020-07-13 David BlaikieRename/refactor isIntegerConstantExpression to getInteg...
2020-07-13 Craig Topper[X86] Rename X86_CPU_TYPE_COMPAT_ALIAS/X86_CPU_TYPE_COM...
2020-07-12 Logan Smith[clang] Add -Wsuggest-override
2020-07-12 Shinji Okumura[Attributor] Add AAValueSimplifyCallSiteArgument::manifest
2020-07-12 Dimitry AndricBump the default target CPU for i386-freebsd to i686
2020-07-12 Alexey LapshinRevert "[TRE] allow TRE for non-capturing calls."
2020-07-12 River Riddle[mlir][ODS] Add support for specifying the namespace...
2020-07-12 Craig Topper[X86] Remove model number based detection for 'pentiump...
2020-07-12 Craig Topper[X86] Add CPU string output to getIntelProcessorTypeAnd...
2020-07-12 Craig Topper[X86] Add CPU name strings to getIntelProcessorTypeAndS...
2020-07-12 Sanjay Patel[InstCombine] fold mul of zext/sext bools to 'and'
2020-07-12 Sjoerd MeijerRevert "[Matrix] Tighten LangRef definitions and Verifi...
2020-07-12 Sjoerd Meijer[Matrix] Tighten LangRef definitions and Verifier checks.
2020-07-12 mydeveloperday[polly] NFC clang-format change following D83564
2020-07-12 Craig Topper[X86] Consistently use 128 as the PSHUFB/VPPERM index...
2020-07-12 Craig Topper[X86] Fix two places that appear to misuse peekThroughO...
2020-07-12 mydeveloperday[clang-format] PR46609 clang-format does not obey ...
2020-07-12 Ayal Zaks[LV] Fixing versioning-for-unit-stide of loops with...
2020-07-12 Yonghong SongBPF: permit .maps section variables with typedef type
2020-07-12 Ayke van Laethem[LLD][ELF][AVR] Implement the missing relocation types
2020-07-12 Nikita Popov[SCCP] Extend nonnull metadata test (NFC)
2020-07-12 Fangrui Song[AVRInstPrinter] printOperand: support llvm-objdump...
2020-07-12 Rahul Joshi[NFC] Fix comment style in MLIR unittests to conform...
2020-07-12 Sanjay Patel[DAGCombiner] tighten fast-math constraints for fma...
2020-07-12 Ten Tzen[Windows SEH] Fix the frame-ptr of a nested-filter...
2020-07-12 Nikita Popov[SCCP] Add test for predicate info condition handling...
2020-07-12 Zequan Wu[COFF] Fix endianness of .llvm.call-graph-profile secti...
2020-07-11 Fangrui Song[llvm-objdump][test] Move tests after dc4a6f5db4f0178ba...
2020-07-11 kuter[Attributor] Introudce attribute seed allow list.
next