platform/upstream/llvm.git
2019-12-25 Georgii Rymar[llvm-readobj] - Merge `gnu-symbols.test` to `symbols...
2019-12-25 Georgii Rymar[llvm-readobj/llvm-readelf][test] - Add testing for...
2019-12-25 Liu, Chen3Add missing strict_fp_to_int
2019-12-25 Hideto Ueno[MLIR][NFC] Insert const_cast to avoid warning
2019-12-25 Hideto Ueno [Attributor] Reach optimistic fixpoint in AAValueSimpl...
2019-12-25 Craig Topper[X86FixupSetCC] Use MachineInstr::readRegister/definesR...
2019-12-25 Kamil Rytarowski[compiler-rt] [netbsd] Define _RTLD_SOURCE to fix build
2019-12-25 Johannes Doerfert[Attributor] UB Attribute now handles all instructions...
2019-12-25 Johannes Doerfert[Attributor] Function level undefined behavior attribute
2019-12-25 Fangrui Song[MCJIT] Migrate function attribute "no-frame-pointer...
2019-12-25 Fangrui Song[WinEH] Delete addFnAttr("no-frame-pointer-elim") which...
2019-12-25 Fangrui Song[Thumb][test] Fix CodeGen/Thumb/PR17309.ll after llvmo...
2019-12-25 Johannes Doerfert[Support] Fix behavior of StringRef::count with overlap...
2019-12-25 Fangrui SongMigrate function attribute "no-frame-pointer-elim"...
2019-12-25 Fangrui SongMigrate function attribute "no-frame-pointer-elim-non...
2019-12-24 Fangrui SongMigrate function attribute "no-frame-pointer-elim"...
2019-12-24 Alexey Bataev[OPENMP]Add extra checks and initialization for clause...
2019-12-24 Matt ArsenaultAMDGPU/GlobalISel: Fix mapping and selection of llvm...
2019-12-24 Kamil Rytarowski[lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changes
2019-12-24 Kamil Rytarowski[compiler-rt] Adapt for ptrace(2) changes in NetBSD...
2019-12-24 Kamil Rytarowski[compiler-rt] Adapt stop-the-world for ptrace changes...
2019-12-24 Craig Topper[X86] Use 128-bit vector instructions for f32/f64-...
2019-12-24 Fangrui Song[mlir] Fix -Wunneeded-internal-declaration
2019-12-24 Saleem Abdulrasooltest: ensure that we dead-strip in the linker
2019-12-24 Craig Topper[X86] Add STRICT versions of CVTTP2SI, CVTTP2UI, CMPM...
2019-12-24 Alexey Bataev[OPENMP][DOCS]Update status of OpenMP 5.0 features...
2019-12-24 Alexey Bataev[OPENMP50]Basic support for conditional lastprivate.
2019-12-24 Matt ArsenaultGlobalISel: Update syntax in debug printing
2019-12-24 Matt ArsenaultGlobalISel: Define equivalent node for G_INTRINSIC_ROUND
2019-12-24 Matt ArsenaultGlobalISel: Fix naming variables "brank" instead of...
2019-12-24 Raphael Isemann[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_...
2019-12-24 Ilya MirskyFix readability-const-return-type identifying the wrong...
2019-12-24 Florin IuchaFix false positive in magic number checker.
2019-12-24 Matt ArsenaultAMDGPU/GlobalISel: Legalize some 16-bit round instructions
2019-12-24 Matt ArsenaultGlobalISel: Define equivalent node for G_INTRINSIC_TRUNC
2019-12-24 Matt ArsenaultAMDGPU/GlobalISel: Lower llvm.amdgcn.else
2019-12-24 Kevin P. Neal[NFC] Remove some dead code from CGBuiltin.cpp.
2019-12-24 Sylvestre LedruVariableName doc: fix the link to the mozilla doc
2019-12-24 Sylvestre Ledrumlir README.md: Fix the syntax
2019-12-24 Raphael Isemann[lldb][NFC] Remove ClangExternalASTSourceCommon
2019-12-24 Sylvestre Ledrudoc: Document that extra-arg/extra-arg-before can be...
2019-12-24 Sylvestre Ledruclang-doc remove trailing whitespaces
2019-12-24 Russell GallopRevert "[Support] Extend TimeProfiler to support multip...
2019-12-24 Whisperity[clang] [ast] CXXRecordDecl::getVisibleConversionFuncti...
2019-12-24 Sam Parker[TypePromotion] Make TypeSize a class member
2019-12-24 David BlaikieDebugInfo: Correct the form of DW_AT_macro_info in...
2019-12-24 David BlaikieDebugInfo: Add {} to address -Wdangling-else warning.
2019-12-24 Mehdi AminiAdd the Apache2 with LLVM exceptions license to MLIR
2019-12-24 Georgii Rymar[llvm-readobj] - Remove an excessive helper for printin...
2019-12-24 Mehdi AminiRemove static MLIR doc ; they are already on the website
2019-12-24 Alex Zinenko[docs] fix typo in Lexicon.rst
2019-12-24 Mehdi AminiAdd `mlir` to -DLLVM_ALL_PROJECTS CMake option
2019-12-24 Sourabh Singh... [DebugInfo] Fix v4 macinfo for dwo files.
2019-12-24 Fangrui Song[SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB...
2019-12-24 Fangrui Song[SelectionDAG] Don't repeatedly add a node to the workl...
2019-12-24 Saleem Abdulrasooltest: correct flags for Windows
2019-12-24 River RiddleNFC: Rename printOptionValue to printValue to fix MSVC...
2019-12-24 David BlaikieDebugInfo: Support dumping any exprloc as an expression
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-24 Igor Kudrin[DWARF] Check that all fields of a Unit Header are...
2019-12-24 Mehdi AminiAdjust some MLIR paths and docs
2019-12-24 Jonas DevlieghereRevert "[lldb] Don't process symlinks deep inside DWARF...
2019-12-24 Mehdi AminiRemove pybind11-based bindings
2019-12-24 River RiddleRefactor the way that pass options are specified.
2019-12-24 River RiddleNFC: Replace ValuePtr with Value and remove it now...
2019-12-24 Gabor Horvath[CFG] Fix an assertion failure with static initializers
2019-12-24 River RiddleChange the `notifyRootUpdated` API to be transaction...
2019-12-24 Lei ZhangUpdate SPIR-V.md
2019-12-24 River RiddleResubmit: ReImplement the Value classes as value-typed...
2019-12-23 MLIR TeamAutomated rollback of commit f603a50109107b447b835dac11...
2019-12-23 River RiddleReImplement the Value classes as value-typed objects...
2019-12-23 Mehdi AminiAdjust License.txt file to use the LLVM license
2019-12-23 Sanjay Patel[InstCombine] add test for copysign; NFC
2019-12-23 Sanjay Patel[InstCombine] add tests for not(select ...); NFC
2019-12-23 Siva Chandra... Add implementations of POSIX mmap and munmap functions.
2019-12-23 Alex Langford[lldb/CMake] Always set a value for find_package when...
2019-12-23 Florian Hahn[Docs] Fix sphinx build errors.
2019-12-23 Fangrui SongASTContext: fix declaration of ParsedTargetAttr [-Wmism...
2019-12-23 Ulrich Weigand[FPEnv][X86] More strict int <-> FP conversion fixes
2019-12-23 Evgenii Stepanov[msan] Check qsort input.
2019-12-23 Evgenii Stepanov[msan] Intercept qsort, qsort_r.
2019-12-23 Craig Topper[Sema][X86] Consider target attribute into the checks...
2019-12-23 David BlaikieMC: Ensure test only reads from the Inputs directory
2019-12-23 Reid KlecknerFix LLVM tool --version build mode printing for MSVC
2019-12-23 Jonas Devlieghere[lldb/Test] Disable TestSynchronous.test on Windows.
2019-12-23 Sylvestre LedruMove from a long list of checkers to tables
2019-12-23 Fangrui Song[ELF] Don't suggest an alternative spelling for a symbo...
2019-12-23 Jay Foad[AMDGPU] Don't create MachinePointerInfos with an Undef...
2019-12-23 Luís Marques[RISCV][NFC] Fix use of missing attribute groups in...
2019-12-23 czhengsz[PowerPC] NFC - fix the testcase bug of folding rlwinm
2019-12-23 Sanjay Patel[DAGCombine] visitEXTRACT_SUBVECTOR - 'little to big...
2019-12-23 Alexey Bataev[OPENMP50]Codegen for nontemporal clause.
2019-12-23 Pavel Labath[lldb] Remove DWARFUnit::AppendDIEsWithTag
2019-12-23 LLVM GN Syncbot[gn build] Port eca40066ebb
2019-12-23 Pavel Labath[lldb/DWARF] Fix hostname-stripping logic
2019-12-23 Florian Hahn[Matrix] Use fmuladd for matrix.multiply if allowed.
2019-12-23 Yaxun (Sam... [NFC] Move OptionUtils from Basic to Driver
2019-12-23 Florian Hahn[Matrix] Add forward shape propagation and first shape...
2019-12-23 Raphael Isemann[lldb][NFC] Remove unused callback functionality from...
2019-12-23 Sven van Haastregt[OpenCL] Add atomic builtin functions
next