platform/upstream/llvm.git
2021-01-01 Nikita Popov[CVP] Add tests for union of conditions (NFC)
2021-01-01 Paul C. Anagnostopoulos[TableGen] Continue cleaning up .td files
2021-01-01 Florian Hahn[LoopDistribute] Add tests with uncomputable BTCs.
2021-01-01 Florian Hahn[LoopLoadElim] Add tests with uncomputable BTCs.
2021-01-01 Florian Hahn[LAA] Add tests with uncomputable BTCs.
2021-01-01 Florian Hahn[LV] Fix crash when generating remarks with multi-exit...
2021-01-01 Juneyoung LeePrecommit a test for D92015 (NFC)
2021-01-01 Yang Fan[clang-tidy][NFC] Fix a build warning due to an extra...
2021-01-01 Yang Fan[Sema] Fix deleted function problem in implicitly movab...
2021-01-01 Andrew Litteken[IRSim][IROutliner] Allowing call instructions to be...
2021-01-01 Andrew Litteken[IRSim] Letting call instructions be legal for similari...
2021-01-01 Roman Lebedev[SimplifyCFG] SUCCESS! Teach createUnreachableSwitchDef...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach tryToSimplifyUncondBranchWithICmpIn...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach FoldValueComparisonIntoPredecessors...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach eliminateDeadSwitchCases() to prese...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach SimplifyEqualityComparisonWithOnlyP...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach simplifyIndirectBr() to preserve...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach FoldBranchToCommonDest() to preserv...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach FoldValueComparisonIntoPredecessors...
2020-12-31 Andrew Litteken[IRSim][IROutliner] Allowing GEP instructions to be...
2020-12-31 Jacques Pienaar[mlir][shape] Add shape.lib attribute
2020-12-31 Sanjay Patel[Analysis] reduce code for matching min/max; NFC
2020-12-31 Fangrui SongRefactor how -fno-semantic-interposition sets dso_local...
2020-12-31 Fangrui Song[test] Make ELF tests immune to dso_local/dso_preemptab...
2020-12-31 Andrew LittekenRevert "remove pessimizing moves (reported by gcc 10)"
2020-12-31 Juneyoung LeeAdd tests for D93943 (NFC)
2020-12-31 Andrew Litteken[IRSim] Letting gep instructions be legal for similarit...
2020-12-31 Nuno Lopesremove pessimizing moves (reported by gcc 10)
2020-12-31 Juneyoung Lee[CodeGen] recognize select form of and/ors when splitti...
2020-12-31 Juneyoung Lee[SCEV] recognize logical and/or pattern
2020-12-31 Atmn[Clang][Misc] Change run line in fragile test
2020-12-31 Andrew Litteken[IROutliner] Adding consistent function attribute merging
2020-12-31 Fangrui Song[ThinLTO] Default -enable-import-metadata to false
2020-12-31 Kazu Hirata[MemorySSA, BPF] Use isa instead of dyn_cast (NFC)
2020-12-31 Kazu Hirata[CodeGen] Construct SmallVector with iterator ranges...
2020-12-31 Kazu Hirata[llvm-objcopy] Use llvm::erase_if (NFC)
2020-12-31 Fangrui Song[ThinLTO][test] Specify -enable-import-metadata to...
2020-12-31 Fangrui Song[ThinLTO][test] Add visibility related tests
2020-12-31 Dávid Bolvanský[InstCombine] Transform (A + B) - (A & B) to A | B...
2020-12-31 Dávid Bolvanský[NFC] Added/adjusted tests for PR48604; second pattern
2020-12-31 Dávid Bolvanský[InstCombine] Transform (A + B) - (A | B) to A & B...
2020-12-31 Dávid Bolvanský[NFC] Added tests for PR48604
2020-12-31 Bogdan GraurRevert "[LoopDeletion] Allows deletion of possibly...
2020-12-31 Bogdan GraurRevert "[ThinLTO][test] Add visibility related tests"
2020-12-31 Nuno LopesLangRef: fix significand bits of fp128
2020-12-31 Fangrui Song[sanitizer] Include fstab.h on glibc/FreeBSD/NetBSD...
2020-12-31 Fangrui Song[sanitizer] Define SANITIZER_GLIBC to refine SANITIZER_...
2020-12-31 Fangrui Song[test] Add {{.*}} to make ELF tests immune to dso_local...
2020-12-31 Fangrui Song[test] Fix -triple and delete UNSUPPORTED: system-windows
2020-12-31 Juneyoung LeeUpdate inselt tests at llvm/test/Analysis to have poiso...
2020-12-31 Stella Laurenzo[mlir][python] Fix python extension building on windows.
2020-12-31 Stella Laurenzo[mlir][python] Tweaks to make python extensions packaga...
2020-12-31 Thorsten Schütt[lld/mac] fix typo
2020-12-31 Luo, YuankeSupport tilezero intrinsic and c interface for AMX.
2020-12-31 Fangrui Song[CodeGenModule] Set dso_local for Mach-O GlobalValue
2020-12-31 Fangrui Song[test] Add {{.*}} to make tests immune to dso_local...
2020-12-31 Monk Chiang[RISCV] Define vector single-width type-convert intrinsic.
2020-12-31 Monk Chiang[RISCV] Define vector narrowing type-convert intrinsic.
2020-12-31 Monk Chiang[RISCV] Define vector widening type-convert intrinsic.
2020-12-31 Monk ChiangAdd intrinsic testcase for some missing widening reduction.
2020-12-31 Vitaly Buka[lsan] Ignore inderect leaks referenced by suppressed...
2020-12-31 Fangrui Song[X86] Don't fold negative offset into 32-bit absolute...
2020-12-31 Atmn Patel[LoopDeletion] Allows deletion of possibly infinite...
2020-12-31 Nico Weber[lld/mac] Add -adhoc_codesign / -no_adhoc_codesign...
2020-12-31 Kazu Hirata[Analysis] Remove unused code recursivelySimplifyInstru...
2020-12-31 Kazu Hirata[PGO] Use isa instead of dyn_cast (NFC)
2020-12-31 Kazu Hirata[ARM] Declare Op within an if statement (NFC)
2020-12-31 Fangrui Song[ThinLTO][test] Add visibility related tests
2020-12-31 Fangrui Song[TargetMachine] Drop implied dso_local for definitions...
2020-12-31 Fangrui Song[test] Add explicit dso_local to definitions in ELF...
2020-12-31 Fangrui Song[LowerEmuTls] Copy dso_local from <var> to __emutls_v...
2020-12-30 Fangrui Song[test] Add explicit dso_local to definitions in ELF...
2020-12-30 Lang Hames[ORC] Remove some stale debugging output.
2020-12-30 Fangrui Song[RISCV][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[SystemZ][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[ARM][test] Add explicit dso_local to definitions in...
2020-12-30 Fangrui Song[AArch64][test] Add explicit dso_local to definitions...
2020-12-30 Fangrui Song[test] Fix linux-preemption.ll
2020-12-30 Fangrui Song[X86][test] Add explicit dso_local to definitions in...
2020-12-30 Jacques PienaarAvoid using /dev/null in test
2020-12-30 Terry Wilmarth[OpenMP] libomp: Handle implicit conversion warnings
2020-12-30 Brandon Bergren[PowerPC] Add addtional test that retroactively catches...
2020-12-30 Siva Chandra... [libc][NFC] Use ASSERT_FP_EQ to compare nan values...
2020-12-30 Roman Lebedev[LoopIdiom] 'left-shift until bittest': don't forget...
2020-12-30 Roman Lebedev[SimplifyCFG] Teach SwitchToLookupTable() to preserve...
2020-12-30 Roman Lebedev[SimplifyCFG] Teach switchToSelect() to preserve DomTree
2020-12-30 Roman Lebedev[SimplifyCFG] Teach SimplifyBranchOnICmpChain() to...
2020-12-30 Craig Topper[RISCV] Cleanup some V intrinsic names used in tests...
2020-12-30 Fangrui Song[update_llc_test_checks] Support Windows .seh_proc...
2020-12-30 Sanjay Patel[LoopUtils] reduce FMF and min/max complexity when...
2020-12-30 Sanjay Patel[LoopVectorizer] add test to show wrong FMF propagation...
2020-12-30 Fangrui Song[update_llc_test_checks] Support .Lfunc$local for x86...
2020-12-30 Nico Weber[gn build] Switch copy_bundle_data from pax to cpio
2020-12-30 Yuanfang ChenFix `LLVM_ENABLE_MODULES=On` build
2020-12-30 Jacques Pienaar[mlir] Add option to read reproducer options from file
2020-12-30 Fangrui Song[PowerPC][test] Add explicit dso_local to definitions...
2020-12-30 Max Moroz[compiler-rt] FuzzedDataProvider: Add PickValueInArray...
2020-12-30 Andrew Litteken[IROutliner] Adding option to enable outlining from...
2020-12-30 Fangrui Song[CMake][tsan] Remove --sysroot=.
2020-12-30 Fangrui Song[ELF] Drop '>>> defined in ' for locations of linker...
next