platform/upstream/llvm.git
2020-08-03 QingShan Zhang[NFC][PowerPC] Add a multiclass for fsetcc to define...
2020-08-03 StephenFan[RISCV] eliminate the repetition declare of SDLoc DL
2020-08-03 Fangrui SongReland D64327 [MC][ELF] Allow STT_SECTION referencing...
2020-08-02 Florian Hahn[Bindings] Remove ipc_propagation.
2020-08-02 Florian HahnRecommit "[IPConstProp] Remove and move tests to SCCP."
2020-08-02 Vitaly Buka[StackSafety, NFC] Don't insert empty objects into...
2020-08-02 Florian Hahn[Clang] Remove run-lines which use opt to run -ipconstprop.
2020-08-02 Jan Kratochvil[lldb] [test] Fix DW_TAG_GNU_call_site-DW_AT_low_pc...
2020-08-02 Craig Topper[X86] Use parity flag from byte test/cmp instruction...
2020-08-02 Craig Topper[X86] Add test cases for missed opportunity to use...
2020-08-02 Simon Pilgrim[AMDGPU] Regenerate tests to fix whitespace indentations
2020-08-02 Mehdi AminiRemove debug flags from test (NFC)
2020-08-02 Simon Pilgrim[IR] Add IRBuilderBase::CreateVectorSplat(ElementCount...
2020-08-02 Sanjay Patel[InstSimplify] fold max (max X, Y), X --> max X, Y
2020-08-02 Sanjay Patel[InstSimplify] add tests for max(max x,y), x) and varia...
2020-08-02 Matt ArsenaultGlobalISel: Implement bitcast action for G_EXTRACT_VECT...
2020-08-02 Simon PilgrimX86InstrInfo.cpp - fix include ordering. NFCI.
2020-08-02 Simon PilgrimUse merge null and isa<> tests into isa_and_nonnull...
2020-08-02 Simon Pilgrim[DAG] TargetLowering::expandMUL_LOHI - pass SDLoc as...
2020-08-02 Simon Pilgrim[DAG] TargetLowering::LowerAsmOutputForConstraint ...
2020-08-02 Simon PilgrimRemove unused param tag to fix Wdocumentation warning...
2020-08-02 Shinji OkumuraRevert "[Attributor] AAPotentialValues Interface"
2020-08-02 Nikita Popov[InstSimplify] Reduce code duplication in icmp of binop...
2020-08-02 Xing GUO[DWARFYAML][debug_aranges] Make the 'Descriptors' field...
2020-08-02 Simon Pilgrim[X86] Use const APInt& in for-range loop to avoid unnec...
2020-08-02 Simon Pilgrim[X86] Pass SDLoc by const reference. NFCI.
2020-08-02 Simon Pilgrim[X86] Use const APInt& in for-range loop to avoid unnec...
2020-08-02 Simon Pilgrim[X86] combineX86ShuffleChain - pull out repeated RootVT...
2020-08-02 Shinji Okumura[Attributor] AAPotentialValues Interface
2020-08-02 Florian Hahn[SCEV] Precommit tests with signed counting down loop.
2020-08-02 Michał Górny[CMake] Pass bugreport URL to standalone clang build
2020-08-02 Craig Topper[X86] Improve parity idiom recognition to handle (and...
2020-08-02 Craig Topper[X86] Add parity test cases for PR46954.
2020-08-02 AK[HotColdSplit] Add test case for unlikely attribute...
2020-08-02 AKOutline non returning functions unless a longjmp
2020-08-02 Kazu HirataUse llvm::is_contained where appropriate (NFC)
2020-08-02 Lang Hames[llvm-jitlink] Add -phony-externals option to suppress...
2020-08-02 Lang Hames[llvm-jitlink] Support promotion of ODR weak symbols...
2020-08-02 Fangrui Song[ELF] --wrap: set isUsedInRegularObj of __wrap_ only...
2020-08-01 Evgenii Stepanov[msan] Respect no_huge_pages_for_shadow.
2020-08-01 Andrei LebedevUpdated the -I option description.
2020-08-01 Nikita Popov[NewPM][LVI] Abandon LVI after CVP
2020-08-01 Craig Topper[X86] Add assembler support for {disp8} and {disp32...
2020-08-01 Craig Topper[InstSimplify] Fold abs(abs(x)) -> abs(x)
2020-08-01 Craig Topper[InstCombine] Fold abs(-x) -> abs(x)
2020-08-01 Florian Hahn[PPC] Adjust run line for hardware-loops-crash.ll
2020-08-01 Florian Hahn[LCSSA] Provide option for caller to clean up unused...
2020-08-01 Simon Pilgrim[X86][AVX512] Fold concat(and(x,y),and(z,w)) -> and...
2020-08-01 zoecarver[libcxx] Add compatible with constraint tests for some...
2020-08-01 Simon Pilgrim[X86][AVX] Ensure we only combine to PSHUFLW/PSHUFHW...
2020-08-01 Florian Hahn[LCSSA] Use IRBuilder for PHI creation.
2020-08-01 Sanjay Patel[VectorCombine] add tests for non-zero gep offsets...
2020-08-01 Luofan Chen[Attributor][NFC] Update description for the dependency...
2020-08-01 David Green[ARM] Distribute post-inc for Thumb2 sign/zero extendin...
2020-08-01 Benjamin Kramer[mlir][Vector] Simplify code a bit. NFCI.
2020-08-01 Sanjay Patel[InstSimplify] simplify abs if operand is known non...
2020-08-01 Sanjay Patel[InstSimplify] add abs test with assume; NFC
2020-08-01 Simon Pilgrim[X86][AVX] Extend v2f64 BROADCAST(LOAD) -> BROADCAST_LO...
2020-08-01 Nathan James[clang-tidy][NFC] Small refactor
2020-08-01 Evgeny Leviant[MachineVerifier] Refactor calcRegsPassed. NFC
2020-08-01 Nathan James[clang-tidy] readability-identifier-naming checks confi...
2020-08-01 Craig Topper[X86] Refactor the broadcast and load folding in tryVPT...
2020-08-01 Chen Zheng[SCEV] don't query getSCEV() for incomplete phis
2020-08-01 Craig Topper[X86] Use TargetLowering::getRegClassFor to simplify...
2020-08-01 Justin HibbitsPowerPC: Don't lower SELECT_CC to PPCISD::FSEL on SPE
2020-08-01 Justin HibbitsPowerPC: Fix SPE extloadf32 handling.
2020-08-01 Kazushi (Jam... [VE] Change calling convention to follow ABI
2020-08-01 Nathan James[clang-tidy][NFC] Added convienence methods for getting...
2020-08-01 Huihui Zhang[AArch64][SVE] Allow vector of pointers as legal type...
2020-08-01 Richard SmithDon't crash if we deserialize a pack expansion type...
2020-08-01 Craig Topper[X86] Simplify vpternlog immediate selection.
2020-08-01 cgyurgyik[libc] [obvious] In strrchr, remove cast to unsigned...
2020-08-01 cgyurgyik[libc] [obvious] Fix strchr and strrchr tests so that...
2020-07-31 Julian Lettner[compiler-rt][Darwin] Fix linker errors for check-asan
2020-07-31 Hsiangkai WangSupport experimental v extension v0.9.
2020-07-31 Hsiangkai WangUpgrade MC to v0.9.
2020-07-31 Craig Topper[ValueTracking] Improve llvm.abs handling in computeKno...
2020-07-31 Shilei Tian[OpenMP] Fixed the issue that target memory deallocatio...
2020-07-31 Sanjay Patel[InstSimplify] add tests for abs intrinsic; NFC
2020-07-31 Andrei LebedevUpdated the -I option description.
2020-07-31 Adrian PrantlConvert to early exit (NFC)
2020-07-31 Jacques Pienaar[mlir] Add shape.with_shape op
2020-07-31 River Riddle[mlir][PassIncGen] Refactor how pass registration is...
2020-07-31 Rahul Joshi[MLIR][NFC] Add FuncOp::getArgumentTypes()
2020-07-31 Luboš Luňák[lldb] report an error if a CLI option lacks an argument
2020-07-31 Luboš Luňák[lldb] force full gui redraw on Ctrl+L
2020-07-31 Jaydeep Chauhan[clang] Use the location of the void parameters when...
2020-07-31 Sriraman TallamFix a test typo which caused a breakage.
2020-07-31 Sriraman TallamNew test for basic block sections options.
2020-07-31 Chris Gyurgyik[libc] [obvious] Add rest of strrchr test.
2020-07-31 Sriraman TallamRename basic block sections options to be consistent.
2020-07-31 Julian Lettner[compiler-rt][Darwin] Fix GetOSMajorKernelOffset()...
2020-07-31 cgyurgyik[libc] Adds strrchr implementation.
2020-07-31 LLVM GN Syncbot[gn build] Port b7cfa6ca928
2020-07-31 Sidharth Baveja[Loop Peeling] Separate the Loop Peeling Utilities...
2020-07-31 Sourabh Singh... [flang][OpenMP] Added initial support for lowering...
2020-07-31 sameeran joshi[flang][NFC] Verify C781 from - Clause 7 constraint...
2020-07-31 Louis Dionne[libc++] Avoid including <Block.h> from <functional>
2020-07-31 Fangrui Song[Support] Fix computeHostNumPhysicalCores() to respect...
2020-07-31 sameeran joshi[flang]Verify C7107, C7108, C7109 from - Clause 7 const...
next