platform/upstream/llvm.git
2020-06-20 Eric ChristopherUpdate comment to be more clear.
2020-06-20 Eric ChristopherRename function to more accurately reflect what it...
2020-06-20 Eric ChristopherTemporarily Revert "[lldb][NFC] Add more test for built...
2020-06-20 Eric Schweitz[flang] Add BoxValue.h
2020-06-20 Eric ChristopherTypos around a -> an.
2020-06-20 Sanjay Patel[VectorCombine] fix assert for type of compare operand
2020-06-20 Raphael Isemann[lldb][NFC] Add more test for builtin formats
2020-06-20 weiheAdd --hot-func-list to llvm-profdata show for sample...
2020-06-20 Sanjay Patel[InstCombine] remove unused parameter and add assert...
2020-06-20 Sanjay Patel[InstCombine] add tests for fmul/fdiv with fabs operand...
2020-06-20 Simon PilgrimProfileSummaryInfo.h - reduce unnecessary Function...
2020-06-20 Simon PilgrimRegionPass.h - remove unnecessary Function.h include...
2020-06-20 Sanjay Patel[InstCombine] fabs(X) / fabs(X) -> X / X
2020-06-20 Sanjay Patel[InstCombine] add tests for fabs(x) / fabs (x); NFC
2020-06-20 Simon Pilgrim[X86] combineSetCCMOVMSK - consistently use CmpBits...
2020-06-20 Simon Pilgrim[X86][SSE] Fold MOVMSK(PCMPEQ(X,0)) != -1 -> !PTESTZ...
2020-06-20 Nikita Popov[CVP] Add another non null test (NFC)
2020-06-20 Nikita Popov[JumpThreading] Make test more robust (NFC)
2020-06-20 Nikita Popov[LVI] Extract addValueHandle() method (NFC)
2020-06-20 Nikita Popov[LVI] Use find_as() where possible (NFC)
2020-06-20 Bruno Ricci[clang] SequenceChecker: C++17 sequencing rule for...
2020-06-20 Raphael Isemann[lldb] Skip TestBuiltinFormats.py on arm for now
2020-06-20 Florian HahnRevert "[BasicAA] Use known lower bounds for index...
2020-06-20 Kristina Bessonova[CMake] Fix runtimes build for host Windows (default...
2020-06-20 Eric ChristopherTemporarily Revert "[flang][OpenMP] Enhance parser...
2020-06-20 Eric Christopher[AST/Lex/Parse/Sema] As part of using inclusive languag...
2020-06-20 Kiran Kumar T P[flang][OpenMP] Enhance parser support for flush constr...
2020-06-20 Eric Christopher[cpplint] As part of using inclusive language within...
2020-06-20 Eric Christopher[docs/examples] As part of using inclusive language...
2020-06-20 Eric Christopher[Analysis/Transforms/Sanitizers] As part of using inclu...
2020-06-20 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-20 Eric Christopher[Support/Utils] As part of using inclusive language...
2020-06-20 Eric Christopher[Target] As part of using inclusive language within...
2020-06-20 Xing GUO[DWARFYAML][debug_info] Fix array index out of bounds...
2020-06-20 Craig Topper[X86] Correct the implementation of ud1(a.k.a. ud2b...
2020-06-20 Eric ChristopherUpdate error to read a little better when an error...
2020-06-20 Mehdi AminiFix warning caused by TableGen verifier predicate ...
2020-06-20 Eric ChristopherUpdate redirected output file.
2020-06-20 Eric ChristopherUpdate test file.
2020-06-20 Eric Christopher[clang-change-namespace] As part of using inclusive...
2020-06-20 Jonas Devlieghere[lldb/Test] Disable TestBuiltinFormats.py on Windows
2020-06-20 Jonas Devlieghere[lldb/Test] Temporarily skip watch simulator in TestSim...
2020-06-20 Craig Topper[X86] Ignore bits 2:0 of the modrm byte when disassembl...
2020-06-20 Fangrui Song[SanitizeCoverage] Rename -fsanitize-coverage-{white...
2020-06-20 Yevgeny Rouban[IR] Convert profile metadata in createCallMatchingInvoke()
2020-06-20 Wang Rui[Mips] Error if a non-immediate operand is used while...
2020-06-20 Eric Christopher[lld] As part of using inclusive language within the...
2020-06-20 Eric Christopher[libcxx] As part of using inclusive language within...
2020-06-20 Eric Christopher[UpdateTestChecks] As part of using inclusive language...
2020-06-20 Vitaly Buka[StackSafety,NFC] Don't rerun on LiveIn change
2020-06-20 Xing GUO[ObjectYAML][ELF] Add support for emitting the .debug_i...
2020-06-20 Carl Ritson[AMDGPU] Avoid use of V_READLANE into EXEC in SGPR...
2020-06-20 Thomas Raoux[mlir] Fix gcc build break due to previous commit
2020-06-20 Weverything[ODRHash] Remove use of 'whitelist'.
2020-06-20 peter klausler[flang] Fix F5.3 formatting of 0.025
2020-06-20 Thomas Raoux[mlir][spirv] Legalize subviewop when used with vector...
2020-06-20 Thomas Raoux[mlir] Allow vector.contract to have mixed types operands
2020-06-20 Benson Chu[Sema] Comparison of pointers to complete and incomplet...
2020-06-19 Ryan Prichard[builtins][Android] Fix 386->686 adjustment
2020-06-19 Ryan Prichard[builtins] Fix typos in comments
2020-06-19 romanova-ekaterinaError related to ThinLTO caching needs to be downgraded...
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Heejin Ahn[WebAssembly] Remove TEEs when dests are unstackified
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Eric ChristopherAs part of using inclusive language within the llvm...
2020-06-19 Eric ChristopherAs part of using inclusive language with the llvm project,
2020-06-19 Martin Storsjö[Support] Fix building for mingw on a case sensitive...
2020-06-19 Rahul Joshi[MLIR][NFC] Eliminate .getBlocks() when not needed
2020-06-19 Arthur Eubanks[NFC] Remove unused pass name parser classes
2020-06-19 Raphael Isemann[lldb][NFC] Add test for builtin formats
2020-06-19 peter klausler[flang] DATA stmt processing (part 4/4): Check & conver...
2020-06-19 Amara Emerson[AArch64][GlobalISel] Make G_SEXT_INREG legal and add...
2020-06-19 cgyurgyik[libc] This adds the strcmp (string compare) implementa...
2020-06-19 Daniel[clang-tidy] remove duplicate fixes of alias checkers
2020-06-19 Sanjay Patel[VectorCombine] refactor extract-extract logic; NFCI
2020-06-19 Yitzhak Mandelbaum[libTooling] Change Transformer's `cat` to handle some...
2020-06-19 Eric Schweitz[flang] Add SymbolMap
2020-06-19 Jonas Devlieghere[lldb] Replace calls to new with std::make_shared<...
2020-06-19 Thomas Preud... Reland [FileCheck, unittest] Improve readability of...
2020-06-19 aartbik[mlir] [VectorOps] Improve vector.constant_mask lowering
2020-06-19 Thomas Preud... [ADT] Fix itostr handling of min int64_t value
2020-06-19 Raphael Isemann[lldb] Replace std::isprint/isspace with llvm's locale...
2020-06-19 Raphael Isemann[lldb] Reactivate Objective-C++ plugin
2020-06-19 Raphael Isemann[lldb] Fix that SIGWINCH crashes IOHandlerEditline...
2020-06-19 Lang Hames[JITLink] Allow zero-length symbols at the end of blocks.
2020-06-19 Lang Hames[JITLink] Display host -> target address mapping in...
2020-06-19 Adrian PrantlRepair support for launching ios/tv/watch simulator...
2020-06-19 Raphael Isemann[lldb] Disable complex tests on Windows
2020-06-19 Sanjay Patel[VectorCombine] fix crash while transforming constants
2020-06-19 Fangrui Song[ELF] Refine LMA offset propagation rule in D76995
2020-06-19 peter klausler[flang] DATA stmt processing (part 3/4): Remaining...
2020-06-19 Fangrui Song[ELF] Refactor ObjFile<ELFT>::initializeSymbols to...
2020-06-19 Stanislav Mekhanoshin[AMDGPU] Some formatting fixes. NFC.
2020-06-19 Raphael Isemann[lldb] Fix TestComplexInt on ARM
2020-06-19 Frederik Gossen[MLIR][Shape] Lower `shape.shape_of` to standard dialect
2020-06-19 Thomas Preud... Revert "[FileCheck, unittest] Improve readability of...
2020-06-19 Raul Tambre[libc++] Require concepts support for <numbers>
next