platform/upstream/llvm.git
2019-08-23 Anastasia Stulova[Docs][OpenCL] Several corrections to C++ for OpenCL
2019-08-23 Andrea Di Biagio[X86][BtVer2] Fix latency of ALU RMW instructions.
2019-08-23 Martin Storsjo[llvm-dlltool] Make sure to strip decorations from...
2019-08-23 Simon Pilgrim[DAGCombine] GetNegatedExpression - add FMA\FMAD support
2019-08-23 Jay Foad[AMDGPU] gfx10 atomic optimizer changes.
2019-08-23 George Rimar[yaml2obj] - Allow setting the symbol st_other field...
2019-08-23 Haojian Wu[clangd] Link more clang-tidy modules to clangd
2019-08-23 Rui UeyamaExplain --reproduce option
2019-08-23 Haojian Wu[clang-tidy] Don't emit google-runtime-references warni...
2019-08-23 Rui UeyamaAdd a description about multiple linker scripts
2019-08-23 Craig Topper[X86] Add a further unrolled madd reduction test case...
2019-08-23 Alex Langford[Symbol] Decouple clang from DeclVendor
2019-08-23 Craig Topper[X86] Make combineLoopSADPattern use CONCAT_VECTORS...
2019-08-23 Craig Topper[X86] Improve lowering of v2i32 SAD handling in combine...
2019-08-23 Fangrui Song[clang-format] Recognize ECMAScript module .mjs as...
2019-08-23 Jonas Devlieghere[LLDB] Address post-commit code review feedback.
2019-08-23 Philip Reames[IndVars] Fix a bug noticed by inspection
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Correctly model results...
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Provide DynamicTypeMap...
2019-08-23 Artem Dergachev[analyzer] CastValueChecker: Avoid modeling casts betwe...
2019-08-23 Artem Dergachev[analyzer] DynamicTypeInfo: Avoid putting null regions...
2019-08-23 Richard SmithRevert "PR42587: diagnose unexpanded uses of a pack...
2019-08-23 Fangrui Song[AlignmentFromAssumptions] getNewAlignmentDiff(): use...
2019-08-23 Richard SmithPR42587: diagnose unexpanded uses of a pack parameter...
2019-08-23 Peter Collingbournehwasan: Untag unwound stack frames by wrapping personal...
2019-08-23 Sam Clegg[MC] Minor cleanup to MCFixup::Kind handling. NFC.
2019-08-22 Puyan Lotfi[clang][ifs] Dropping older experimental interface...
2019-08-22 Amaury Sechet[ARM] Automatically generate dsp-mlal.ll . NFC
2019-08-22 Jonas Devlieghere[utils] Update shebang to use the environment.
2019-08-22 Taewook Oh[sanitizer] Resubmit D66620 from monorepo
2019-08-22 Puyan Lotfi[clang][ifs] New interface stubs format (llvm triple...
2019-08-22 Jan Korous[libclang][NFC] Remove debug comment
2019-08-22 Nick Desaulniers[Bugfix] fix r369705 unit test
2019-08-22 Adrian PrantlAdd missing dot.
2019-08-22 David CarlierFixing buildbot due to style.
2019-08-22 Adrian PrantlExtend FindTypes with CompilerContext to allow filterin...
2019-08-22 Frederic RissTestAppleSimulatorOSType: Pass the --standalone argumen...
2019-08-22 David Carlier[Sanitizer] checks ASLR on FreeBSD
2019-08-22 Vedant KumarRevert [heap.py] Add missing declaration for malloc_get...
2019-08-22 Nick Desaulniers[Clang][CodeGen] set alias linkage on QualType
2019-08-22 Matthew G McGovernLibFuzzer support for 32bit MSVC
2019-08-22 Amaury Sechet[PowerPC] Automatically generate vec_buildvector_loadst...
2019-08-22 Adrian PrantlRevert Extend FindTypes with CompilerContext to allow...
2019-08-22 Roman Lebedev[NFC][InstCombine] Fixup few new tests in unrecognized_...
2019-08-22 Amaury Sechet[PowerPC] Automatically generate various tests. NFC
2019-08-22 Adrian PrantlRename lldb/source/Interpreter/OptionValueFileSpecListT...
2019-08-22 Adrian PrantlRename lldb/source/Interpreter/OptionValueFileSpecLIst...
2019-08-22 Peter CollingbourneIR. Change strip* family of functions to not look throu...
2019-08-22 Roman Lebedev[NFC][InstCombine] New tests: unrecognized_three-way...
2019-08-22 Benjamin KramerFight a bit against global initializers. NFC.
2019-08-22 Amy Huang[COFF] Add libcall symbols to the link when LTO is...
2019-08-22 Louis Dionne[libc++] Fix broken <random> test
2019-08-22 Adrian PrantlAdd missing include
2019-08-22 Adrian PrantlAdd missing include
2019-08-22 Adrian PrantlExtend FindTypes with CompilerContext to allow filterin...
2019-08-22 Jordan Rupprecht[llvm-objcopy][NFC] Refactor symbol/section matching
2019-08-22 Alex LorenzDisable the ScanDepsReuseFilemanager test on Windows
2019-08-22 Aaron BallmanImprove the documentation for OpenCL vector types.
2019-08-22 Aaron BallmanFix the nullPointerConstant() test to get bots back...
2019-08-22 Amaury Sechet[AArch64] autogenerate some tests. NFC
2019-08-22 Vedant Kumar[heap.py] Add missing declaration for malloc_get_all_zones
2019-08-22 Aaron BallmanImplement nullPointerConstant() using a better API.
2019-08-22 Nico Webergn build: Merge r369680
2019-08-22 Alex LorenzIntroduce FileEntryRef and use it when handling include...
2019-08-22 Benjamin Kramer[clangd] Fold string copy into lambda capture. NFC.
2019-08-22 Nico Webergn build: Merge r369677
2019-08-22 Richard SmithRevert "[LifetimeAnalysis] Support more STL idioms...
2019-08-22 Shaurya Gupta[Clangd] Tweaktesting replace toString with consumeError
2019-08-22 Benjamin KramerRetire llvm::less_ptr. llvm::deref is much more flexible.
2019-08-22 Benjamin KramerRetire llvm::less/equal in favor of C++14 std::less...
2019-08-22 Matt ArsenaultGlobalISel: Don't create G_UADDE with constant false...
2019-08-22 Louis Dionne[libc++] Mark lock_guard nodiscard test as unsupported...
2019-08-22 Francis Visoiu... [MachO][TLOF] Use hasLocalLinkage to determine if indir...
2019-08-22 Adrian PrantlRemove redundant curly braces.
2019-08-22 Adrian PrantlDoxygenify comments.
2019-08-22 Alexey Bataev[OPENMP]Generalization of handling of declare target...
2019-08-22 Roman Lebedev[NFC][InstCombine] New tests: unrecognized_three-way...
2019-08-22 Shaurya GuptaFixed Missing Expected error handling
2019-08-22 Craig Topper[X86] Remove MCInstLower code that drops operands from...
2019-08-22 Guozhi Wei[MBP] Disable aggressive loop rotate in plain mode
2019-08-22 Amaury Sechet[DAGCombiner] Remove explicit call to AddToWorklist...
2019-08-22 Andrea Di Biagio[X86][BtVer2] Fix latency/throughput of scalar integer...
2019-08-22 Raphael Isemann[lldb] Remove ')' to fix the build
2019-08-22 Simon Pilgrim[PowerPC] Regenerate reciprocal tests, as discussed...
2019-08-22 Sean Fertile[PowerPC] Add combined ELF ABI and 32/64 bit queries...
2019-08-22 Sean Fertile[PowerPC][XCOFF][MC] Explicitly set containing csect...
2019-08-22 Haojian Wu[clangd] Send suppported codeActionKinds to the client.
2019-08-22 Jan Kratochvil[lldb] Fix `TestDataFormatterStdList` regression
2019-08-22 Hideto Ueno[Attributor][NFC] Move DerefState to header and use...
2019-08-22 Raphael Isemann[lldb][NFC] Fix indentation in CommandObjectProcess
2019-08-22 Jinsong Ji[SlotIndexes] Add print-slotindexes to disable printing...
2019-08-22 Andrea Di Biagio[MCA] consistently use MCPhysReg instead of unsigned...
2019-08-22 Hans WennborgRevert r369402 "win: Enable /Zc:twoPhase by default...
2019-08-22 Raphael Isemann[lldb][NFC] Add test for target stop-hook disable/enabl...
2019-08-22 George Rimar[yaml2obj] - Lookup relocation symbols in dynamic symbo...
2019-08-22 Sylvestre LedruFix some regressions caused by r369553 on old versions...
2019-08-22 Dmitri GribenkoRemove \brief commands from doxygen comments.
2019-08-22 Andrea Di Biagio[X86][BtVer2] Fix latency and throughput of XCHG and...
2019-08-22 Yaxun Liu[OpenCL] Fix declaration of enqueue_marker
2019-08-22 Simon Pilgrim[MVT] Add MVT equivalent to EVT::getHalfNumVectorElemen...
next