platform/upstream/llvm.git
2019-03-21 Louis Dionne[NFC][libc++] Reindent #ifdefs
2019-03-21 Reid Kleckner[llvm-pdbutil] Add -type-ref-stats to help find unused...
2019-03-21 Sanjay Patel[x86] add tests with movmsk potential (PR39665); NFC
2019-03-21 Craig Topper[InstCombine] Don't transform ((C1 OP zext(X)) & C2...
2019-03-21 Craig Topper[X86] Add __popcntd and __popcntq to ia32intrin.h to...
2019-03-21 Craig Topper[X86] Don't avoid folding multiple use sign extended...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrin] Add support for scalarizing...
2019-03-21 Craig Topper[X86] Use the CPUKind enum from PROC_ALIAS to directly...
2019-03-21 Nikita Popov[ValueTracking] Use ConstantRange based overflow check...
2019-03-21 Peter Smith[ELF][ARM] Revert Redesign of .ARM.exidx handling to...
2019-03-21 Krzysztof ParzyszekAdd more rotate tests, including ORs of rotates
2019-03-21 Zachary TurnerMove the rest of the sections over to DWARFContext.
2019-03-21 Louis Dionne[libc++] Re-document how to use <filesystem> with vario...
2019-03-21 Samuel BenzaquenAdd relational benchmark against a string constant.
2019-03-21 Roman Lebedev[AST] OMPStructuredBlockTest: two matchers were promote...
2019-03-21 Louis Dionne[libc++] Mark bad_any_cast tests as unsupported when...
2019-03-21 Roman Lebedev[ASTMatcher] Add clang-query disclaimer to two more...
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] OpenMP Structured-block-related...
2019-03-21 Roman Lebedev[ASTTypeTraits][ASTMatchers][OpenMP] OMPClause handling
2019-03-21 Roman Lebedev[ASTMatchers][OpenMP] Add base ompExecutableDirective...
2019-03-21 Serge GueltonWorkaround items/iteritems difference between Python2...
2019-03-21 Serge GueltonWorkaround Python's map difference between Python2/3
2019-03-21 Serge GueltonPortable int/long conversion across Python 2 / Python 3
2019-03-21 Serge GueltonPortable exception value access across Python 2 / Python 3
2019-03-21 David GreenFixup opt-remarks.ll gold plugin test. NFC
2019-03-21 Florian Hahn[DAGCombiner] Use getTokenFactor in a few more cases.
2019-03-21 Simon Pilgrim[DAGCombine] SimplifySelectCC - call FoldSetCC with...
2019-03-21 Peter Smith[ELF][ARM] Redesign of .ARM.exidx handling to use a...
2019-03-21 Sanjay Patel[CodeGenPrepare] limit formation of overflow intrinsics...
2019-03-21 Xing GUO[llvm-readobj] Format codes. NFC.
2019-03-21 Erich KeanePermit redeclarations of a builtin to specify calling...
2019-03-21 Paul Hoad[clang-format] Add basic support for formatting C#...
2019-03-21 Simon Pilgrim[Thumb] Fix infinite loop in ABS expansion (PR41160)
2019-03-21 Tim Renouf[AMDGPU] Support for v3i32/v3f32
2019-03-21 Simon PilgrimFix -Wmisleading-indentation gcc7 warning. NFCI.
2019-03-21 Oliver Stannard[AArch64] Allow -mattr=tpidr-el[1|2|3]
2019-03-21 Simon Pilgrim[SelectionDAG] Add scalarization of ABS node (PR41149)
2019-03-21 Pavel LabathFix two more issues with r356652
2019-03-21 Alex Bradbury[RISCV][NFC] Remove old CHECK lines from linker-relaxat...
2019-03-21 Pavel LabathAttempt to fix modules build for r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-21 Fangrui Song[BasicAA] Use DenseMap::try_emplace after D59151. NFC
2019-03-21 Zinovy NisReland r356547 after fixing the YAML module missing...
2019-03-21 Mikael HolmenSilence warning about unused variable in builds without...
2019-03-21 Serge GueltonUse list comprehension instead of map/filter to prepare...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrinsics] Reverse some if conditio...
2019-03-21 Craig Topper[InstCombine] Add test case for PR41164. NFC
2019-03-21 Alina Sbirlea[BasicAA] Reduce no of map seaches [NFCI].
2019-03-21 Jonas Devlieghere[Reproducers] Properly handle QEnvironment packets
2019-03-21 Philip Reames[instcombine] Add some todos, and arrange code for...
2019-03-21 George Burgess IV[MSSA] Delete move ctor; remove dynamic never-moved...
2019-03-21 Eric FiselierAdd dylib-has-no-filesystem when filesystem is disabled
2019-03-21 Eric FiselierMark debug death tests as unsupported on Windows
2019-03-21 Jonas Devlieghere[Reproducers] Log inconsistencies during replay (NFC)
2019-03-21 Eric FiselierRemove type visibility specifiers from new chrono types.
2019-03-21 George Burgess IVcreduce-clang-crash.py: preprocess file + reduce comman...
2019-03-21 Billy Robert... [libcxx] [test] Revert r356632 add (void) casts to...
2019-03-21 Artem Dergachev[CFG] [analyzer] pr41142: C++17: Skip transparent InitL...
2019-03-21 Eric FiselierAllow disabling of filesystem library.
2019-03-20 Billy Robert... [libcxx] [test] Add (void) casts to operator new calls...
2019-03-20 Craig Topper[X86] Add CMPXCHG8B feature flag. Set it for all CPUs...
2019-03-20 Douglas YungRevert "Reland r356547 after fixing the tests for Linux."
2019-03-20 Michael TrentFix Mach-O bind and rebase validation errors in libObject
2019-03-20 Jennifer YuRemove extra white spaces
2019-03-20 Stephane Moore[clang-tidy] Disable google-runtime-int in Objective...
2019-03-20 Jason MolendaChange the logging on ptrace(PT_KILL) in MachProcess...
2019-03-20 Jason MolendaUpdate DWARF files.
2019-03-20 Nico Weberlibc++/win: Make once_flag have the same size as a...
2019-03-20 Jordan RupprechtRevert "[clangd] Print arguments in template specializa...
2019-03-20 Thomas Lively[WebAssembly][NFC] Fix formatting error from rL356610
2019-03-20 Tim Renouf[AMDGPU] Do not generate spurious PAL metadata
2019-03-20 Nikita Popov[InstCombine] Add additional sub nsw inference tests...
2019-03-20 Stanislav MekhanoshinAllow machine dce to remove uses in the same instruction
2019-03-20 Craig Topper[X86] Call lowerShuffleAsBitMask for 512-bit vectors...
2019-03-20 Michael Liao[AMDGPU] Fix dependency on `BinaryFormat`
2019-03-20 Louis Dionne[libc++] Mark <filesystem> as unavailable on Apple...
2019-03-20 Paul Hoad[clang-format][NFC] fix release notes build issue
2019-03-20 Jordan Rupprecht[clang][OpenMP] Fix build when using libgomp
2019-03-20 Paul Hoad[clang-format] BeforeHash added to IndentPPDirectives
2019-03-20 Zachary TurnerIntroduce DWARFContext.
2019-03-20 Matt ArsenaultAMDGPU: Don't look for constant in insert/extract_vecto...
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-20 Craig Topper[X86] Add __crc32b/__crc32w/__crc32d/__crc32q intrinsic...
2019-03-20 Michael Liao[AMDGPU] Fix clamp bit DAG operand
2019-03-20 Alexey Bataev[OPENMP]Improve detection of omp_allocator_handle_t...
2019-03-20 Pete Couperus[ARC] Add ARCOptAddrMode pass to generate postincrement...
2019-03-20 Alex LorenzFix implicit ios -> watchOS availability version mappin...
2019-03-20 Evandro Menezes[AArch64] Fix formatting (NFC)
2019-03-20 Konstantin... AMDHSA: Fix COMPUTE_PGM_RSRC2.USER_SGPR calculation...
2019-03-20 Marshall ClowMark <charconv> tests as unsupported for C++11 and...
2019-03-20 Eli Friedman[ARM] Eliminate redundant "mov rN, sp" instructions...
2019-03-20 Erik PilkingtonAdd a __has_extension check for '#pragma clang attribut...
2019-03-20 Erik Pilkington[Sema] Deduplicate some availability checking logic
2019-03-20 Rafael AulerRecommit "Support attribute used in member funcs of...
2019-03-20 Rafael Auler[Linker] Fix crash handling appending linkage
2019-03-20 Alina Sbirlea[NFC] Fix brace indentation.
2019-03-20 Louis Dionne[libc++] Use the compiler that CMake found when running...
2019-03-20 Robert LougherResubmit r356511 "[TailCallElim] Add tailcall eliminati...
2019-03-20 Robert Lougher[TailCallElim] Update tests for LTO pipeline change
2019-03-20 Raphael IsemannRemove the unused return value in ASTImporter::Imported...
next