platform/upstream/llvm.git
2019-01-24 Michael Platings[Docs] Add information about unit tests to the testing...
2019-01-24 Nirav Dave[X86] Add missing isReg() guards in FixupSetCCs pass.
2019-01-24 Gabor Marton[ASTImporter] Fix inequality of functions with differen...
2019-01-24 Haojian Wu[clangd] Clean the cache of file statuses on vscode...
2019-01-24 Sanjay Patel[x86] add tests for unpack shuffle lowering; NFC
2019-01-24 Bruno Ricci[Sema] Don't crash when recovering from a misspelled...
2019-01-24 Simon Pilgrim[CostModel][X86] Add SMUL fixed point cost tests
2019-01-24 Simon Pilgrim[TTI] Add generic SADDO/SSUBO costs
2019-01-24 Simon Pilgrim[TTI] Add generic UADDSAT/USUBSAT costs
2019-01-24 Simon Pilgrim[TTI] Add generic UADDO/USUBO costs
2019-01-24 Pierre GousseauTest commit: fix typo.
2019-01-24 Florian HahnRevert "[HotColdSplitting] Get DT and PDT from the...
2019-01-24 Ilya Biryukov[CodeComplete] [clangd] Fix crash on ValueDecl with...
2019-01-24 Serge GueltonFix python3 compability issue in clang binding
2019-01-24 Petar Avramovic[MIPS GlobalISel] Select zero extending and sign extend...
2019-01-24 Petar Avramovic[MIPS GlobalISel] Combine extending loads
2019-01-24 Florian Hahn[HotColdSplitting] Get DT and PDT from the pass manager.
2019-01-24 Haojian WuFix potential ODR vialation.
2019-01-24 Simon AtanasyanReapply: [mips] Handle MipsMCExpr sub-expression for...
2019-01-24 Martin LiskaRevert https://reviews.llvm.org/D56485.
2019-01-24 Martin LiskaAlways compare C++ typeinfo (based on libstdc++ impleme...
2019-01-24 David Carlier[extra] unit tests enable crash-recovery cases on FreeBSD
2019-01-24 Jonas Paulsson[SystemZ] Remember to reset the NoPHIs property on...
2019-01-24 Craig Topper[X86] Update SelectionDAGDumper to print the extension...
2019-01-24 Craig Topper[X86] Add test cases for opportunities to fold a trunca...
2019-01-24 Max Kazantsev[NFC] Add another failing test on LoopSimplifyCFG
2019-01-24 Hsiangkai WangReland r345009 "[DebugInfo] Generate debug information...
2019-01-24 Max Kazantsev[LoopSimplifyCFG] Fix inconsistency in live blocks...
2019-01-24 Max Kazantsev[NFC] Add a failing test on live block markup in term...
2019-01-24 Pavel LabathBreakpadRecords: Address post-commit feedback
2019-01-24 Julian LettnerTemporarily deactivate tests; it fails on certain bots
2019-01-24 David BlaikieDebugInfo: Use assembly label arithmetic for address...
2019-01-24 Petr Hosek[CMake][Fuchsia] Enable hermetic static libc++abi for...
2019-01-24 Petr Hosek[libcxxabi] Support building hermetic static library
2019-01-24 Petr Hosek[libunwind] Don't abort if encoutering invalid .eh_fram...
2019-01-24 Ana PazosRevert "[RISCV] Set isAsCheapAsAMove for ADDI, ORI...
2019-01-24 Fangrui Song[ubsan] Fix test when isPICDefault() returns false...
2019-01-24 Richard SmithImprove diagnostic for -fvisibility mismatch between...
2019-01-24 Ana Pazos[RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI
2019-01-24 Adrian PrantlSkip test on clang <8 instead of 7
2019-01-24 Ana Pazos[RISCV] Set isReMaterializable for ORI, XORI
2019-01-24 Marshall ClowChange a couple of '&' to addressof(). NFC
2019-01-24 Marshall ClowUncomment the entire test, but mark as XFAIL on linux...
2019-01-24 Douglas Yung[docs] Remove extra character from git URL in Getting...
2019-01-24 David Blaikiellvm-symbolizer: Extract individual test cases now...
2019-01-24 Julian Lettner[Sanitizers] UBSan unreachable incompatible with ASan...
2019-01-24 Nico Webergn build: Merge r351320 (the 9.0.0 version bump)
2019-01-24 David CallahanUpdate entry count for cold calls
2019-01-24 Douglas Yung[llvm-symbolizer] Add support for -i and -inlines as...
2019-01-24 Amara EmersonRevert "[mips] Handle MipsMCExpr sub-expression for...
2019-01-24 Leonard Chan[Sema] Fix Modified Type in address_space AttributedType
2019-01-24 Mircea Trofin[llvm] Clarify responsiblity of some of DILocation...
2019-01-23 Kamil RytarowskiMark another test as flaky
2019-01-23 Marshall ClowApply D28248: 'Work around GCC PR37804'. Thanks to...
2019-01-23 Reid Kleckner[ADT] Notify ilist traits about in-list transfers
2019-01-23 Casey Carter[test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST...
2019-01-23 Hideki Saito[LV][VPlan] Change to implement VPlan based predication for
2019-01-23 Peter Collingbournehwasan: Read shadow address from ifunc if we don't...
2019-01-23 Kamil RytarowskiMark another test as flaky
2019-01-23 Simon Atanasyan[mips] Handle MipsMCExpr sub-expression for the MEK_DTP...
2019-01-23 Sean FertileRevert "[PPC64] Sort .toc sections accessed with small...
2019-01-23 Kamil RytarowskiCorrect mark for flaky tests
2019-01-23 Reid KlecknerRevert r351938 "[ARM] Alter the register allocation...
2019-01-23 Sean Fertile[PPC64] Sort .toc sections accessed with small code...
2019-01-23 Eugene Zelenko[Documentation] Fix problem in docs/SafeStack.rst intro...
2019-01-23 Eugene Zelenko[Documentation] Use HTTPS whenever possible
2019-01-23 Alexey Bataev[DEBUGINFO, NVPTX] Enable support for the debug info...
2019-01-23 Alexey BataevRevert "[DEBUGINFO, NVPTX] Enable support for the debug...
2019-01-23 Alexey Bataev[DEBUGINFO, NVPTX] Enable support for the debug info...
2019-01-23 Marshall ClowCommit D11348: 'Win32 support: wcsnrtombs and mbsnrtowc...
2019-01-23 Craig Topper[X86] Autogenerate complete checks. NFC
2019-01-23 Aaron BallmanMerge similar target diagnostics for interrupt attribut...
2019-01-23 James Henderson[llvm-symbolizer] Improve compatibility of --functions...
2019-01-23 Haojian WuRevert "[DEBUGINFO, NVPTX] Enable support for the debug...
2019-01-23 Andrea Di Biagio[MC][X86] Correctly model additional operand latency...
2019-01-23 James Henderson[llvm-readelf] Don't suppress static symbol table with...
2019-01-23 Simon PilgrimFix indentation. NFCI.
2019-01-23 Simon Pilgrim[IR] Match intrinsic parameter by scalar/vectorwidth
2019-01-23 Krzysztof Parzyszek[Hexagon] Remove incorrect bit negation
2019-01-23 Benjamin Kramer[AArch64] Fix out of bounds strlen
2019-01-23 Clement CourbetRe-land rL322538 "Add a value_type to ArrayRef."
2019-01-23 Simon PilgrimMove saturated arithmetic intrinsics to other integer...
2019-01-23 Nico WeberDisable test better.
2019-01-23 George Rimar[llvm-objdump] - Move common code to a new printRelocat...
2019-01-23 Tim Renouf[AMDGPU] With XNACK, cannot clause a load with result...
2019-01-23 Nico WeberDisable test added in r351916.
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Error out on use of unhandled...
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Fix handling of aux symbols for...
2019-01-23 Martin Storsjo[llvm-objcopy] [COFF] Remove testcase debugging lines...
2019-01-23 Florian Hahn[HotColdSplitting] Remove unused SSAUpdater.h include...
2019-01-23 Kamil RytarowskiMark more tests flaky
2019-01-23 Ilya Biryukov[clangd] Workaround a test failure after r351941
2019-01-23 George Rimar[llvm-objdump] - Move variable. NFC.
2019-01-23 Ilya Biryukov[clangd] Fix crash due to ObjCPropertyDecl
2019-01-23 George Rimar[llvm-objdump] - Split disassembleObject() into two...
2019-01-23 Jonas Paulsson[SystemZ] Fix test case for buildbot.
2019-01-23 David Green[ARM] Alter the register allocation order for minsize...
2019-01-23 Kamil RytarowskiMark thread.condition.condvarany/wait_for.pass.cpp...
2019-01-23 Dmitry Venikov[llvm-symbolizer] Allow single letter command flags...
2019-01-23 Sam Parker[ARM][CGP] Check trunc type before replacing
next