platform/upstream/llvm.git
2018-05-10 Gabor Buella[X86] ptwrite intrinsic
2018-05-10 Tobias GrosserAdjust to debug info metadata format change.
2018-05-10 Craig Topper[X86] Change the implementation of scalar masked load...
2018-05-10 Eric Fiselier[Itanium] Emit type info names with external linkage.
2018-05-10 Vitaly Buka[sanitizer] Fix typo in comment
2018-05-10 Vitaly Buka[sanitizer] Renamed local variable
2018-05-10 Vitaly Buka[sanitizer] Fix compilation after invalid rebase
2018-05-10 Vitaly Buka[sanitizer] Don't miss threads by ThreadSuspender
2018-05-10 Douglas YungFix tests added in r331924 so that they work on Windows.
2018-05-10 Kostya Serebryany[libFuzzer] add a simple puzzle that is difficult for...
2018-05-10 Serguei Katkov[SCEV] Add missed Test for rL331949.
2018-05-10 Serguei KatkovSCEV] Do not use induction in isKnownPredicate for...
2018-05-10 Craig Topper[InstCombine] Reorder an if condition to put a cheap...
2018-05-10 Craig Topper[InstCombine] Use APInt::getBitsSetFrom to shortern...
2018-05-10 Chris Matthews[LIT] Add the missing file
2018-05-10 Chris MatthewsRefactor test incase results are backwards
2018-05-10 Philip Reames[Inscombine] fix a signedness warning which broke ...
2018-05-10 Craig Topper[Builtins] Improve the IR emitted for MSVC compatible...
2018-05-09 Chris Matthews[LIT] Handle xml characters in test names
2018-05-09 Artem Belevich[NVPTX] Added a feature to use short pointers for const...
2018-05-09 Vitaly Buka[sanitizer] Use all available rounded up capacity
2018-05-09 Sanjay Patel[PhaseOrdering] remove stale comments; NFC
2018-05-09 Artem Belevich[CUDA] Added -f[no-]cuda-short-ptr option
2018-05-09 Sanjay Patel[AggressiveInstCombine] convert a chain of 'and-shift...
2018-05-09 Vitaly Buka[lsan] Report unsuspended threads
2018-05-09 Philip Reames[InstCombine] Widen guards with conditions between
2018-05-09 Julie HockettRevert "[clang-tidy] Adding RestrictSystemIncludes...
2018-05-09 Benjamin Kramer[InstCombine] Teach SimplifyDemandedBits that udiv...
2018-05-09 Julie HockettRevert "[clang] Adding CharacteristicKind to PPCallback...
2018-05-09 Julie HockettRevert "[tools] Updating PPCallbacks::InclusionDirectiv...
2018-05-09 Julie Hockett[clang-tidy] Adding RestrictSystemIncludes check to...
2018-05-09 Amaury Sechet[ARM] Add support for SETCCCARRY instead of SETCCE
2018-05-09 Manoj GuptaUpdate pragma-attribute-supported-attributes-list.test.
2018-05-09 Vitaly Buka[sanitizer] Fix argument type and remove unneeded vecto...
2018-05-09 Roman Tereshin[GlobalISel][Legalizer] Widening the second src op...
2018-05-09 Manoj Gupta[Clang] Implement function attribute no_stack_protector.
2018-05-09 Paul Semel[llvm-objcopy] Add --strip-symbol (-N) option
2018-05-09 Eric LiuAdd SourceManagerForFile helper which sets up SourceMan...
2018-05-09 Petr Hosek[CMake] Build shared version of runtimes for Fuchsia
2018-05-09 Vitaly Buka[sanitizer] Use tid_t in ThreadLister
2018-05-09 Farhana Aleen[AMDGPU] Support horizontal vectorization of min/max.
2018-05-09 Matt ArsenaultAMDGPU: Ignore any_extend in mul24 combine
2018-05-09 Krzysztof Parzyszek[Hexagon] Add patterns for vector shift-and-accumulate
2018-05-09 Matt ArsenaultAMDGPU: Handle partial shift reduction for variable...
2018-05-09 Matt ArsenaultAMDGPU: Partially shrink 64-bit shifts if reduced to...
2018-05-09 Vitaly Buka[sanitizer] Cleanup sorting functions
2018-05-09 Stella Stamenova[cmake, unittests] Fix the CMake file for the LLDB...
2018-05-09 Simon Pilgrim[X86] Fix Broadwell's Shuffle256 schedule classes load...
2018-05-09 Martin Storsjo[COFF] Fix dangling StringRefs from SVN 331900
2018-05-09 Simon Pilgrim[X86] Merge instregex patterns to reduce InstrRW compil...
2018-05-09 David BolvanskyAllow copy elision in path concatenation
2018-05-09 Matt ArsenaultAMDGPU: Add combine for trunc of bitcast from build_vector
2018-05-09 Kostya Serebryany[dfsan] add one more sanitizer-coverage hook to the...
2018-05-09 Krzysztof Parzyszek[Hexagon] Check the end of the correct container (fix...
2018-05-09 Matt ArsenaultAMDGPU: Stop special casing constant indexes of extract...
2018-05-09 Julie Hockett[tools] Updating PPCallbacks::InclusionDirective calls
2018-05-09 Julie Hockett[clang] Adding CharacteristicKind to PPCallbacks::Inclu...
2018-05-09 Martin Storsjo[llvm-rc] Handle C preprocessor output
2018-05-09 Martin Storsjo[llvm-rc] Add support for the RCDATA resource type
2018-05-09 Martin Storsjo[llvm-rc] Allow -1 for control IDs in old style dialogs...
2018-05-09 Martin Storsjo[COFF] Allow specifying export forwarding in a def...
2018-05-09 Alexey Bataev[OPENMP] Generate unique names for offloading regions id.
2018-05-09 Roman Tereshin Reapplying r331819 [GlobalISel][Legalizer] More...
2018-05-09 David Blaikiellvm-mca: Add missing includes
2018-05-09 Craig Topper[DAGCombiner] In visitBITCAST when trying to constant...
2018-05-09 Yaxun Liu[OpenCL] Fix typos in emitted enqueue kernel function...
2018-05-09 Matt Morehouse[libFuzzer] Disable print-func.test on Darwin.
2018-05-09 Craig Topper[X86] Only enable the __ud2 and __int2c builtins if...
2018-05-09 Greg ClaytonGeneral cleanup to minimize the .debug_types patch
2018-05-09 Michael Kruse[ScopInfo] Remove bail out condition in buildMinMaxAcce...
2018-05-09 Kostya Kortchinsky[sanitizer] Correct 64-bit atomic_store on 32-bit ...
2018-05-09 David Bolvansky[InstCombine] snprintf optimizations
2018-05-09 Amara Emerson[DAGCombine] Change store merge candidates check cut...
2018-05-09 Krzysztof Parzyszek[Hexagon] Fix sanitizer error about using -1u in variab...
2018-05-09 Stella Stamenova[lit, lldbsuite] Add a bug reference to the failing...
2018-05-09 Krzysztof Parzyszek[LV] Change MaxVectorSize bound to 256 in assertion...
2018-05-09 Pavel LabathAPFloat/x87: Fix string conversion for "unnormal" value...
2018-05-09 Krzysztof Parzyszek[Hexagon] Simplify MCCodeEmitter, move data to tables
2018-05-09 Pavel LabathFix Windows build for the Predicate.h refactor in r331880
2018-05-09 Sid ManningAdd basic compiler-rt builtins support for hexagon.
2018-05-09 Pavel LabathModernize and clean-up the Predicate class
2018-05-09 Alexey Bataev[OPENMP] Mark global tors/dtors as used.
2018-05-09 Karl-Johan... [LV] Add lit testcase for bitcast problem. NFC
2018-05-09 Anastasia Stulova[OpenCL] Add constant address space to __func__ in...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-05-09 Manuel KlimekDo not warn on unused parameters for functions with...
2018-05-09 Sven van Haastregt[OpenCL] Restrict various keywords in OpenCL C++ mode
2018-05-09 Adhemerval... [AArch64] Improve cost of vector division by constant
2018-05-09 Nico WeberRemove 'abi-breaking-checks' lit feature.
2018-05-09 Nico WeberRemove unused lit setting, see https://reviews.llvm...
2018-05-09 Alexander KornienkoFixes issue introduced by r331556.
2018-05-09 Pavel LabathRevert "DWARFVerifier: Check "completeness" of .debug_n...
2018-05-09 Pavel LabathDWARFVerifier: Check "completeness" of .debug_names...
2018-05-09 Simon Pilgrim[CostModel][X86] Split off SLM checks
2018-05-09 Benjamin KramerRevert "[InstCombine] snprintf optimizations"
2018-05-09 Benjamin Kramer[DebugInfo] Mark tests using -debug-only as REQUIRES...
2018-05-09 Simon Pilgrim[X86] Cleanup WriteFStore/WriteVecStore schedules
2018-05-09 Simon Dardis[mips] Move conditional moves out of isCodeGenOnly
2018-05-09 Benjamin Kramer[wasm] Update test for variables->retainedNodes rename.
2018-05-09 Hans WennborgRevert r331843 "[DebugInfo] Generate debug information...
next