platform/upstream/llvm.git
2019-03-13 Simon Pilgrim[X86][AVX] lowerShuffleAsBroadcast - improve load foldi...
2019-03-13 Simon PilgrimAppease MSVC builds by #ifdef wrapping runAndGetCommand...
2019-03-13 Jeremy Morse[DebugInfo][Docs] Document how dbg.value intrinsics...
2019-03-13 Simon Pilgrim[DAG] Move integer setcc %x, %x folding into FoldSetCC
2019-03-13 Simon Atanasyan[MIPS][microMIPS] Fix PseudoMTLOHI_MM matching and...
2019-03-13 Simon Atanasyan[mips] Fix CPU used in the test case to suppress warnin...
2019-03-13 Jonas Hahnfeld[ELF] Fix GCC8 warnings about "fall through", NFCI
2019-03-13 Jonas Hahnfeld[Support] Treat truncation of fullpath as error
2019-03-13 Alex Bradbury[RISCV] Replace incorrect use of sizeof with array_lengthof
2019-03-13 Kadir Cetinkaya[clangd] Default initialize SymInfo
2019-03-13 Paul Hoad[clang-format] [PR25010] AllowShortIfStatementsOnASingl...
2019-03-13 Paul HoadRevert "[clang-format] [PR25010] AllowShortIfStatements...
2019-03-13 Paul Hoad[clang-format] [PR25010] AllowShortIfStatementsOnASingl...
2019-03-13 Jan Veselysincos: Simplify declaration headers.
2019-03-13 Jan Veselyfdim: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselynextafter: Use binary_decl_tt.inc instead of custom...
2019-03-13 Jan Veselycopysign: Use binary_decl_tt.inc instead of custom...
2019-03-13 Jan Veselyatan2pi: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselyatan2: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan Veselyhypot: Use binary_decl_tt.inc instead of custom inc...
2019-03-13 Jan VeselyMove unary_instrinsic.inc to private headers.
2019-03-13 Jan VeselyMove binary_intrinsic.h to private headers.
2019-03-13 Jan VeselyMove ternary_intrinsic.h to private headers.
2019-03-13 Jan Veselytrunc: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyround: Remove llvm intrinsic from the header
2019-03-13 Jan Veselyrint: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyfloor: Remove llvm isntrinsic from the header.
2019-03-13 Jan Veselyfabs: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselyceil: Remove llvm intrinsic from the header.
2019-03-13 Jan Veselysqrt: Split function generation to a shared inc file.
2019-03-13 Jan Veselymad: Convert to standard ternary header
2019-03-13 Jan Veselytravis: Deduplicate LLVM_CONFIG variable
2019-03-13 Jan Veselytravis: Use gcc-6 for llvm-7 build
2019-03-13 Craig Topper[X86] Remove 'cx16' from 'prescott' and 'yonah' as...
2019-03-13 Craig Topper[X86] Add 'yonah' test to predefined-arch-macros.c...
2019-03-13 Philip Reames[ImplicitNullChecks] Support unordered atomic accesses
2019-03-13 Fangrui SongDelete unused declaration of DeclContextPrintAction...
2019-03-13 Philip Reames[Tests] Expand implicit null check coverage
2019-03-13 Davide Italiano[TestBatchMode] We already log this output to a file.
2019-03-13 Davide Italiano[testsuite] Remove other traces broken in python 3.
2019-03-13 Evgeniy StepanovRevert "[llvm] Skip over empty line table entries."
2019-03-13 Davide Italiano[testsuite] Remove dead code in TestFormats.
2019-03-13 Davide Italiano[test] Some unicode sequences can't be printed, and...
2019-03-13 Davide Italiano[Python] Fix another batch of python 2/python 3 portabi...
2019-03-13 Craig Topper[X86] Enable printAliasInstr for the Intel assembly...
2019-03-13 Heejin Ahn[WebAssembly] Place 'try' and 'catch' correctly wrt...
2019-03-13 Hubert TongUse AIX version detection at LLVM run-time
2019-03-12 Adrian PrantlUpdate the macOS implementation of ComputeClangResource...
2019-03-12 Craig Topper[X86] Add ImmArg markings to intrinsics.
2019-03-12 Jim InghamThis test is failing on and off on the bots.
2019-03-12 Adrian PrantlFix the broken Batch test by passing a custom module...
2019-03-12 Adrian PrantlRevert "Temporarily add more logging to TestBatchMode"
2019-03-12 Jason LiuAdd XCOFF triple object format type for AIX
2019-03-12 Sam Clegg[WebAssembly] Handle undefined data symbols in shared...
2019-03-12 Roman Lebedev[NFC][clang][PCH][ObjC] Add some missing `VisitStmt...
2019-03-12 Adrian PrantlTemporarily add more logging to TestBatchMode
2019-03-12 Adrian PrantlAdd more logging to ClangModulesDeclVendor.cpp
2019-03-12 Francis Visoiu... Reland "[Remarks] Add -foptimization-record-passes...
2019-03-12 Philip Reames[Test] Add tests for implicit null checks on atomic...
2019-03-12 Philip ReamesFor faulting ops, include a comment w/the fault destination
2019-03-12 Matt ArsenaultIR: Add immarg attribute
2019-03-12 Vitaly BukaAddressSanitizer: 64-bit SPARC/Linux port
2019-03-12 Vitaly BukaAddressSanitizer: fix for SPARC with GCC
2019-03-12 Vitaly BukaSanitizerCommon: 64-bit SPARC/Linux port
2019-03-12 Peter CollingbourneELF: Don't add .dynamic strings to .dynstr early.
2019-03-12 Francis Visoiu... Revert "[Remarks] Add -foptimization-record-passes...
2019-03-12 Zachary TurnerRemove support for DWARF64.
2019-03-12 Zachary TurnerRemove DWARFDIECollection.
2019-03-12 Zachary TurnerMove ElaboratingDIEIterator into implementation file.
2019-03-12 Mircea Trofin[llvm] Skip over empty line table entries.
2019-03-12 Matt ArsenaultFix missing C++ mode comments
2019-03-12 Matt ArsenaultMIR: Stop reinitializing target information for every use
2019-03-12 Davide Italiano[lldb/thirdparty] Remove unneeded files, asked by Jonas.
2019-03-12 Davide Italiano[lldb-mi] Make this test more reliable. NFC.
2019-03-12 Davide Italiano[third-party] Update pexpect to 4.6.
2019-03-12 Peter CollingbourneELF: Use bump pointer allocator for uncompressed sectio...
2019-03-12 Vitaly BukaSanitizerCommon: fixes for unwinding & backtrace on...
2019-03-12 Francis Visoiu... [Remarks] Add -foptimization-record-passes to filter...
2019-03-12 Jonas DevlieghereFix compiler warning
2019-03-12 Philip Reames[SROA] Fix a crash when trying to convert a memset...
2019-03-12 Louis Dionne[libc++] Enable deprecation warnings by default
2019-03-12 Alexey Bataev[OPENMP]Allow to redefine entry for the variables defin...
2019-03-12 Douglas YungFixup test to work after changes in r355878.
2019-03-12 Jason MolendaRework how lldb warngs about kexts that failed to load...
2019-03-12 Jim InghamCheck the result of creating a node from __next_ in...
2019-03-12 Jim InghamRe-enable this test, the underlying bug was fixed and...
2019-03-12 Sanjay Patel[x86] scalarize extractelement 0 of FP vselect
2019-03-12 Peter CollingbourneELF: Simplify. NFCI.
2019-03-12 Philip Reames[CodeGen] Add MMOs to statepoint nodes during SelectionDAG
2019-03-12 Alexey Bataev[OPENMP 5.0]Initial support for 'allocator' clause.
2019-03-12 Jim InghamFix the project for r355939 (ASTUtils.{h,c})
2019-03-12 Duncan P. N... Modules: Add LangOptions::CacheGeneratedPCH
2019-03-12 Teresa Johnson[SCEV] Use depth limit for trunc analysis
2019-03-12 Jinsong JiSet useful flags for vector imm setting instructions
2019-03-12 Craig Topper[SanitizerCoverage] Avoid splitting critical edges...
2019-03-12 Eli Friedman[RISCV][MC] Find matching pcrel_hi fixup in more cases.
2019-03-12 Jinsong Ji[NFC][PowerPC] Update testcases using utils/update_llc_...
2019-03-12 George Burgess IVAdd a creduce script for clang crashes
2019-03-12 Adrian McCarthyCorrecting some comments in PdbIndex.cpp [NFC]
2019-03-12 Jason LiuTest commit: add a blank line in test case ppc64-dq...
next