platform/upstream/llvm.git
2018-12-27 Pavel LabathReduce indentation in ObjectFilePECOFF::CreateSections...
2018-12-27 Pavel LabathFix tests for python 3.7
2018-12-27 David Chisnall[objc-gnustep] Fix a copy-and-paste error.
2018-12-27 Pavel LabathFix assertion failure in NativeProcessProtocolTest
2018-12-27 David Carlier[Sanitizer] Enable FTS api on FreeBSD
2018-12-27 Pavel LabathFix "default argument for lambda parameter" (-Wpedantic...
2018-12-27 Pavel LabathDelete lldb_utility::Range
2018-12-27 Pavel Labathlldb-test ir-memory-map: Use IntervalMap::contains
2018-12-27 Pavel LabathDWARF: Fix a bug in array size computation
2018-12-27 Martin LiskaDo not rely on that subject of ErrorAllocTypeMismatch...
2018-12-27 Craig Topper[X86] Remove check that avoids creating PMULDQ with...
2018-12-27 Evgeniy StepanovRevert "[msan] Disable tail call optimization in msan...
2018-12-27 Craig Topper[X86] Factor the core code out of LowerSETCC into a...
2018-12-27 Craig Topper[X86] Merge getBitTestCondition into LowerAndToBT....
2018-12-27 Evgeniy Stepanov[msan] Disable tail call optimization in msan rtl.
2018-12-26 Wouter van... [WebAssembly] Added basic support for if/else/end_if...
2018-12-26 Wouter van... [WebAssembly] Make assembler check for proper nesting...
2018-12-26 Sylvestre Ledrumanpages: Update the URL for https
2018-12-26 Heejin Ahn[WebAssembly] Delete an unnecessary line in RegStackify
2018-12-26 Heejin Ahn[WebAssembly] Fix typos in comments in RegStackify...
2018-12-26 Craig Topper[LoopIdiomRecognize] Add CTTZ support
2018-12-26 Reid Kleckner[codeview] Check if this 'this' type of a method is...
2018-12-26 Reid Kleckner[clang-cl] Treat inputs as C++ with /E, like MSVC
2018-12-26 Reid Kleckner[MS] Mangle return adjusting thunks with the public...
2018-12-26 Rui UeyamaUse error() instead of fatal() to report an invalid...
2018-12-26 Justin Lebar[NVPTX] Allow libcalls that are defined in the current...
2018-12-26 Reid KlecknerIgnore ConstantExpr in IgnoreParens
2018-12-26 Nico WeberPass a concrete triple for two OpenMP tests that depend...
2018-12-26 Simon Pilgrim[AMDGPU] Regenerate i64 shift tests.
2018-12-26 Max Kazantsev[NFC] Use utility function for guards detection
2018-12-25 Petar Avramovic[MIPS GlobalISel] Select G_SELECT
2018-12-25 Max Kazantsev[NFC] Reuse variables instead of re-calling getParent
2018-12-25 Kang Zhang[PowerPC] Fix the bug of ISD::ADDE to set its second...
2018-12-24 Nico Weber[gn build] Make NOSORT line actually work
2018-12-24 Craig Topper[X86] Use GetDemandedBits to simplify the operands...
2018-12-24 Craig Topper[X86] Add test cases for PR40142. NFC
2018-12-24 George Karpenkov[analyzer] [NFC] Clean up the mess of constructing...
2018-12-24 Miklos Vajna[clang-tidy] add IgnoreMacros option to readability...
2018-12-24 Eugene Leviant[HWASAN] Instrument memorty intrinsics by default
2018-12-24 Nico Weber[gn build] Add build files for clang/tools/{c-arcmt...
2018-12-24 Roman LebedevReleaseNotes: X86 Target: bdver2 sched model was added...
2018-12-24 Max KazantsevRevert rL350048 and rL350050
2018-12-24 George Rimar[LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC.
2018-12-24 David BlaikieFix build - follow-up to r350048 which broke headerless...
2018-12-24 Max Kazantsev[LoopSimplifyCFG] Delete dead exiting edges
2018-12-24 David BlaikieDebugInfo: Use assembly label arithmetic for address...
2018-12-24 David BlaikieDebugInfo: Add assembly comments for debug_addr contrib...
2018-12-24 David Blaikiellvm-dwarfdump: Skip address index info (and dump only...
2018-12-24 Max KazantsevReturn "[LoopSimplifyCFG] Delete dead in-loop blocks"
2018-12-24 George Burgess IV[LoopIdioms] More LocationSize::precise annotations...
2018-12-24 Craig Topper[X86] Remove unused variables left after r350041. NFC
2018-12-24 George Burgess IV[SelectionDAGBuilder] Use ::precise LocationSizes; NFC
2018-12-24 Craig Topper[X86] Move the optimization that turns 'CMP (AND+IMM64...
2018-12-24 Fangrui Song[clangd] Delete stray semicolon. NFC
2018-12-24 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-24 Craig Topper[X86] Remove the ANDN check from EmitTest.
2018-12-23 Fangrui Song[clangd] Delete trailing ; NFC
2018-12-23 Kamil RytarowskiTolerate flaky LLD tests on NetBSD
2018-12-23 Fangrui Song[llvm-exegesis] Clustering: don't enqueue a point multi...
2018-12-23 Sanjay Patel[DAGCombiner] limit shuffle to extend transform (PR40146)
2018-12-23 Sanjay Patel[x86] add test for vector shuffle --> extend transform...
2018-12-23 Sanjay Patel[DAGCombiner] allow hoisting vector bitwise logic ahead...
2018-12-23 Sanjay Patel[x86] add tests for vector extend + logic ops; NFC
2018-12-23 Michal Gorny[xray] Detect MPROTECT and error out when it's enabled...
2018-12-23 Michal Gorny[xray] Disable alignas() for thread_local objects on...
2018-12-23 Michal Gorny[Driver] Disable -faddrsig on Gentoo by default
2018-12-23 Michal Gorny[Distro] Support detecting Gentoo
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{arcmt-test...
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{clang-refac...
2018-12-23 Nico Weber[gn build] Add build files for clang/tools/{clang-diff...
2018-12-23 Simon Atanasyan[ORC] Rename register in the OrcMips64 resolver code...
2018-12-23 Simon Atanasyan[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
2018-12-23 Simon Atanasyan[ORC] Remove redundant instruction from MIPS resolver...
2018-12-23 Dimitry AndricSet the default SANITIZER_CXX_ABI library to libc+...
2018-12-23 George Burgess IV[MemCpyOpt] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Return false from hasAndNotCompare if the compari...
2018-12-23 George Burgess IV[MemoryLocation] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Loads] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[Lint] Use LocationSize instead of ints; NFC
2018-12-23 George Burgess IV[AAEval] Use LocationSize instead of ints; NFC
2018-12-23 Craig Topper[X86] Fix an old FIXME about folding the zero constant...
2018-12-23 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-22 David BlaikieTest DWARFv5 with gdb-index and low_pc/high_pc on the...
2018-12-22 David BlaikieDebugInfo: Accurately propagate the section used by...
2018-12-22 David Blaikiellvm-dwarfdump: Dump the section name/number for addr...
2018-12-22 George Burgess IV[Analysis] More LocationSize cleanup; NFC
2018-12-22 George Burgess IV[Analysis] s/uint64_t/LocationSize; NFC
2018-12-22 Sanjay Patel[DAGCombiner] allow narrowing of add followed by truncate
2018-12-22 Sanjay Patel[x86] add load fold patterns for movddup with vzext_load
2018-12-22 Aaron BallmanImproving this fatal diagnostic to help checker develop...
2018-12-22 Bruno Ricci[AST] Store the arguments of CXXConstructExpr in a...
2018-12-22 David Carlier[Sanitizer] Enable POSIX regex api on FreeBSD.
2018-12-22 Michal Gorny[runtime] [test] Fix using %python path
2018-12-22 Roman LebedevNFC][CodeGen][X86][AArch64] Tests for bit extract ...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Bit extract: add nounwind...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Tests for bit extract...
2018-12-22 David Blaikiellvm-dwarfdump: Remove extraneous space between '(...
2018-12-22 David Blaikiellvm-dwarfdump: Print the section name/number for addr_...
2018-12-22 David BlaikieDebugInfo: Refactor named section dumping into a reusab...
2018-12-22 Kamil RytarowskiAdd support for LLVM profile for NetBSD
next