platform/upstream/llvm.git
2020-03-08 Kang Zhang[NFC][PowerPC] Order the MTSTR/MFSPR InstAlias defineti...
2020-03-08 LLVM GN Syncbot[gn build] Port 57c964aaa76
2020-03-08 Tyker[AssumeBundles] Move to IR so it can be used by Analysis
2020-03-08 Tyker[AssumeBundles] Add API to query a bundles from a use
2020-03-08 Craig Topper[X86] Add DAG combine to turn (vzext_movl (vbroadcast_l...
2020-03-08 Kang ZhangRevert "[NFC][PowerPC] Remove the repeated definition...
2020-03-08 Kang Zhang[NFC][PowerPC] Remove the repeated definition for some...
2020-03-08 Yaxun (Sam... Fix lldb build failure due to clang mangler change
2020-03-08 Yaxun (Sam... [NFC] Let mangler accept GlobalDecl
2020-03-08 Alex Brachet[libc] [NFC] Use matchers in tests
2020-03-08 Nathan Chancellor[Sema] Add -Wpointer-to-enum-cast and -Wvoid-pointer...
2020-03-08 Craig Topper[X86] Add DAG combine to replace vXi64 vzext_movl+scala...
2020-03-07 Craig Topper[X86] Add DAG combines to enable removing of movddup...
2020-03-07 Craig Topper[X86] Add a DAG combine to turn vbroadcast(vzload X...
2020-03-07 Argyrios Kyrtzidis[Index/USRGeneration] Make sure that ObjC properties...
2020-03-07 kpdev[NFC][Test commit] Remove redundant point in docs
2020-03-07 Rafael Ávila... [Sema] Initialize IsSurrogate
2020-03-07 Ruyman[SYCL] Driver option to select SYCL version
2020-03-07 Craig Topper[X86] Use MVT instead of EVT in a couple shuffle loweri...
2020-03-07 Mehdi AminiFix MLIR clang-tidy: when tweaking it does not inherit...
2020-03-07 Michał Górny[lldb] Un-XFAIL two tests on NetBSD
2020-03-07 Nikita Popov[InstCombine] Fix known bits handling in SimplifyDemand...
2020-03-07 Matt ArsenaultAssume ieee behavior without denormal-fp-math attribute
2020-03-07 Nikita Popov[InstCombine] Regenerate test checks; NFC
2020-03-07 Nikita Popov[InstSimplify] Add tests for "returned" attribute; NFC
2020-03-07 Nikita Popov[InstCombine] Add additional known bits folding tests...
2020-03-07 Nikita Popov[InstCombine] Highlight tests using expensive combines...
2020-03-07 Sanjay Patel[InstCombine] regenerate complete test checks; NFC
2020-03-07 Sanjay Patel[InstCombine] add test for gep (select),... (PR45084...
2020-03-07 Sourabh Singh... [DebugInfo]: Added DWARFv5 macro header flags and corre...
2020-03-07 Stefanos Baziotis[Attributor] Fold terminators before changing instructi...
2020-03-07 River Riddle[mlir] Change EffectKind in unsigned for bitfield to...
2020-03-07 Mason Remy[mlir][nfc] Fix building mlir_c_runner_utils for Windows
2020-03-07 Uday Bondhugula[mlir][NFC] remove stray decl of toAffineExpr, rename...
2020-03-07 Amara EmersonRevert "Revert "[GlobalISel][Localizer] Enable intra...
2020-03-07 Hal FinkelAdd the CodeReview Documentation to GettingInvolved TOC
2020-03-07 Hal FinkelHigh-Level Code-Review Documentation Update
2020-03-07 River Riddle[mlir] Explicitly qualify Effect to avoid MSVC build...
2020-03-07 Nico Weber[gn build] copy compiler-rt headers to clang include...
2020-03-07 Raphael Isemann[lldb][NFC] Make TestStats.py not an inline test
2020-03-07 Raphael Isemann[lldb][NFC] Refactor our option generation out of Evalu...
2020-03-07 Greg ClaytonFix a copy and paste error that would cause a crash.
2020-03-07 Petr Hosek[clang-doc] Improving Markdown Output
2020-03-07 Raphael Isemann[lldb] Never compile the debugserver with Clang module...
2020-03-07 Raphael Isemann[lldb][cmake] Move remove_module_flags macro to AddLLDB...
2020-03-07 Raphael Isemanntab completion for process signal
2020-03-07 Akira Hatanaka[CodeGen][ObjC] Extend lifetime of ObjC pointers passed...
2020-03-07 Stephen Neuendorffer[MLIR] Add document about creating a dialect.
2020-03-06 Raphael Isemann[lldb][NFC] Refactor TestSafeFuncCalls.py
2020-03-06 Stephen Neuendorffer[MLIR] Add missing DEPENDS line for MLIRSPIRV
2020-03-06 Andrew MonshizadehExtend TimeTrace to LLVM's new pass manager
2020-03-06 Andrew MonshizadehRefactor TimeProfiler write methods (NFC)
2020-03-06 Thomas Lively[WebAssembly] Add SIMD integer min/max builtins
2020-03-06 River Riddle[mlir][SideEffects] Enable specifying side effects...
2020-03-06 River Riddle[mlir][SideEffects] Define a set of interfaces and...
2020-03-06 Fangrui Song[ELF][test] Improve MEMORY tests
2020-03-06 Shivam GuptaCorrect the Bjarne Stroustrup's C++ Page link
2020-03-06 Michael Spencer[clang][Headers] Use __has_builtin instead of _MSC_VER.
2020-03-06 Fangrui Song[gold][test] Fix tests after D75713 and D74749
2020-03-06 Reid KlecknerAvoid emitting unreachable SP adjustments after `throw`
2020-03-06 Anna Thomas[RS4GC] Handle uses of extractelement for conversion...
2020-03-06 Sterling AugustineSplit findUnwindSectionsByPhdr into target-specific...
2020-03-06 Benjamin Barenblat[lld][test] Make tests pass when the test directory...
2020-03-06 Stephen Neuendorffer[MLIR] Fixes for BUILD_SHARED_LIBS=on
2020-03-06 Valentin Churavy[MLIR] Add support for libMLIR.so
2020-03-06 Stephen Neuendorffer[MLIR] Move from add_dependencies() to DEPENDS
2020-03-06 Richard SmithPR45124: Don't leave behind pending cleanups when decla...
2020-03-06 Matt ArsenaultReapply "clang: Treat ieee mode as the default for...
2020-03-06 Adrian PrantlFix test broken by simulator triple changes.
2020-03-06 Raphael Isemann[lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG...
2020-03-06 Gongyu Deng[lldb] Update the current execution context at the...
2020-03-06 Roman Lebedev[InstComine] Forego of one-use check in `(X - (X &...
2020-03-06 Alexey LapshinLLD already has a mechanism for caching creation of...
2020-03-06 Adrian PrantlCorrectly identify iOS simulator processes in debugserver.
2020-03-06 Adrian PrantlRevert "Correctly identify iOS simulator processes...
2020-03-06 Craig Topper[X86] Cleanup patterns and ins for VCVTNEPS2BF16.
2020-03-06 Stephen Neuendorffer[MLIR] Remove redundant library dependencies
2020-03-06 Adrian PrantlIncrease default timeout in lldbutil.expect_state_changes()
2020-03-06 Adrian PrantlCorrectly identify iOS simulator processes in debugserver.
2020-03-06 Adrian PrantlRevert "Correctly identify iOS simulator processes...
2020-03-06 Adrian PrantlCorrectly identify iOS simulator processes in debugserver.
2020-03-06 Saar Raz[Concepts] Add null check for TemplateTypeParmType...
2020-03-06 Simon Pilgrim[X86] Add CMOV to i686 BMI/TBM tests
2020-03-06 Simon Pilgrim[Hexagon] Fix fshl/fshr -> combine() bug identified...
2020-03-06 Simon Pilgrim[Hexagon] Add fshl/fshr -> combine() tests identified...
2020-03-06 Stephen Neuendorffer[MLIR] Ensure that target_link_libraries() always has...
2020-03-06 Jin LinFix incorrect logic in maintaining the side-effect...
2020-03-06 Alexey Bataev[OPENMP50]Add 'depobj' modifier in 'depend' clauses.
2020-03-06 Jay Foad[AMDGPU][ConstantFolding] Fold llvm.amdgcn.cube* intrinsics
2020-03-06 Jay Foad[APFloat] Make use of new overloaded comparison operato...
2020-03-06 Jay Foad[APFloat] Overload comparison operators
2020-03-06 Roman Lebedev[NFC][InstCombine] Add 'x - (x & y)' tests with multi...
2020-03-06 Lucas Prates[MC] Allowing the use of $-prefixed integer as asm...
2020-03-06 Lucas Prates[ARM] Fix dropped dollar sign from symbols in branch...
2020-03-06 Mitchell Balan[clang-format] Extend AllowShortLoopsOnASingleLine...
2020-03-06 Igor Kudrin[DebugInfo] Print the actual value of an unknown sectio...
2020-03-06 Krzysztof Parzyszek[Hexagon] Recognize undefined registers in expandPostRA...
2020-03-06 Xiangling Liao[AIX] Handle LinkOnceODRLinkage and AppendingLinkage...
2020-03-06 Jonas Hahnfeldarcher: Remove superfluous dot from warning message
2020-03-06 Aaron Puchert[Sema] Reword -Wrange-loop-analysis warning messages
next