platform/upstream/llvm.git
2019-12-14 John McCallExtract the TypeClass <-> TypeCode map into a .def...
2019-12-14 John McCallEnable better node-hierarchy metaprogramming; NFC.
2019-12-14 John McCallExtract out WrappedRecord as a convenience base class...
2019-12-14 John McCallAdd a function to get the ExceptionSpecInfo of a functi...
2019-12-14 John McCallIntroduce some types and functions to make it easier...
2019-12-14 John McCall[NFC] Correct accidental use of tabs.
2019-12-14 John McCall[NFC] Rename ClangASTEmitters.h -> ASTTableGen.h
2019-12-14 Johannes Doerfert[Attributor] Only replace instruction operands
2019-12-14 Johannes Doerfert[Attributor] Reuse the IPConstantProp tests for the...
2019-12-14 Nico Webergn build: add deps I failed to add in b2508ce85c1
2019-12-14 Xin-Xin Wang[clang] Move CLANG_BOOTSTRAP_CMAKE_ARGS above PASSTHROU...
2019-12-14 Fangrui Song[AArch64] Save FP for leaf functions when disabling...
2019-12-14 Fangrui Song[Driver] Default to -momit-leaf-frame-pointer for AArch64
2019-12-14 Richard SmithPR44268: Fix crash if __builtin_object_size is applied...
2019-12-14 Richard Smith[c++20] Improve phrasing of diagnostic for missing...
2019-12-14 Stephan T.... [libcxx] [test] Include missing headers. (NFC)
2019-12-14 Artem Dergachev[analyzer] CStringChecker: Fix a crash on unknown value...
2019-12-14 Sean Fertile[PowerPC] Add Support for indirect calls on AIX.
2019-12-14 Julian Lettner[lit] Small cleanups. NFCI
2019-12-14 Michael Kruse[OpenMP][Docs] Claim loop tiling.
2019-12-14 Fangrui Song[Mips] Fix gcc -Wunused-but-set-variable in -DLLVM_ENAB...
2019-12-13 Roman Tereshin[Legalizer] Making artifact combining order-independent
2019-12-13 Roman Tereshin[Legalizer] Refactoring out legalizeMachineFunction
2019-12-13 Roman Tereshin[Legalizer] More detailed debugging printing in main...
2019-12-13 Vedant Kumar[ubsan] Enable testing of .m files
2019-12-13 Jonas Devlieghere[lldb/SWIG] Modulerize lldb.swig so parts of it can...
2019-12-13 Fangrui Song[Driver] Use .init_array for all gcc installations...
2019-12-13 Alexey Bataev[OPENMP]Fix skipping of functions body.
2019-12-13 Jonas Devlieghere[lldb/CMake] Initialize LLDB_ENABLE_POSIX based on...
2019-12-13 Jonas Devlieghere[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_...
2019-12-13 Alex Richardson[LSAN] Increase stack space for guard-page.c test
2019-12-13 Alex Richardson[NFC] Use SelectionDAG::getMemBasePlusOffset() instead...
2019-12-13 Alex Richardson[NFC] Implement SelectionDAG::getObjectPtrOffset()...
2019-12-13 Alex Richardson[NFC] Add a SDValue overload for SelectionDAG::getMemBa...
2019-12-13 Alex Richardson[NFC] Change SelectionDAG::getMemBasePlusOffset() to...
2019-12-13 Alexey BataevRevert "[libomptarget] Move resource id functions into...
2019-12-13 Akira HatanakaCall objc_retainBlock before passing a block as a varia...
2019-12-13 Eric ChristopherFix -Wswitch-coverage warning in clang-tidy after ak_ad...
2019-12-13 Eric Fiselier[libc++] Ensure __config always defines certain configu...
2019-12-13 Med Ismail... LanguageRuntime: Simplify NSException::GetSummary(...
2019-12-13 Erich KeaneCorrect gcc vector splat conversion from float to int...
2019-12-13 Sam Elliott[RISCV] Move DebugLoc Copy into CompressInstEmitter
2019-12-13 Francesco PetrogalliRevert "[VectorUtils] Introduce the Vector Function...
2019-12-13 Fangrui Song[profile] Fix a crash when -fprofile-remapping-file...
2019-12-13 Sanjay Patel[InstSimplify] improve test coverage for insert+splat...
2019-12-13 Sanjay Patel[DAGCombiner] fold shift-trunc-shift to shift-mask...
2019-12-13 Hiroshi Yamauchi[PGO][PGSO] Enable size optimizations in code gen ...
2019-12-13 Mitch Phillips[NFC] Guard scudo_standalone's optional dependency...
2019-12-13 Momchil Velikov[ARM] Fix in ICE when retrieving the number of micro...
2019-12-13 Nico Webergn docs: remove obsolete reference to monorepo
2019-12-13 Jonas Devlieghere[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
2019-12-13 Jonas Devlieghere[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
2019-12-13 Jon Chesterfield[libomptarget] Build most of common/src for amdgcn
2019-12-13 Mitch Phillips[GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.
2019-12-13 Vlad TsyrklevichRevert "[ELF] Allow getErrPlace() to work before Out...
2019-12-13 Momchil Velikov[AArch64] Emit PAC/BTI .note.gnu.property flags
2019-12-13 Fangrui Song[MC][PowerPC] Fix a crash when redefining a symbol...
2019-12-13 Mark Murray[ARM][MVE][Intrinsics] All vqdmulhq/vqrdmulhq tests...
2019-12-13 Fangrui Song[ARM][MVE] Fix -Wunused-variable in -DLLVM_ENABLE_ASSER...
2019-12-13 Fangrui Song[ELF] Update st_size when merging a common symbol with...
2019-12-13 Mitch Phillips[Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.
2019-12-13 Mark Murray[ARM][MVE][Intrinsics] remove extraneous intrinsics...
2019-12-13 LLVM GN Syncbotgn build: Merge 84728e65e95
2019-12-13 Dmitri GribenkoRevert "[ARM][MVE][Intrinsics] remove extraneous intrin...
2019-12-13 Miloš Stojanović[llvm-exegesis][mips] Add BenchmarkResultTest unit...
2019-12-13 Sam McCall[clangd] Fall back to selecting token-before-cursor...
2019-12-13 Sam McCall[Tooling/Syntax] Helpers to find spelled tokens touchin...
2019-12-13 Mark Murray[ARM][MVE][Intrinsics] remove extraneous intrinsics.
2019-12-13 Sam Parker[ARM][MVE] Make VPT invalid for tail predication
2019-12-13 Kristina Bessonova[llvm-dwarfdump][Statistics] Don't count coverage less...
2019-12-13 Nicola ZaghenReland [DataLayout] Fix occurrences that size and range...
2019-12-13 Jon Chesterfield[libomptarget][nfc] Add nop syncwarp function for amdgcn
2019-12-13 Sanjay Patel[x86] add tests for shift-trunc-shift; NFC
2019-12-13 Mikhail Maltsev[ARM][MVE] Add vector reduction intrinsics with two...
2019-12-13 Kristina Bessonova[llvm-dwarfdump][Statistics] Change the coverage bucket...
2019-12-13 Simon Tatham[ARM][MVE] Add intrinsics for more immediate shifts.
2019-12-13 John Brawn[ARM] Add custom strict fp conversion lowering when...
2019-12-13 Tim RenoufRevert "AMDGPU: Try to commute sub of boolean ext"
2019-12-13 Djordje Todorovic[llvm-locstats] Avoid the locstats when no scope bytes...
2019-12-13 Anastasia Stulova[Sema] Improve diagnostic about addr spaces for overloa...
2019-12-13 Alex Richardson[NFC] Use EVT instead of bool for getSetCCInverse()
2019-12-13 Alex Richardson[ELF] Allow getErrPlace() to work before Out::bufferSta...
2019-12-13 Sjoerd MeijerRevert "[ARM][MVE] findVCMPToFoldIntoVPS. NFC."
2019-12-13 Mark Murray[ARM][MVE][Intrinsics] Add *_x() variants of my *_m...
2019-12-13 Raphael Isemann[lldb][NFC] Remove all `setUp` overrides that only...
2019-12-13 Raphael Isemann[lldb][NFC] Remove unused includes in Utility's source...
2019-12-13 Raphael Isemann[lldb][NFC] Remove 'from __future__ import print_functi...
2019-12-13 Kai Nacke[Docs] Fix target feature matrix for PowerPC and SystemZ
2019-12-13 Raphael Isemann[lldb][NFC] Add reminder to TestSampleTest that setUp...
2019-12-13 Raphael Isemann[lldb][NFC] Make metadata tracking type safe
2019-12-13 Kerry McLaughlinRecommit "[AArch64][SVE] Implement intrinsics for non...
2019-12-13 David Stenberg[LiveDebugValues] Omit entry values for DBG_VALUEs...
2019-12-13 Kadir Cetinkaya[clangd] Fix windows builds
2019-12-13 Pavel Labath[lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES
2019-12-13 Kadir Cetinkaya[clangd] Add "inline" keyword to prevent ODR-violations...
2019-12-13 Kadir Cetinkaya[clangd] Introduce codeblocks
2019-12-13 Kadir Cetinkaya[clangd] Introduce paragraph, the first part of new...
2019-12-13 Georgii Rymar[yaml2obj] - Add a way to override sh_flags section...
2019-12-13 Georgii Rymar[llvm-readobj] - Fix letters used for dumping section...
2019-12-13 Craig Topper[LegalizeTypes] Remove unnecessary if before calling...
next