platform/upstream/llvm.git
2017-04-17 Craig Topper[APInt] Merge the multiword code from lshrInPlace and...
2017-04-17 Jacob Gravelle[WebAssembly] Fix WebAssemblyOptimizeReturned after...
2017-04-17 Hans Wennborgclang-cl: Support the /Zc:twoPhase[-] command-line...
2017-04-17 Benjamin Kramer[SCEV] Fix another unused variable warning in release...
2017-04-17 Wei MiFix an unused variable error in rL300494.
2017-04-17 Kostya Serebryany[libFuzzer] experimental option -cleanse_crash: tries...
2017-04-17 Benjamin KramerRevert "Address bugs.llvm.org/pr30994 so that a non...
2017-04-17 Sylvestre LedruAdd a linker script to version LLVM symbols
2017-04-17 Davide Italiano[InstCombine] Matchers work with both ConstExpr and...
2017-04-17 Wei Mi[SCEV] Add a local cache for getZeroExtendExpr and...
2017-04-17 Sanjay Patel[InstSimplify] add/move tests for (icmp X, C1 & icmp...
2017-04-17 Dehao ChenUpdate the test to fix the buildbot failure introduced...
2017-04-17 Francis RicciUpdate suspended threads info to be compatible with...
2017-04-17 Derek Schuff[WebAssembly] Encode block signatures as SLEB instead...
2017-04-17 Eric FiselierFix passing incorrectly value-category when constructin...
2017-04-17 Casey Carter[optional] Update synopsis for LWG2934
2017-04-17 Yaxun LiuCodeGen: Let byval parameter use alloca address space
2017-04-17 Dehao ChenAdd GNU_discriminator support for inline callsites...
2017-04-17 Yaxun LiuCodeGen: Let lifetime intrinsic use alloca address...
2017-04-17 Benjamin Kramer[tsan] Add missing include for uint64_t in test.
2017-04-17 Kuba MracekFixup for r300473: Use %lu on Linux for tid_t in format...
2017-04-17 Matt ArsenaultAMDGPU: Use MachineRegisterInfo to find max used register
2017-04-17 Matt ArsenaultAMDGPU: Change stack alignment
2017-04-17 Brendon Cahoon[CodeGenPrepare] Fix crash due to an invalid CFG
2017-04-17 Benjamin KramerUnbreak build of the wasm backend after r300463.
2017-04-17 Peter CollingbourneBitcode: Add missing build dep to fix shlib build.
2017-04-17 Craig Topper[APInt] Remove self move check from move assignment...
2017-04-17 Davide Italiano[ClangASTContext] Placate `casts away qualifiers` warni...
2017-04-17 Craig Topper[IR] Implement DataLayout::getPointerTypeSizeInBits...
2017-04-17 Tim NorthoverAArch64: put nonlazybind special handling behind a...
2017-04-17 Kuba Mracek[sanitizer] Introduce tid_t as a typedef for OS-provide...
2017-04-17 Konstantin... AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitor
2017-04-17 Craig Topper[IR] Put the Use list waymarking bits in the bit positi...
2017-04-17 Konstantin... AMDGPU: Set CodePointerSize to 8 for amdgcn
2017-04-17 Adrian PrantlAdd additional CHECKs to safestack.c.
2017-04-17 Adrian PrantlRevert "Revert "Add a test for debug info with the...
2017-04-17 Adrian PrantlRevert "Revert "Add a test for __block variables +...
2017-04-17 Adrian PrantlRevert "Revert "Add an end-to-end testcase for address...
2017-04-17 Peter CollingbourneObject: Use offset+size as the irsymtab string represen...
2017-04-17 Peter CollingbourneBitcode: Add a string table to the bitcode format.
2017-04-17 Konstantin... Distinguish between code pointer size and DataLayout...
2017-04-17 Tim NorthoverAArch64: support nonlazybind
2017-04-17 David BlaikieUse default ref capture to simplify local lambdas,...
2017-04-17 Ahmed BougachaRevert "Add a test for debug info with the safestack...
2017-04-17 Ahmed BougachaRevert "Add an end-to-end testcase for address sanitizer."
2017-04-17 Ahmed BougachaRevert "Add a test for __block variables + asan."
2017-04-17 Craig TopperIntroduce APInt::isSignBitSet/isSignBitClear. Use in...
2017-04-17 Francis RicciDon't read non-readable address ranges during lsan...
2017-04-17 Greg ClaytonDon't ever reduce the timeout of a packet, only increas...
2017-04-17 Akira Hatanaka[ObjC] Mark loads from __NSArray0 and __NSDictionary0...
2017-04-17 Matt ArsenaultAMDGPU: SimplifyDemandedElts for image intrinsics
2017-04-17 Davide Italiano[LCSSA] Don't insert tokens into the worklist at all.
2017-04-17 Marshall ClowSigh. Once again forgot about the 'no exceptions' bots.
2017-04-17 Francis RicciScan Kernel Alloc Once page for global pointers
2017-04-17 Marshall ClowMark LWG#2853 as complete. No code changes required...
2017-04-17 Andrey ChurbanovFix crash in invoking microtask on ios arm64.
2017-04-17 Amaury SechetIntroducing LLVMMetadataRef
2017-04-17 Max Kazantsev[LoopPeeling] Get rid of Phis that become invariant...
2017-04-17 George Rimar[ELF] - Add compress-debug-output-i386.s testcase.
2017-04-17 George Rimar[ELF] - Implemented --compress-debug-sections option.
2017-04-17 Yaron KerenAddress bugs.llvm.org/pr30994 so that a non-friend...
2017-04-17 Serguei Katkov[BPI] NFC: reorder ifs to bail out earlier
2017-04-17 Max Kazantsev[LoopPeeling] Fix condition for phi-eliminating peeling
2017-04-17 Serguei Katkov[BPI] Use metadata info before any other heuristics
2017-04-17 Craig Topper[InstCombine] Simplify 1/X for vectors.
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Craig Topper[InstCombine] Add support for vector srem->urem.
2017-04-17 Craig Topper[InstCombine] Add missing testcases for srem->urem...
2017-04-17 Craig Topper[InstCombine] Add support for turning vector sdiv into...
2017-04-17 Craig Topper[InstCombine] Add test cases for missing support for...
2017-04-17 Davide Italiano[LCSSA] Simplify a loop. NFCI.
2017-04-16 Craig Topper[InstCombine][ValueTracking] When computing known bits...
2017-04-16 Davide Italiano[LCSSA] Fix non-determinism due to iterating over a...
2017-04-16 Craig Topper[InstCombine] In SimplifyDemandedUseBits, don't bother...
2017-04-16 Benjamin Kramer[X86] Remove special handling for 16 bit for A asm...
2017-04-16 Bryant WongMemorySSA: Stop tracking def-or-use blocks.
2017-04-16 Alexander Shaposhnikov[clang] Register isConstexpr matcher
2017-04-16 Sanjay Patel[InstSimplify] improve getTrue/getFalse; NFCI
2017-04-16 Dimitry AndricGarbage collect HAVE_EXECINFO_H from config.h.cmake...
2017-04-16 Sanjay Patel[Constants] simplify get true/false code; NFCI
2017-04-16 Yaron KerenUse setUsedForHeaderGuard() accessor function instead...
2017-04-16 Michael Zuckerman[X86][X86 intrinsics]Folding cmp(sub(a,b),0) into cmp...
2017-04-16 Eric FiselierRevert r300420 - [coroutines] Fix building of new/delet...
2017-04-16 Eric Fiselier[coroutines] Fix building of new/delete expressions...
2017-04-16 Petr Hosek[CMake][libunwind] Fix the -target and -gcc-toolchain...
2017-04-16 Petr Hosek[CMake][libcxxabi] Fix the -target and -gcc-toolchain...
2017-04-16 Eric FiselierCleanup one more <forward_list> test
2017-04-16 Kuba MracekThreadSanitizer plugin: Support Swift access races...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Eric FiselierWorkaround Clang bug regarding template template parameters
2017-04-16 Eric FiselierReplace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX...
2017-04-16 Petr Hosek[CMake][libcxx] Fix the --target and --gcc-toolchain...
2017-04-16 Eric FiselierCleanup and better scope unique_ptr internals
2017-04-16 Eric FiselierCleanup default_delete specializations
2017-04-16 Eric FiselierOverhaul unique_ptr - Implement LWG 2801, 2905, 2520.
2017-04-16 Craig Topper[APInt] Fix a bug in lshr by a value more than 64 bits...
2017-04-15 Dimitry AndricUse correct registers for "A" inline asm constraint
next