platform/upstream/llvm.git
2019-11-20 Eric SchweitzExtends the tblgen macro to allow mlir-tblgen to be...
2019-11-20 Puyan LotfiRevert "[clang][IFS] Driver Pipeline: generate stubs...
2019-11-20 Puyan LotfiRevert "[clang][IFS] Fixing failing bots that do not...
2019-11-20 Puyan LotfiRevert "[clang][IFS] Attempting to fix missing 'orbis...
2019-11-20 Puyan LotfiRevert "[clang][IFS] Fixing unsupported emulation mode...
2019-11-20 Puyan LotfiRevert "[clang][IFS][test] Removing driver-test.c....
2019-11-20 Puyan Lotfi[clang][IFS][test] Removing driver-test.c. Test is...
2019-11-20 Duncan P. N... clang/Modules: Early return in CompilerInstance::create...
2019-11-20 Reid Kleckner[musttail] Don't forward AL on Win64
2019-11-20 Francis Visoiu... [LTO][Legacy] Add API for passing LLVM options separately
2019-11-20 Puyan Lotfi[clang][IFS] Fixing unsupported emulation mode on clang...
2019-11-20 Alexander ShaposhnikovRevert "Introduce llvm-install-name-tool"
2019-11-20 Jonas Devlieghere[Reproducer] Namespace the reproducer dump options.
2019-11-20 Craig Topper[LegalizeDAG][X86] Enable STRICT_FP_TO_SINT/UINT to...
2019-11-20 Peter Collingbournescudo: Switch from std::random_shuffle to std::shuffle...
2019-11-20 Duncan P. N... clang/Modules: Sink ASTReadResult in ReadControlBlock...
2019-11-20 Craig Topper[X86] Add custom type legalization and lowering for...
2019-11-20 Philip Reames[tests] Autogen a test to eliminate spurious diff from...
2019-11-19 Pete Couperus[ARC] Add InitializePasses header to fix ARC build.
2019-11-19 Puyan Lotfi[clang][IFS] Attempting to fix missing 'orbis-ld' on...
2019-11-19 Jordan Rupprecht[lldb][test] Prevent \n in calls to lldb's expect(...
2019-11-19 Alexander ShaposhnikovIntroduce llvm-install-name-tool
2019-11-19 Philip Reames[GuardWidening] Remove WidenFrequentBranches transform
2019-11-19 Puyan Lotfi[clang][IFS] Fixing failing bots that do not have PPC...
2019-11-19 Puyan Lotfi[clang][IFS] Driver Pipeline: generate stubs after...
2019-11-19 Philip Reames[NFC] Factor out utilities for manipulating widenable...
2019-11-19 Philip Reames[LoopPred] Generalize profitability check to handle...
2019-11-19 Amara Emerson[AArch64] Fix MIR test instruction to not have invalid...
2019-11-19 Benjamin Kramer[ValueTracking] Add a basic version of isKnownNonInfini...
2019-11-19 Duncan P. N... Wrap C APIs with pragmas enforcing -Werror=strict-proto...
2019-11-19 Philip ReamesPrecommit test showing oppurtunity when computing exit...
2019-11-19 Alexey Bataev[OPENMP50]Add if clause in simd directive.
2019-11-19 Vedant Kumar[profile] Address unused function warnings on Windows...
2019-11-19 Vedant Kumar[CGDebugInfo] Emit subprograms for decls when AT_tail_c...
2019-11-19 Tim Northover[docs] Remove dangling parenthesis from documentation
2019-11-19 Reid KlecknerAdd a key method to Sema to optimize debug info size
2019-11-19 Vedant Kumar[profile] Unbreak Fuchsia/Windows after D68351
2019-11-19 diggerlinThe patch is the compiler error specific on the compile...
2019-11-19 Tykerfixe leak found by asan build bot
2019-11-19 Vedant Kumar[DebugInfo] Describe size of spilled values in call...
2019-11-19 Duncan P. N... llvm/ObjCARC: Eliminate inlined AutoreleaseRV calls
2019-11-19 Sanjay Patel[SLP] fix miscompile on min/max reductions with extra...
2019-11-19 JonChesterfield[nfc][libomptarget] Remove casts of string literals...
2019-11-19 Evgenii StepanovMTE: add more unchecked instructions.
2019-11-19 Tom Stellardtest-release.sh: Update to fetch source from GitHub
2019-11-19 Alex Lorenz[ADT][Expensive checks] Create a std::random_device...
2019-11-19 Adrian PrantlAdd a "Using LLDB" section to the welcome page of the...
2019-11-19 David Green[ARM] MVE interleaving load and stores.
2019-11-19 David Green[ARM] Add and update a lot of VLDn tests. NFC
2019-11-19 diggerlinimplement printing out raw section data of xcoff object...
2019-11-19 Alexandre Ganea[C-index] Fix test when using Debug target & MSVC STL
2019-11-19 Jonas Devlieghere[LLDB] Fix formatting in the driver (NFC)
2019-11-19 Dan Liew[Symbolizers] On Darwin compute function offset when...
2019-11-19 Matt Arsenaultclang: Add -fconvergent-functions flag
2019-11-19 Fangrui Song[ELF] Disallow out-of-range section group indices after...
2019-11-19 Alexey Bataev[OPENMP]Rename function, NFC.
2019-11-19 JonChesterfield[nfc][libomptarget] Write amdgcn macros in terms of...
2019-11-19 Tyker[NFC] Refactor representation of materialized temporaries
2019-11-19 Yitzhak Mandelbaum[libTooling] Extend `buildASTFromCodeWithArgs` to take...
2019-11-19 Joel E. Denny[FileCheck] Use lit's internal shell for the test suite
2019-11-19 Fangrui Song[ELF] Improve --gc-sections compatibility with GNU...
2019-11-19 AndreyChurbanovFix openmp on PowerPC64-BE-ELFv2 ABI on FreeBSD.
2019-11-19 Mitchell Balan[NFC] Attempting to fix sphinx build failure with badly...
2019-11-19 LLVM GN Syncbotgn build: Merge 7fe9435dc88
2019-11-19 Matt ArsenaultWork on cleaning up denormal mode handling
2019-11-19 Pavel Labath[cmake] Disable GCC 9's -Winit-list-lifetime warning...
2019-11-19 Thomas Preud... [clang][NFC] Make various uses of Regex const
2019-11-19 Mitchell Balan[NFC] Attempting to fix sphinx build failure with badly...
2019-11-19 jasonliu[AIX][XCOFF] Write Function descriptors and TOC base...
2019-11-19 Mitchell Balan[clang-tidy] Give readability-redundant-member-init...
2019-11-19 Sanjay Patel[SLP] fix insertion point for min/max reduction
2019-11-19 LLVM GN Syncbotgn build: Merge 765b1250f68
2019-11-19 David BozierFixup AVR tests to reflect changes in addend format...
2019-11-19 Sanjay Patel[SLP] add test for reduction miscompile; NFC
2019-11-19 Raphael Isemann[lldb] Add logging to IRExecutionUnit::GetStaticInitial...
2019-11-19 Simon Tatham[ARM,MVE] Add intrinsics for scalar shifts.
2019-11-19 Sam McCall[clangd] Show values of more expressions on hover
2019-11-19 Matt ArsenaultAMDGPU: Refactor treatment of denormal mode
2019-11-19 Matt ArsenaultAMDGPU: Be explicit about denormal mode in MIR tests
2019-11-19 Balázs Kéri[clang-tidy] DefaultOperatorNewCheck test fixes.
2019-11-19 Sam McCall[clangd] Untangle Hover from XRefs, move into own file.
2019-11-19 Raphael Isemann[lldb][NFC] Early exit in IRExecutionUnit::GetStaticIni...
2019-11-19 Matt ArsenaultDAG: Add function context to isFMAFasterThanFMulAndFAdd
2019-11-19 Raphael IsemannFix modules build by adding missing includes
2019-11-19 dfukalov[AMDGPU] Tune inlining parameters for AMDGPU target...
2019-11-19 Roman Lebedev[NFC][X86] Fixup comment in CodeGen/X86/cmov.ll
2019-11-19 Simon Pilgrim[ARM] Regenerate vector lane store tests
2019-11-19 Simon Pilgrim[PowerPC] Regenerate vsx_insert_extract_le.ll tests
2019-11-19 Nico WeberRevert "[RISCV] Support mutilib in baremetal environment"
2019-11-19 evgeny[ThinLTO] Simplify code. NFC
2019-11-19 Raphael Isemann[lldb] Also test Get[De]mangledName of SBType in TestSB...
2019-11-19 Mitchell Balan[clang-tidy] modernize-use-override new option AllowOve...
2019-11-19 Mitchell Balan[clang-tidy] Fix readability-redundant-string-init...
2019-11-19 Mitchell BalanRevert "[clang-tidy] modernize-use-override new option...
2019-11-19 Mitchell BalanRevert "[clang-tidy] Fix readability-redundant-string...
2019-11-19 David Bozier[llvm-objdump] Print relocation addends in hexadecimal
2019-11-19 Simon Pilgrim[X86][SSE] Remove XFormVExtractWithShuffleIntoLoad...
2019-11-19 Raphael Isemann[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
2019-11-19 Thomas Preud... Fix PR44001: assert failure in getFunctionLocalOffsetAf...
2019-11-19 Simon Atanasyan[mips] Joint MipsMemSimmXXXAsmOperand into the single...
next