platform/upstream/llvm.git
2019-09-02 Fangrui Song[ELF] Do not ICF two sections with different output...
2019-09-02 Piotr Sobczak[AMDGPU] Add test
2019-09-02 George Rimar[yaml2obj] - Allow overriding sh_name fields of the...
2019-09-02 Djordje Todorovic[DWARFVerifier] Verify GNU extensions of call site...
2019-09-02 Fangrui Song[ELF] Align SHT_LLVM_PART_EHDR to a maximum page size...
2019-09-02 Raphael Isemann[lldb] Add description to option completions.
2019-09-02 Amara Emerson[AArch64][GlobalISel] Fix zext narrowScalar to use...
2019-09-02 Raphael Isemann[lldb][NFC] Add basic test for GUI command
2019-09-02 Raphael Isemann[lldb][NFC] Remove unnecessary lldb_enable_attach in...
2019-09-02 Balazs Keri[ASTImporter] At import of records re-order indirect...
2019-09-01 Craig Topper[X86] Add initial support for unfolding broadcast loads...
2019-09-01 Raphael Isemann[lldb] Test and fix invalid log command invocations
2019-09-01 Raphael Isemann[lldb][NFC] Add test for invalid expression command...
2019-09-01 Sanjay Patel[DAGCombiner] improve throughput of shift+logic+shift
2019-09-01 Raphael Isemann[lldb][NFC] Fix failing tests on macOS after restructur...
2019-09-01 Simon PilgrimFix MSVC unreferenced formal parameter warning. NFCI.
2019-09-01 Simon PilgrimFix MSVC unreferenced formal parameter warning. NFCI.
2019-09-01 Simon Pilgrim[X86][AVX] Rename + cleanup lowerShuffleAsLanePermuteAn...
2019-09-01 Jan Kratochvil[lldb] Small optimization of FormatMap::Delete
2019-09-01 Raphael Isemann[lldb][NFC] Fix failing tests after restructuring test...
2019-09-01 Simon PilgrimFix shadow variable warning. NFCI.
2019-09-01 Simon PilgrimFix variable HasArrayDesignator set but not used warnin...
2019-09-01 Roman Lebedev[ConstantFolding] Fix 'undef' folding for @llvm.[us...
2019-09-01 David Green[ARM] Remove MVE masked loads/stores
2019-09-01 Raphael Isemann[lldb] Restructure test folders to match LLDB command...
2019-09-01 Shiva Chen[TargetLowering] Fix Bugzilla ID 43183 to avoid soften...
2019-09-01 Matt ArsenaultAMDGPU: Remove unused custom node definition
2019-09-01 Puyan Lotfi[GlobalISel][NFC] Regression test cases for aarch64...
2019-08-31 Craig Topper[X86] Replace some COPY_TO_REGCLASS from GR32/GR64...
2019-08-31 Craig Topper[X86] Compress the flag bits in the folding tables...
2019-08-31 Nico Weber[libc++] Fix directory_iterator compilation on Win32
2019-08-31 David Bolvansky[clang] Devirtualization for classes with destructors...
2019-08-31 David Bolvansky[NFC] Fixed -Wdocumentation warning
2019-08-31 David Bolvansky[NFC] Fix for rL370594
2019-08-31 David Bolvansky[clang] Warning for non-final classes with final destru...
2019-08-31 David Bolvansky[InstCombine] mempcpy(d,s,n) to memcpy(d,s,n) + n
2019-08-31 Simon Pilgrim[X86] EltsFromConsecutiveLoads - Don't confuse elt...
2019-08-31 Simon Pilgrim[X86][AVX512] Regenerate tests with common prefixes
2019-08-31 Sanjay Patel[AArch64][x86] increase value type coverage in tests...
2019-08-31 Simon PilgrimFix shadow variable warning by making CondCodes names...
2019-08-31 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-31 Sanjay Patel[DAGCombiner] clean up code in visitShiftByConstant()
2019-08-31 Simon PilgrimFix shadow variable warning. NFCI.
2019-08-31 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-31 Simon Pilgrim[X86ISelLowering] combineCMov - cleanup CMOV->LEA codeg...
2019-08-31 Simon Pilgrim[X86ISelLowering] LowerSELECT - remove duplicate value...
2019-08-31 Simon PilgrimFix cppcheck shadow variable and variable scope warning...
2019-08-31 Amaury Sechet[DAGCombiner] Match (add X, X) as (shl X, 1) when detec...
2019-08-31 Fangrui Song[llvm-objcopy] Simplify alignToAddr with llvm::alignTo
2019-08-31 James Molloy[DAGCombiner] Don't create illegal narrow stores
2019-08-31 Nikita Popov[LVI] Extract solveBlockValueExtractValue(); NFC
2019-08-31 Nikita Popov[CVP] Add tests for simplified with.overflow + icmp...
2019-08-31 Nikita Popov[CVP] Generate simpler code for elided with.overflow...
2019-08-31 Raphael Isemann[lldb] Unify target checking in CommandObject
2019-08-31 Raphael Isemann[lldb][NFC] Remove unused prompt variable in TestMultil...
2019-08-31 Bjorn Pettersson[CodeGen] Refactor DAGTypeLegalizer::ExpandIntRes_MULFI...
2019-08-31 Bjorn Pettersson[LangRef] Update saturating examples for llvm.smul...
2019-08-31 Wei MiFix some errors introduced by rL370563 which were not...
2019-08-31 Wei Mi[SampleFDO] Add profile symbol list section to discrimi...
2019-08-31 Alex LorenzIntroduce a DirectoryEntryRef that stores both a refere...
2019-08-31 David Blaikiellvm-dwarfdump: Cache CU low_pc when computing statistics.
2019-08-31 Richard Smith[c++20] Add support for designated direct-list-initiali...
2019-08-31 Thomas Lively[WebAssembly] Add SIMD QFMA/QFMS
2019-08-31 Richard Smith[c++20] Disallow template argument deduction from a...
2019-08-31 Sterling AugustineRevert "Add gdb pretty printers for a wide variety...
2019-08-30 Jonas Devlieghere[test] Make sys.stdout compatible with both Python...
2019-08-30 Sterling AugustineAdd gdb pretty printers for a wide variety of libc...
2019-08-30 Vlad TsyrklevichRevert "[lld-link] implement -start-lib and -end-lib"
2019-08-30 Jonas Devlieghere[lit] Only set DYLD_LIBRARY_PATH for shared builds
2019-08-30 Alina Sbirlea[MemorySSA] Rename all phi entries.
2019-08-30 Wei Mi[GVN] Verify value equality before doing phi translatio...
2019-08-30 Duncan P. N... ASTReader: Bypass overridden files when reading PCHs
2019-08-30 Jonas Devlieghere[test] Fix 'argument must be str, not bytes' for Python 3.
2019-08-30 Richard Smith[c++20] Implement semantic restrictions for C++20 desig...
2019-08-30 Reid KlecknerFix SEH_NoReturn machine verifier error
2019-08-30 Reid Kleckner[MC] Avoid crashes from improperly nested or wrong...
2019-08-30 Nandor LickerRevert [Clang Interpreter] Initial patch for the conste...
2019-08-30 Reid Kleckner[X86] Print register names in .seh_* directives
2019-08-30 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-08-30 Sanjay Patel[x86] add tests for shift-logic-shift; NFC
2019-08-30 Sanjay Patel[AArch64] add tests for shift-logic-shift; NFC
2019-08-30 Daniel SandersMake add_new_check.py's insertion of registerCheck...
2019-08-30 Jonas Devlieghere[test] Make sure PROMPT is a string
2019-08-30 Reid Kleckner[Windows] Disable TrapUnreachable for Win64, add SEH_No...
2019-08-30 Puyan Lotfi[IFS][NFC] llvm-ifs: Fixing build bot build break:...
2019-08-30 Sanjay Patel[Thumb2] tighten CHECK lines in test; NFC
2019-08-30 Puyan Lotfi[IFS][NFC] llvm-ifs: Fixing build bot error due to...
2019-08-30 Nico Webergn build: Merge r370512
2019-08-30 Craig Topper[X86] Fix mul test cases in avx512-broadcast-unfold...
2019-08-30 Daniel Sanders[clang-tidy] Add llvm-prefer-register-over-unsigned...
2019-08-30 Puyan Lotfi[IFS][NFC] llvm-ifs: Fixing build errors for bots using...
2019-08-30 Sam Clegg[lld][WebAssembly] Fix spurious signature mismatch...
2019-08-30 James Molloy[DFAPacketizer] Allow namespacing of automata per-itinerary
2019-08-30 Craig Topper[X86] Regenerate the test cases added in r370506.
2019-08-30 Craig Topper[X86] Add test caes for opportunities for machine LICM...
2019-08-30 Jinsong Ji[PowerPC][NFC] Avoid checking non-relevant .cfi instruc...
2019-08-30 Michael LiaoFix compilation warnings. NFC.
2019-08-30 Raphael Isemann[lldb][NFC] More tests for invalid register command...
2019-08-30 Eric FiselierMake `vector` unconditionally move elements when except...
2019-08-30 Nico Webergn build: Merge r370500
next