platform/upstream/llvm.git
2018-03-21 Sanjay Patel[InstCombine] add folds for xor-of-icmp signbit tests...
2018-03-21 Nicolai HaehnleTableGen: Remove redundant loop in ListInit::resolveRef...
2018-03-21 Nicolai HaehnleTableGen: Streamline how defs are instantiated
2018-03-21 Eugene Zelenko[Documentation] Fix markup problem in AMDGPUUsage.rst.
2018-03-21 Eugene Zelenko[clang-tidy] Use :doc: for check links in Release Notes.
2018-03-21 Petr Hosek[Fuchsia] Don't install libc++, libc++abi or libunwind...
2018-03-21 Krzysztof Parzyszek[Hexagon] Eliminate subregisters from PHI nodes before...
2018-03-21 Reid Kleckner[WebAssembly] Suppress unused function warning for...
2018-03-21 Simon Pilgrim[X86][Haswell] Merge multiple InstrRW entries that...
2018-03-21 Simon Pilgrim[X86][SandyBridge] Merge more VEX/non-VEX instregex...
2018-03-21 Sanjay Patel[InstCombine] move/add tests for xor-of-icmps (PR36682...
2018-03-21 Jonas Toth[Fix] fix type deduction on ARM and MSVC
2018-03-21 Jonas Toth[clang-tidy] Resubmit hicpp-multiway-paths-covered...
2018-03-21 Pavel LabathLast batch of test-tree cleaning changes
2018-03-21 Sanjay Patel[LangRef] add note about format of FP types
2018-03-21 Alex Bradbury[RISCV] Codegen support for RV32F floating point compar...
2018-03-21 Zaara Syeda[ELF][PPC64] Fix getRelExpr for R_PPC64_REL16_LO and...
2018-03-21 Alex Bradbury[RISCV] Add tests missed from r327979
2018-03-21 Alexander Kornienko[clang-tidy][modernize-make-unique] Checks c++14 flag...
2018-03-21 Simon MarchiMake positionToOffset return llvm::Expected<size_t>
2018-03-21 Alexander RichardsonChange DT_* value definitions to macros in a separate...
2018-03-21 Sanjay Patel[LangRef] more hyphens: always write "floating-point"
2018-03-21 Daniel Neilson[MemCpyOpt] Update to new API for memory intrinsic...
2018-03-21 Justin LebarRe-re-land: Teach CorrelatedValuePropagation to reduce...
2018-03-21 Jonas DevlieghereRevert "Move DataTypes.h from Support to llvm-c to...
2018-03-21 Andrea Di Biagio[llvm-mca] Clean up some code. NFC
2018-03-21 Pavel LabathFix build broken by r328090
2018-03-21 Luke Cheesemanclang-interpreter example cmake fix
2018-03-21 Nemanja Ivanovic[PowerPC] Disable failing dynamic tls test cases
2018-03-21 Pavel Labath[dwarf] Unify unknown dwarf enum formatting code
2018-03-21 Jonas Devlieghere[dotest] Use subprocess.call to forward arguments in...
2018-03-21 Pavel LabathFix crash exposed by r328025
2018-03-21 Clement Courbet[ASTMatchers] Remove extra qualifier for consistency...
2018-03-21 Clement Courbet[ASTMatchers] Regenerate doc.
2018-03-21 Jonas DevlieghereRevert layering changes
2018-03-21 Bjorn Pettersson[SelectionDAG] Support multiple dangling debug info...
2018-03-21 Pavel LabathFix TestOperatorOverload for 32-bit builds
2018-03-21 Dmitry Vyukovtsan: fix darwin build after 328079
2018-03-21 George Rimar[ELF] - Teach LLD to hint about -fdebug-types-section.
2018-03-21 George RimarFix build bot after r328078 "llvm-readobj] - Teach...
2018-03-21 Dmitry Vyukovtsan: support inlined frames in external symbolization
2018-03-21 George Rimar[llvm-readobj] - Teach llvm-readobj to dump .note.gnu...
2018-03-21 Vitaly BukaFix declaration of environ after r327923
2018-03-21 Craig Topper[X86][Broadwell] Merge multiple InstrRW entries that...
2018-03-21 Craig Topper[TableGen] Remove a defaulted function argument that...
2018-03-21 Craig Topper[TableGen] Move a function from llvm namespace and...
2018-03-21 David BlaikieFix the actual user of DataTypes.h in llvm-c to avoid...
2018-03-21 David BlaikieMove Compiler.h from Support to Demangler to fix layering.
2018-03-21 Craig Topper[X86] Fix the SchedRW for XOP vpcom register form instr...
2018-03-21 Craig Topper[TableGen] Use SmallMapVector to simplify some code...
2018-03-21 Petr HosekRevert "[lit] Adding config initialization to lit tests...
2018-03-21 Rafael EspindolaSet dso_local on runtime variables.
2018-03-21 Artem DergachevRevert r326782 "[analyzer] CStringChecker.cpp: Remove...
2018-03-21 Artem Dergachev[analyzer] Suppress more MallocChecker positives in...
2018-03-21 David BlaikieMove DataTypes.h from Support to llvm-c to fix layering.
2018-03-21 Marshall ClowImplement LWG3034: P0767R1 breaks previously-standard...
2018-03-21 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2018-03-20 Davide Italiano[Testsuite] Modernize this test to be run out-of-tree.
2018-03-20 Craig Topper[X86] Change PMULLD to 10 cycles on Skylake per Agner...
2018-03-20 Julie Hockett[lit] Adding config initialization to lit tests in...
2018-03-20 Marshall ClowImplement LWG3035: std::allocator's constructors should...
2018-03-20 Philip Reames[MustExecute] Shwo the effect of using full loop info...
2018-03-20 Derek Schuff[WebAssembly] Update torture compile test expectations
2018-03-20 Philip Reames[MustExecute] Add simplest possible test for LoopSafetyOnfo
2018-03-20 Philip Reames[MustExecute] Move isGuaranteedToExecute and related...
2018-03-20 Marshall ClowImplement LWG 3039 and 3041 - 'Treating Unnecessary...
2018-03-20 Bruno Cardoso... [Modules] Honor -fmodule-name when handling private...
2018-03-20 Simon Pilgrim[SchedModel] Simplify InstRegexOp::apply. NFCI.
2018-03-20 Erich KeaneChange ImplicitConverionKind comments to refer to C...
2018-03-20 Rafael EspindolaDelete BuiltinCC. NFC.
2018-03-20 Derek Schuff[WebAssembly] Strip threadlocal attribute from globals...
2018-03-20 Rafael EspindolaAdd CHECKs for a few declarations. NFC.
2018-03-20 Benjamin Kramer[format] Eliminate global destructors.
2018-03-20 Jonathan PeytonRead OMP_TARGET_OFFLOAD and provide API to access ICV
2018-03-20 Simon Pilgrim[X86] Drop unnecessary InstRW overrides for WriteFMA
2018-03-20 Eugene Zelenko[Driver] Fix some Clang-tidy modernize and Include...
2018-03-20 Craig Topper[ReachingDefAnalysis] Fix what I assume to be a typo...
2018-03-20 Shoaib Meenai[ObjCARC] Add funclet token to ARC marker
2018-03-20 Benjamin Kramer[format] Initialize regex lazily
2018-03-20 Rafael EspindolaSet dso_local on string literals.
2018-03-20 Martin Storsjo[X86] Don't use the MSVC stack protector names on mingw
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Kevin EnderbyFor llvm-objdump and Mach-O files, fix the printing...
2018-03-20 Rafael EspindolaSet dso_local for runtime function.
2018-03-20 Abderrazek... [AArch64] Add vmulxh_lane fp16 vector intrinsic
2018-03-20 Craig Topper[TableGen] Use range based for loop. NFC
2018-03-20 Craig Topper[TableGen] Use vector::append instead of looping and...
2018-03-20 Craig Topper[TableGen] Use llvm::transform to simplify some loops...
2018-03-20 Craig Topper[TableGen] Pass result of std::unique to vector::erase...
2018-03-20 Alexey Bataev[DEBUGINFO] Add -no-dwarf-debug-ranges option.
2018-03-20 Andrea Di Biagio[llvm-mca] add keyword override to a couple of methods...
2018-03-20 Derek Schuff[WebAssembly] Added initial AsmParser implementation.
2018-03-20 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert the tests from r328012
2018-03-20 Davide Italiano[ExpressionParser] Re-implement r327356 in a less disru...
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Revert r328012
2018-03-20 Krzysztof Parzyszek[Hexagon] Add a few more lit tests, NFC
2018-03-20 Krzysztof Parzyszek[Hexagon] Add heuristic to exclude critical path cost...
2018-03-20 Krzysztof Parzyszek[Hexagon] Fix fall-through warnings in HexagonMCDuplexI...
2018-03-20 Jonas Devlieghere[lldb-dotest] Wrap arguments in single quotes
next