platform/upstream/llvm.git
2019-07-01 Pavel LabathRevert "Implement xfer:libraries-svr4:read packet"
2019-07-01 Florian Hahn[AMDGPU] Call isLoopExiting for blocks in the loop.
2019-07-01 Roman Lebedev[NFC][InstCombine] Tests for ((~x) + y) + 1 -> y ...
2019-07-01 Pavel LabathFix TestGdbRemoteLibrariesSvr4Support
2019-07-01 Johan Vikstrom[clangd] No longer getting template instantiations...
2019-07-01 Fangrui Song[RISCV] Add break; to the last switch case
2019-07-01 Simon Pilgrim[X86] CombineShuffleWithExtract - updated description...
2019-07-01 Pavel LabathRemove null checks of results of new expressions
2019-07-01 Benjamin Kramer[SelectionDAG] Do minnum->minimum at legalization time...
2019-07-01 Andrew Ng[benchmark] Disable CMake get_git_version
2019-07-01 Sam McCall[clangd] Fix unused var from r364735
2019-07-01 Sam McCall[clangd] Make PreambleStatusCache handle filenames...
2019-07-01 Roman Lebedev[NFC][InstCombine] Tests for x - ~(y) -> x + y +...
2019-07-01 Roman Lebedev[InstCombine] Omit 'urem' where possible
2019-07-01 Roman Lebedev[NFC][InstCombine] Copy test for omit urem when possibl...
2019-07-01 Jeremy Morse[DebugInfo] Avoid adding too much indirection to pointe...
2019-07-01 Haojian Wu[clangd] Show better message when we rename macros.
2019-07-01 Yevgeny Rouban[SimpleLoopUnswitch] Implement handling of prof branch_...
2019-07-01 Sam Parker[ARM] WLS/LE Code Generation
2019-07-01 Billy Robert... [libcxx] [test] Add void cast to result of compare_exch...
2019-07-01 Haojian Wu[clangd] Make FixIt message be consistent with the...
2019-07-01 Craig Topper[X86] Add more load folding tests for vcvt(t)ps2(u...
2019-07-01 Craig Topper[X86] Improve the type checking fast-isel handling...
2019-07-01 Craig Topper[X86] Add a DAG combine to replace vector loads feeding...
2019-07-01 Craig Topper[X86] Add some additional load folding tests to vec_int...
2019-07-01 Craig Topper[X86] Add MOVHPDrm/MOVLPDrm patterns that use VZEXT_LOAD.
2019-06-30 Mike SpertusVarious tweaks to MSVC natvis visualizers
2019-06-30 Mike SpertusClean up MSVC visualization of LLVM pointer types
2019-06-30 Jonas DevlieghereRevert "[GDBRemote] Remove code that flushes GDB remote...
2019-06-30 Sanjay Patel[InstCombine] canonicalize fcmp+select to minnum/maxnum...
2019-06-30 Fangrui SongCleanup: llvm::bsearch -> llvm::partition_point after...
2019-06-30 Fangrui Song[ADT] Implement llvm::bsearch() with std::partition_point()
2019-06-30 Craig Topper[X86] Custom lower AVX masked loads to masked load...
2019-06-30 Craig Topper[SelectionDAG] Use the memory VT instead of result...
2019-06-29 Adrian PrantlReplace tabs with spaces.
2019-06-29 Nikita Popov[LFTR] Rephrase getLoopTest into "based-on" check;...
2019-06-29 Sanjay Patel[InstCombine] canonicalize fmin/fmax to LLVM intrinsics...
2019-06-29 Nikita Popov[LFTR] Remove unnecessary latch check; NFCI
2019-06-29 Roman Lebedev[InstCombine] Shift amount reassociation (PR42391)
2019-06-29 Roman Lebedev[IR][Patternmatch] Add m_SpecificInt_ULT() predicate
2019-06-29 Dmitry Venikov[APInt] Fix getBitsNeeded for INT_MIN values
2019-06-29 Nikita Popov[LFTR] Fix post-inc pointer IV with truncated exit...
2019-06-29 Sam CleggPartial revert of "[llvm-ar] Document response file...
2019-06-29 Fangrui Song[Driver] Fix style issues of --print-supported-cpus...
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for icmp select
2019-06-29 Fangrui SongUse const auto *
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for update.dpp
2019-06-29 Julian Lettner[TSan] Attempt to fix linker error for Linux on AArch64
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for atomic.inc/atomic.dec
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some DS intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some easy intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for icmp/fcmp intrinsics
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.div.fmas
2019-06-29 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some simple leaf...
2019-06-29 Philip Reames[IndVars] Remove a bit of manual constant folding ...
2019-06-29 Leonard ChanRevert "[clang][NewPM] Fix broken profile test"
2019-06-28 Matt ArsenaultAMDGPU: Add baseline test for packed shufflevector
2019-06-28 Jan Korous[clang][test][NFC] Explicitly specify clang ABI in...
2019-06-28 Wouter van... [WebAssembly] Assembler: support .int16/32/64 directives.
2019-06-28 Wouter van... [WebAssembly] Allow @object in .type directives.
2019-06-28 Sanjay Patel[x86] remove stale comment about cmov; NFC
2019-06-28 Jim InghamGet the expression parser to handle missing weak symbols.
2019-06-28 Cameron McInally[NFC][NewGVN] Explicitly check fpmath metadata in fpmath.ll
2019-06-28 Sanjay Patel[Lanai] auto-generate complete test checks; NFC
2019-06-28 Alexey Bataev[OPENMP]Improve analysis of implicit captures.
2019-06-28 Wouter van... [WebAssembly] Assembler: Allow offsets and p2align...
2019-06-28 Wouter van... [WebAssembly] Assembler: Improve section parsing.
2019-06-28 Cameron McInally[NewGVN] Add unary FNeg support to NewGVN pass
2019-06-28 Brad SmithRevert enabling frame pointer elimination on OpenBSD...
2019-06-28 Cameron McInally[GVNSink] Add unary FNeg support to GVNSink pass
2019-06-28 Erik Pilkington[demangle] Support for C++2a char8_t
2019-06-28 Julian Lettner[TSan] Fix build build breakage on Android
2019-06-28 Brad SmithDefault to Secure PLT on PPC for musl libc.
2019-06-28 Julie Hockett[clang-doc] Handle anonymous namespaces
2019-06-28 Sam Clegg[llvm-ar] Document response file support in --help
2019-06-28 Lang HamesRe-apply r364600 with fixes.
2019-06-28 Rainer Orth[unittests][Support] Fix LLVM-Unit :: Support/./Support...
2019-06-28 Julie Hockett[clang-doc] De-duplicate comments and locations
2019-06-28 Jonas Devlieghere[GDBRemote] Remove code that flushes GDB remote packets
2019-06-28 Jinsong Ji[UpdateChecks] Add support for armv7-apple-darwin
2019-06-28 Simon Pilgrim[X86] CombineShuffleWithExtract - recurse through EXTRA...
2019-06-28 Jim InghamMake sure the thread list is updated before you set...
2019-06-28 Peter Collingbournehwasan: Remove the old frame descriptor mechanism.
2019-06-28 Volodymyr Sapsai[ODRHash] Fix null pointer dereference for ObjC selecto...
2019-06-28 Julie HockettUpdate CODE_OWNERS.txt for clang-doc
2019-06-28 Julian Lettner[TSan] Improve handling of stack pointer mangling in...
2019-06-28 Roman Lebedev[NFC][Codegen] Revisit test coverage for X % C == 0...
2019-06-28 Martin Storsjo[COFF] Fix .rsrc sections with differing permissions
2019-06-28 Wouter van... [WebAssembly] Added visibility and ident directives...
2019-06-28 Roman Lebedev[NFC][InstCombine] Shift amount reassociation: revisit...
2019-06-28 Dmitry Preobrazhensky[AMDGPU][MC] Fix 2 for sanitizer failure in 364645
2019-06-28 Alexey Bataev[OPENMP]Fix top DSA for static members.
2019-06-28 Sam Tebbs[ARM] Add support for the MVE long shift instructions
2019-06-28 Max Moroz[llvm-cov[ Fix lcov coverage report contains functions...
2019-06-28 Roman Lebedev[NFC][InstCombine] Shift amount reassociation: add...
2019-06-28 Dmitry Preobrazhensky[AMDGPU][MC] Fix for sanitizer failure in 364645
2019-06-28 Alexey Bataev[OPENMP]Fix DSA for loop iteration variables in simd...
2019-06-28 Cameron McInally[NFC][Float2Int] Pre-commit unary FNeg test to basic.ll
2019-06-28 Krzysztof Parzyszek[Hexagon] driver uses out-of-date option name and binar...
2019-06-28 Alexey Bataev[OPENMP]Fix checks for DSA in simd constructs.
next