platform/upstream/llvm.git
2018-06-18 Krzysztof ParzyszekShrink interval after moving copy in removePartialRedun...
2018-06-18 Alexey Bataev[OPENMP, NVPTX] Emit simple reduction if requested.
2018-06-18 Andrea Di Biagio[llvm-mca] Use an ordered map to collect hardware stati...
2018-06-18 Nirav DaveFix typoed cast to avoid assertion in MCFragment::dump.
2018-06-18 Simon Pilgrim[SLPVectorizer] Tidyup isShuffle helper
2018-06-18 Craig Topper[TableGen] Make TiedAsmOperandTable in the AsmMatcher...
2018-06-18 Craig Topper[TableGen] Remove unused member variable.
2018-06-18 Pavel LabathFix macosx build broken by the VersionTuple refactor
2018-06-18 Pavel LabathFix netbsd build broken by r334950
2018-06-18 Pavel LabathAttempt to fix windows&freebsd builds broken by r334950
2018-06-18 Florian Hahn[VPlanRecipeBase] Add eraseFromParent().
2018-06-18 Pavel LabathUse llvm::VersionTuple instead of manual version marsha...
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Support for saturating INC/DEC...
2018-06-18 Simon Pilgrim[X86][BtVer2] Flag AVX2+ scheduler classes as unsupported
2018-06-18 George Rimar[ELF] - Simplify the conflict-variable-linkage-name...
2018-06-18 Andrea Di Biagio[llvm-mca] Add tests for XOP and AVX512 instructions...
2018-06-18 Francis Visoiu... [sanitizer] Guard call to internal_lseek when SANITIZER...
2018-06-18 Florian Hahn[VPlan] Fix sanitizer problem with insertBefore.
2018-06-18 Sander de Smalen[TableGen][AsmMatcherEmitter] Allow tied operands of...
2018-06-18 Tobias GrosserAdjust for clang-format changes
2018-06-18 Tobias Grosser[ScopInfo] Move splitAliasGroupsByDomain and getAccessD...
2018-06-18 Tobias Grosser[ScopInfo] Move more functions to isl++ [NFCI]
2018-06-18 Tobias Grosser[ScopInfo] Move addNonEmptyDomainConstraints to isl...
2018-06-18 Tobias GrosserMove buildConditionSet to C++
2018-06-18 Paul RobinsonUpdate copyright year to 2018.
2018-06-18 Kristof Umann[analyzer] Checker for uninitialized C++ objects
2018-06-18 Simon Pilgrim[SLPVectorizer] Avoid calling const VL.size() repeatedl...
2018-06-18 Florian Hahn[VPlanRecipeBase] Add insertBefore helper.
2018-06-18 Clement Courbet[llvm-exegesis] Optionally ignore instructions without...
2018-06-18 Sander de Smalen[AArch64][SVE] Asm: Support for vector element compares.
2018-06-18 David L. Jones[ASTMatchers] Add support for matching the type of...
2018-06-18 David L. Jones[ASTMatchers] Don't assert-fail in specifiesTypeLoc().
2018-06-18 Petr Hosek[Fuzzer] Set an explicit libc++ dependency when needed
2018-06-18 Clement Courbet[X86] Fix NOOP sched overrides on BDW/HSW/SKL.
2018-06-18 Vitaly BukaFix libcxxabi tests after clang r334924
2018-06-18 Craig Topper[X86] Create X86InstrFMA3Group objects fully in a stati...
2018-06-18 Vitaly BukaFix libcxx tests after clang r334677.
2018-06-18 Vitaly Buka[sanitizer] Suppress unused function warning
2018-06-18 Craig Topper[X86] Add '.s' aliases to the assembler for the various...
2018-06-18 Frederic RissFix the 'tb' alias command
2018-06-18 Craig Topper[X86] Move the 'vmovq.s' and similar assembly strings...
2018-06-18 Craig Topper[TableGen] Prevent double flattening of InstAlias asm...
2018-06-17 Lang Hames[ORC] Remove redundant condition
2018-06-17 Richard SmithFix libcxx tests after clang r334677.
2018-06-17 Lang Hames[ORC] Only notify queries that they are resolved/ready...
2018-06-17 Craig Topper[X86] Add all the FMA instructions direclty to the...
2018-06-17 Vitaly Buka[sanitizer] Fix tsan GO build
2018-06-17 Vitaly Buka[sanitizer] Fix s390 build after r334900
2018-06-17 Vitaly Buka[sanitizer] Use confstr to check libc version in InitTl...
2018-06-17 Lang Hames[ORC] Suppress an unused variable warning for a debug...
2018-06-17 Lang Hames[ORC] Erase empty dependence sets when adding new symbo...
2018-06-17 Lang Hames[ORC] In MaterializationResponsibility, only maintain...
2018-06-17 Craig Topper[X86] Pass the parent SDNode to X86DAGToDAGISel::select...
2018-06-17 Simon Pilgrim[llvm-mca][X86] Add some avx512f/avx512vl resource...
2018-06-17 Sander de Smalen[AArch64][SVE] Asm: Support for bitwise operations...
2018-06-17 Sander de Smalen[AArch64][SVE] Asm: Support for SEL (vector/predicate...
2018-06-17 Jonas Hahnfeld[NVPTX] Ignore target-cpu and -features for inlining
2018-06-17 Jonas HahnfeldRevert "[CMake] Use a different source depending on...
2018-06-17 Vitaly Buka[fuzzer] Python 3 print fixes
2018-06-17 Vitaly Buka[fuzzer] Fix collect_data_flow.py for python 3
2018-06-17 Vitaly Buka[sanitizer] Use const char* in internal_simple_strtoll
2018-06-17 Heejin Ahn[WebAssembly] Simple comment fix. NFC.
2018-06-16 Craig Topper[X86] More additions to the load folding tables based...
2018-06-16 Craig Topper[X86] Hide POP16/32/64rmr and PUSH16/32/64rmr instructi...
2018-06-16 Craig Topper[X86] Fix an inconsistency between AVX512 and AVX/SSE...
2018-06-16 Michael ZolotukhinCorrelatedValuePropagation: Preserve DT.
2018-06-16 Marshall ClowRemove P0771, which was not passed in Rapperswil
2018-06-16 Tobias GrosserAdjust to recent LLVM changes to fix buildbots
2018-06-16 Florian Hahn[Dominators] Change getNode parameter type to const...
2018-06-16 Mikhail R.... [analyzer] Add method to the generic SMT API to dump...
2018-06-16 Benjamin KramerFix namespaces. No functionality change.
2018-06-16 Florian HahnRevert r334887, as GCC 4.8 does not have is_trivially_c...
2018-06-16 Florian Hahn [SmallSet] Avoid using is_trivially_XXX<>::value which...
2018-06-16 Florian Hahn[SmallSet] Add SmallSetIterator.
2018-06-16 Yaxun LiuAdd RUN line for amdgcn to lit test conditional-tempora...
2018-06-16 Benjamin Kramer[ELF] Pass callables by function_ref
2018-06-16 Fangrui Song[sanitizer_common] Fix windows build caused by r334881
2018-06-16 Vitaly Buka[asan] Enable fgets_fputs test on Android
2018-06-16 Stanislav Mekhanoshin[AMDGPU] setcc (select cc, CT, CF), CF, eq | ne ->...
2018-06-16 Fangrui Song[sanitizer_common] Use O_TRUNC for WrOnly access mode.
2018-06-16 Nirav DaveAvoid needing to walk out legalization tables. NFCI.
2018-06-16 Yaxun LiuCall CreateTempAllocaWithoutCast for ActiveFlag
2018-06-16 Justin LebarRevert "[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV...
2018-06-16 Justin LebarRevert "[SCEV] Simplify some flags expressions." -...
2018-06-16 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-15 Justin Lebar[SCEV] Simplify some flags expressions.
2018-06-15 Justin Lebar[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
2018-06-15 Jason MolendaSort the files in the PBXBuildFile and PBXFileReference...
2018-06-15 Jason MolendaSort the files in the PBXBuildFile and PBXFileReference
2018-06-15 Daniel Sanders[globalisel][tablegen] Add support for C++ predicates...
2018-06-15 Fangrui Song[docs] -fsanitize=cfi only allowed with -fvisibility=
2018-06-15 Francis Visoiu... Revert r334729 "[DAG] Avoid needing to walk out legaliz...
2018-06-15 Francis Visoiu... Revert r334731 "Avoid unused variable in non-assert...
2018-06-15 Craig Topper[X86] Add more instructions to the hasUndefRegUpdate...
2018-06-15 Vitaly Buka[asan] Move long-object-path.cc test to Linux
2018-06-15 Benjamin Kramer[BPI] Remove unnecessary std::list
2018-06-15 Matt Morehouse[libFuzzer] Avoid -fuse-ld=lld on gc-sections.
2018-06-15 Cameron McInally[FPEnv] Expand constrained FP POWI
2018-06-15 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-15 Frederic RissFix TestExec after r334783
next