platform/upstream/llvm.git
2022-07-18 Kazu Hirata[AVR] Remove redundant void (NFC)
2022-07-18 Kazu Hirata[mlir] Remove unused using (NFC)
2022-07-18 Fangrui Song[test] Change test/SampleProfile to use opaque pointers
2022-07-17 Nikolas Klauser[libc++] Enable test for already written ranges algorithms
2022-07-17 Fangrui Song[RISCV] Simplify lowerGlobalAddress. NFC
2022-07-17 Kazu HirataRemove unused forward declarations (NFC)
2022-07-17 Kazu HirataRemove redundant return statements (NFC)
2022-07-17 Kazu HirataEnsure newlines at the end of files (NFC)
2022-07-17 Fangrui Song[LegacyPM] Remove LowerTypeTestsPass
2022-07-17 Fangrui Song[test] Change -lowertypetests tests to -passes=
2022-07-17 Fangrui Song[LegacyPM] Remove NameAnonGlobalLegacyPass
2022-07-17 Fangrui Song[LegacyPM] Remove CanonicalizeAliasesLegacyPass
2022-07-17 Fangrui Song[LegacyPM] Remove LTO passes from optimization pipeline
2022-07-17 Fangrui Song[LegacyPM] Remove PGO options from PassManagerBuilder
2022-07-17 David Green[ARM] Guard VMOVH and VINS patterns.
2022-07-17 Craig Topper[RISCV] Teach targetShrinkDemandedConstant to handle...
2022-07-17 Fangrui Song[LegacyPM] Remove SampleProfileLoaderLegacyPass
2022-07-17 Fangrui Song[test] Change -sample-profile tests to -passes=
2022-07-17 Neumann Hon[SystemZ][z/OS] Implement detection and handling for...
2022-07-17 Craig Topper[RISCV] Teach RISCVCodeGenPrepare to optimize (i64...
2022-07-17 Craig Topper[RISCV] Remove unnecessary use of IRBuilder from RISCVC...
2022-07-17 Craig Topper[RISCV] Remove Gather/Scatter Opt from the O0 pipeline.
2022-07-17 Simon Pilgrim[DAG] Fold (or (and X, C1), (and (or X, Y), C2)) -...
2022-07-17 Simon Pilgrim[DAG] Add or(and(x,c1),and(or(x,y),c2)) tests
2022-07-17 Igor ZhukovConversion from '__int64' to 'long', possible loss...
2022-07-17 Nico Weberfix comment typo to cycle bots
2022-07-17 Simon Pilgrim[DAG] computeKnownBits - move UDIV handling to same...
2022-07-17 Simon Pilgrim[DAG] Add MERGE_VALUE computeKnownBits/ComputeNumSignBi...
2022-07-17 Florian Hahn[LV] Move VPPredInstPHIRecipe::execute to VPlanRecipes...
2022-07-17 Kazu Hirata[llvm] Fix header guards (NFC)
2022-07-17 Carl Ritson[AMDGPU] Improve liveness copying in si-optimize-exec...
2022-07-17 Kazu Hirata[CodeGen] Qualify auto variables in for loops (NFC)
2022-07-17 Fangrui Song[test] Remove duplicate -sample-profile tests
2022-07-17 Xi Ruoyao[sanitizer] Compare against the alignment of the latter...
2022-07-17 Kazu Hirata[Analysis] Qualify auto variables in for loops (NFC)
2022-07-17 owenca[llvm] Wrap multi-statement macro definitions with...
2022-07-17 zhongyunde[IndVars] Directly use unsigned integer induction for...
2022-07-17 Stella Laurenzo[NFC] Remove obsolete all_passes_registration from...
2022-07-17 Stella Laurenzo[mlir] Overhaul C/Python registration APIs to properly...
2022-07-17 Fabian Parzefall[BOLT] Add function layout class
2022-07-17 Kazu HirataRevert "[Support] Remove redundant declaration setCurre...
2022-07-17 Brad Smith[Driver] Don't passs --dynamic-linker in -r mode
2022-07-16 Vitaly Buka[test] Fix memory leak in validateTargetProfile
2022-07-16 Brad Smith[libcxx] Replace remaining _LIBCPP_INLINE_VISIBILITY...
2022-07-16 Kazu Hirata[Support] Remove redundant declaration setCurrentDebugT...
2022-07-16 Kazu Hirata[CodeGen] Remove redundant declaration createGreedyRegi...
2022-07-16 Kazu Hirata[CodeGen] Use RegClassFilterFunc where appropriate...
2022-07-16 Xing Xue[libc++][AIX] Correct the definition of __regex_word...
2022-07-16 Vitaly Buka[test] Don't leak DerivedArgList in test
2022-07-16 Sanjay Patel[SDAG] narrow truncated sign_extend_inreg
2022-07-16 Kazu Hirata[Analysis] Remove isArithmeticRecurrenceKind
2022-07-16 owenca[clang-format] Never remove braces in macro definitions
2022-07-16 Daniel Bertalan[lld-macho] Handle filename being passed in -lto_object...
2022-07-16 Kazu Hirata[AMDGPU] Use default member initialization (NFC)
2022-07-16 Vitaly Buka[test] Fix leak in test
2022-07-16 Fangrui Song[PGO][InstrProf][test] Convert to opaque pointers and...
2022-07-16 Kazu Hirata[AMDGPU] Declare TableRef in terms of ArrayRef (NFC)
2022-07-16 Igor ZhukovVisual C++ doesn't support C99 compound literal
2022-07-16 Igor ZhukovTests ignore the return value of sto{meow}, triggering...
2022-07-16 Simon PilgrimRevert rG14364200821f7b2d97edf6e78160c514800d3ec6 ...
2022-07-16 Simon Pilgrim[SystemZ] Add funnel shift test coverage
2022-07-16 Florian Hahn[LV] Avoid creating new run-time VF expression for...
2022-07-16 Krystian Kuzniarek[clang-format][docs] Fix incorrect 'clang-format 7...
2022-07-16 Simon Pilgrim[ARM] Regenerate reg_sequence.ll test checks
2022-07-16 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - refactor BUILD_VECTOR...
2022-07-16 Simon Pilgrim[DAG] visitINSERT_VECTOR_ELT - remove duplicate VT...
2022-07-16 Tim BesardDon't sink ptrtoint/inttoptr sequences into non-noop...
2022-07-16 Simon Pilgrim[AArch64] Regenerate arm64-vector-ldst.ll test checks
2022-07-16 Simon Pilgrim[AArch64] Regenerate arm64-neon-simd-ldst-one.ll test...
2022-07-16 Simon Pilgrim[AArch64] Regenerate arm64-vmax.ll test checks
2022-07-16 Simon Pilgrim[AArch64] Regenerate arm64-mul.ll test checks
2022-07-16 Markus Böck[mlir][NFC] Fully qualify typenames in SymbolInterfaces.td
2022-07-16 David Green[VectorCombine] Only consider shuffle uses with the...
2022-07-16 Simon PilgrimFix signed/unsigned mismatch
2022-07-16 Simon Pilgrim[DAG] Canonicalize non-inlane shuffle -> AND if all...
2022-07-16 Tim Besard[MC] Avoid UAF in WinCOFFObjectWriter with weak symbols.
2022-07-16 Simon Pilgrim[DAG] combineShiftAnd1ToBitTest - match "and (srl ...
2022-07-16 Markus Böck[mlir][LLVM] Add OpBuilder for opaque pointer GEPs...
2022-07-16 Fangrui Song[LegacyPM] Remove ControlHeightReductionLegacyPass
2022-07-16 Fangrui Song[LegacyPM] Remove createInstrProfilingLegacyPass
2022-07-16 Fangrui Song[test] Migrate PGO related -instrprof tests to new PM
2022-07-16 Fangrui Song[test] Migrate FunctionImport/cg_profile.ll to new PM
2022-07-16 Fangrui Song[test] Migrate legacy InstrProfiling tests to new PM
2022-07-16 Kazu Hirata[flang] Use value_or (NFC)
2022-07-16 Fangrui Song[LegacyPM] Remove CGProfileLegacyPass
2022-07-16 Itay Bookstein[SDAG] Add test for DAGCombiner multiple result commuta...
2022-07-16 Matthias Springer[mli][sparse] Remove manual dense dealloc from test...
2022-07-16 Uday Bondhugula[MLIR] Clean up checks for alloc-like ops in analysis
2022-07-16 Kazu Hirata[flang] Use *X instead of X.getValue() (NFC)
2022-07-16 Uday Bondhugula[MLIR] NFC. Clean up logic of hasSingleEffect
2022-07-16 Kazu HirataUse drop_begin (NFC)
2022-07-16 Nimish Mishra[flang][OpenMP] Fix warning due to uninitialized pointe...
2022-07-16 Stella LaurenzoExample:
2022-07-16 Kazu HirataUse drop_begin (NFC)
2022-07-16 bzcheeseman[MLIR][Liveness] Add `currentlyLiveValues`, a way to...
2022-07-16 Rainer Orth[sanitizer_common] Several Solaris procmaps fixes
2022-07-16 Jez Ng[lld-macho][nfc] Add more tests + comments around ICF...
2022-07-16 Kazu HirataUse has_value/value instead of hasValue/getValue (NFC)
2022-07-16 Amir Ayupov[BOLT][TEST] Add icp-inline.s test
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
next