platform/upstream/llvm.git
2019-05-06 Nemanja Ivanovic[PowerPC] Fix erroneous condition for converting uint...
2019-05-06 Ilya Biryukov[CodeComplete] Add a trailing semicolons to some patter...
2019-05-06 Michal Gorny[lldb] [lit] Use more readable consts and arrays in...
2019-05-06 Alexander Kornienko[lld] A better version of the fix in r359942.
2019-05-06 Sam McCall[clangd] Expose whether no-compile completion was used.
2019-05-06 Jan KratochvilMerge GetCompileUnitAtOffset + GetCompileUnitContaining...
2019-05-06 Simon PilgrimX86DAGToDAGISel::tryVPTESTM - fix uninitialized variabl...
2019-05-06 Fangrui Song[test] Remove redundant bracket in rL360035
2019-05-06 Fangrui SongTry fix Windows bot after rL360015
2019-05-06 Fangrui SongTry fix Windows bot after rL360015
2019-05-06 Anders Waldenborg[llvm-c-test] Make include-all.c do what its name says...
2019-05-06 Adam Balogh[clang-tidy] Extend bugprone-sizeof-expression check...
2019-05-06 Simon Pilgrim[LoadStoreVectorizer] vectorizeStoreChain - ensure...
2019-05-06 Sam McCall[clangd] Boost code completion results that were named...
2019-05-06 Fangrui Song[CodeGen] Move X86 tests under the X86 directory
2019-05-06 Simon Pilgrim[X86] X86InstrInfo::findThreeSrcCommutedOpIndices ...
2019-05-06 Simon Pilgrim[X86] lowerVectorShuffle - use any_of to detect out...
2019-05-06 Ilya Biryukov[clangd] Qualify uses of ::testing everywhere. NFC
2019-05-06 Simon Pilgrim[Analysis] Remove duplicated std::move from LocRange...
2019-05-06 Hans WennborgRevert r359949 "[clang] adding explicit(bool) from...
2019-05-06 Guillaume Chatelet[NFC] Update memcpy tests
2019-05-06 Fangrui Song[X86] Move files to correct directories after D60552
2019-05-06 Clement Courbet[SimplifyLibCalls] Simplify bcmp too.
2019-05-06 Sam McCall[clangd] Always call getFormatStyleForFile().
2019-05-06 Pengfei Wang[NFC] This is a test for the commit access.
2019-05-06 Luo, YuankeEnable intrinsics of AVX512_BF16, which are supported...
2019-05-06 Luo, YuankeEnable AVX512_BF16 instructions, which are supported...
2019-05-06 Sam McCall[clangd] Support -fallback-style, similar to clang...
2019-05-06 Fangrui SongDWARF v5: fix directory index in the line table
2019-05-06 Pavel Labath[DWARF] Reimplement/simplify DWARFUnit::GetID
2019-05-06 Markus Lavin[DebugInfo] GlobalOpt DW_OP_deref_size instead of DW_OP...
2019-05-06 Anders Waldenborg[llvm-c] Make LLVMGetStringErrorTypeId a proper prototype
2019-05-06 Richard SmithP1286R2: Remove restriction that the exception specific...
2019-05-06 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-06 Richard SmithFix test to avoid assuming clang will diagnose problems...
2019-05-06 Craig Topper[SelectionDAG] Replace llvm_unreachable at the end...
2019-05-06 Richard SmithFix up after r360006.
2019-05-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-06 Galina KistanovaThe 'CodeGenObjC/illegal-UTF8.m' get failed with Clang...
2019-05-06 Petr Hosek[libcxxabi] Don't use -fvisibility-global-new-delete...
2019-05-06 Petr Hosek[libcxx] Don't use -fvisibility-global-new-delete-hidde...
2019-05-05 Roman Lebedev[clang-tidy] openmp-exception-escape check: point to...
2019-05-05 Simon Pilgrim[X86] Pull out repeated Subtarget feature tests. NFCI.
2019-05-05 Simon Pilgrim[TargetLowering] getValueType - use dyn_cast directly...
2019-05-05 Simon Pilgrim[TTI][X86] Make getAddressComputationCost cost value...
2019-05-05 Kristof Umann[analyzer][UninitializedObjectChecker] PR41741: Regard...
2019-05-05 Roman Lebedev[NFC] BasicBlock: generalize replaceSuccessorsPhiUsesWi...
2019-05-05 Roman Lebedev[NFC] BasicBlock: refactor changePhiUses() out of repla...
2019-05-05 Roman Lebedev[NFC] PHINode: introduce replaceIncomingBlockWith(...
2019-05-05 Roman Lebedev[NFC] Instruction: introduce replaceSuccessorWith(...
2019-05-05 Roman Lebedev[NFC][Utils] deleteDeadLoop(): add an assert that exit...
2019-05-05 Jonas Devlieghere[test] Remove randomness
2019-05-05 Simon PilgrimMove getOpcode() call into if statement. NFCI.
2019-05-05 Cameron McInallyPrecommit an FNeg InstructionSimplify test.
2019-05-05 Simon Pilgrim[SLPVectorizer] Prefer pre-increments. NFCI.
2019-05-05 Craig Topper[LLParser] Remove unused variable after r359987. NFC
2019-05-05 Craig Topper[LLParser] Remove unnecessary error check making sure...
2019-05-05 Craig Topper[LLParser] Simplify type checking in ParseArithmetic...
2019-05-05 Craig Topper[Constants] Simplify type checking switch in ConstantEx...
2019-05-05 Simon PilgrimRevert rL359962 : Use DiagRuntimeBehavior for -Wunseque...
2019-05-05 Andrea Di Biagio[MCA] Notify event listeners when instructions transiti...
2019-05-05 Cameron McInallyAdd FNeg IR constant folding support
2019-05-05 Simon Pilgrim[X86] Make X86RegisterInfo(const Triple &TT) constructo...
2019-05-05 Nicolas Lesser[clang] fixing -ast-print for variadic parameter pack...
2019-05-05 Nicolas Lesser[C++] Interpret unknown identifier in parameter clause...
2019-05-05 Michal Gorny[lldb] [lit] Simplify general-purpose register tests
2019-05-05 Michal Gorny[lldb] [lit] Fix more filename mismatches in Register...
2019-05-05 Simon Pilgrim[X86] Fix some cppcheck "Local variable name shadows...
2019-05-05 Simon Pilgrim[SLPVectorizer] Make getSpillCost() const. NFCI.
2019-05-05 Simon Pilgrim[SelectionDAG] Use any_of/all_of where possible. NFCI.
2019-05-05 Simon PilgrimMove Value *RHSCIOp def into the scope where its actual...
2019-05-04 Cameron McInallyAdd InstCombine tests for FNeg instruction.
2019-05-04 Sanjay Patel[CodeGenPrepare] limit overflow intrinsic matching...
2019-05-04 Nicolas Lesser[NFC] Add parentheses to avoid -Wparentheses.
2019-05-04 Hamza Sood[c++20] Implement P0428R2 - Familiar template syntax...
2019-05-04 Nicolas Lesser[lldb] Fix buildbot failure due to clang AST change.
2019-05-04 Fangrui Song[llvm-nm] Convert weak.test to use yaml2obj and fix...
2019-05-04 Richard Smith[c++20] Implement tweaked __VA_OPT__ rules from P1042R1:
2019-05-04 Stanislav Mekhanoshin[AMDGPU] Fixed asan error after D61536
2019-05-04 Richard SmithUse DiagRuntimeBehavior for -Wunsequenced to weed out...
2019-05-04 Stanislav MekhanoshinAMDGPU] gfx1010 hazard recognizer
2019-05-04 Richard TrieuReduce amount of work ODR hashing does.
2019-05-04 Stanislav Mekhanoshin[AMDGPU] gfx1010: use fmac instructions
2019-05-04 Richard SmithDisallow the operand of __builtin_constant_p from modif...
2019-05-04 Petr Hosek[Driver] Create non-existent directory for -fcrash...
2019-05-04 Richard Smith[cxx_status] Don't list -fmodules / -fmodules-ts agains...
2019-05-04 Richard Smith[cxx_status] Replace "SVN" entries with Clang 8 as...
2019-05-04 Lang Hames[JITLink] Add two useful Section operations: find by...
2019-05-04 Nicolas Lesser[clang] adding explicit(bool) from c++2a
2019-05-03 Richard SmithCWG issue 727: Fix numerous bugs in support for class...
2019-05-03 Saleem AbdulrasoolExpressionParser: only force link MCJIT when needed
2019-05-03 Owen Pan[clang-format] Fix bug in block comment reflow that...
2019-05-03 Alexander Kornienko[lld] Specify output file explicitly
2019-05-03 Sanjay Patel[x86] add tests for fneg IR with undef; NFC
2019-05-03 Jessica Paquette[AArch64][GlobalISel] Use fcsel instead of csel for...
2019-05-03 Craig TopperMake the git-llvm script work on older git versions...
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 wait count insertion
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 s_code_end generation
2019-05-03 Cameron McInallyUpdate PatternMatcher for FNeg
2019-05-03 Stanislav Mekhanoshin[AMDGPU] gfx1010 loop alignment
next