platform/upstream/llvm.git
2018-12-23 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-22 David BlaikieTest DWARFv5 with gdb-index and low_pc/high_pc on the...
2018-12-22 David BlaikieDebugInfo: Accurately propagate the section used by...
2018-12-22 David Blaikiellvm-dwarfdump: Dump the section name/number for addr...
2018-12-22 George Burgess IV[Analysis] More LocationSize cleanup; NFC
2018-12-22 George Burgess IV[Analysis] s/uint64_t/LocationSize; NFC
2018-12-22 Sanjay Patel[DAGCombiner] allow narrowing of add followed by truncate
2018-12-22 Sanjay Patel[x86] add load fold patterns for movddup with vzext_load
2018-12-22 Aaron BallmanImproving this fatal diagnostic to help checker develop...
2018-12-22 Bruno Ricci[AST] Store the arguments of CXXConstructExpr in a...
2018-12-22 David Carlier[Sanitizer] Enable POSIX regex api on FreeBSD.
2018-12-22 Michal Gorny[runtime] [test] Fix using %python path
2018-12-22 Roman LebedevNFC][CodeGen][X86][AArch64] Tests for bit extract ...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Bit extract: add nounwind...
2018-12-22 Roman Lebedev[NFC][CodeGen][X86][AArch64] Tests for bit extract...
2018-12-22 David Blaikiellvm-dwarfdump: Remove extraneous space between '(...
2018-12-22 David Blaikiellvm-dwarfdump: Print the section name/number for addr_...
2018-12-22 David BlaikieDebugInfo: Refactor named section dumping into a reusab...
2018-12-22 Kamil RytarowskiAdd support for LLVM profile for NetBSD
2018-12-22 Nico Weber[gn build] Embed __TEXT __info_plist section into clang...
2018-12-22 Nico Weber[gn build] Add build files for clang, clang-offload...
2018-12-22 Tom StellardFix mingw build failures caused by r349839
2018-12-22 Nico Weber[gn build] Add build files for llvm-cat, llvm-lto,...
2018-12-22 Nico Weber[gn build] Add build file for clang/lib/FrontendTool
2018-12-22 Nico Weber[gn build] Add build file for clang/lib/ARCMigrate
2018-12-22 Nico Weber[gn build] Add build files for clang/lib/{ASTMatchers...
2018-12-22 David BlaikieDebugInfo: Remove extra attribute lookup
2018-12-22 Artem Dergachev[analyzer] pr38668: Do not attempt to cast loaded integ...
2018-12-22 Craig Topper[X86] FixupLEAs, reduce number of calls to getOperand...
2018-12-22 Justin Lebar[NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitial...
2018-12-22 Artem Belevich[CUDA] Treat extern global variable shadows same as...
2018-12-22 David Blaikiegdb-index: Handle errors when parsing ranges
2018-12-22 David BlaikielibDebugInfo: Refactor error handling in range list...
2018-12-21 Stella Stamenova[cmake] Suppress 'warning C4201: nonstandard extension...
2018-12-21 Reid Kleckner[MC] Enable .file support on COFF and diagnose it on...
2018-12-21 Mircea TrofinSilence warning in assert introduced in rL349973.
2018-12-21 Fangrui Songkeymethod -> keyfunction
2018-12-21 Mircea Trofin[llvm] API for encoding/decoding DWARF discriminators.
2018-12-21 Jonas Devlieghere[NFC] Replace `compare` with (in)equality operator...
2018-12-21 Davide Italiano[Scalar] Simplify as Jonas suggested. NFCI.
2018-12-21 Davide Italiano[Scalar] Implement operator!= using operator==.
2018-12-21 Fangrui Songkey method -> key function
2018-12-21 David BlaikieReapply: DebugInfo: Assume an absence of ranges or...
2018-12-21 Jonas Devlieghere[ExpressionParser] Reserve size before copying over...
2018-12-21 Fangrui Song[ELF] .gnu.hash bloom filter: use Shift2 = 26 instead...
2018-12-21 Vedant Kumar[IR] Add Instruction::isLifetimeStartOrEnd, NFC
2018-12-21 Armando Montanez[TextAPI][elfabi] Fix failing tests from D56020
2018-12-21 Craig Topper[X86] Add isel patterns to match BMI/TBMI instructions...
2018-12-21 Dan LiewFix comment typo.
2018-12-21 Dan LiewFix `static_assert()` scope in `CombinedAllocator`.
2018-12-21 Dan LiewFix `static_assert()` scope in `SizeClassAllocator32`.
2018-12-21 Sanjay Patel[DAGCombiner] simplify code leading to scalarizeExtract...
2018-12-21 Dan LiewIntroduce `AddressSpaceView` template parameter to...
2018-12-21 Craig Topper[X86] Don't allow optimizeCompareInstr to replace a...
2018-12-21 Aaron BallmanSwitch from static_cast<> to cast<>, update identifier...
2018-12-21 Dan LiewIntroduce `AddressSpaceView` template parameter to...
2018-12-21 Hyrum Wright[clang-tidy] Be more liberal about literal zeroes in...
2018-12-21 Pete CooperConvert some ObjC retain/release msgSends to runtime...
2018-12-21 Changpeng FangAMDGPU: Don't peel of the offset if the resulting base...
2018-12-21 Armando Montanez[TextAPI][elfabi] Fix YAML support for weak symbols
2018-12-21 Bruno Ricci[Sema][NFC] Fix a Wimplicit-fallthrough warning in...
2018-12-21 Bruno Ricci[AST][NFC] Remove stale comment in CXXRecordDecl::is...
2018-12-21 Louis Dionne[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
2018-12-21 Stella Stamenova[lldbsuite] Skip flakey Windows tests
2018-12-21 Reid Kleckner[BasicAA] Fix AA bug on dynamic allocas and stackrestore
2018-12-21 Anna Thomas[RuntimeUnrolling] NFC: Add TODO and comments in connec...
2018-12-21 George Karpenkov[analyzer] Tests quickfix.
2018-12-21 Alex LorenzRemove stat cache chaining as it's no longer needed...
2018-12-21 Rui UeyamaAdd a doc for missing key function and an error message...
2018-12-21 Aaron BallmanSwitch from cast<> to dyn_cast<>.
2018-12-21 George KarpenkovRevert "Revert rL349876 from cfe/trunk: [analyzer]...
2018-12-21 George Karpenkov[analyzer] Correct the summary violation diagnostics...
2018-12-21 Sanjay Patel[x86] add movddup specialization for build vector lower...
2018-12-21 Florian Hahn[ARM] Set Defs = [CPSR] for COPY_STRUCT_BYVAL, as it...
2018-12-21 Bruno Ricci[AST][NFC] Fix Wsign-compare warning introduced in...
2018-12-21 Bruno Ricci[Sema][NFC] Fix Wimplicit-fallthrough warning in getCur...
2018-12-21 Louis Dionne[NFC] Fix typo in comment
2018-12-21 Simon Pilgrim[SelectionDAG] Remove KnownBits output paramater version.
2018-12-21 Julie Hockett[clang-tidy] Add export-fixes flag to clang-tidy-diff
2018-12-21 Sanjay Patel[x86] remove excess check lines; NFC
2018-12-21 Sanjay Patel[x86] move misplaced tests; NFC
2018-12-21 Jessica Paquette[GlobalISel][AArch64] Add support for widening G_FCEIL
2018-12-21 Greg ClaytonDon't duplicate the logic that detects if a section...
2018-12-21 Bruno Ricci[AST][NFC] Pack CXXOperatorCallExpr
2018-12-21 Sanjay Patel[x86] add tests for possible horizontal op transform...
2018-12-21 Tom StellardReleaseNotes: Document removal of add_llvm_loadable_mod...
2018-12-21 Sanjay Patel[x86] move test for movddup; NFC
2018-12-21 Louis Dionne[pstl] Initial integration with LLVM's CMake
2018-12-21 Evandro Menezes[AArch64] Refactor Exynos predicate (NFC)
2018-12-21 David Carlier[Sanitizer] Move the unit test in the right place.
2018-12-21 David Carlier[Sanitizer] Enable strtonum in FreeBSD
2018-12-21 Simon Pilgrim[XCore] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[Sparc] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[AMDGPU] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[WebAssembly] Always use the version of computeKnownBit...
2018-12-21 Bruno Ricci[AST] Store the callee and argument expressions of...
2018-12-21 Simon Pilgrim[ARM] Always use the version of computeKnownBits that...
2018-12-21 Simon Pilgrim[AArch64] Always use the version of computeKnownBits...
2018-12-21 Simon Pilgrim[SelectionDAG] Always use the version of computeKnownBi...
2018-12-21 Simon Pilgrim[SystemZ] Always use the version of computeKnownBits...
next