platform/upstream/llvm.git
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...
2018-12-21 Simon Pilgrim[Lanai] Always use the version of computeKnownBits...
2018-12-21 Bruno Ricci[Sema][NFC] Remove some unnecessary calls to getASTContext.
2018-12-21 Simon Pilgrim[PPC] Always use the version of computeKnownBits that...
2018-12-21 Simon Pilgrim[X86] Always use the version of computeKnownBits that...
2018-12-21 Bruno Ricci[AST][NFC] Pass the AST context to one of the ctor...
2018-12-21 Luke Cheeseman[AArch64] Adding missing REQUIRES in aarch64 dwarf...
2018-12-21 Michal Gorny[xray] [tests] Detect and handle missing LLVMTestingSup...
2018-12-21 Pavel Labath[ADT] IntervalMap: add overlaps(a, b) method
2018-12-21 Dan Liew[CMake] Print out the list of sanitizers that the sanit...
2018-12-21 Fedor Sergeev[NewPM] -print-module-scope -print-after now prints...
2018-12-21 Luke Cheeseman[Dwarf/AArch64] Return address signing B key dwarf...
2018-12-21 Simon PilgrimRevert rL349876 from cfe/trunk: [analyzer] Perform...
2018-12-21 Haojian Wu[clangd] Cleanup syntax errors in the test, NFC.
2018-12-21 Simon Pilgrim[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_...
2018-12-21 Bjorn PetterssonFix warning about unused variable [NFC]
2018-12-21 Akira Hatanaka[Sema] Produce diagnostics when C++17 aligned allocatio...
2018-12-21 Thomas Lively[WebAssembly] Fix invalid machine instrs in -O0, verify...
2018-12-21 Eric FiselierFix test case breakages caused by lexically_relative...
2018-12-21 Eric FiselierDon't forward declare _FilesystemClock in C++03
2018-12-21 Eric FiselierFix copy paste error in file_clock tests
2018-12-21 Eric FiselierImplement LWG 3096: path::lexically_relative is confuse...
2018-12-21 Eric FiselierImplement LWG 3065: Make path operators friends.
2018-12-21 Eric FiselierImplement LWG 3145: file_clock breaks ABI for C++17...
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for amdgcn.wqm.vote
2018-12-21 Eric FiselierImplement LWG 2936: Path comparison is defined in terms...
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for some fp ops
2018-12-21 Matt ArsenaultGlobalISel: Correct example PartialMapping table
2018-12-21 Matt ArsenaultAMDGPU/GlobalISel: Redo legality for build_vector
2018-12-21 Eric FiselierMark two filesystem LWG issues as complete - nothing...
2018-12-21 George Karpenkov[analyzer] Perform escaping in RetainCountChecker on...
2018-12-21 George Karpenkov[analyzer] Fix a bug in RetainCountDiagnostics while...
2018-12-21 Jim Ingham"help finish" tells you it is an alias. "help fin...
2018-12-21 Reid Kleckner[memcpyopt] Add debug logs when forwarding memcpy src...
2018-12-21 Reid Kleckner[mingw] Don't mangle thiscall like fastcall etc
2018-12-21 Eli Friedman[LoopUnroll] Don't verify domtree by default with ...
2018-12-21 Craig Topper[X86] Autogenerate complete checks. NFC
2018-12-21 Jonas DevlieghereFix stack-buffer-overflow in lldb_private::Host::FindPr...
2018-12-21 Craig Topper[X86] Refactor hasNoCarryFlagUses and hasNoSignFlagUses...
2018-12-21 Craig Topper[X86] Add memory forms of some SETCC instructions to...
2018-12-21 Artem Dergachev[driver] [analyzer] Fix --analyze -Xanalyzer after...
2018-12-21 Adrian PrantlAdd an assertion to aid in tracking down a bug
2018-12-21 Adrian PrantlRemove ineffective (misspelled) sanitizer option
2018-12-21 George KarpenkovRevert "Revert "[driver] [analyzer] Fix a backward...
2018-12-21 Artem Dergachev[analyzer] RetainCount: Suppress retain detection heuri...
2018-12-20 Adrian PrantlFix typo
2018-12-20 Rui UeyamaRemove dead code.
2018-12-20 Jonas DevlieghereFix stack-buffer-overflow in lldb_private::Host::FindPr...
2018-12-20 Eli Friedman[ARM] Complete the Thumb1 shift+and->shift+shift transf...
2018-12-20 Kuba Mracek[lldb] Add a "display-recognized-arguments" target...
2018-12-20 Zachary Turner[NativePDB] Create VarDecls for global variables.
2018-12-20 Volodymyr Sapsai[CodeGen] Fix a test from r349848 by replacing `objc_...
2018-12-20 Vitaly BukaRevert "[asan] Disable test on powerpc64be"
next