platform/upstream/llvm.git
2019-06-07 Anton Afanasyev[Support][Test] Time profiler: add regression test
2019-06-07 Simon Pilgrim[DAGCombine] Use APInt::extractBits in "sub-splat"...
2019-06-07 Peter CollingbourneELF: Create synthetic sections for loadable partitions.
2019-06-07 Peter Collingbournellvm-objcopy: Implement --extract-partition and --extra...
2019-06-07 Matt ArsenaultAMDGPU: Fix MIR test verifier error
2019-06-07 Simon PilgrimRevert rL362792 : [Support][Test] Time profiler: add...
2019-06-07 Jonas Devlieghere[dsymutil] Use the number of threads specified.
2019-06-07 David Green[ARM] Add ACLE feature macros for MVE.
2019-06-07 James Henderson[docs]Move llvm-readobj from "Developer Tools" to ...
2019-06-07 Ilya BiryukovAST Matchers tutorial requests to enable clang-tools...
2019-06-07 Ilya Biryukov[clangd] Return empty results on spurious completion...
2019-06-07 Sanjay Patel[Analysis] simplify code for getSplatValue(); NFC
2019-06-07 Nico WeberAttempt to fix nm-archive.test after r362798
2019-06-07 David TentyBuild with _XOPEN_SOURCE defined on AIX
2019-06-07 Sjoerd Meijer[ARM] Add ACLE feature macros for MVE
2019-06-07 Jinsong Ji[MachineScheduler] checkResourceLimit boundary conditio...
2019-06-07 Stefan Granitz[CMake] Add special case for processing LLDB_DOTEST_ARGS
2019-06-07 Stefan Stipanovictest-commit
2019-06-07 David Bolvansky[NFC] Added tests for D63004
2019-06-07 Matt ArsenaultTailDuplicator: Remove no-op analyzeBranch call
2019-06-07 Joerg Sonnenberger[NFC] Don't export helpers of ConstantFoldCall
2019-06-07 Nico Weberllvm-lib: Disallow mixing object files with different...
2019-06-07 Sanjay Patel[x86] narrow extract subvector of vector select
2019-06-07 Nico Webergn build: Merge r362766
2019-06-07 Nico Webergn build: Merge r362774
2019-06-07 Nico Webergn build: Run `git ls-files '*.gn' '*.gni' | xargs...
2019-06-07 Peter Smith[ELF][AArch64] Support for BTI and PAC
2019-06-07 Anton Afanasyev[Support][Test] Time profiler: add regression test
2019-06-07 Simon Tatham[ARM] Fix bugs introduced by the fp64/d32 rework.
2019-06-07 Sam Elliott[RISCV] Support Bit-Preserving FP in F/D Extensions
2019-06-07 Valery Pykhtin[AMDGPU] Constrain the AMDGPU inliner on maximum number...
2019-06-07 Fangrui Song[ELF] Delete R_PPC64_CALL_PLT from isRelExpr()
2019-06-07 Russell Gallop[X86][test] Add test cases using immediates to builtins...
2019-06-07 Sam McCall[CodeComplete] Improve overload handling for C++ qualif...
2019-06-07 Pavel LabathFix some signed/unsigned comparison warnings
2019-06-07 Pavel LabathDWARF: Simplify SymbolFileDWARF::GetDWARFCompileUnit
2019-06-07 Dmitri GribenkoWork around a circular dependency between IR and MC...
2019-06-07 Pengfei Wang[X86] -march=cooperlake (clang)
2019-06-07 Cullen Rhodes[AArch64][AsmParser] error on unexpected SVE predicate...
2019-06-07 Cullen Rhodes[AArch64][AsmParser] Provide better diagnostics for...
2019-06-07 George Rimar[llvm-objcopy] - Emit error and don't crash if program...
2019-06-07 George Rimar[yaml2elf] - Refactoring followup for D62809
2019-06-07 Pengfei Wang[X86] -march=cooperlake (llvm)
2019-06-07 Sam ParkerFix for lld buildbot
2019-06-07 Sam Parker[CodeGen] Generic Hardware Loop Support
2019-06-07 Dylan McKay[AVR] Expand 16-bit rotations during the legalization...
2019-06-07 Michael Pozulp[NFC] Delete trailing whitespace character.
2019-06-07 Michael Pozulp[llvm-objdump] Print source when subsequent lines in...
2019-06-07 Sam Clegg[lld] Allow args::getInterger to parse args larger...
2019-06-07 Sam Clegg[WebAssembly] Fix for discarded init functions
2019-06-07 Michael Pozulp[llvm-objdump] Add warning if --disassemble-functions...
2019-06-07 Fangrui Song[MC][ELF] Don't create relocations with section symbols...
2019-06-07 Michael Pozulp[ADT] Enable set_difference() to be used on StringSet
2019-06-07 Peter CollingbourneSet an output file name for the override-new-delete...
2019-06-07 Michael Pozulp[NFC] Test commit.
2019-06-07 Fangrui Song[LV] Fix -Wunused-function after r362736
2019-06-07 Matt ArsenaultAMDGPU: Don't count mask branch pseudo towards skip...
2019-06-07 Matt ArsenaultAMDGPU: Insert skips for blocks with FLAT
2019-06-06 Nemanja Ivanovic[PowerPC] Exploit the vector min/max instructions
2019-06-06 Mitch PhillipsChange GWP-ASan build to use '-pthread' instead of...
2019-06-06 Richard SmithFactor out duplicated code building a MemberExpr and...
2019-06-06 Richard SmithConvert MemberExpr creation and serialization to work...
2019-06-06 Jordan RupprechtRevert [ELF] Simplify the condition to create .interp
2019-06-06 Matt ArsenaultAMDGPU: Insert skip branches over return blocks
2019-06-06 David Tenty[NFC] Test commit, whitespace change
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma4-intrins...
2019-06-06 Alexey Lapshin[DebugInfo] Incorrect debug info record generated for...
2019-06-06 Alexander Timofeev[AMDGPU] Partial revert for the ba447bae7448435c9986eec...
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma-intrinsi...
2019-06-06 Craig Topper[X86] Make a bunch of merge masked binops commutable...
2019-06-06 Amy HuangAdd cdb test for global constants
2019-06-06 Sean FertileRevert "Revert "[ELF] Suppress "STT_SECTION symbol...
2019-06-06 Sean FertileRevert "Revert "Reland D61583 [ELF] Error on relocation...
2019-06-06 Sanjay Patel[InstSimplify] add tests for fcmp with known-never...
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma-scalar...
2019-06-06 Francois Ferrandclang-format: better handle namespace macros
2019-06-06 Sean FertileRevert "Reland D61583 [ELF] Error on relocations to...
2019-06-06 Sean FertileRevert "[ELF] Suppress "STT_SECTION symbol should be...
2019-06-06 Craig Topper[CFLGraph] Add support for unary fneg instruction.
2019-06-06 Renato Golin[LV] Wrap LV illegality reporting in a function. NFC.
2019-06-06 Jason Liu[AIX] Implement function descriptor on SDAG
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma4-fneg...
2019-06-06 Craig Topper[InlineCost] Add support for unary fneg.
2019-06-06 Kadir Cetinkaya[clang][HeaderSearch] Consider all path separators...
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma_patterns.ll
2019-06-06 Puyan LotfiFixing ppc tests: sed -i 's/# REQUIES: ppc/# REQUIRES...
2019-06-06 Philip Reames[LoopPred] Fix a bug in unconditional latch bailout...
2019-06-06 Michael Kruse[ScheduleTreeTransform] Silence compiler warning. NFC.
2019-06-06 Simon Pilgrim[DAGCombine] MergeConsecutiveStores - improve non-tempo...
2019-06-06 Fangrui Song[PPC32] Support GD/LD/IE/LE TLS models and their relaxa...
2019-06-06 Fangrui Song[PPC32] Improve the 32-bit PowerPC port
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to X86/fma_patterns...
2019-06-06 Nico Webergn build: Merge r362685
2019-06-06 Dmitri GribenkoRemove unused PPC.h includes under llvm/lib/Target...
2019-06-06 Craig Topper[X86] Make masked floating point equality/ordered compa...
2019-06-06 Xinliang David Li[Profile]: Add runtime interface to specify file handle...
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to fmul-combines...
2019-06-06 Fangrui Song[PowerPC] Add R_PPC_IRELATIVE
2019-06-06 Cameron McInally[NFC][CodeGen] Add unary fneg tests to fp-fast.ll fp...
2019-06-06 Whitney Tsang[DA] Add an option to control delinearization validity...
next