platform/upstream/llvm.git
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...
2019-06-06 Cameron McInally[NFC][CodeGen] Remove duplicate test in fp-fast.ll
2019-06-06 Ilya Biryukovgn build: Add new tidy checks to gn files
2019-06-06 Jason Liu[AIX] Implement call lowering with parameters could...
2019-06-06 Yitzhak Mandelbaum[LibTooling] Add insert/remove convenience functions...
2019-06-06 Haojian Wu[clang-tidy] Another attempt to fix misc-redundant...
2019-06-06 Thomas Preud... FileCheck [6/12]: Introduce numeric variable definition
2019-06-06 Owen Reynolds[llvm-ar] Create thin archives with MRI scripts
2019-06-06 Sanjay Patel[InstCombine] add tests for loads of bitcasted vector...
2019-06-06 Nikolai Kosjar[clang-tidy] Make the plugin honor NOLINT
2019-06-06 Haojian Wu[clang-tidy] Fix an assertion failure in misc-redundant...
2019-06-06 Adhemerval... AArch64] Handle ISD::LRINT and ISD::LLRINT for float16
2019-06-06 Benjamin KramerRevert "[SCEV] Use wrap flags in InsertBinop"
2019-06-06 Adhemerval... [AArch64] Handle ISD::LROUND and ISD::LLROUND for float16
2019-06-06 Simon Pilgrim[X86][SSE] Add nonuniform constant vector test for...
2019-06-06 Dmitri GribenkoInclude what you use in LanaiAsmParser.cpp
2019-06-06 Simon Pilgrim[DAGCombine] Cleanup isNegatibleForFree/GetNegatedExpre...
2019-06-06 Simon PilgrimFix whitespace indentation. NFCI.
2019-06-06 Luis Marques[RISCV] Disable test/Analysis/CostModel/RISCV tests...
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select sqrt
2019-06-06 Luis Marques[RISCV] Add CostModel GEP tests
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fabs
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select fpext and fptrunc
2019-06-06 Petar Avramovic[MIPS GlobalISel] Select floor and ceil
2019-06-06 Sam Parker[SCEV] Use wrap flags in InsertBinop
2019-06-06 Ilya Biryukov[clangd] Remove unused signature help quality signal...
2019-06-06 Pengfei Wang[X86] Add ENQCMD instructions
2019-06-06 Dylan McKay[AVR] Fix the 'load.ll' test after r362351
2019-06-06 Ilya BiryukovUpdate AST matchers tutorial to use monorepo layout
2019-06-06 Douglas YungFixup files added in r362636 to build with gcc 5.4...
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add manual selection support...
2019-06-06 Vlad TsyrklevichRevert "Speedup to_string and to_wstring for integers...
2019-06-06 Haojian Wu[clang-tidy] Fix make-unique tests on C++2a.
2019-06-06 Mikhail Dvorskiy[pstl] The optimized parallel versions of sort, stable_...
2019-06-06 Amara Emerson[AArch64][GlobalISel] Add the new changes to fix PR4212...
2019-06-06 Xinliang David Li[Profile]: Add runtime interface to specify file handle...
2019-06-06 Craig Topper[X86] Don't turn avx masked.load with constant mask...
2019-06-06 Craig Topper[X86] Add test case for masked load with constant mask...
2019-06-06 George Burgess IVandroid: add a close-on-exec check on pipe()
2019-06-06 George Burgess IVandroid: add a close-on-exec check on pipe2()
2019-06-06 Thomas Lively[WebAssembly] Support Leak Sanitizer on Emscripten
2019-06-05 Amara EmersonRevert "Revert "[AArch64][GlobalISel] Optimize G_FCMP...
2019-06-05 Matt ArsenaultAMDGPU: Don't fix emergency stack slot at offset 0
2019-06-05 Cameron McInally[MSAN] Add unary FNeg visitor to the MemorySanitizer
2019-06-05 Ulrich WeigandAllow target to handle STRICT floating-point nodes
2019-06-05 Petr HosekRevert "[AArch64][GlobalISel] Optimize G_FCMP + G_SELEC...
2019-06-05 Matt ArsenaultAMDGPU: Invert frame index offset interpretation
2019-06-05 Louis Dionne[libcxx][test] Include test_workarounds.h where needed
2019-06-05 Marshall ClowUpdate issue statuses. Reviewed as https://reviews...
2019-06-05 Joseph Tremoulet[EarlyCSE] Add tests for negated min/max/abs [NFC]
2019-06-05 Mircea Trofin[CallSite removal] Refactoring llvm::InlineFunction...
2019-06-05 Sanjay Patel[InstCombine] simplify code for bitcast of insertelemen...
2019-06-05 Matt ArsenaultNewGVN: Handle addrspacecast
2019-06-05 Tim NorthoverLLVM IR: Generate new-style byval-with-Type from Clang
2019-06-05 Akira HatanakaFix FileCheck prefixes in test case.
2019-06-05 Sam Clegg[WebAssembly] Improve lto/comdat.ll test. NFC.
2019-06-05 Marshall ClowSpeedup to_string and to_wstring for integers using...
2019-06-05 Craig Topper[X86] Fix mistake that marked VADDSSrrb_Int/VADDSDrrb_I...
2019-06-05 Jan Korous[clang-format][NFC] Fix BS_Allman style example in...
2019-06-05 Dan Gohman[WebAssembly] Use Emscripten triples in PIC tests.
2019-06-05 Whitney Tsang[LOOPINFO] Extend Loop object to add utilities to get...
2019-06-05 Tim NorthoverInstCombine: correctly change byval type attribute...
2019-06-05 Tim NorthoverIR: make getParamByValType Just Work. NFC.
2019-06-05 Matt ArsenaultAMDGPU: Remove amdgpu-max-work-group-size attribute
2019-06-05 Matt ArsenaultAMDGPU: Fix using 2 different enums for same operand...
2019-06-05 Davide Italiano[NativeProcessDarwin] Remove dead code. NFCI.
2019-06-05 Dan Gohman[WebAssembly] Limit PIC support to the Emscripten target
2019-06-05 Pengxuan Zheng[cmake] Remove duplicate TestingSupport library for...
2019-06-05 Mitch Phillips[GWP-ASan] Core Guarded Pool Allocator [4].
2019-06-05 Simon Pilgrim[X86][SSE] Add vector tests to cover more isNegatibleFo...
2019-06-05 Csaba Dabis[analyzer] PathDiagnosticPopUpPiece: working with CharS...
2019-06-05 Cameron McInally[NFC][Reassociate] Fix mistake in 468b2ad
2019-06-05 Cameron McInally[NFC][Reassociate] Add unary fneg tests to fast-basicte...
2019-06-05 Craig Topper[X86] Add the vector integer min/max instructions to...
2019-06-05 Philip Reames[Tests] Add poison inference tests for indvars showing...
2019-06-05 Cameron McInally[NFC][Reassociate] Regenerate CHECKs for fast-basictest.ll
2019-06-05 Sam Clegg[WebAssembly] Handle object parsing more like the ELF...
2019-06-05 Sam Clegg[lld] Explicitly ignore comdat groups when parsing...
2019-06-05 Chris BienemanUse LTO capable linker
2019-06-05 Anastasia Stulova[Clang] Fix pretty printing of CUDA address spaces
2019-06-05 Simon PilgrimFix shadow local variable warning. NFCI.
2019-06-05 Jonas Devlieghere[dsymutil] Support more than 4 architectures
next