platform/upstream/llvm.git
2019-09-03 Vedant Kumar[InstrProf] Tighten a check for malformed data records...
2019-09-03 Jan Korous[libclang][test][NFC] Split off fixture from tests.
2019-09-03 Philip Reames[GVN] Remove a todo introduced w/rL370791
2019-09-03 Amara Emerson[AArch64][GlobalISel] Legalize 128 bit divisions to...
2019-09-03 Amara Emerson[GlobalISel][CallLowering] Add support for splitting...
2019-09-03 Alina Sbirlea[MemorySSA] Disable MemorySSA use.
2019-09-03 Johannes Doerfert[Attributor] Use the delete API for liveness
2019-09-03 Johannes Doerfert[Attributor] Deduce "no-capture" argument attribute
2019-09-03 Bob Haarmanreland "[lld-link] implement -start-lib and -end-lib"
2019-09-03 Jonas Devlieghere[Driver] Remove duplicate option parsing (NFC)
2019-09-03 Bjorn Pettersson[CodeGen] Use FSHR in DAGTypeLegalizer::ExpandIntRes_MULFIX
2019-09-03 David BlaikieSkip MCJIT unit tests if LLVM is not configured for...
2019-09-03 Alina Sbirlea[MemorySSA] Re-enable MemorySSA use.
2019-09-03 Yaxun Liu[AMDGPU] Set default flat work group size to (1,256...
2019-09-03 Benjamin KramerUnbreak the build after r370798
2019-09-03 Reid Kleckner[MC] Pass through .code16/32/64 and .syntax unified...
2019-09-03 Raphael Isemann[lldb][NFC] Remove lldbcurses.py
2019-09-03 Alexey Bataev[OPENMP][NVPTX]Fix parallel level counter in non-SPMD...
2019-09-03 Raphael Isemann[lldb][NFC] Remove unused overload of File::Read
2019-09-03 Richard SmithDisable stack exhaustion test on NetBSD, where either...
2019-09-03 Ed Masteld.lld.1: explain long options may use one or two dashes
2019-09-03 Ed Masteld.lld.1: stylistic changes suggested by igor
2019-09-03 Kristof Umann[analyzer] NonNullParamChecker and CStringChecker param...
2019-09-03 Louis Dionne[libc++] Mark usage of _Atomic with __extension__
2019-09-03 Richard Smith[www] Mark items complete in Clang 9 as 'Clang 9' rathe...
2019-09-03 Artem Belevich[CUDA] Use activemask.b32 instruction to implement...
2019-09-03 Philip Reames[GVN] Propagate simple equalities from assumes within...
2019-09-03 Jessica Paquette[AArch64][GlobalISel] Don't import i64imm_32bit pattern...
2019-09-03 Roman LebedevRevert r370454 "[LoopIdiomRecognize] BCmp loop idiom...
2019-09-03 Jonas Devlieghere[test] Addres TestConcurrentMany*.py flakiness on...
2019-09-03 Philip Reames[Tests/GVN] Precommit requested test additions from...
2019-09-03 Jon Chesterfield[libomptarget] Refactor activemask macro to inline...
2019-09-03 Ed Masteclang: default to DWARF 4 for FreeBSD 12.0 and later
2019-09-03 Jonas Devlieghere[test] Remove print statements and verify that the...
2019-09-03 Raphael Isemann[lldb][NFC] Disable added frame select and all log...
2019-09-03 Gabor Horvath[LifetimeAnalysis] Fix some false positives
2019-09-03 Simon Pilgrim[cmake] Improve comment describing the C4245 warning...
2019-09-03 Kerry McLaughlin[SVE][Inline-Asm] Fix -Wimplicit-fallthrough in AArch64...
2019-09-03 Sam McCall[clangd] Move getBeginningOfIdentifier from ClangdUnit...
2019-09-03 Kristof Umann[analyzer] Add a checker option to detect nested dead...
2019-09-03 Michael Liao[clangd] Remove redundant semi-colon.
2019-09-03 Simon Pilgrim[X86] Merge 2 consecutive HasInt256 branches. NFCI.
2019-09-03 Haojian Wu[clang-tidy] Fix a false positive in unused-using-decl...
2019-09-03 Sam McCall[clangd] Decouple macro/decl-under-cursor finding....
2019-09-03 Ilya Biryukov[clangd] Fix a data race in test code
2019-09-03 Sam McCall[clangd] Wrong attribute on debug function in r370746
2019-09-03 Ed Mastecompiler-rt: use 64-bit time_t for all FreeBSD archs...
2019-09-03 Ed Mastecompiler-rt: use more __sanitizer_time_t on FreeBSD
2019-09-03 Jonas Paulsson[SystemZ] Recognize INLINEASM_BR in backend.
2019-09-03 Nico Webergn build: (manually) merge r370499
2019-09-03 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-09-03 Nico Webergn build: Merge r370746
2019-09-03 Michal Gorny[lldb] Replace std::call_once() with llvm::call_once()
2019-09-03 Sam McCall[clangd] Add targetDecl(), which determines what declar...
2019-09-03 David Green[ARM] Ignore Implicit CPSR regs when lowering from...
2019-09-03 Sven van Haastregt[OpenCL] Drop spurious semicolon in generated file...
2019-09-03 Jonas Paulsson[SystemZ] Add support for fentry.
2019-09-03 David Green[ARM] Invert CSEL predicates if the opposite is a simpl...
2019-09-03 David BolvanskyFixit for -Wfinal-dtor-non-final-class
2019-09-03 David Green[ARM] Generate 8.1-m CSINC, CSNEG and CSINV instructions.
2019-09-03 David Green[ARM] Add csel tests. NFC
2019-09-03 David BolvanskyAdded fixit notes for -Wfinal-dtor-non-final-class
2019-09-03 Simon Atanasyan[mips] Switch to the `.text` section after emitting...
2019-09-03 Raphael Isemann[lldb] Test 'frame select -r' and fix that INT32_MIN...
2019-09-03 Raphael Isemann[lldb][NFC] Test 'command delete'
2019-09-03 David Green[ARM] Fix MVE ldst offset ranges
2019-09-03 Oliver Stannard[ARM][MVE] Decoding of VMSR doesn't diagnose some unpre...
2019-09-03 Oliver StannardBug fix on function epilog optimization (ARM backend)
2019-09-03 David Green[ARM] More MVE load/store tests for offsets around...
2019-09-03 Raphael Isemann[lldb][NFC] Test that enabling all log options doesn...
2019-09-03 Bjorn Pettersson[LV] Fix miscompiles by adding non-header PHI nodes...
2019-09-03 Bjorn Pettersson[LV] Precommit test case showing miscompile from PR4316...
2019-09-03 Raphael Isemann[lldb][NFC] Remove unnecessary constructors from invali...
2019-09-03 Raphael Isemann[lldb][NFC] Simplify script_alias test
2019-09-03 Raphael Isemann[lldb][NFC] Also test unaliasing in nested_alias test
2019-09-03 Diogo N. Sampaio[ARM NEON] Avoid duplicated decarations
2019-09-03 Raphael Isemann[lldb] Test 'command' commands and fix the found crashes
2019-09-03 Sjoerd Meijer[LV] Tail-folding, runtime scev checks
2019-09-03 Sam Elliott[RISCV] Correct Logic around ilp32e macros
2019-09-03 Sjoerd Meijer[LV] Tail-folding with runtime memory checks
2019-09-03 Raphael Isemann[lldb][NFC] Unify log files in commands/log/basic
2019-09-03 James Molloy[MachinePipeliner] Add a way to unit-test the schedule...
2019-09-03 Sam Tebbs[ARM] Select vmla
2019-09-03 Raphael Isemann[lldb][NFC] Remove setup boilerplate from types/ tests
2019-09-03 Craig Topper[X86] Simplify the setOperationAction handling for...
2019-09-03 Craig Topper[X86] Don't use Expand for i32 fp_to_uint on SSE1/2...
2019-09-03 Craig Topper[X86] Add an exhaustive test for i32 fptosi/fptoui...
2019-09-03 Craig Topper[LegalizeDAG] Pass DAG to two calls to SDNode::dump...
2019-09-03 Craig Topper[X86] Custom promote i32->f80 uint_to_fp on AVX512...
2019-09-03 Pengfei Wang[x86] Fix bugs of some intrinsic functions in CLANG...
2019-09-02 Richard SmithRename -Wc++20-designator to -Wc++2a-designator for...
2019-09-02 Richard SmithSplit -Wreorder into different warnings for reordering...
2019-09-02 Simon Pilgrim[CostModel][X86] Add scalar sext/zext cost tests
2019-09-02 Craig Topper[X86] Enable fp128 as a legal type with SSE1 rather...
2019-09-02 David Green[ARM] MVE predicate bitcast test and VPSEL adjustment...
2019-09-02 Dmitri Gribenko[Wdocumentation] fixes an assertion failure with typede...
2019-09-02 David Green[ARM] Use MQPR not QPR for MVE registers
2019-09-02 Robert Lougher[TargetLowering][PS4] Add sincos(f) lib functions when...
2019-09-02 Ulrich Weigand[SystemZ] Support constrained fpto[su]i intrinsics
2019-09-02 Kerry McLaughlin[SVE][Inline-Asm] Support for SVE asm operands
next