platform/upstream/llvm.git
2020-09-12 QingShan Zhang[Power10] Enable the heuristic for Power10 and switch...
2020-09-12 QingShan Zhang[PowerPC] Set the mayRaiseFPException for FCMPUS/FCMPUD
2020-09-12 LLVM GN Syncbot[gn build] Port ad99e34c59b
2020-09-12 Yuanfang ChenRevert "[NewPM][CodeGen] Introduce CodeGenPassBuilder...
2020-09-12 Reid Kleckner[gn] Remove unneeded MC dep from llvm-tblgen
2020-09-12 David BlaikieFix a couple of tests that relied on the clang binary...
2020-09-12 Jonas Devlieghere[lldb] Use GetNonKVOClassDescriptor to get the NSDictio...
2020-09-12 Eli Friedman[ConstantFold] Make areGlobalsPotentiallyEqual less...
2020-09-11 LLVM GN Syncbot[gn build] Port 31ecf8d29d8
2020-09-11 Yuanfang ChenFix a typo in 31ecf8d29d81d196374a562c6d2bd2c25a62861e
2020-09-11 Vitaly Buka[NFC] Remove unused static function
2020-09-11 Eli Friedman[ConstantFold] Fold binary arithmetic on scalable vecto...
2020-09-11 Yuanfang Chen[NewPM][CodeGen] Introduce CodeGenPassBuilder to help...
2020-09-11 Vitaly Buka[NFC][Asan] Add another lsan test
2020-09-11 Zequan Wu[MS ABI] Add mangled type for auto template parameter...
2020-09-11 Jonas Devlieghere[lldb] Add test for CFMutableDictionaryRef
2020-09-11 Dmitri GribenkoFix clang Wrange-loop-analysis in BuildTree.cpp
2020-09-11 Vitaly Buka[NFC][Asan] Early return from GetBlockBegin
2020-09-11 Fangrui Song[MC] Allow .org directives in SHT_NOBITS sections
2020-09-11 Saleem Abdulrasooldocs: add a newline to appease Sphinx
2020-09-11 Matt ArsenaultRegAllocFast: Fix typo in comment
2020-09-11 Matt ArsenaultCodeGen: Require SSA to run PeepholeOptimizer
2020-09-11 Yaxun (Sam... Fix test hip-gz-options.hip
2020-09-11 Sam Clegg[lld][WebAssembly] Convert a objyaml-using test to...
2020-09-11 Saleem AbdulrasoolSema: add support for `__attribute__((__swift_error__))`
2020-09-11 Yaxun (Sam... Fix -gz=zlib options for linker
2020-09-11 Lang HamesRe-apply "[ORC] Make MaterializationResponsibility...
2020-09-11 Eduardo Caldas[SyntaxTree][Synthesis] Add support for Tree.
2020-09-11 Xun Li[Coroutine][Sema] Tighten the lifetime of symmetric...
2020-09-11 Mircea Trofin[ThinLTO] Make -lto-embed-bitcode an enum
2020-09-11 Olivier GirouxRe-split integral & pointer overloads. Add tests.
2020-09-11 Peter Steinfeld[flang] Fix bug for forward referenced type
2020-09-11 Eduardo Caldas[SyntaxTree] Add const qualifiers, from [llvm-qualified...
2020-09-11 Eduardo Caldas[SyntaxTree] Reduce visibility of `Arena::lexBuffer`.
2020-09-11 Eduardo Caldas[SyntaxTree][Synthesis] Add support for simple Leafs...
2020-09-11 Raul Tambre[CMake][OpenMP] Simplify getting CUDA library directory
2020-09-11 Sam Clegg[WebAssembly] Add assembly syntax for mutable globals
2020-09-11 Med Ismail... [lldb/API] Add Breakpoint::SerializeToStructuredData...
2020-09-11 Sean Silva[mlir] Fix some edge cases around 0-element TensorFromE...
2020-09-11 Xin Wang[mlir][spirv] OpConvertSToF support operands with diffe...
2020-09-11 David Green[SVE] Regenerate sve vector bits tests. NFC
2020-09-11 David Green[ARM] Extra MLA reductions tests. NFC
2020-09-11 Qiu Chaofan[FPEnv] [Clang] Enable constrained FP support for PowerPC
2020-09-11 Jonas DevlieghereRevert "[examples] Adjust ThinLtoInstrumentationLayer...
2020-09-11 Fangrui Song[ELF][PowerPC] Define NOP as 0x60000000 to tidy up...
2020-09-11 Matt Morehouse[DFSan] Re-enable event_callbacks test.
2020-09-11 YangZhihui[docs] Fix typos
2020-09-11 Sanjay Patel[SLP] further limit bailout for load combine candidate...
2020-09-11 Sanjay Patel[SLP] add test for missed store vectorization; NFC
2020-09-11 Louis Dionne[libcxx] Remove the 'availability' Lit feature
2020-09-11 Jonas Devlieghere[examples] Adjust ThinLtoInstrumentationLayer for emit...
2020-09-11 Nico Weber[gn build] slightly improve libcxx_needs_site_config
2020-09-11 Richard Barton[flang] Fix build issue with BUILD_SHARED_LIBS=ON
2020-09-11 Lubomir Litchev[NFC] Follow up on D87111 - Add an option for unrolling...
2020-09-11 Krzysztof Parzyszek[DSE] Make sure that DSE+MSSA can handle masked stores
2020-09-11 Sanjay PatelRevert "[InstCombine] propagate 'nsw' on pointer differ...
2020-09-11 Eduardo Caldas[SyntaxTree] Rename functions to start with verb
2020-09-11 Sanjay Patel[InstCombine] propagate 'nsw' on pointer difference...
2020-09-11 Sanjay Patel[InstCombine] add/move tests for ptr diff; NFC
2020-09-11 Jeremy Morse[LiveDebugValues][NFC] Add additional tests
2020-09-11 Simon Pilgrim[NFC] Fix compiler warnings due to integer comparison...
2020-09-11 Louis Dionne[libc++] NFC: Add missing license to test
2020-09-11 Kristóf Umann[analyzer][NFC] Don't bind values to ObjCForCollectionS...
2020-09-11 LLVM GN Syncbot[gn build] Port 8da6ae4ce1b
2020-09-11 Florian HahnRevert "[ConstraintSystem] Add helpers to deal with...
2020-09-11 LLVM GN Syncbot[gn build] Port 3eb141e5078
2020-09-11 Florian Hahn[ConstraintSystem] Add helpers to deal with linear...
2020-09-11 Mikhail Maltsev[libcxx] Handle target triples with dashes in platform...
2020-09-11 Richard Barton[flang] Add new documentation main page
2020-09-11 David Green[ARM] Update arm-storebytesmerge.ll test. NFC
2020-09-11 Yitzhak Mandelbaum[libTooling] Fix use of `char` in comparison.
2020-09-11 Nicolas Vasilache[MLIR][Linalg] Undo spurious parameter name change
2020-09-11 Kristóf Umann[analyzer][MacroExpansion] Fix a crash where multiple...
2020-09-11 Nicolas Vasilache[mlir][Linalg] Refactor StructuredOpInterface - NFC
2020-09-11 Kirstóf Umann[analyzer][MacroExpansion][NFC] Fix a missing test...
2020-09-11 Andrzej Warzynski[NFC] Fix the signature and definition of findByPrefix
2020-09-11 Kirstóf Umann[analyzer][MacroExpansion][NFC] Fix incorrectly calling...
2020-09-11 Kirstóf Umann[analyzer][MacroExpansion] Add a few dumps functions
2020-09-11 Jeremy Morse[LiveDebugValues][NFC] Re-land 60db26a66d, add instr...
2020-09-11 Simon Pilgrim[IPO] Remove unnecessary Module.h includes. NFCI.
2020-09-11 Simon PilgrimAttributor.h - remove unused includes. NFCI.
2020-09-11 Simon PilgrimPluginLoader.h - only include CommandLine.h if required...
2020-09-11 Jeremy Morse[DFSan] XFail a test that's suffering too much optimization
2020-09-11 Cullen Rhodes[clang][aarch64] Fix mangling of bfloat16 neon vectors
2020-09-11 Caroline Concatto[flang][driver] Add the new flang compiler and frontend...
2020-09-11 Cullen Rhodes[clang][aarch64] Fix ILP32 ABI for arm_sve_vector_bits
2020-09-11 Simon Pilgrim[X86] Keep variables from getDataLayout/getDebugLoc...
2020-09-11 Simon PilgrimBasicTTIImpl.h - remove unused MCSchedule.h include...
2020-09-11 Kadir Cetinkaya[clangd][NFC] Get rid of an `else after return`
2020-09-11 Jay Foad[AMDGPU] Make movreld-bug test case more robust
2020-09-11 Benjamin Kramer[CodeGenPrepare] Simplify code. NFCI.
2020-09-11 Benjamin Kramer[mlir][Linalg] Print both types for linalg.transpose
2020-09-11 Florian HahnRevert "[ORC] Make MaterializationResponsibility immova...
2020-09-11 Martin Storsjö[MC] [Win64EH] Fix builds with expensive checks enabled
2020-09-11 Marius Brehler[mlir] Fix generation of AVX512 dialect documentation
2020-09-11 Guillaume ChateletUncapitalize word in LanguageExtensions.rst
2020-09-11 Rainer Orth[clang][Sparc] Default to -mcpu=v9 for Sparc V8 on...
2020-09-11 MaheshRavishankar[mlir][Linalg] Make LinalgBaseTilingPattern not delete...
2020-09-11 David Sherwood[SVE][CodeGen] Fix InlineFunction for scalable vectors
2020-09-11 Yevgeny Rouban[NewPM] Introduce PreserveCFG check
next