platform/upstream/llvm.git
2016-11-08 Zachary TurnerRewrite OutputFormattedHelpText in terms of StringRef.
2016-11-08 George Burgess IVAdd a missing break statement. NFC.
2016-11-08 Shoaib Meenai[libc++] Remove unnecessary MSVCRT exclusions
2016-11-08 George Burgess IVMake a const variable static. NFC.
2016-11-08 Davide Italiano[LTO] Don't leak BitcodeFiles. Found by the asan bot.
2016-11-08 Davide Italiano[ELF] Don't leak the ".data" section. Fixes an asan...
2016-11-08 Evgeniy Stepanov[asan] Add missing header in a test.
2016-11-08 Tim NorthoverGlobalISel: improve error diagnostics when IRTranslatio...
2016-11-08 Richard SmithCorrectly ignore unnamed bit-fields when checking wheth...
2016-11-08 Evgeniy Stepanov[asan] Fix asan-rt bitness issues in asan_device_setup...
2016-11-08 Evgeniy Stepanov[asan] Fix one test on Android N.
2016-11-08 Haojian Wu[clang-tidy] Don't warn implicit variables in peformanc...
2016-11-08 Tim NorthoverGlobalISel: support selecting G_SELECT on AArch64.
2016-11-08 Mandeep Singh... [CMake] Fix llvm_setup_rpath function
2016-11-08 Tim NorthoverGlobalISel: constrain PHI registers on AArch64.
2016-11-07 Justin Bognercmake: Support exports correctly with LLVM_DISTRIBUTION...
2016-11-07 Eli Friedman[LTO] Add error message on IO error in compileOptimized...
2016-11-07 Enrico GranataSimplify the PrintableRepresentationSpecialCases code...
2016-11-07 Chad Rosier[AArch64] Remove dead check prefixes after r286110...
2016-11-07 Chad Rosier[AArch64] Rename test to reflect changes after r286110...
2016-11-07 Adam Nemet[opt-viewer] Avoid division by zero
2016-11-07 Stanislav Mekhanoshin[AMDGPU] Allow hoisting of comparisons out of a loop...
2016-11-07 Jim InghamUserExpression::Evaluate only returns a non-empty Value...
2016-11-07 Adam Nemet[OptDiag, opt-viewer] Save callee's location and displa...
2016-11-07 Sanjin Sijaric[AArch64] Transfer memory operands when lowering vector...
2016-11-07 Lang Hames[docs] Add a pointer to ExitOnError to the discussion...
2016-11-07 Kuba Brecka[tsan] Change nullptr to NULL in realloc-zero.cc test...
2016-11-07 Sanjoy Das[TRE] Remove dead code
2016-11-07 Mehdi AminiFix typo in CMakeLists.txt: provide the path to libcxx...
2016-11-07 Mehdi Amini[doc] Add documentation about how to use a monorepo
2016-11-07 Mehdi AminiAdd experimental support for unofficial monorepo-like...
2016-11-07 Mehdi AminiFix libcxxabi CMake detection of libcxx path to handle...
2016-11-07 Derek Schuff[WebAssembly] Emit a BasePointer when we have overly...
2016-11-07 Dehao ChenReset debug loc to OldInduction in InnerLoopVectorizer...
2016-11-07 Davide Italiano[ELF] Use the SystemV hash in libObject instead of...
2016-11-07 Davide Italiano[lib/Object] Rename elf_hash to hashSysV.
2016-11-07 Haojian Wu[clang-tidy] Fix a regression issue introduced by r285239.
2016-11-07 Felix Berger[clang-tidy] Move incomplete type test into separate...
2016-11-07 Argyrios Kyrtzidis[index] Handle properly C++14's template variables.
2016-11-07 Argyrios Kyrtzidis[index] Make sure to mark class template symbols as...
2016-11-07 John McCallName some anonymous structs to avoid using a (very...
2016-11-07 Sean CallananUpdated ASTMerge/macro.m to use _Nullable.
2016-11-07 Reid Kleckner[lit] Print negative exit codes on Windows in hex
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Sanjoy DasAvoid tail recursion elimination across calls with...
2016-11-07 Davide Italiano[lib/Object] Modernize. NFCI.
2016-11-07 Evgeniy StepanovUse -fsanitize-recover instead of -mllvm -msan-keep...
2016-11-07 Sean CallananWhen the ASTImporter imports a source location, it...
2016-11-07 Jordan RoseAdd tests for r286139.
2016-11-07 Mehdi AminiFix `git-llvm` script to handle `git worktree` setups...
2016-11-07 Jordan RoseDisallow StringRef assignment from temporary std::strings.
2016-11-07 Mehdi AminiAdd some facilities to work with a git monorepo (experi...
2016-11-07 Davide Italiano[AArch64] Remove dead store. Found by gcc7.
2016-11-07 Kuba Brecka[tsan] Cast floating-point types correctly when instrum...
2016-11-07 Kuba Brecka[tsan] Cast floating-point types correctly when instrum...
2016-11-07 Matt ArsenaultAMDGPU: Remove unnecessary and on conditional branch
2016-11-07 Matt ArsenaultAMDGPU: Preserve vcc undef flags when inverting branch
2016-11-07 Eric LiuFix memory leak caused by r286096.
2016-11-07 David L. JonesRemove Go Attribute type that was deleted from the...
2016-11-07 Stanislav MekhanoshinTest commit, deleted empty line at the end of README.txt
2016-11-07 Alexey Bataev[OPENMP] Fixed codegen for __real/__imag expressions...
2016-11-07 Zvi Rackover[X86] Fix test checks script to satisfy pyflakes
2016-11-07 Benjamin Kramer[MemCpyOpt] Don't emit IR in an unspecified order
2016-11-07 Zvi Rackover[X86] Fix test checks script to handle run lines with...
2016-11-07 Mehdi AminiRevert "Add some facilities to work with a git monorepo...
2016-11-07 Mehdi AminiAdd some facilities to work with a git monorepo (experi...
2016-11-07 Jordan RoseFix use-of-temporary with StringRef in code coverage
2016-11-07 Alex Lorenz[www] Update the link to the 'include what you use...
2016-11-07 Matt ArsenaultAMDGPU: Try to fix (non-clang?) bot builds
2016-11-07 Richard SmithAdd -O0 support for @llvm.invariant.group.barrier by...
2016-11-07 Matt ArsenaultAMDGPU: Refactor copyPhysReg
2016-11-07 Chad RosierFix 80-column violations. NFC.
2016-11-07 Enrico GranataFix an issue where LLDB would hang trying to launch...
2016-11-07 Jonas Hahnfeld[OpenMP] Enable ThreadSanitizer to check OpenMP programs
2016-11-07 Yaxun Liu[OpenCL] Remove redundant test for OpenCL header file
2016-11-07 Sanjay Patel[InstCombine] allow splat vector folds in adjustMinMax...
2016-11-07 Jonas Paulsson[SystemZ] Correct the SchedModel regarding vector unit...
2016-11-07 Amara EmersonThis patch adds support for 16 bit floating point regis...
2016-11-07 Chad Rosier[AArch64] Removed the narrow load merging code in the...
2016-11-07 Jonas Paulsson[SystemZ] Fixes in SchedModels for older subtargets.
2016-11-07 Chad Rosier[AliasSetTracker] Make AST smarter about assume intrins...
2016-11-07 James Molloy[Thumb1] Move padding earlier when synthesizing TBBs...
2016-11-07 Alexey Bataev[OPENMP] Fixed test on MIPS-based buildbots.
2016-11-07 Simon Pilgrim[X86][AVX512] Add AVX512VL/AVX512BWVL vector truncation...
2016-11-07 Simon Pilgrim[X86][SSE] Drop unnecessary -mcpu argument from trunc...
2016-11-07 Alexey Bataev[OPENMP] Fixed capturing of VLA variables.
2016-11-07 Diana PicusRevert "[OPENMP] Fixed capturing of VLA variables."
2016-11-07 Pavel LabathMake space for FreeBSD core file tests
2016-11-07 Eugene Leviant[ELF] Make InputSection<ELFT>::writeTo virtual
2016-11-07 Roger Ferrer... Protect std::experimental::optional tests under libcpp...
2016-11-07 Alexey Bataev[OPENMP] Fixed capturing of VLA variables.
2016-11-07 Craig Topper[AVX-512][Sema] Add more intrinsics to the checks for...
2016-11-07 Eric LiuDeduplicate replacements by FileEntry instead of file...
2016-11-07 Dylan McKay[AVR] Enable the ISel, frame analyzer, and alloca passes
2016-11-07 Brian GesiakUpdate CommandLine.rst getRegisteredOptions example
2016-11-07 Vedant Kumar[lldb] Fix -Waggressive-loop-optimizations warning
2016-11-07 Craig Topper[AVX-512] Remove masked pmovzx/pmovsx builtins and...
2016-11-07 Craig Topper[X86] Remove GCCBuiltins from cvtsi2ss/cvtsi2sd/cvtss2s...
2016-11-07 Craig Topper[X86] Use StringRef::startswith to reduce a few compare...
next