platform/upstream/llvm.git
2019-01-27 Matt ArsenaultGlobalISel: Don't reduce elements for atomic load/store
2019-01-27 Sanjay Patel[x86] add restriction for lowering to vpermps
2019-01-27 Matt ArsenaultGlobalISel: Factor fewerElementVectors into separate...
2019-01-27 Sanjay Patel[x86] add tests for extract/extract/unpack; NFC
2019-01-27 Simon Pilgrim[X86][SSE] Add UNDEF handling to combineSelect ISD...
2019-01-27 Simon Pilgrim[X86][SSE] Add UNDEF test case for combineSelect ISD...
2019-01-27 Simon Pilgrim[X86][SSE] Permit UNDEFs in combineAddToSUBUS matching...
2019-01-27 Sanjay Patel[x86] add more tests for lowerShuffleWithUndefHalf...
2019-01-27 Simon Pilgrim[X86][SSE] Add PSUBUS undef element test case (PR40083)
2019-01-27 Martin Storsjo[COFF] Add support for the new relocation IMAGE_REL_ARM...
2019-01-27 Martin Storsjo[COFF] Add new relocation types.
2019-01-27 Nicolas Lesser[SemaCXX] Fix ICE with structure bindings to members...
2019-01-27 Alexandre GaneaFix some warnings on MSVC
2019-01-27 Simon Pilgrim[X86] Add test cases for PR36721 (unnecessary andl...
2019-01-27 Sanjay Patel[x86] refactor logic in lowerShuffleWithUndefHalf
2019-01-27 Matt ArsenaultGlobalISel: Verify load/store has a pointer input
2019-01-27 Roman Lebedev[X86][NFC] Replace "<%s" with "< %s" in run-lines.
2019-01-27 Roman Lebedev[NFC][MCA][X86][BdVer2] Cherry-pick int-to-ivec forward...
2019-01-27 Simon Pilgrim[X86] Add CGP tests for PR40486
2019-01-27 Simon Pilgrim[TTI] Add generic SADDSAT/SSUBSAT costs
2019-01-27 Simon Pilgrim[X86] Regenerate reverse branch test to explicitly...
2019-01-27 Simon Pilgrim[X86] Regenerate test to explicitly show branching...
2019-01-27 Amara EmersonRe-apply "r351584: "GlobalISel: Verify g_zextload and...
2019-01-27 Amara Emerson[AArch64][GlobalISel] Fix the G_EXTLOAD combiner creati...
2019-01-27 Thomas Preud... Revert "Add support for prefix-only CLI options"
2019-01-27 Thomas Preud... Revert "Detect incorrect FileCheck variable CLI definition"
2019-01-27 Thomas Preud... Revert "Fix defines.txt"
2019-01-27 Bill WendlingRemove Expr sugar decorating the CXXUuidofExpr node.
2019-01-27 Gabor Buella[X86] Add some missing blsr patterns
2019-01-27 Gabor Buella[NFC][X86] Add a few more blsr test cases
2019-01-27 Nico WeberFollow-up to r352254: Initialize Selection field.
2019-01-27 Craig Topper[X86] Add a pattern for (i64 (and (anyext def32:),...
2019-01-27 Nick Desaulnierslld: elf: discard more specific .gnu.linkonce section
2019-01-27 Matt ArsenaultGlobalISel: Fix typo in assert messages
2019-01-27 Matt ArsenaultGlobalISel: Implement narrowScalar for mul
2019-01-27 Johannes Doerfert[FIX] Adjust CXX microsoft abi dynamic cast test to...
2019-01-27 Matt ArsenaultGlobalISel: fewerElementsVector for intrinsic_trunc...
2019-01-26 Matt ArsenaultAMDGPU/GlobalISel: Use scalarize instead of clampMaxNum...
2019-01-26 Amara Emerson[GlobalISel][IRTranslator] Fix crash on translation...
2019-01-26 Matt ArsenaultAMDGPU/GlobalISel: Legalize more bit ops
2019-01-26 Matt ArsenaultAMDGPU/GlobalISel: Widen small uaddo/usubo
2019-01-26 Johannes Doerfert[ValueTracking] Look through casts when determining...
2019-01-26 Kristof Umann[analyzer] Add CheckerManager::getChecker, make sure...
2019-01-26 Simon Pilgrim[X86] combineAddOrSubToADCOrSBB/combineCarryThroughADD...
2019-01-26 Kristof UmannFix a lit test failure after D54438
2019-01-26 Simon Pilgrim[X86] combineCarryThroughADD - add support for X86...
2019-01-26 Simon Pilgrim[X86] Fold X86ISD::SBB(ISD::SUB(X,Y),0) -> X86ISD:...
2019-01-26 Kristof Umann[analyzer] Reimplement dependencies between checkers
2019-01-26 Amaury SechetGenerate test results for combine-fcopysign.ll using...
2019-01-26 Kristof Umann[analyzer] Fix an bug where statically linked, but...
2019-01-26 Simon Pilgrim[X86][SSE] Generalized unsigned compares to support...
2019-01-26 Kristof Umann[analyzer][NFC] Keep track of whether enabling a checke...
2019-01-26 Simon Pilgrim[X86] Add nonsplat increment/decrement constant vector...
2019-01-26 Sanjay Patel[x86] add helper for creating a half-width shuffle...
2019-01-26 Kristof Umann[analyzer][NFC] Supply CheckerRegistry with AnalyzerOptions
2019-01-26 Kristof Umann[analyzer] Split unix.API up to UnixAPIMisuseChecker...
2019-01-26 Kristof Umann[analyzer] Supply all checkers with a shouldRegister...
2019-01-26 Bruno Ricci[AST] Pack GenericSelectionExpr
2019-01-26 Bruno Ricci[AST][NFC] Various cleanups to GenericSelectionExpr
2019-01-26 Simon Pilgrim[X86] Add test case from PR34292
2019-01-26 Simon Pilgrim[llvm-mca][X86] Add some missing DQI tests
2019-01-26 Simon Pilgrim[X86] Add 'less_than_ideal' followup test case from...
2019-01-26 Craig Topper[X86] Autoupgrade some of the intrinsics used by stack...
2019-01-26 Craig Topper[X86] Remove and autoupgrade vpconflict intrinsics...
2019-01-26 Craig TopperRevert r352255 "[SelectionDAG][X86] Don't use SEXTLOAD...
2019-01-26 Craig Topper[X86] Custom codegen 512-bit cvt(u)qq2tops, cvt(u)qqtop...
2019-01-26 Craig Topper[X86] Remove GCCBuiltins from 512-bit cvt(u)qqtops...
2019-01-26 Kostya Serebryany[libFuzzer] add CompressedTest.cpp, a real-life-ish...
2019-01-26 Matt ArsenaultGlobalISel: Fix address space limit in LLT
2019-01-26 Kostya Serebryany[libFuzzer] print uncovered functions when doing -print...
2019-01-26 Thomas Lively[WebAssembly][NFC] Group SIMD-related ISel configuration
2019-01-26 Nemanja Ivanovic[PowerPC] Update Vector Costs for P9
2019-01-26 Craig Topper[X86] Add DAG combine to merge vzext_movl with the...
2019-01-26 Jonas Devlieghere[lldb] Update shebang python2 -> python
2019-01-26 Vedant Kumar[llvm-nm] Print out N_COLD_FUNC as "cold func"
2019-01-26 Rui UeyamaRemove dead declaration.
2019-01-26 Artem Belevich[NVPTX] Some nvvm.read.ptx.sreg intrinsics should have...
2019-01-26 Craig Topper[SelectionDAG][X86] Don't use SEXTLOAD for promoting...
2019-01-26 Nico Weberlld-link: Store comdat selection in SectionChunk, rejec...
2019-01-25 Nico WeberAttempt to fix build on Windows with LLVM_ENABLE_PIC=OFF
2019-01-25 Stella StamenovaFixed frontend clang tests in windows read-only container
2019-01-25 Hans WennborgBuild LLVM-C.dll by default on windows and enable in...
2019-01-25 Raphael IsemannSimplify LangOpts initalization in ClangExpressionParse...
2019-01-25 Alexey Lapshin [NFC] Test commit : fix typo.
2019-01-25 Alex Bradbury[RISCV] Add target DAG combine for bitcast fabs/fneg...
2019-01-25 Mircea Trofin[llvm] Opt-in flag for X86DiscriminateMemOps
2019-01-25 Petr Hosek[libunwind] Use placement new to avoid dependency C...
2019-01-25 Jessica Paquette[GlobalISel][AArch64][NFC] Fix incorrect comment in...
2019-01-25 Rui UeyamaSimplify. NFC.
2019-01-25 Alina SbirleaRevert rL352238.
2019-01-25 Alex Bradbury[RISCV] Add another potential combine to {double,float...
2019-01-25 Erik Pilkington[Sema] Improve a -Warray-bounds diagnostic
2019-01-25 Alina Sbirlea[WarnMissedTransforms] Set default to 1.
2019-01-25 Ana PazosReapply: [RISCV] Set isAsCheapAsAMove for ADDI, ORI...
2019-01-25 Guozhi Wei[MBP] Don't move bottom block before header if it can...
2019-01-25 Alex Langford[CMake] Use llvm-tblgen from NATIVE LLVM build when...
2019-01-25 Dimitry AndricFix XRayTest link on FreeBSD (and likely NetBSD too)
2019-01-25 Reid Kleckner[CodeGen] Implement isTriviallyRecursive with StmtVisit...
2019-01-25 Jonas Toth[clang-tidy] fix unit tests for dropped _Float16 suppor...
2019-01-25 Craig Topper[X86] Combine masked store and truncate into masked...
next