platform/upstream/llvm.git
2019-11-28 Fangrui Song[LegacyPassManager] Simplify FunctionPass::assignPassMa...
2019-11-28 Alexandre Ganea[Clang] Bypass distro detection on non-Linux hosts
2019-11-28 Fangrui Song[LegacyPassManager] Simplify PMStack pop
2019-11-28 Lang Hames[ORC][JITLink] Add support for weak references, and...
2019-11-28 Simon Atanasyan[mips] Check that features required by built-ins are...
2019-11-28 Florian Hahn[IVDescriptors] Skip FOR where we have multiple sink...
2019-11-28 Konrad Kleine[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
2019-11-28 Alexandre Ganea[LLDB] On Windows, force error message formatting to...
2019-11-28 Alexandre Ganea[LLDB] Fix wrong argument in CommandObjectThreadStepWit...
2019-11-28 Austin KerbowAMDGPU: Reuse carry out register during FI elimination
2019-11-28 Simon Tatham[AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disas...
2019-11-28 Miloš Stojanović[OpenMP][test] Fix test on MIPS-based buildbots
2019-11-28 Raphael Isemann[lldb][NFC] Remove CompilerDeclContext::IsClang
2019-11-28 Raphael Isemann[lldb][NFC] Remove unused variable in ClangASTSource...
2019-11-28 Raphael Isemann[lldb][NFC] Simplify CompilerDecl and CompilerDeclConte...
2019-11-28 Raphael Isemann[lldb][NFC] Remove unused CompilerDecl::IsClang
2019-11-28 Pavel Labath[lldb] refactor FileSpec::Equal
2019-11-28 Pavel Labath[lldb] Add FileSpec::Equal unit tests
2019-11-28 Pavel Labath[lldb] Simplify and improve FileSpecTest
2019-11-28 Raphael IsemannRevert "[lldb] NFC: refactor CompileUnit::ResolveSymbol...
2019-11-28 Benjamin Kramer[include-fixer] Python 3 support for clang-include...
2019-11-28 Raphael Isemann[lldb][NFC] Remove unused STLUtil include and STLUtil...
2019-11-28 Raphael Isemann[lldb][NFC] Use llvm::StringRef instead of C-strings...
2019-11-28 Konrad Kleine[lldb] NFC: refactor CompileUnit::ResolveSymbolContext
2019-11-28 Haojian Wu[clangd] Don't perform rename when the refs result...
2019-11-28 Raphael Isemann[lldb][NFC] Remove unused CStringToDIEMap typedef
2019-11-28 Haojian Wu[clangd] Prefer the left character if the character...
2019-11-28 Haojian Wu[clangd] Tweak the no-index error message for rename...
2019-11-28 Raphael Isemann[lldb][NFC] Remove forward declaration of PrivateAutoCo...
2019-11-28 Raphael Isemann[lldb][NFC] Make GetAsCXXRecordDecl static
2019-11-28 Martin Storsjö[LLDB] [test] Add a missing "REQUIRES: arm" line
2019-11-28 David StuttardAMDGPU: Fix lit test checks with dag option
2019-11-28 Raphael Isemann[lldb][NFC] Split up DWARFASTParserClang::CompleteTypeF...
2019-11-28 Georgii Rymar[llvm-readelf] - Make GNU style dumping of invalid...
2019-11-28 Martin Storsjö[LLDB] Always interpret arm instructions as thumb on...
2019-11-28 Martin Storsjö[LLDB] [PECOFF] Look for the truncated ".eh_fram" secti...
2019-11-28 Martin Storsjö[LLDB] [PECOFF] Factorize mapping section names to...
2019-11-28 Raphael Isemann[lldb] Remove debugging code used for LLDB_DWARF_DONT_C...
2019-11-28 Georgii Rymar[llvm-readelf][llvm-readobj][test] - Cleanup test cases...
2019-11-28 Wang, Pengfei[X86][NFC] Rename test file for following changes.
2019-11-28 Lang Hames[JITLink] Make sure MachO/x86-64 handles 32-bit signed...
2019-11-28 Ehud Katz[InlineCost] Fix infinite loop in indirect call evaluation
2019-11-28 Craig Topper[LegalizeTypes] Remove dead code related to softening...
2019-11-28 Craig Topper[LegalTypes][X86] Add SoftenFloatOperand support for...
2019-11-28 Rui UeyamaUse InitLLVM in clang-tidy
2019-11-28 Craig Topper[LegalizeTypes][X86] Add ExpandIntegerResult support...
2019-11-28 Craig Topper[X86] Add support for STRICT_FP_TO_UINT/SINT from fp128.
2019-11-28 Nico WeberRevert "Revert "gn build: (manually) try to merge 1689a...
2019-11-28 Richard SmithProperly disambiguate between array declarators and...
2019-11-28 Yi KongRevert "Revert 1689ad27af5 "[builtins] Implement roundi...
2019-11-27 Johannes Altmanninger[CodeGen] Fix clang crash on aggregate initialization...
2019-11-27 Dávid Bolvanský[ADT] Fixed -Wdeprecated-copy warning. NFCI
2019-11-27 Craig Topper[X86] Add SSEPackedSingle/Double execution domain to...
2019-11-27 David Tenty[AIX] Emit TOC entries for ASM printing
2019-11-27 Dávid BolvanskýRevert "[Attributor] Move pass after InstCombine to...
2019-11-27 Stefan Pintilie[PowerPC] Separate Features that are known to be Power9...
2019-11-27 Dávid BolvanskýTry to reenable -Wdeprecated-copy under -Wextra
2019-11-27 Dávid Bolvanský[Attributor] Move pass after InstCombine to futher...
2019-11-27 Saleem Abdulrasoolbuild: avoid cached literals being linked against
2019-11-27 Saleem Abdulrasoolbuild: avoid hardcoding the libxml2 library name
2019-11-27 Stefan Pintilie[PowerPC] Add new Future CPU for PowerPC in LLVM
2019-11-27 Nandor Licker[ConstExprPreter] Removed the flag forcing the use...
2019-11-27 Craig Topper[CriticalAntiDepBreaker] Teach the regmask clobber...
2019-11-27 taewookohRevert b19ec1eb3d0c
2019-11-27 Sanjay Patel[x86] make SLM extract vector element more expensive...
2019-11-27 Gabor Horvath[clang-tidy] Fix PR35824
2019-11-27 Roman Lebedev[clang][CodeGen] Implicit Conversion Sanitizer: handle...
2019-11-27 Craig Topper[LegalizeTypes][FPEnv][X86] Add initial support for...
2019-11-27 Taewook Oh[BPI] Improve unreachable/ColdCall heurstics to handle...
2019-11-27 Peter Collingbournescudo: Limit the number of bytes tested in a realloc...
2019-11-27 Peter Collingbournescudo: Replace a couple of macros with their expansions.
2019-11-27 Peter Collingbournescudo: Call setCurrentTSD(nullptr) when bringing down...
2019-11-27 Martin LiskaMake memory dump same as the one in asan.
2019-11-27 Kostya Kortchinsky[scudo][standalone] Make tests work on Fuchsia
2019-11-27 Gabor Horvath[LifetimeAnalysis] Fix PR44150
2019-11-27 Fangrui Song[ELF][ARM] Add getPCBias()
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VAND/VORR/VORN/VEOR...
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VMUL intrinsics. Remove...
2019-11-27 Mark Murray[ARM][MVE][Intrinsics] Add MVE VABD intrinsics. Add...
2019-11-27 Sanjay Patel[InstCombine] add tests for copysign; NFC
2019-11-27 Jay FoadRemove a comment obsoleted by r227345.
2019-11-27 Haojian Wu[clangd] Handle the missing call expr in targetDecl.
2019-11-27 marshallOptimize and fix basic_string move assignment operator...
2019-11-27 Alexey Bataev[OPENMP50]Add if clause in parallel for simd directive.
2019-11-27 Hans Wennborg[profile] Fix file contention causing dropped counts...
2019-11-27 Hideto Ueno[Attributor] Handle special case when offset equals...
2019-11-27 Roman LebedevRevert "[clang][CodeGen] Implicit Conversion Sanitizer...
2019-11-27 David Green[ARM] Replace arm_neon_vqadds with sadd_sat
2019-11-27 John Brawn[ARM] Add constrained FP intrinsics test
2019-11-27 Roman Lebedev[CodeGen][UBSan] Relax newly-added verbose sanitization...
2019-11-27 Anastasia Stulova[OpenCL] Move addr space deduction to Sema.
2019-11-27 Sam McCall[Frontend] Clean up some dead code in PrecompiledPreamb...
2019-11-27 Roman Lebedev[clang][CodeGen] Implicit Conversion Sanitizer: handle...
2019-11-27 AndreyChurbanov[openmp] Fixed nonmonotonic schedule when #threads...
2019-11-27 LLVM GN Syncbotgn build: Merge 19ac0eaf07e
2019-11-27 Sam McCall[clangd] Shutdown cleanly on signals.
2019-11-27 Tim NorthoverAArch64: support the Apple NEON syntax for v8.2 crypto...
2019-11-27 Georgii Rymar[llvm-readobj] - Always print "Predecessors" for versio...
2019-11-27 Raphael Isemann[lldb][NFC] Move TypeSystem RTTI to static variable...
2019-11-27 Hans Wennborgclang-format-vs : Fix Unicode formatting
next