platform/upstream/llvm.git
2019-06-05 Simon Pilgrim[X86][SSE] Add some nt-store test cases inspired by...
2019-06-05 Serge GueltonSanitize llvm-size help
2019-06-05 Simon Pilgrim[IPO] Disabled 'default only' switch statements to...
2019-06-05 Peter Smith[ELF] Allow reading of more than one FEATURE_1_AND...
2019-06-05 Dmitri GribenkoInclude what you use in PPCFrameLowering.h
2019-06-05 Stefan Granitz[CMake] Add configuration dirs as potential locations...
2019-06-05 Stefan Granitz[CMake] Export CMAKE_CONFIGURATION_TYPES for the LLVM...
2019-06-05 Michal Gorny[clang] [test] Add a (xfailing) test for PR41027
2019-06-05 Pavel LabathIgnore DIEs in the skeleton unit in a DWO scenario
2019-06-05 Petr Hosek[CMake][Fuchsia] Use libc++ ABIv2 for the first stage...
2019-06-05 Serge GueltonReduce memory consumption of coverage dumps
2019-06-05 Yevgeny RoubanResubmit "[CorrelatedValuePropagation] Fix prof branch_...
2019-06-05 Michael LiaoSuppress false-positive GCC -Wreturn-type warning.
2019-06-05 Kristina BrooksAdd __FILE_NAME__ to ReleaseNotes. NFC
2019-06-05 Petr Hosek[Clang] Disable new PM for tests that use optimization...
2019-06-05 Rui UeyamaRead .note.gnu.property sections and emit a merged...
2019-06-05 Johannes Doerfert[Attributor] Pass infrastructure and fixpoint framework
2019-06-05 Johannes Doerfert[NFC][FnAttrs] Stress tests for attribute deduction
2019-06-05 Nemanja Ivanovic[PowerPC] Collapse RLDICL/RLDICR into RLDIC when possible
2019-06-05 Artem Dergachev[analyzer] exploded-graph-rewriter: Add the missing...
2019-06-05 Artem Dergachev[analyzer] exploded-graph-rewriter: Pick up python...
2019-06-05 Nemanja Ivanovic[PowerPC][NFC] Add codegen test for consecutive stores...
2019-06-05 Alexandre Ganea[LLD][COFF] Don't take into account the 'age' when...
2019-06-05 Nemanja IvanovicInitial support for vectorization using MASSV (IBM...
2019-06-05 Fangrui SongFix -Wsign-compare by explicit cast after r362557
2019-06-05 Fangrui Song[llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support...
2019-06-05 Nemanja IvanovicInitial support for IBM MASS vector library
2019-06-05 Nick Desaulniers[TargetTransformInfo] assert on nullptr
2019-06-05 Mitch PhillipsChanged force build of GWP-ASan options parser to be...
2019-06-05 Craig Topper[X86] Cleanup convertIntLogicToFPLogic a little. NFCI
2019-06-05 Richard SmithFactor out duplicated code building a MemberExpr and...
2019-06-05 Richard SmithPR42111: Use guarded initialization for thread-local...
2019-06-04 Nico Webersvn propset svn:executable on utils/prepare-code-covera...
2019-06-04 Nico Webermsabi: Fix exponential mangling time for even more...
2019-06-04 Amara Emerson[AArch64] FastISel: fix test to specify -fast-isel...
2019-06-04 Cameron McInally[Scalarizer] Add UnaryOperator visitor to scalarization...
2019-06-04 Jason MolendaCall abs to avoid signed/unsigned comparison warning.
2019-06-04 Alex Brachet[test][llvm-objcopy] Test llvm-objcopy with standard...
2019-06-04 Don Hinton[Analysis] Only build Analysis plugins when CLANG_ENABL...
2019-06-04 Michael Kruse[ScopBuilder] Move canonicalizeDynamicsBasePtrs from...
2019-06-04 Amara Emerson[AArch64][GlobalISel] Make extloads to i64 legal.
2019-06-04 Craig Topper[X86] Add avx512bw to the avx512 machine-combiner-int...
2019-06-04 Richard SmithConvert MemberExpr creation and serialization to work...
2019-06-04 Craig Topper[X86] Add vector min/max reassociation tests to machine...
2019-06-04 Craig Topper[X86] Add 512-bit test cases to machine-combiner-int...
2019-06-04 Thomas Lively[WebAssembly] make wasm-ld --verbose show data section...
2019-06-04 Thomas Lively[WebAssembly] Fix ISel crash on sext_inreg/extract...
2019-06-04 Johannes Doerfert[SelectionDAG][FIX] Allow "returned" arguments to be...
2019-06-04 Johannes DoerfertIntroduce Value::stripPointerCastsSameRepresentation
2019-06-04 Alex Langford[Target] Remove Process::GetCPPLanguageRuntime
2019-06-04 Alex Langford[ABI] Fix SystemV ABI to handle nested aggregate type...
2019-06-04 Mitch PhillipsFixed GWP-ASan build breakage. When adding the optional...
2019-06-04 Nico Weberllvm-undname: Correctly demangle vararg parameters
2019-06-04 Nico Weberllvm-undname: More coverage-related cleanups
2019-06-04 Nemanja IvanovicRevert r362472 as it is breaking PPC build bots
2019-06-04 Alina Sbirlea[Utils] Clean another duplicated util method.
2019-06-04 Richard SmithFactor out repeated code to build a DeclRefExpr and...
2019-06-04 Nico Weberllvm-undname: Add test coverage for demangleInitFiniStub()
2019-06-04 Craig Topper[X86] Mutate fceil/ffloor/ftrunc/fnearbyint/frint into...
2019-06-04 Benjamin Kramer[X86] Fold single-use variable into assert. NFC.
2019-06-04 Craig Topper[DAGCombiner][X86] Fold (not (neg X)) -> (add X, -1)
2019-06-04 Philip Reames[Tests] Autogen a test so future changes are visible
2019-06-04 Richard SmithPR42104: Support instantiations of lambdas that implici...
2019-06-04 Ilya Biryukov[Syntax] Do not depend on llvm targets for Syntax tests...
2019-06-04 Roman Lebedev[NFC][Codegen][PowerPC] Autogenerate shift-cmp.ll test
2019-06-04 Roman Lebedev[NFC][Codegen][AMDGPU] Autogenerate commute-shifts...
2019-06-04 Mitch Phillips[GWP-ASan] Configuration options [3].
2019-06-04 Alex Brachet[MACHO] Replaced calls to getStruct with getStructOrErr...
2019-06-04 Louis Dionne[libcxx] Add test to check min/max requirement to regul...
2019-06-04 Sanjay Patel[x86] split 256-bit store of concatenated vectors
2019-06-04 Peter Smith[AArch64][ELF] Add support for PLT decoding with BTI...
2019-06-04 Sam Clegg[WebAssembly] Add comment as follow-up to rL362276...
2019-06-04 Akira Hatanaka[CodeGen][ObjC] Convert '[self alloc]' in a class metho...
2019-06-04 Nico Weberllvm-undname: Yet more coverage for error paths
2019-06-04 Nikita Popov[LVI][CVP] Add support for urem, srem and sdiv
2019-06-04 Philip Reames[Tests] Update a test to consistently use new pass...
2019-06-04 Ilya Biryukov[clangd] Minor cleanup. NFC
2019-06-04 Philip Reames[Tests] Autogen tests so that diffs for a future change...
2019-06-04 Nico Weberllvm-undname: Add coverage for startsWithLocalScopePatt...
2019-06-04 Nico Weberllvm-undname: More no-op changes to increase test coverage
2019-06-04 James Henderson[llvm-symbolizer] Flush output on bad input
2019-06-04 James Y Knight[lldb] Fix out-of-bounds read after c3ea7c66fec021867e0...
2019-06-04 Jinsong Ji[PowerPC] P9 Scheduling Model: dispatching rule fixes
2019-06-04 Marshall ClowNo longer reject inputs when using a locale that has...
2019-06-04 Sanjay Patel[SelectionDAG][x86] limit post-legalization store mergi...
2019-06-04 Nico Weberllvm-undname: Several behavior-preserving changes to...
2019-06-04 Gheorghe-Teodor... [OpenMP][libomptarget] Enable usage of unified memory...
2019-06-04 Simon Pilgrim[X86][SSE] Pulled out (sub (xor X, M), M) 'ConditionalN...
2019-06-04 Shawn Landden[Support] make countLeadingZeros() countTrailingZeros...
2019-06-04 Sanjay Patel[x86] add test for store merging/splitting; NFC
2019-06-04 Shawn Landden[SimplifyCFG] fix last commit
2019-06-04 Stefan Granitz[CMake] Move and add settings to Apple-lldb-base cache...
2019-06-04 Shawn Landden[SimplifyCFG] NFC; remove bogus test case
2019-06-04 Nico Webergn build: Merge r362459
2019-06-04 Fangrui Song[ELF] Suppress "STT_SECTION symbol should be defined...
2019-06-04 Kadir Cetinkaya[clangd] Also apply adjustArguments when returning...
2019-06-04 Dmitri GribenkoInclude what you use in PPCRegisterInfo.cpp
2019-06-04 Roman Lebedev[NFC][Codegen] D62818 - also add tests with X being...
2019-06-04 Peter Smith[AArch64][ELF][llvm-readobj] Add support for BTI and...
2019-06-04 David ZarzyckiUnbreak my hasty "unbreak" cmake fix
next