platform/upstream/llvm.git
2021-01-02 Roman Lebedev[SimplifyCFG][AMDGPU] AMDGPUUnifyDivergentExitNodes...
2021-01-02 Hongtao YuMoving UniqueInternalLinkageNamesPass to the start...
2021-01-02 Nathan James[NFC] Switch up some dyn_cast calls
2021-01-02 Brandon Bergren[PowerPC] NFC: Apply minor clang-format fix
2021-01-02 Brandon Bergren[PowerPC] Enable OpenMP for powerpcle target. [5/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in LLD [4/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in Clang [3/5]
2021-01-02 Brandon Bergren[PowerPC] Support powerpcle target in LLVMObject [2/5]
2021-01-02 Brandon Bergren[PowerPC] Add the LLVM triple for powerpcle [1/5]
2021-01-02 Michał Górny[Process/NetBSD] Copy changes from FreeBSDRemote and...
2021-01-02 Pavel Labath[lldb] Deduplicate more lldb-server tests
2021-01-02 Pavel Labath[lldb/test] Deduplicate the rest of TestLldbGdbServer.py
2021-01-02 Kazu Hirata[Transforms] Construct SmallVector with iterator ranges...
2021-01-02 Kazu Hirata[llvm] Use llvm::erase_value and llvm::erase_if (NFC)
2021-01-02 Kazu Hirata[TableGen] Use llvm::append_range (NFC)
2021-01-02 Florian Hahn[LV] Clean up trailing whitespace (NFC).
2021-01-02 Gil Rapaport[LV] Add missed optimization fold-tail test
2021-01-02 Roman Lebedev[SimplifyCFG] Don't actually take DomTreeUpdater unless...
2021-01-02 Roman Lebedev[NFCI][CodeGen] DwarfEHPrepare: don't actually pass...
2021-01-02 Nico WeberTemporarily disable to clang-tidy tests on Windows
2021-01-02 Nico Weberfix typos to cycle bots
2021-01-02 Nico Weberfix typo to cycle bots
2021-01-02 Nico Weber[gn build] (manually) port 5e31e226b5: Use Py3 for...
2021-01-02 Yang Fan[CodeGen][NFC] Fix a build warning due to an extra...
2021-01-02 Chengji Yao[MLIR] Fix affine_map compose with multi-symbols
2021-01-02 Hsiangkai Wang[NFC][RISCV] Move vmsge{u}.vx processing to RISCVAsmParser.
2021-01-01 Fangrui Song[sanitizer] Enable mallopt and mallinfo interceptors...
2021-01-01 Fangrui Song[compiler-rt][test] Suppress stderr of ldd output
2021-01-01 Roman Lebedev[AMDGPU][SimplifyCFG] Teach AMDGPUUnifyDivergentExitNod...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach removeUndefIntroducingPredecessor...
2021-01-01 Roman Lebedev[CodeGen][SimplifyCFG] Teach DwarfEHPrepare to preserve...
2021-01-01 Roman Lebedev[NFC][CodeGen][Tests] Mark all tests that fail to prese...
2021-01-01 Roman Lebedev[NFC][CodeGen] Split DwarfEHPrepare pass into an actual...
2021-01-01 Roman Lebedev[NFC] clang-format the entire DwarfEHPrepare.cpp
2021-01-01 Roman Lebedev[Utils] LocalTest: fix SimplifyCFGWithNullAC test to...
2021-01-01 Roman Lebedev[IR] PassManagerTest: Register DominatorTreeAnalysis...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach eliminateDeadSwitchCases() to prese...
2021-01-01 Roman Lebedev[SimplifyCFG] Teach tryWidenCondBranchToCondBranch...
2021-01-01 Roman Lebedev[SimplifyCFGPass] Ensure that DominatorTreeWrapperPass...
2021-01-01 Kazu Hirata[llvm] Use isa instead of dyn_cast (NFC)
2021-01-01 Kazu Hirata[llvm] Use *Map::lookup (NFC)
2021-01-01 Kazu Hirata[SSAUpdater] Remove unused code InstrIsPHI (NFC)
2021-01-01 Fangrui Songtest/OpenMP/parallel_codegen.cpp: Allow multiple result...
2021-01-01 Sanjay Patel[Analysis] flatten enums for recurrence types
2021-01-01 Sanjay Patel[Analysis] fix typo in code comment; NFC
2021-01-01 Alexey Bataev[SLP]Add a test for correct use of the reordered loads...
2021-01-01 Nikita Popov[InstSimplify] Add tests for gep p, -p without inbounds...
2021-01-01 Nikita Popov[LVI] Handle unions of conditions
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...
next