platform/upstream/llvm.git
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
2018-03-20 Nirav Dave[MC,X86] Cleanup some X86 parser functions to use MCPar...
2018-03-20 Andrea Di Biagio[llvm-mca] Remove const from a bunch of ArrayRef. NFC
2018-03-20 Craig Topper[PowerPC][LegalizeFloatTypes] Move the PPC hacks for...
2018-03-20 Krzysztof Parzyszek[X86] Add phony registers for high halves of regs with...
2018-03-20 Philip Reames[MustExecute] Use the annotation style printer
2018-03-20 Zachary TurnerRevert "Resubmit "Support embedding natvis files in...
2018-03-20 Davide Italiano[TestExpr] Fix a typo in a test, unbreaking the lldb...
2018-03-20 Alexander Shaposhnikov[llvm-objcopy] Implement support for section groups
2018-03-20 Andrea Di Biagio[llvm-mca] Move the logic that computes the scheduler...
2018-03-20 Eric ChristopherFix consitent -> consistent.
2018-03-20 Fangrui Song[ELF] Simplify compCtors and writeInt.
2018-03-20 Saleem AbdulrasoolBasic: support PreserveMost and PreserveAll on Windows ARM
2018-03-20 Artem Belevich[NVPTX] Make tensor load/store intrinsics overloaded.
2018-03-20 Tobias GrosserAdjust to clang-format changes
2018-03-20 Philip ReamesAdd an analysis printer for must execute reasoning
2018-03-20 Rafael EspindolaMC: fix layering violation introduced in r325139.
2018-03-20 Zachary TurnerResubmit "Support embedding natvis files in PDBs."
2018-03-20 Sanjay Patel[LangRef] fix link formatting
2018-03-20 Krzysztof Parzyszek[Hexagon] Correct the computation of TopReadyCycle...
2018-03-20 Michael Zolotukhin[XRay] Lazily compute MachineLoopInfo instead of requir...
2018-03-20 Sanjay Patel[LangRef] describe the default FP environment
2018-03-20 Krzysztof Parzyszek[Hexagon] Check weak dependences when only 1 instructio...
2018-03-20 Pavel LabathMove StringExtractorGDBRemote.h to the include folder
2018-03-20 Sanjay Patel[AArch64] add fabs tests for PR36600; NFC
2018-03-20 Alexey Bataev[DEBUGINFO] Add flag -no-dwarf-pub-sections to disable...
2018-03-20 Rafael EspindolaSet dso_local for CFConstantStringClassReference.
2018-03-20 Simon Pilgrim[X86][Haswell][Znver1] Fix typo in fldl instregexs
2018-03-20 Rafael EspindolaSet dso_local for guid decls.
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Codegen for target distribute parallel...
2018-03-20 Sjoerd Meijer[Kaleidoscope] doc fix
2018-03-20 Krzysztof Parzyszek[Hexagon] Improve scheduling heuristic for large basic...
2018-03-20 Ben Hamilton[clang-format] Fix ObjC selectors with multiple params...
2018-03-20 Alexey Bataev[OPENMP, NVPTX] Globalization of the private redeclarat...
2018-03-20 Ilya BiryukovBackport changes from llvm/.clang_tidy to clang/.clang_...
2018-03-20 George Rimar[ELF] - Make __start_/__stop_<section_name> symbols...
2018-03-20 Geoff Berry[AArch64][Falkor] Correct load/store increment scheduli...
2018-03-20 Pavel Labath[LLDB] Fix TestTargetXMLArch's expected arch
2018-03-20 Krzysztof Parzyszek[Hexagon] Fix division by zero in machine scheduler
next