platform/upstream/llvm.git
2018-09-13 Richard SmithFix crash on call to __builtin_memcpy with a null point...
2018-09-13 Rui UeyamaCOFF: Add support for /force:multiple option
2018-09-13 Jim Inghamsvn add the new files...
2018-09-13 Tim Renouf[AMDGPU] Removed unused method
2018-09-13 Jim InghamRemember to sort the Xcode project file. NFC.
2018-09-13 Matt Morehouse[SanitizerCoverage] Create comdat for global arrays.
2018-09-13 Jim InghamAdd a "scripted" breakpoint type to lldb.
2018-09-13 Roman Lebedev[NFC][InstCombine] PR38708 - inefficient pattern for...
2018-09-13 Amara Emerson[DAGCombine] Fix crash when store merging created an...
2018-09-13 Roman LebedevLLVMExegesisX86Tests: link to LLVMCore, too.
2018-09-13 Raphael IsemannAdd support for descriptions with command completions.
2018-09-13 Sam Clegg[llvm-exegesis] Add missing MC dependency to CMakeLists.txt
2018-09-13 Peter Collingbourne[bindings/go] Add DebugLoc parameter to InsertXXXAtEnd()
2018-09-13 Richard SmithAdd dependency on new llvm-cxxmap tool to check-llvm.
2018-09-13 Richard SmithDiagnose likely typos in #include directives.
2018-09-13 Craig Topper[MachineInstr] In addRegisterKilled and addRegisterDead...
2018-09-13 Nirav Dave[X86] Fix register resizings for inline assembly regist...
2018-09-13 Nirav Dave[X86] Cleanup pair returns. NFCI.
2018-09-13 Roman Lebedev[InstCombine] Inefficient pattern for high-bits checkin...
2018-09-13 George Burgess IV[PartiallyInlineLibCalls] Add DebugCounter support
2018-09-13 Roman Lebedev[NFC][InstCombine] Test what happens if 'unefficient...
2018-09-13 George Burgess IV[DCE] Add DebugCounter support
2018-09-13 Volodymyr SapsaiRevert "[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYL...
2018-09-13 Richard SmithAdd flag to llvm-profdata to allow symbols in profile...
2018-09-13 Pavel LabathNativeProcessProtocol: Sink ReadMemoryWithoutTrap into...
2018-09-13 Richard SmithFix a couple of mangling canonicalizer corner case...
2018-09-13 Stephen HinesSupport -fno-omit-frame-pointer with -pg.
2018-09-13 Kostya Serebryany[hwasan] use a single Printf per line when printing...
2018-09-13 Craig Topper[InstCombine] Fold (xor (min/max X, Y), -1) -> (max...
2018-09-13 Craig Topper[InstCombine] Add test cases for D51964. NFC
2018-09-13 Richard SmithCommon infrastructure for reading a profile remapping...
2018-09-13 Ana Pazos [RISCV][MC] Reject bare symbols for the simm6 and...
2018-09-13 Ana Pazos[RISCV] Fix decoding of invalid instruction with C...
2018-09-13 Nico Weberlld-link: For nonexisting inputs, omit follow-on diagno...
2018-09-13 Sam Clegg[WebAssembly] Fix signature of `main` in FixFunctionBit...
2018-09-13 Simon Pilgrim[AArch64] Add integer abs testcases for D51873.
2018-09-13 Kirill Bobyrev[clangd] Introduce PostingList interface
2018-09-13 Richard Diamond[cmake] Fix missing DEPENDS.
2018-09-13 George Rimar[LLDB] - Improved DWARF5 support.
2018-09-13 Erich Keane[NFC]Refactor MultiVersion Resolver Emission to combine...
2018-09-13 Alexey Bataev[OPENMP] Fix PR38903: Crash on instantiation of the...
2018-09-13 Richard Diamond[cmake] Fix a unittest when `LLVM_LINK_LLVM_DYLIB`...
2018-09-13 Sanjay Patel[InstCombine] remove checks for IsFreeToInvert()
2018-09-13 Richard DiamondRenovate CMake files in the `llvm-(cfi-verify|exegesis...
2018-09-13 Sanjay Patel[InstCombine] reorder folds to reduce chance of infinit...
2018-09-13 Peter Smith[ELF] Guard --fix-cortex-a53-843419 against --just...
2018-09-13 Azharuddin... Add missing REQUIRES x86 to test/COFF/icf-safe.s
2018-09-13 Azharuddin... Fix typo in error message. NFC.
2018-09-13 Kirill Bobyrev[clangd] Fix Dexp build
2018-09-13 Jonas Devlieghere[DWARFExpression] Read literars as unsigned values.
2018-09-13 Sam Parker[ARM] Allow truncs as sources in ARM CGP
2018-09-13 Sam Parker[ARM] Fix FixConst for ARMCodeGenPrepare
2018-09-13 David BolvanskyPrint correctly dependency paths on Windows
2018-09-13 Kirill Bobyrev[clangd] Cleanup FuzzyFindRequest filtering limit semantics
2018-09-13 Kirill Bobyrev[clangd] Use JSON format in benchmark requests reader
2018-09-13 Jonas Devlieghere[MC/Dwarf] Unclamp DWARF linetables format on Darwin.
2018-09-13 Sam McCall[clangd] Allow all LSP methods to signal cancellation...
2018-09-13 Eric Liu[clangd] Clarify and hide -index flag.
2018-09-13 Matt ArsenaultAMDGPU: Fix not preserving alignent in call setups
2018-09-13 Matt ArsenaultDAG: Fix expansion of unaligned FP loads and stores
2018-09-13 Matt ArsenaultAMDGPU: Fix some outdated datalayouts in tests
2018-09-13 Sam McCall[clangd] Simplify cancellation public API
2018-09-13 Kirill Bobyrev[docs] Provide pointers to known editor plugins and...
2018-09-13 Simon PilgrimFix unused variable warning. NFCI.
2018-09-13 Tim NorthoverARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
2018-09-13 Oliver Stannard[AArch64] Enable return address signing for static...
2018-09-13 Simon PilgrimFix MSVC "illegal conversion; more than one user-define...
2018-09-13 Kirill Bobyrev[clangd] Don't create child AND and OR iterators with...
2018-09-13 Ilya Biryukov[clangd] Rename global-symbol-builder to clangd-indexer.
2018-09-13 Dean Michael... [XRay] Bug fixes for FDR custom event and arg-logging
2018-09-13 Raphael IsemannRemove byte counting from SourceManager [NFC]
2018-09-13 Alexander Timofeev [AMDGPU] Load divergence predicate refactoring
2018-09-13 Simon Atanasyan[mips] Enable the mnemonic spell corrector
2018-09-13 Clement Courbet[llvm-exegesis][NFC] Remove dead parameter.
2018-09-13 Clement Courbet[llvm-exegesis][NFC] Split BenchmarkRunner class
2018-09-13 Owen Pan[clang-format] Wrapped block after case label should...
2018-09-13 Alexander Timofeev [AMDGPU] Preliminary patch for divergence driven...
2018-09-13 Craig Topper[X86] Type legalize v2i32 div/rem by scalarizing rather...
2018-09-13 Tanya LattnerMaking pstl repository.
2018-09-13 Saleem AbdulrasoolARM: correct the relocation type for `bl` on WoA
2018-09-13 Max Kazantsev[NFC] Add Requires: asserts where needed
2018-09-13 Max Kazantsev[NFC] Use expensive asserts in relevant LICM tests
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from v128.const
2018-09-13 Thomas LivelyRemove isAsCheapAsAMove from mem ops
2018-09-13 Thomas Lively[WebAssembly] Add missing SIMD instruction attributes
2018-09-13 Marshall ClowMark LWG#3102 as complete. No code changes, but I updat...
2018-09-13 David BlaikieSTLExtras: Add some more algorithm wrappers
2018-09-13 David BlaikieDebugInfo/PDB: Remove unused member
2018-09-12 Tri Vo[AArch64] Support reserving x1-7 registers.
2018-09-12 David Blaikiedwarfdump: Improve performance on large DWP files
2018-09-12 Richard SmithRemove dead code made unnecessary by r342018.
2018-09-12 Richard SmithTrack definition merging on the canonical declaration...
2018-09-12 Richard SmithWhen we leave a module header, make that header visible...
2018-09-12 Sanjay Patel[DAGCombiner] improve formatting for select+setcc code...
2018-09-12 Adrian Prantlfix 80-column violation with clang-format
2018-09-12 Zachary Turner[PDB] Remove all clone() methods.
2018-09-12 Vlad Tsyrklevich[TSan] Update test values
2018-09-12 Krzysztof Parzyszek[Hexagon] Use shuffles when lowering "gather" shuffleve...
2018-09-12 Krzysztof Parzyszek[Hexagon] Improve the selection algorithm in scalarizeS...
2018-09-12 Kristina Brooks[Support] sys::fs::directory_entry includes the file_type.
next