platform/upstream/llvm.git
2020-07-09 Stefan Pintilie[PowerPC] Fix test case from beb52b12cb17
2020-07-09 Louis Dionne[libc++] Clean up some outdated documentation about...
2020-07-09 Vedant Kumar[lldb/Function] Reflow doxygen comments for member...
2020-07-09 Vedant Kumar[Function] Lock the function when parsing call site...
2020-07-09 Florian Hahn[ValueLattice] Simplify canTrackGlobalVariableInterproc...
2020-07-09 Daniel GrumbergMerge TableGen files used for clang options
2020-07-09 Louis Dionne[libc++] Move the long_tests Lit feature to the DSL
2020-07-09 Louis Dionne[libc++] Move the stdlib Lit parameter to the DSL
2020-07-09 Louis Dionne[libc++] Fix test failure in C++03 mode
2020-07-09 Hiroshi Yamauchi[PGO][PGSO] Add profile guided size optimization tests...
2020-07-09 Sergej Jaskiewicz[compiler-rt] [test] Allow expanding lit substitutions...
2020-07-09 Louis Dionne[runtimes] Allow passing Lit parameters through CMake
2020-07-09 Sergej Jaskiewicz[compiler-rt] [test] Use the parent process env as...
2020-07-09 Fred Riss[lldb] Use enum constant instead of raw value
2020-07-09 Sergej Jaskiewicz[compiler-rt] Better Windows support for running tests...
2020-07-09 Nikita Popov[AliasSetTracker] More precise AAInfo intersection...
2020-07-09 Stefan Pintilie[PowerPC] Split s34imm into two types
2020-07-09 Florian Hahn[SCCP] Move tests using only ipsccp from IPConstantProp...
2020-07-09 Hans WennborgRevert 51b0da73 "Recommit "[X86] Merge the FEATURE_64BI...
2020-07-09 Dmitri GribenkoRefactored NumericLiteralParser to not require a Prepro...
2020-07-09 Anatoly Trosinenko[MSP430] Align the _Complex ABI with current msp430-gcc
2020-07-09 George Mitenkov[MLIR][SPIRVToLLVM] Conversion of SPIR-V array, runtime...
2020-07-09 Zhi ZhuangFix warning caused by __builtin_expect_with_probability...
2020-07-09 Stefan Pintilie[PowerPC] Support PCRelative Callees for R_PPC64_REL24...
2020-07-09 George Mitenkov[MLIR][SPIRVToLLVM] SPIR-V types size in bytes function
2020-07-09 Eric Schweitz[flang] partially revert upstreamed code to support...
2020-07-09 Diogo Sampaio[NFC] Add SExt multiuses test
2020-07-09 Matt ArsenaultAMDGPU/GlobalISel: Work around verifier error in test
2020-07-09 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-07-09 David Green[BasicAA] Enable -basic-aa-recphi by default
2020-07-09 Matt ArsenaultOpaquePtr: Don't check pointee type for byval/preallocated
2020-07-09 Gabor Marton[analyzer] Add CTUImportCppThreshold for C++ files
2020-07-09 Luboš Luňákmake -fmodules-codegen and -fmodules-debuginfo work...
2020-07-09 Simon Pilgrim[X86][AVX] Attempt to fold extract_subvector(shuffle...
2020-07-09 Simon PilgrimBasicAAResult::constantOffsetHeuristic - pass APInt...
2020-07-09 Sam Elliott[RISCV] Avoid Splitting MBB in RISCVExpandPseudo
2020-07-09 dfukalovSpeculativeExecution: Fix for logic change introduced...
2020-07-09 Benjamin Kramer[DebugInfo] Fix pessimizing move. NFC.
2020-07-09 Igor Kudrin[DebugInfo] Add more checks to parsing .debug_pub*...
2020-07-09 Igor Kudrin[DebugInfo] Do not hang when parsing a malformed .debug...
2020-07-09 Florian Hahn[SCCP] Use conditional info with AND/OR branch conditions.
2020-07-09 Benjamin KramerMake helpers static. NFC.
2020-07-09 Kirill Bobyrev[clangd] Implement path and URI translation for remote...
2020-07-09 Xing GUO[DWARFYAML] Use override instead of virtual for better...
2020-07-09 Paul Walker[SVE] Scalarize fixed length masked loads and stores.
2020-07-09 Paul Walker[SVE] Disable some BUILD_VECTOR related code generator...
2020-07-09 Georgii Rymar[llvm-readelf] - Stop using 'unwrapOrError()' in 'ELFDu...
2020-07-09 Simon PilgrimDebugCounterList::printOptionInfo - use const auto...
2020-07-09 Nathan James[change-namespace][NFC] Clean up joinNamespaces
2020-07-09 Jun Ma[Coroutines] Refactor sinkLifetimeStartMarkers
2020-07-09 Simon PilgrimConstantFoldScalarCall3 - use const APInt& returned...
2020-07-09 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-07-09 Simon PilgrimVersionPrinter - use const auto& iterator in for-range...
2020-07-09 Dmitry Polukhin[yaml][clang-tidy] Fix multiline YAML serialization
2020-07-09 Tres Popp[mlir] Add additional Canonicalization of shape.cstr_br...
2020-07-09 serge-sans... Correctly update return status for MVEGatherScatterLowering
2020-07-09 Oliver Stannard[llvm-objdump] Display locations of variables alongside...
2020-07-09 Kadir Cetinkaya[clangd] Enable async preambles by default
2020-07-09 Florian Hahn[PredicateInfo] Add additional RenamedOp field to PB.
2020-07-09 Lucas Prates[CodeGen] Matching promoted type for 16-bit integer...
2020-07-09 Shengchen Kan[MC] Simplify the logic of applying fixup for fragments...
2020-07-09 serge-sans... Fix return status of AtomicExpandPass
2020-07-09 Sam McCall[clangd] Fix error handling in config.yaml parsing.
2020-07-09 Kai Luo[PowerPC] Only make copies of registers on stack in...
2020-07-09 Vitaly Buka[StackSafety,NFC] Update documentation
2020-07-09 Craig Topper[X86] Remove unnecessary union from getHostCPUFeatures...
2020-07-09 Douglas YungIncrease DIAG_SIZE_AST as we have hit it.
2020-07-09 Johannes Doerfert[OpenMP] Make complex soft-float functions on the GPU...
2020-07-09 Louis Dionne[libc++] Fix test failures in C++14 mode
2020-07-09 Lang Hames[ORC] Modify LazyCallThroughManager to support asynchro...
2020-07-09 Xing GUO[DWARFYAML][unittest] Refactor parseDWARFYAML().
2020-07-09 Eric ChristopherFix a typo in an error message.
2020-07-09 Stella LaurenzoAdd missing CMake bool canonicalizations.
2020-07-09 Qiu Chaofan[Legalizer] Fix wrong operand in split vector helper
2020-07-09 River Riddle[mlir] Print 0 element DenseElementsAttr as dense<...
2020-07-09 Richard SmithImprove diagnostics for constant evaluation that fails...
2020-07-09 peter klausler[flang] Fix negative unit number hashing
2020-07-09 Adrian PrantlFix debugserver reporting of deployment target
2020-07-09 Julian Lettner[lit] Add --show-xxx command line options
2020-07-08 Valentin Clement[openmp] Use switch in isAllowedClauseForDirective...
2020-07-08 Mitch Phillips[NFC] Fix some docs warnings
2020-07-08 Gui Andrade[Sanitizer]: Require !android for protoent test
2020-07-08 Matt ArsenaultDAG: Remove redundant finalizeLowering call
2020-07-08 LLVM GN Syncbot[gn build] Port d999cbc9883
2020-07-08 Johannes Doerfert[OpenMP] Initial support for std::complex in target...
2020-07-08 Adrian PrantlUpdated the list of supported platforms in LLDB to...
2020-07-08 Matt ArsenaultDAG: Remove redundant handling of reg fixups
2020-07-08 Craig Topper[InstSimplify] Add test cases for opportunities to...
2020-07-08 Adrian PrantlUnify the ExecutionContextScope computation in Material...
2020-07-08 aartbik[mlir] [VectorOps] Expose lowering pass options program...
2020-07-08 Gui Andradesanitizers: Add interceptors for getproto{ent,byname...
2020-07-08 Richard SmithPR46640: Permit the first parameter of a destroying...
2020-07-08 Matt ArsenaultGlobalISel: Verify G_BITCAST changes the type
2020-07-08 Louis Dionne[libc++] Make sure the ENABLE_FILESYSTEM variable is...
2020-07-08 Arthur Eubanks[opt] Remove obsolete --quiet option
2020-07-08 Christian Kandeler[libclang] Fix crash when visiting a captured VLA
2020-07-08 Davide ItalianoRevert "[lldb/API] Overwrite variables with SBLaunchInf...
2020-07-08 Richard SmithRecover more gracefully from stack exhaustion during...
2020-07-08 Craig Topper[InstSimplify] Remove select ?, undef, X -> X and selec...
2020-07-08 Nikita PopovRevert "[NFC] Separate Peeling Properties into its...
next