platform/upstream/llvm.git
2019-08-21 Sam McCall[gtest] Fix printing of StringRef and SmallString in...
2019-08-21 Pavel LabathMinidumpYAML: move serialization code to MinidumpEmitte...
2019-08-21 George Rimar[LLD][ELF] - Simplify the bad-archive.s test case.
2019-08-21 George Rimar[llvm-objdump] - Cleanup the error reporting.
2019-08-21 Haojian Wu[clangd] Ignore implicit conversion-operator nodes...
2019-08-21 Raphael Isemann[lldb][NFC] Add tests for register command
2019-08-21 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_ZEXTLOAD and G_SEXTLOAD
2019-08-21 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_ZEXT and G_SEXT
2019-08-21 Petar Avramovic[MIPS GlobalISel] Consider type1 when legalizing shifts...
2019-08-21 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_TRUNC
2019-08-21 Jeremy Morse[DebugInfo] Avoid dropping location info across block...
2019-08-21 Fangrui SongReland D65242 "[ELF] More dynamic relocation packing""
2019-08-21 Raphael Isemann[lldb][NFC] Add tests for invalid command invocations
2019-08-21 Luke Cheeseman[AArch64] Update MTE system register encodings
2019-08-21 Dmitri GribenkoRemoved some dead code in BugReporter and related files
2019-08-21 Pavel LabathFix an unused variable warning in ClangASTContext.cpp
2019-08-21 Pavel LabathProperly EXCLUDE_FROM_ALL the testing support library
2019-08-21 Serge GueltonBe explicit about Windows coff name trailing character...
2019-08-21 Raphael Isemann[NFC] Mark CallTargetComparator() as const to fix libc...
2019-08-21 Fangrui SongRevert D65242 "[ELF] More dynamic relocation packing"
2019-08-21 David Zarzycki[PPC Docs] Remove duplicate info about __builtin_setrnd()
2019-08-21 Vitaly BukaRevert r369472 and r369441
2019-08-21 Alex Langford[Symbol] Remove unused clang headers from Type
2019-08-21 Jonas Devlieghere[NFC] Return llvm::StringRef from StringExtractor:...
2019-08-21 Jonas Devlieghere[NFC] Remove unused function GetHexWithFixedSize
2019-08-21 Jonas Devlieghere[NFC] Simplify code
2019-08-21 Vitaly BukaFix 'fall through' annotation
2019-08-21 Fangrui Song[ELF][test] Add CHECK lines omitted in r369488
2019-08-21 Fangrui Song[ELF] More dynamic relocation packing
2019-08-21 Nico Weberlibcxx: Rename .hpp files in libcxx/benchmarks to .h
2019-08-21 Chris BienemanAutogenerate the shebang lines for tools/opt-viewer
2019-08-21 Jonas Devlieghere[NFC] Remove lldb_utility namespace.
2019-08-21 Jason MolendaUpdate a few tests that may change the platform to...
2019-08-21 Eric FiselierFix missing __muloti4 function with UBSAN
2019-08-21 Eric FiselierAttempt to fix MSAN failures in benchmarks
2019-08-21 Nico Weberlibcxx: Rename .hpp files in libcxx/test/support to .h
2019-08-21 Amara Emerson[AArch64][GlobalISel] Add support for narrowScalar...
2019-08-21 Jonas Devlieghere[Doxygen] Document private class members.
2019-08-20 Nico WeberRemove llvm/utils/git/find-rev
2019-08-20 Jonas Devlieghere[dotest] Don't set the DWARF version override in CFLAGS...
2019-08-20 Nico Webergn build: Merge r369467
2019-08-20 Amaury Sechet[X86] Automatically generate shift tests. NFC
2019-08-20 Reid KlecknerAdd triple to new test to try to pacify bots
2019-08-20 Andrew TrickAdd TinyPtrVector support for general pointer-like...
2019-08-20 Sebastian Pop[AArch64][asan] fix typo in AsanStats::Print
2019-08-20 Sean FertileFix assert in XCOFFObjectWriter related to program...
2019-08-20 Stefan Stipanovic[Attributor] Liveness for internal functions.
2019-08-20 Amaury Sechet[X86] Autogenerate vec_* tests. NFC
2019-08-20 Alexandre Ganea[Sanitizer] Remove unused functions
2019-08-20 Daniel Sanders[RISCV GlobalISel] Adding initial GlobalISel infrastructure
2019-08-20 Alina Sbirlea[MemorySSA] Make Phi cleanups consistent.
2019-08-20 Jessica Paquette[AArch64][GlobalISel] Select logical_imm32 and logical_...
2019-08-20 Alina Sbirlea[MemorySSA] Fix existing phis when inserting defs.
2019-08-20 Marshall ClowAdd a missing _VSTD:: before a call to merge. Fixes...
2019-08-20 Sean FertileRemove assert with tautological compare from XCOFFObjec...
2019-08-20 Jonas Devlieghere[NFC] Fix -Wdocumentation warnings in Utility.
2019-08-20 Jessica Paquette[AArch64][GlobalISel] Select patterns which use shifted...
2019-08-20 Craig Topper[DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine...
2019-08-20 Alexandre Ganea[DebugInfo] Add debug location to dynamic atexit destructor
2019-08-20 Reid KlecknerRevert [WinEH] Allocate space in funclets stack to...
2019-08-20 Alex Langford[Symbol] Move VerifyDecl to ClangASTContext
2019-08-20 Jessica PaquetteTeach GlobalISelEmitter to treat used iPTRAny operands...
2019-08-20 Sean FertileAdds support for writing the .bss section for XCOFF...
2019-08-20 Med Ismail... [LLDB][Test] Remove `skipIfWindows` for conditional...
2019-08-20 Jonas Devlieghere[NFC] Update RegularExpression documentation
2019-08-20 Artem Dergachev[analyzer] NFC: Remove the BugTypes set from BugReporter.
2019-08-20 Artem Dergachev[analyzer] Fix a crash when destroying a non-region.
2019-08-20 Artem Dergachev[analyzer] Improve VirtualCallChecker and enable parts...
2019-08-20 Marshall ClowFix a couple of unguarded operator, calls in algorithm...
2019-08-20 Sanjay Patel[InstCombine] add more extra use tests for icmp with...
2019-08-20 Martin Storsjo[COFF] Check errorCount before committing the output...
2019-08-20 Michael Liao[Attributor] Remove unused variable. NFC.
2019-08-20 Martin Storsjo[test] Fix tests when run on windows after SVN r369426...
2019-08-20 Leonard Chan[NewPM] Run ubsan-coroutines test under the legacy...
2019-08-20 Sebastian Pop[AArch64] Speed-up leak and address sanitizers on AArch...
2019-08-20 Wenlei He[AutoFDO] Make call targets order deterministic for...
2019-08-20 Sanjay Patel[InstCombine] add tests for mismatched cast ops for...
2019-08-20 Jinsong Ji[llvm-extract] Update the help message for group extrac...
2019-08-20 Zoe Carver[libc++] Fix std::abs tests
2019-08-20 Alex Langford[Symbol][NFC] Remove references to clang in TypeMap
2019-08-20 Jonas Devlieghere[CMake] Remove LLDB_TEST_USE_CUSTOM_C(XX)_COMPILER
2019-08-20 Craig Topper[X86] Add a DAG combine to transform (i8 (bitcast ...
2019-08-20 Mitch Phillips[GWP-ASan] Fix typos.
2019-08-20 Alexey Bataev[OPENMP]Fix delayed diagnostics for standalone declare...
2019-08-20 Craig Topper[X86] Add isel patterns for (i64 (zext (i8 (bitcast...
2019-08-20 Jonathan PeytonForce honoring nthreads-var and thread-limit-var inside...
2019-08-20 Louis Dionne[libc++] Avoid implicit conversion warning in a <random...
2019-08-20 Eric Fiselierfix buildbot start script to no longer hang
2019-08-20 David Goldman[Sema][Typo] Fix assertion failure for expressions...
2019-08-20 Martin Storsjo[TargetMachine] Don't try to create COFFSTUB references...
2019-08-20 Martin Storsjo[COFF] Print the file name on errors writing the pdb...
2019-08-20 Alex Langford[ClangExpressionParser] Add ClangDeclVendor
2019-08-20 Sam Clegg[WebAssembly][lld] Fix crash when applying relocations...
2019-08-20 Louis Dionne[libc++] Implement LWG 3199
2019-08-20 Sanjay Patel[InstCombine] add helper function for icmp+zext/sext...
2019-08-20 Louis Dionne[libc++] Precise XFAIL for AppleClang 11
2019-08-20 Simon PilgrimFix typo in comment. NFCI.
2019-08-20 Alexey BataevFix name of the error message, NFC.
2019-08-20 Matt ArsenaultRevert "AMDGPU: Fix iterator error when lowering SI_END_CF"
2019-08-20 Eric Fiselierbump lld version used by buildbots
next