platform/upstream/llvm.git
2019-12-23 Siva Chandra... Add implementations of POSIX mmap and munmap functions.
2019-12-23 Alex Langford[lldb/CMake] Always set a value for find_package when...
2019-12-23 Florian Hahn[Docs] Fix sphinx build errors.
2019-12-23 Fangrui SongASTContext: fix declaration of ParsedTargetAttr [-Wmism...
2019-12-23 Ulrich Weigand[FPEnv][X86] More strict int <-> FP conversion fixes
2019-12-23 Evgenii Stepanov[msan] Check qsort input.
2019-12-23 Evgenii Stepanov[msan] Intercept qsort, qsort_r.
2019-12-23 Craig Topper[Sema][X86] Consider target attribute into the checks...
2019-12-23 David BlaikieMC: Ensure test only reads from the Inputs directory
2019-12-23 Reid KlecknerFix LLVM tool --version build mode printing for MSVC
2019-12-23 Jonas Devlieghere[lldb/Test] Disable TestSynchronous.test on Windows.
2019-12-23 Sylvestre LedruMove from a long list of checkers to tables
2019-12-23 Fangrui Song[ELF] Don't suggest an alternative spelling for a symbo...
2019-12-23 Jay Foad[AMDGPU] Don't create MachinePointerInfos with an Undef...
2019-12-23 Luís Marques[RISCV][NFC] Fix use of missing attribute groups in...
2019-12-23 czhengsz[PowerPC] NFC - fix the testcase bug of folding rlwinm
2019-12-23 Sanjay Patel[DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big...
2019-12-23 Alexey Bataev[OPENMP50]Codegen for nontemporal clause.
2019-12-23 Pavel Labath[lldb] Remove DWARFUnit::AppendDIEsWithTag
2019-12-23 LLVM GN Syncbot[gn build] Port eca40066ebb
2019-12-23 Pavel Labath[lldb/DWARF] Fix hostname-stripping logic
2019-12-23 Florian Hahn[Matrix] Use fmuladd for matrix.multiply if allowed.
2019-12-23 Yaxun (Sam... [NFC] Move OptionUtils from Basic to Driver
2019-12-23 Florian Hahn[Matrix] Add forward shape propagation and first shape...
2019-12-23 Raphael Isemann[lldb][NFC] Remove unused callback functionality from...
2019-12-23 Sven van Haastregt[OpenCL] Add atomic builtin functions
2019-12-23 Raphael Isemann[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
2019-12-23 Kristof Beyls[find_interesting_reviews.py] Add git blame output...
2019-12-23 Raphael Isemann[lldb][NFC] Remove unused 'type' parameter in ClangExpr...
2019-12-23 Raphael Isemann[lldb][NFC] Remove wrong and unused ClangASTContext...
2019-12-23 Raphael Isemann[lldb][NFC] Delete all 'else return ...' in CompilerDec...
2019-12-23 Raphael Isemann[lldb] Add sanity check to CreateDeclContext and fixed...
2019-12-23 Georgii Rymar[yaml2obj] - Allow using an arbitrary value for OSABI.
2019-12-23 Georgii Rymar[yaml2obj] - Add support for ELFOSABI_LINUX.
2019-12-23 Pavel Labath[lldb] Don't process symlinks deep inside DWARFUnit
2019-12-23 Georgii Rymar[yaml2obj] - Add testing for OSABI field.
2019-12-23 Martin Storsjö[AArch64] [Windows] Use COFF stubs for calls to extern_...
2019-12-23 Martin Storsjö[ARM] [Windows] Use COFF stubs for calls to extern_weak...
2019-12-23 Martin Storsjö[ItaniumCXXABI] Don't mark an extern_weak init function...
2019-12-23 Georgii Rymar[llvm-readobj][test] - Stop using Inputs/trivial.obj...
2019-12-23 Pavel Labath[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpr...
2019-12-23 Pavel Labath[lldb/lua] Fix bindings.test for lua-5.1
2019-12-23 Raphael Isemann[lldb][NFC] Simplify ClangASTContext::GetTranslationUni...
2019-12-23 Raphael Isemann[lldb] Add a SubsystemRAII that takes care of calling...
2019-12-23 Shengchen Kan[NFC] Style cleanups
2019-12-23 Raphael Isemann[lldb][NFC] Document CompilerDeclContext constructors
2019-12-23 Raphael Isemann[lldb][NFC] Make CompilerDeclContext construction type...
2019-12-23 QingShan Zhang[Power9] Remove the PPCISD::XXREVERSE as it has complet...
2019-12-23 Simon PilgrimFix case style warnings in DIBuilder. NFC.
2019-12-23 Dinar Temirbulatov[SLP] Replace NeedToGather variable with enum.
2019-12-23 QingShan Zhang[NFC][Test][PowerPC] Add more tests for 'and mask'
2019-12-23 Saar Raz[Concepts] Constrained partial specializations and...
2019-12-23 Jonas Devlieghere[lldb/ScriptInterpreter] Remove can_reload which is...
2019-12-23 Saleem Abdulrasoolbuild: use `find_package(Python3)` rather than `PYTHON_...
2019-12-23 Jim Lin[AVR] Fix codegen for rotate instructions
2019-12-23 Kai Luo[PowerPC] Exploit `vrl(b|h|w|d)` to perform vector...
2019-12-23 Reid Kleckner[AST] Add missing MultiplexConsumer::CompleteExternalDe...
2019-12-23 Yonghong Songreland "[DebugInfo] Support to emit debugInfo for exter...
2019-12-23 Shengchen Kan[NFC] Remove unnecessary blank and rename align-branch...
2019-12-23 czhengsz[SCEV] add testcase for get accurate range for addrecex...
2019-12-23 Fangrui Song[ELF] Delete a redundant R_HINT check from isStaticLink...
2019-12-23 Jonas Devlieghere[lldb/ScriptInterpreter] Unify error message for comman...
2019-12-23 Carl Ritson[DAGCombiner] Check term use before applying aggressive...
2019-12-22 Saleem Abdulrasoolbuild: improve python checks for Windows
2019-12-22 Reid KlecknerRevert "[DebugInfo] Support to emit debugInfo for exter...
2019-12-22 Reid KlecknerRevert "[Concepts] Constrained partial specializations...
2019-12-22 Valentin Churavy[SelectionDAG] Copy FP flags when visiting a binary...
2019-12-22 Reid KlecknerRevert "[ARM][TypePromotion] Enable by default"
2019-12-22 Craig Topper[X86] Autogenerate complete checks. NFC
2019-12-22 Craig Topper[X86] Fix typo of intrinsic name in test cases. NFC
2019-12-22 Mark de Wever[AMDGPU] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[Hexagon] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[NVPTX] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[PowerPC] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[Transforms] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[Analyzer] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[Tools] Fixes -Wrange-loop-analysis warnings
2019-12-22 Mark de Wever[TableGen] Fixes -Wrange-loop-analysis warnings
2019-12-22 Philip Reames[Test] Add examples of problematic assembler auto-padding
2019-12-22 Sanjay Patel[InstCombine] enhance fold for copysign with known...
2019-12-22 Eric Astor[ms] [X86] Use "P" modifier on operands to call instruc...
2019-12-22 Sanjay Patel[AArch64] match splat of bitcasted extract subvector...
2019-12-22 Raphael Isemann[lldb] Remove unused CompilerDeclContext::IsStructUnion...
2019-12-22 Bruno Ricci[Sema] SequenceChecker: C++17 sequencing rules for...
2019-12-22 Bruno Ricci[Sema] SequenceChecker: Fix handling of operator |...
2019-12-22 Bruno Ricci[Sema] SequenceChecker: Add some comments + related...
2019-12-22 Saar Raz[Concepts] Constrained partial specializations and...
2019-12-22 Martin Storsjö[LLDB] Fix building without SWIG
2019-12-22 Fangrui Song[Driver] Allow -mnop-mcount for SystemZ and -mfentry...
2019-12-22 David BlaikieDebugInfo: Remove out of date comment
2019-12-22 Fangrui Song[Driver] Verify -mrecord-mcount in Driver, instead...
2019-12-22 Jonas Devlieghere[lldb/ScriptInterpreter] Fix stale/bogus error messages
2019-12-22 Jonas Devlieghere[lldb/Commands] Honor the scripting language passed...
2019-12-22 Jonas Devlieghere[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
2019-12-22 LLVM GN Syncbot[gn build] Port 7376d9eb389
2019-12-22 Nico Weber[gn build] fixup after c3d13d9c56
2019-12-22 Jonas Devlieghere[lldb/Commands] Use the default scripting langauge...
2019-12-22 Nico Weber[gn build] fold Basic:version into Basic
2019-12-22 Yaxun (Sam... [NFC] Separate getLastArgIntValue to Basic
2019-12-22 Jonas Devlieghere[lldb/Commands] Honor the scripting language passed
next