platform/upstream/llvm.git
2020-02-03 Kazuaki Ishizaki[mlir] NFC: Fix trivial typo in comment
2020-02-03 Raphael Isemann[llvm] Add a way to speed up the speed in which BumpPtr...
2020-02-03 Martin Storsjö[PM][CGSCC] Add parentheses to avoid a GCC warning...
2020-02-03 Martin Storsjö[libcxxabi] Fix layout of __cxa_exception for win64
2020-02-03 Martin Storsjö[OpenMP] Fix GCC warnings. NFC.
2020-02-03 Martin Storsjö[LLDB] Fix GCC warnings about extra semicolon. NFC.
2020-02-03 Martin Probstclang-format: [JS] document InsertTrailingCommas.
2020-02-03 Johannes Doerfert[Attributor][FIX] Try to resolve non-determinism proble...
2020-02-03 Johannes Doerfert[Attributor] AANoRecurse check all call sites for ...
2020-02-03 Johannes Doerfert[Attributor] Propagate known information from `checkFor...
2020-02-03 Fangrui Song[Driver][test] Change %itanium_abi_triple to generic ELF
2020-02-03 Igor Kudrin[DebugInfo] Remove an unused method DWARFUnit::getDWARF...
2020-02-03 Craig Topper[X86] Remove a couple unnecessary calls to ConvertCmpIf...
2020-02-03 Johannes Doerfert[PM][CGSCC] Add a helper to update the call graph from...
2020-02-03 Juneyoung Lee[llvm-extract] Add -keep-const-init commandline option
2020-02-03 LLVM GN Syncbot[gn build] Port c953409ff89
2020-02-03 Johannes Doerfert[Inliner][NoAlias] Use call site attributes too
2020-02-03 Johannes Doerfert[OpenMP][Part 1] Reusable OpenMP context/traits handling
2020-02-03 Fangrui Song[Driver] Fix fsemantic-interposition.c for Windows...
2020-02-03 Fangrui Song[Driver] Move -fsemantic-interposition decision from...
2020-02-03 Shengchen Kan[NFC] Fix helptext for opt/llc after https://reviews...
2020-02-03 Saleem Abdulrasoolbuild: attempt to repair the build
2020-02-02 Nathan JamesFixed typo in CTE release notes failing build
2020-02-02 Nathan James[clang-tidy] Added option for disabling const qualifier...
2020-02-02 Nathan James[clang-tidy] Fix false positive for cppcoreguidelines...
2020-02-02 Craig Topper[X86] Use MVT::f80 for the result type of the FLD used...
2020-02-02 Saleem Abdulrasoolbuild: only pass -UNDEBUG when compiling C/C++
2020-02-02 Nicolas Vasilache[mlir][Linalg][doc] Add Design Document for the Linalg...
2020-02-02 Nicolas VasilacheRevert "[mlir][Linalg][doc] Add Design Document for...
2020-02-02 Craig Topper[X86] Cleanup the lrint/llrint/lround/llround tests...
2020-02-02 LLVM GN Syncbot[gn build] Port a7bbe45a3e2
2020-02-02 TykerBuild assume from call
2020-02-02 Fangrui Song[test] More tests to target specific directories after...
2020-02-02 Simon PilgrimRegenerate bitcast test for upcoming patch.
2020-02-02 Simon PilgrimFix a few spelling mistakes in comments. NFCI.
2020-02-02 Fangrui Song[gn build] Delete stale AttributesCompatFunc after...
2020-02-02 Simon Pilgrim[X86][SSE] Add bitcast <128 x i1> %1 to <2 x i64> test...
2020-02-02 Simon Pilgrim[X86][SSE] combineBitcastvxi1 - add pre-AVX512 v64i1...
2020-02-02 Fangrui Song[CodeGenPrepare][test] Add REQUIRES to two tests after...
2020-02-02 Fangrui Song[CodeGenPrepare] Delete dead !DL check
2020-02-02 TykerRevert "[WIP] Build assume from call"
2020-02-02 Fangrui Song[CodeGenPrepare] Make TargetPassConfig required
2020-02-02 Tyker[WIP] Build assume from call
2020-02-02 TykerRevert "[WIP] Build assume from call"
2020-02-02 Tyker[WIP] Build assume from call
2020-02-02 TykerRevert "[WIP] Build assume from call"
2020-02-02 Tyker[WIP] Build assume from call
2020-02-02 Sanjay Patel[Analysis] add optional index parameter to isSplatValue()
2020-02-02 Aaron PuchertRemove superfluous space from -Wrange-loop-construct...
2020-02-02 Tyker[NFC] Refactor TableGen for attributes
2020-02-02 TykerRevert "[NFC] Refactor TableGen for attributes"
2020-02-02 TykerRevert "[WIP] Build assume from call"
2020-02-02 Nathan James[clang-tidy] Fixed crash 44745 in readability-else...
2020-02-02 TykerRevert "[NFC] Factor out function to detect if an attri...
2020-02-02 Tyker[NFC] Factor out function to detect if an attribute...
2020-02-02 Tyker[WIP] Build assume from call
2020-02-02 Tyker[NFC] Refactor TableGen for attributes
2020-02-02 David GreenRevert "[ARM][MVE] VPT Blocks: findVCMPToFoldIntoVPS"
2020-02-02 Fangrui Song[Transforms] Simplify with make_early_inc_range
2020-02-02 Fangrui Song[DebugInfo] Merge DebugInfoFinder::{processDeclare...
2020-02-01 Jacques Pienaar[mlir] Expand shape functions in ShapeInference doc
2020-02-01 Fangrui Song[PatchableFunction] Use an empty DebugLoc
2020-02-01 Brian Gesiak[ADT] 'PointerUnion::is' returns 'bool'
2020-02-01 Nicolai HähnleAMDGPU/GFX10: Fix NSA reassign pass when operands are...
2020-02-01 Michael Liao[clang][driver] Remove an unused parameter. NFC.
2020-02-01 Craig Topper[X86] In X86FastEmitSSESelect, fall back to SelectionDA...
2020-02-01 Craig Topper[X86] Don't exit from foldOffsetIntoAddress if the...
2020-02-01 Stefan GränitzAdd ThinLtoJIT example
2020-02-01 Craig Topper[LegalizeTypes][X86] Add a new strategy for type legali...
2020-02-01 Mark de Wever[Sema] Remove a -Wrange warning from -Wall
2020-02-01 mydeveloperday[clang-format] Add option for not breaking line before...
2020-02-01 Jacques Pienaar[mlir] Fix errors in release & no-assert
2020-02-01 Alex RichardsonDon't mark MIPS TRAP as isTerminator
2020-02-01 Matt ArsenaultAMDGPU/GlobalISel: Use more wide vector load/stores
2020-02-01 Matt ArsenaultAMDGPU/GlobalISel: Improve legalization of wide stores
2020-02-01 Matt ArsenaultGlobalISel: Support widening unmerge results with point...
2020-02-01 Sylvestre LedruMake StringRef's std::string conversion operator explicit
2020-02-01 Simon PilgrimRemove unused function. NFCI.
2020-02-01 Simon Pilgrim[ValueTracking] Add DemandedElts support to computeKnow...
2020-02-01 Fangrui Song[Frontend] Delete a redundant check of -pg for setFrame...
2020-02-01 Alex Langford[lldb] Remove LanguageRuntime::GetOverrideExprOptions
2020-02-01 Fangrui Song[ELF][Mips] Drop an unneeded config->relocatable check
2020-02-01 Richard SmithDon't assume a reference refers to at least sizeof...
2020-02-01 Nicolas Vasilache[mlir][Linalg] NFC - Cleanup and split input file for...
2020-02-01 Nico Weber[gn build] unbreak mac build after 133a31cef61c
2020-02-01 Nico Weber[gn build] add asan runtime on linux and mac
2020-02-01 Jonas Devlieghere[lldb/Reproducers] Include string length in string...
2020-02-01 Matt ArsenaultAMDGPU/GlobalISel: Fix forming G_TRUNC with vcc result
2020-02-01 Matt ArsenaultAMDGPU: Switch some tests to use generated checks
2020-02-01 Richard SmithFix wrong devirtualization when the final overrider...
2020-02-01 Reid Kleckner[Support] Don't modify the current EH context during...
2020-02-01 Reid KlecknerAvoid std::tie in TypeSize.h
2020-02-01 Reid KlecknerMove DenseMapInfo traits to TypeSize.h
2020-02-01 Stephan T.... [libcxx] [test] Update msvc_stdlib_force_include.h.
2020-02-01 Vedant Kumar[lldb/TypeSystemClang] Use references in a static helpe...
2020-02-01 Vedant Kumar[lldb/Value] Avoid reading more data than the host...
2020-02-01 Vedant Kumar[lldb/MCDisasm] Simplify predicates in MCDisasmInstance...
2020-02-01 David BlaikieDwarfDebug.cpp: Fix some indentation
2020-01-31 Petr Hosek[CMake] compiler-rt: Add COMPILER_RT_BUILTINS_ENABLE_PIC
2020-01-31 David BlaikieDebugInfo: Split DWARF: Hash non-member function child...
next