platform/upstream/llvm.git
2017-03-23 Adrian McCarthySomehow this still breaks because of ANSI color codes...
2017-03-23 Adrian McCarthyFix build break after r298623
2017-03-23 Pirama Arumuga... [ARM] Fix computeKnownBits for ARMISD::CMOV
2017-03-23 Adrian McCarthyRe-land: Make NativeExeSymbol a concrete subclass...
2017-03-23 Argyrios Kyrtzidis[index] When indexing system headers make sure to repor...
2017-03-23 Marek Kurdej[clang-tidy] Fix treating non-space whitespaces in...
2017-03-23 Matthew Simpson[LV] Vectorize GEPs
2017-03-23 Alexander Kornienko[clang-tidy] Don't use groups in the big regexy filter
2017-03-23 Marshall ClowUpdate the algorithm tests to not use the (deprecated...
2017-03-23 Michael Kruse[ScopInfo] Introduce ScopStmt::contains(BB*). NFC.
2017-03-23 Simon Pilgrim[X86][SSE] Extract elements from narrower shuffle masks.
2017-03-23 Matthew Simpson[LV] Delete unneeded scalar GEP creation code
2017-03-23 Tim Shen[PPC] Add generated tests for all atomic operations
2017-03-23 Alex ShlyapnikovBypass potential libc's sysconf interceptors
2017-03-23 Derek Schuff[WebAssembly] Fix import type to be signed LEBs
2017-03-23 Sanjay Patel[x86] add memcmp tests, remove run
2017-03-23 Adrian McCarthyAdd option to control whether llvm-pdbdump outputs...
2017-03-23 Igor Breger[GlobalISel][X86] Support G_STORE/G_LOAD operation
2017-03-23 Alexander Kornienko[clang-tidy] Fix diag message for catch-by-value
2017-03-23 Alexander Kornienko[clang-tidy] Catch trivially true statements like a...
2017-03-23 Vassil VassilevPublish RAIIObjectsForParser.h for external usage.
2017-03-23 Paul OsmialowskiGOMP compatibility: add missing OpenMP4.0 task deps...
2017-03-23 Nirav Dave[SDAG] Fix zeroExtend assertion error
2017-03-23 Vassil VassilevDo not polute the source directory.
2017-03-23 Dehao ChenDo not set branch weight if the branch weight annotatio...
2017-03-23 Bruce Mitchener[libcxx] Improve code generation for vector::clear().
2017-03-23 Marshall ClowUse 'REQUIRES: c++98 || c++03 || c++11 || c++14' instea...
2017-03-23 Zvi RackoverX86FixupBWInsts: Minor cleanup. NFC
2017-03-23 Marshall ClowOne more file for the random_shuffle removal
2017-03-23 Marshall ClowRemove random_shuffle in C++17. Please use shuffle...
2017-03-23 Strahinja Petrovic[Mips] Emit the correct DINS variant
2017-03-23 Tobias GrosserUpdate to isl-0.18-402-ga30c537
2017-03-23 Simon Pilgrim[X86][SSE] Tidyup canWidenShuffleElements. NFCI.
2017-03-23 Strahinja Petrovic[Mips] Fix for decoding DINS instruction - disassembler
2017-03-23 Simon Pilgrim[X86][SSE] Add computeNumSignBits test for sitofp of...
2017-03-23 Simon Atanasyan[ELF] Print two more MIPS targets "supported" by LLD
2017-03-23 Igor Breger[GlobalISel][X86] clang-format. NFC
2017-03-23 Alex LorenzSupport attributes for Objective-C categories
2017-03-23 Alex Lorenz[CodeGen] Emit a CoreFoundation link guard when @availa...
2017-03-23 Alex Lorenz[ObjC][ARC] Avoid -Warc-performSelector-leaks for perfo...
2017-03-23 Michael Zuckerman[X86][TD][vpmovm2 ] New TD pattern for the vpmovm2...
2017-03-23 Bruce MitchenerFix warnings from clang build on macOS.
2017-03-23 Craig Topper[ValueTracking] Use APInt::isNegative instead of using...
2017-03-23 Craig Topper[ValueTracking] Use setAllBits/setSignBit/setLowBits...
2017-03-23 Marshall ClowSilence a couple of 'unused variable' warnings in c...
2017-03-23 Michael ParkWorked around GCC bug 56480. Explicit specialization...
2017-03-23 Marshall ClowCan't test for noexcept on C++03; std::hash<nullptr_t...
2017-03-23 Craig Topper[IR] Use a binary search in DataLayout::getAlignmentInfo
2017-03-23 Craig Topper[IR] Mark Use::getUser and Use::getImpliedUse as LLVM_R...
2017-03-23 Petr Hosek[ELF] Allow references to reserved symbols in linker...
2017-03-23 Rui UeyamaSimplify. No functionality change intended.
2017-03-23 Rui UeyamaRemove unnecessary local variable.
2017-03-23 Nikola SmiljanicFix issues in clang-format's AlignConsecutive modes.
2017-03-23 Marshall ClowImplement P0599: 'noexcept for hash functions'. Fix...
2017-03-23 Davide Italiano[ARM] Reduce code duplication by factoring out in a...
2017-03-23 Rui UeyamaRefine comment.
2017-03-23 Rui UeyamaFix Windows buildbots.
2017-03-23 Rui UeyamaForce @{init,fini}_array if section name starts with...
2017-03-23 Rui UeyamaPrint out "suppoted targets".
2017-03-23 Davide Italiano[ELF] Add -z nodlopen option.
2017-03-23 Eric FiselierAddress post-commit review comments regarding test_work...
2017-03-23 Eric Fiselier[coroutines] Implement unhandled_exception changes.
2017-03-23 Reid Kleckner[codeview] Move type index remapping logic to type...
2017-03-22 Davide Italiano[AArch64] Drive-by cleanup, make this code shorter...
2017-03-22 Artyom SkrobovReapply r298417 "[ARM] Recommit the glueless lowering...
2017-03-22 Zachary TurnerDelete some more dead includes.
2017-03-22 Konstantin... [AMDGPU] Do not emit isa info as code object metadata
2017-03-22 Artyom Skrobov[ARM] simplifying t2_so_imm_neg as suggested by Eli...
2017-03-22 Konstantin... [AMDGPU] Emit kernel debug properties as code object...
2017-03-22 Rui UeyamaRename forEach -> parallelForEach and forLoop -> parall...
2017-03-22 Konstantin... [AMDGPU] Emit kernel code properties as code object...
2017-03-22 Eric ChristopherClean up some Subtarget uses and casts in the X86 backe...
2017-03-22 Eric Fiselier[libc++] Work around C1XX bug which breaks poisoned...
2017-03-22 Sanjay Patel[x86] improve tests, add tests, auto-generate checks...
2017-03-22 Konstantin... [AMDGPU] Restructure code object metadata creation
2017-03-22 Konstantin... [AMDGPU] Fix bug 31610
2017-03-22 Saleem Abdulrasoolc++filt: support COFF import thunks
2017-03-22 Jonathan RoelofsActually install scan-build / ccc-analyzer / c++-analyz...
2017-03-22 Kostya Serebryany[libFuzzer] add two experimental flags to make corpus...
2017-03-22 Tim HammerquistMerge r298536 changes to Xcode
2017-03-22 Michael Kruse[DeLICM] Add const qualifiers. NFC.
2017-03-22 Reid KlecknerUse lld-link /nopdb to suppress PDB generation when...
2017-03-22 Reid KlecknerAdd a /nopdb flag to disable PDB generation
2017-03-22 Michael Kruse[Support] Add functions to ISLTools.
2017-03-22 Anna Thomas[LVI] Add an LVI printer pass to capture test LVI cache...
2017-03-22 Zachary TurnerRemove dead include from GoASTContext.cpp.
2017-03-22 Luqman AdenPreserve nonnull metadata on Loads through SROA & mem2reg.
2017-03-22 Nico WeberMake nullability test pass on Windows, which evaluates...
2017-03-22 Hans Wennborg[X86] Implement __readgsqword (and the rest) as builtin...
2017-03-22 Francis RicciFactor lsan allocator cache accesses into a function
2017-03-22 Zachary TurnerMove FileSpec from Host -> Utility.
2017-03-22 Zachary Turner[analyze deps] Show incoming and outgoing counts on...
2017-03-22 Peter CollingbourneIPO: Const correctness for summaries passed into passes.
2017-03-22 Rui UeyamaAdd "(compatible with GNU linkers)" to the -version...
2017-03-22 Peter CollingbourneIR: Fix a race condition in type id clients of ModuleSu...
2017-03-22 Zachary Turner[analyze deps] Also show cycle islands.
2017-03-22 Michael Kruse[DeLICM] Remove overloaded Knowledge constructor. NFC.
2017-03-22 Adrian PrantlDocument the status quo of DIExpression semantics in...
2017-03-22 George Rokos[OpenMP] CUDA plugin: More descriptive error messages
2017-03-22 Zachary TurnerResubmit "Delete the remainder of platform specific...
next