platform/upstream/llvm.git
2019-11-15 Petar Avramovic[MIPS GlobalISel] Select andi, ori and xori
2019-11-15 Petar Avramovic[MIPS GlobalISel] Select addiu
2019-11-15 Mikael Holmen[Scalarizer] Treat values from unreachable blocks as...
2019-11-15 Djordje Todorovic[clang] Remove the DIFlagArgumentNotModified debug...
2019-11-15 Simon Tatham[ARM,MVE] Add intrinsics for vector get/set lane.
2019-11-15 Simon Tatham[ARM,MVE] Add intrinsics for 'administrative' vector...
2019-11-15 Sam McCall[AST] Use written names instead of `type-param-0-0...
2019-11-15 Hans WennborgFix GCC -Wcast-qual warnings
2019-11-15 Hans WennborgGCC 5.3 build fix
2019-11-15 Matt ArsenaultAMDGPU: Change boolean content type to 0 or 1
2019-11-15 Matt ArsenaultAMDGPU: Try to commute sub of boolean ext
2019-11-15 Matt ArsenaultGlobalISel: Lower s1 source G_SITOFP/G_UITOFP
2019-11-15 David ZarzyckiUnbreak the clang test suite when hexagon-link is not...
2019-11-15 LLVM GN Syncbotgn build: Merge 16f38dda292
2019-11-15 Lang Hames[ORC] Add a utility to support dumping JIT'd objects...
2019-11-15 Seiya Nuta[llvm-objcopy][MachO] Implement --remove-section
2019-11-15 Bruno Cardoso... Add a test to cover structural match for recursive...
2019-11-15 Francis Visoiu... [InstCombine] Don't use getFirstNonPHI in FoldIntegerTy...
2019-11-15 Wang, Pengfei[WinEH] Fix the wrong alignment orientation during...
2019-11-14 Davide Italiano[Utility] Remove a dead header [PPC64LE_ehframe_Registe...
2019-11-14 Reid KlecknerAdd missing includes needed to prune LLVMContext.h...
2019-11-14 Marek Kurdej[libc++] [P0920] [P1661] Update status page.
2019-11-14 Jonas Devlieghere[LLDB] Fix more -Wdocumentation issues (NFC)
2019-11-14 Reid Kleckner[COFF] Avoid CodeView include in header
2019-11-14 Reid KlecknerForward declare the DWARFCache to avoid including LLVM...
2019-11-14 Jonas Devlieghere[Reproducer] Enable crash reports for reproducer tests
2019-11-14 Yonghong Song[BPF] Restrict preserve_access_index attribute to C...
2019-11-14 Dan Liew[SanitizerCommon] Print the current value of options...
2019-11-14 Reid Kleckner[COFF] Don't include llvm/LTO/LTO.h in a header
2019-11-14 Alexey BataevRevert "Temporarily Revert:"
2019-11-14 Matthew Voss[llvm-dis] Fix the disable-output flag
2019-11-14 Michael Kruse[GPGPU] Fix depricated warning.
2019-11-14 Craig Topper[X86] Fix the implementation of __readcr3/__writecr3...
2019-11-14 Vedant Kumar[DebugInfo] Allow spill slots in call site parameter...
2019-11-14 Sergey Dmitriev[yaml2obj][COFF] Add support for extended relocation...
2019-11-14 Michael Kruse[GPGPU] Fix #includes.
2019-11-14 Daniel Sanders[globalisel][irtanslator] The IRTranslator should prese...
2019-11-14 Jordan Rupprecht[lldb][Editline] Support ctrl+left/right arrow word...
2019-11-14 Paul RobinsonFix up lit's tests to run in a multi-config build envir...
2019-11-14 Sumanth Gundapaneni[Pipeliner] Fix an assertion caused by iterator invalid...
2019-11-14 Sumanth Gundapaneni[Hexagon] Validate the iterators before converting...
2019-11-14 Sumanth Gundapaneni[Hexagon] Fix clang driver to parse -mcpu/-mvXX and...
2019-11-14 Sumanth GundapaneniUpdate lit infra to detect "MemoryWithOrigins' sanitize...
2019-11-14 Sam Elliott[RISCV] Use addi rather than add x0
2019-11-14 Matthew VossAdd support for multi-module bitcode files to llvm-dis
2019-11-14 Sergey Dmitriev[llvm-objcopy][COFF] Add support for extended relocatio...
2019-11-14 Luís Marques[RISCV] Fix wrong CFI directives
2019-11-14 Craig Topper[ExpandReductions] Don't push all intrinsics to the...
2019-11-14 Mitchell Balan[clang-format] Fixed edge-case with SpacesInSquareBrack...
2019-11-14 Reid KlecknerReplace wrongly deleted header banner, fix formatting
2019-11-14 Tom Stellard[cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on...
2019-11-14 Kevin P. NealDocument more specifically the rounding for "llvm.round".
2019-11-14 Sanjay Patel[InstCombine] remove duplicate code for simplifying...
2019-11-14 Kevin P. NealMake the language more consistent since I'm about to...
2019-11-14 Reid Kleckner[clang-include-fixer] Skip .rc files when finding symbols
2019-11-14 Alexey Bataev[OPENMP]Add assignment operator in UDR test, NFC.
2019-11-14 Adrian PrantlFix incorrect comment.
2019-11-14 Adrian PrantlConvert condition to early exit (NFC)
2019-11-14 Adrian PrantlConvert UpdateExternalModuleListIfNeeded to use early...
2019-11-14 Adrian PrantlRename DWO -> Clang module to avoid confusion. (NFC)
2019-11-14 Jonas Devlieghere[LLDB] Make a clear distinction between usage & develop...
2019-11-14 Adrian PrantlUse ForEachExternalModule in ParseTypeFromClangModule...
2019-11-14 Scott Linder[AMDGPU][HIP] Change default DWARF version to 4
2019-11-14 Adrian McCarthyImprove VFS compatibility on Windows
2019-11-14 Sam McCall[clangd] Ignore more implicit nodes in computing selection.
2019-11-14 Sam McCall[clangd] Expose value of enumerators to Hover API....
2019-11-14 Lang Hames[ADT] Move drop_begin from iterator_range.h into STLExtras.
2019-11-14 Adam Balogh[Analyzer][NFC] Separate white-box tests for iterator...
2019-11-14 Pavel Labath[lldb] Fix dwo variant of TestLibCxxFunction
2019-11-14 Sanjay Patel[InstCombine] regenerate test CHECKs; NFC
2019-11-14 Benjamin KramerRevert "[ThinLTO] Add correctness check for RO/WO varia...
2019-11-14 Ed MasteOn FreeBSD use AT_EXECPATH from ELF auxiliary vectors...
2019-11-14 Tim NorthoverARM: allow rewriting frame indexes for all prefetch...
2019-11-14 Simon PilgrimGCOVProfiling - fix uninitialized variable warnings...
2019-11-14 Simon PilgrimWholeProgramDevirt - fix uninitialized variable warning...
2019-11-14 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-14 Simon PilgrimFix uninitialized variable warning. NFCI.
2019-11-14 Simon PilgrimSROA - fix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimFix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimHexagon - fix uninitialized variable warnings. NFCI.
2019-11-14 Simon PilgrimMSP430 - fix uninitialized variable warnings. NFCI.
2019-11-14 Louis Dionne[libc++][P1872] span should have size_type, not index_type.
2019-11-14 Louis Dionne[libc++] [P1612] Add missing feature-test macro __cpp_l...
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement floating-point comparison...
2019-11-14 Ilya Biryukov[clangd] Simplify the code in Index::refs
2019-11-14 Sjoerd Meijer[LV] PreferPredicateOverEpilog respecting predicate...
2019-11-14 Paweł Bylica[DAGCombiner] Drop redundant DAG method param. NFC
2019-11-14 Paweł Bylica[DAGCombiner] Use TLI field already available. NFC
2019-11-14 Raphael IsemannModernize llvm::Error handling in ExternalASTMerger
2019-11-14 JonChesterfield[libomptarget][nfc] Use cuda variable wrappers from...
2019-11-14 Miloš Stojanović[mips][NFC] Remove old FIXME comment
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement remaining floating-point arith...
2019-11-14 Kerry McLaughlin[AArch64][SVE] Implement additional floating-point...
2019-11-14 Diana PicusFix typos in docs. NFC
2019-11-14 QingShan Zhang[NFC] Add one test for PowerPC to verify the sext_inreg...
2019-11-14 Kevin PetitFix use of add_llvm_tool in projects that build no...
2019-11-14 Daniil SuchkovRevert "[InstCombine] Fold PHIs with equal incoming...
2019-11-14 Raphael Isemann[lldb] Fix that trailing backslashes in source lines...
2019-11-14 Daniil Suchkov[InstCombine] Fold PHIs with equal incoming pointers
2019-11-14 Djordje Todorovic[AArch64][DebugInfo] Fix incorrect call site param...
next