platform/upstream/llvm.git
2020-08-04 Fangrui SongAdd test utility 'split-file'
2020-08-04 Fangrui Song[PGO] Move __profc_ and __profvp_ from their own comdat...
2020-08-04 Max Kazantsev[SimpleLoopUnswitch][NFC] Add option to always drop...
2020-08-04 Jonas Devlieghere[lldb/Test] Fix skipTestIfFn for fucntions that return...
2020-08-04 Jordan RupprechtTemporarily revert "[test] Exit with an error if no...
2020-08-04 Chen Zheng[SCEVExpander][PowerPC]clear scev rewriter before delet...
2020-08-04 peter klausler[flang] Implement runtime support for INQUIRE statements
2020-08-04 Shinji Okumura[Attributor][NFC] Clang format
2020-08-04 David BlaikieOpenMP: Fix typo variabls -> variables
2020-08-03 Petr Hosek[ELF] Add --dependency-file option
2020-08-03 Daniel SandersFix use-after-scope in 7209f83112db caught by the sanit...
2020-08-03 peter klausler[flang] Defer "next input record" processing until...
2020-08-03 peter klausler[flang] Acquire file accessibility, size, positioning
2020-08-03 Christopher... [SVE] Remove bad calls to VectorType::getNumElements...
2020-08-03 Jordan Rupprecht[test] Exit with an error if no tests are run.
2020-08-03 Nathan James[clang-tidy][NFC] Use correct size call for reserve
2020-08-03 peter klauslerRemove unneeded RoundDefault enumerator, and fix spelli...
2020-08-03 peter klausler[flang] Handle spaces (more) correctly in REAL input
2020-08-03 hgreving[MC] Fix memory leak when allocating MCInst with bump...
2020-08-03 Kazushi (Jam... [VE] Extend integer arguments and return values smaller...
2020-08-03 Christopher... [SVE] Remove bad call to VectorType::getNumElements...
2020-08-03 Christopher... [SVE] Remove bad call to VectorType::getNumElements...
2020-08-03 Julian Lettner[UBSan] Increase robustness of tests
2020-08-03 Jordan Rupprecht[NFC][ARM] Silence unused variable in release builds
2020-08-03 Christopher... [SVE] Remove bad calls to VectorType::getNumElements...
2020-08-03 Fangrui SongReland D61689 Change -gz and -Wa,--compress-debug-secti...
2020-08-03 peter klausler[flang] Make preprocessing behavior tests runnable...
2020-08-03 Alina Sbirlea[MemorySSA] Restrict optimizations after a PhiTranslation.
2020-08-03 River Riddle[mlir][OpFormatGen] Add support for eliding UnitAttr...
2020-08-03 Mitch Phillips[HWASan] [GlobalISel] Add +tagged-globals backend featu...
2020-08-03 David Green[ARM] Convert VPSEL to VMOV in tail predicated loops
2020-08-03 Thomas Lively[WebAssembly] Implement prototype v128.load{32,64}_zero...
2020-08-03 Mitch PhillipsRevert "[X86][SSE] Shuffle combine blends to OR(X,Y...
2020-08-03 David Green[ARM] Test for converting VPSEL to VMOVT. NFC
2020-08-03 Fangrui Song[MC] Set sh_link to 0 if the associated symbol is undefined
2020-08-03 Akira Hatanaka[CodeGen][ObjC] Mark calls to objc_unsafeClaimAutorelea...
2020-08-03 Daniel SandersAllow .dSYM's to be directly placed in an alternate...
2020-08-03 Jon RoelofsFix typo: s/epomymous/eponymous/ NFC
2020-08-03 Eli Friedman[AArch64] Add missing isel patterns for fcvtzs/u intrin...
2020-08-03 Lang Hames[llvm-jitlink] Add support for static archives and...
2020-08-03 Hiroshi Yamauchi[PGO] Enable the extended value profile buckets for...
2020-08-03 Tim Keith[flang] Fix bug detecting intrinsic function
2020-08-03 Sanjay Patel[InstSimplify] fold variations of max-of-min with commo...
2020-08-03 Sanjay Patel[InstSimplify] add tests for min-of-max variants; NFC
2020-08-03 Arthur EubanksFix layering violation Transforms/Utils -> Scalar
2020-08-03 Jian Cai[X86] support .nops directive
2020-08-03 Florian Hahn[ArgPromotion] Replace all md uses of promoted values...
2020-08-03 LLVM GN Syncbot[gn build] Port f78f509c758
2020-08-03 Hiroshi Yamauchi[PGO] Extend the value profile buckets for mem op sizes.
2020-08-03 Rainer Orth[compiler-rt][profile] Fix various InstrProf tests...
2020-08-03 Joao Moreira[X86] Make ENDBR instruction a scheduling boundary
2020-08-03 Simon Pilgrim[X86][SSE] Shuffle combine blends to OR(X,Y) if the...
2020-08-03 Arthur Eubanks[NewPM][LoopVersioning] Port LoopVersioning to NPM
2020-08-03 Kevin P. Neal[FPEnv] IRBuilder fails to add strictfp attribute
2020-08-03 Fangrui Song[PGO] Change a `NumVSites == 0` workaround to assert
2020-08-03 Craig Topper[X86] Use h-register for final XOR of __builtin_parity...
2020-08-03 MaheshRavishankar[mlir][DialectConversion] Remove usage of std::distance...
2020-08-03 MaheshRavishankar[mlir][DialectConversion] Add support for mergeBlocks...
2020-08-03 Nicolas Vasilache[mlir][Vector] Add transformation + pattern to split...
2020-08-03 Mircea Trofin[llvm] Add a parser from JSON to TensorSpec
2020-08-03 Gui Andrade[Utils] Add noundef attribute to vim/emacs/vscode synta...
2020-08-03 Gui Andrade[MSAN] Instrument freeze instruction by clearing shadow
2020-08-03 Florian Hahn[SCEV] If Start>=RHS, simplify (Start smin RHS) = RHS...
2020-08-03 Mehdi AminiRevert "[mlir][Vector] Add transformation + pattern...
2020-08-03 Cameron McInally[FPEnv] Don't transform FSUB(-0,X)->FNEG(X) in Selectio...
2020-08-03 Valeriy Savchenko[analyzer][tests] Fix SATest update functionality
2020-08-03 Xing GUO[DWARFYAML] Implement the .debug_loclists section.
2020-08-03 Shinji Okumura[NFC][APInt][DenseMapInfo] Move DenseMapAPIntKeyInfo...
2020-08-03 Sanjay Patel[InstCombine] reduce xor-of-or's bitwise logic (PR46955...
2020-08-03 Xing GUO[DWARFYAML] Offsets should be omitted when the OffsetEn...
2020-08-03 Alex Zinenko[mlir] First-party modeling of LLVM types
2020-08-03 Matt ArsenaultGlobalISel: Handle arbitrary FewerElementsVector for...
2020-08-03 Matt ArsenaultAMDGPU/GlobalISel: Remove old hacks for boolean selection
2020-08-03 Matt ArsenaultGlobalISel: Reimplement moreElementsVectorDst
2020-08-03 Sanjay PatelRevert "[InstCombine] reduce xor-of-or's bitwise logic...
2020-08-03 Matt ArsenaultAMDGPU/GlobalISel: Apply load bitcast to s.buffer.load...
2020-08-03 Simon Pilgrim[X86][SSE] Start shuffle combining from ANY_EXTEND_VECT...
2020-08-03 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting broken copies for...
2020-08-03 Sanjay Patel[InstCombine] reduce xor-of-or's bitwise logic (PR46955)
2020-08-03 Sanjay Patel[InstCombine] add tests for xor-of-ors; NFC
2020-08-03 Simon Tatham[clang][ARM] Add name-mangling test for direct __fp16...
2020-08-03 Nicholas Guy[ARM] Fix IT block generation after Thumb2SizeReduce...
2020-08-03 Haojian Wu[clangd] Support new/deleta operator in TargetFinder.
2020-08-03 Denys Petrov[analyzer] Introduce minor refactoring of SVal::getSubK...
2020-08-03 Denys Petrov[analyzer] Simplify function SVal::getAsSymbolicExpress...
2020-08-03 Kadir Cetinkaya[clang][Tooling] Optimize addTargetAndMode in case...
2020-08-03 Georgii Rymar[llvm-readobj] - Don't stop dumping when the name of...
2020-08-03 Georgii Rymar[llvm-readobj] - Massive test cases cleanup.
2020-08-03 Alex RichardsonFix update_cc_test_checks.py --llvm-bin after D78478
2020-08-03 Tatyana Krasnukha[lldb/Process/Windows] Attempting to kill exited/detach...
2020-08-03 Tatyana Krasnukha[cmake] Make MSVC generate appropriate __cplusplus...
2020-08-03 Alex RichardsonExecute llvm-lit with the python found by CMake by...
2020-08-03 Alex Richardson[msan] Compile the libatomic.c test with a C compiler
2020-08-03 Alex Richardson[asan][tsan] Mark tests failing with debug checks as...
2020-08-03 Kadir Cetinkaya[clang][Tooling] Fix addTargetAndModeForProgramName...
2020-08-03 Georgii Rymar[llvm-readobj] - Don't call `unwrapOrErr` in `findSecti...
2020-08-03 Ilya GolovenkoAdd document outline symbols from unnamed contexts...
2020-08-03 Georgii Rymar[yaml2obj] - Add a support for "<none>" value for all...
2020-08-03 Julian Gross[mlir] Extended Buffer Assignment to support AllocaOps.
2020-08-03 Luboš Luňákfix lldb test on lib64 systems
next