platform/upstream/llvm.git
2019-03-15 Yonghong Song[BPF] do not generate unused local/global types
2019-03-15 Yonghong SongRevert "[BPF] do not generate unused local/global types"
2019-03-15 Yonghong Song[BPF] do not generate unused local/global types
2019-03-15 Richard TrieuRemove an assert in template pack deduction during...
2019-03-15 Fangrui Song[ELF] Add a test for large .bss.rel.ro
2019-03-15 Fangrui Song[ELF] Fix 3 tests after D56828
2019-03-15 Aaron PuchertAdd missing override specifier [NFC]
2019-03-15 Jorge Gorbe... [lldb-vscode] Fix dangling pointer in request_evaluate.
2019-03-15 Fangrui Song[ELF] Split RW PT_LOAD on the PT_GNU_RELRO boundary
2019-03-15 Davide Italiano[DataFormatters] Remove LLDB_DISABLE_PYTHON from Format...
2019-03-15 Marshall ClowMark vector::operator[] and front/back as noexcept...
2019-03-15 Artem Dergachev[analyzer] RetainCount: A function isn't a CFRetain...
2019-03-15 Artem Dergachev[analyzer] Support C++17 aggregates with bases without...
2019-03-15 Sam Clegg[WebAssembly] Remove unused load/store patterns that...
2019-03-15 Yan ZhangFixed global constant/variable naming check on C++...
2019-03-14 Matt ArsenaultAMDGPU: Remove intrinsic operand assert
2019-03-14 Sanjay Patel[CGP] add another bailout for degenerate code (PR41064)
2019-03-14 Paul RobinsonTighten up tests that use -debugify as a shortcut. NFC
2019-03-14 Eli Friedman[MC] Sort FDEs by the associated CIE before emitting...
2019-03-14 Matt ArsenaultMIR: Allow targets to serialize MachineFunctionInfo
2019-03-14 Jessica Paquette[AArch64][GlobalISel] Add isel support for G_UADDO...
2019-03-14 Amara Emerson[AArch64][GlobalISel] Implement selection for G_UNMERGE...
2019-03-14 Amara Emerson[AArch64][GlobalISel] Add some support for G_CONCAT_VEC...
2019-03-14 Marshall ClowXFAIL this debug-mode test that I just broke. Eric...
2019-03-14 Davide Italiano[ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from...
2019-03-14 Marshall ClowAdd noexcept to operator[] for array and deque. This...
2019-03-14 Jason LiuReland the rest of "Add AIX Target Info"
2019-03-14 Jordan Rupprecht[llvm-strip] Hook up (unimplemented) --only-keep-debug
2019-03-14 Matt ArsenaultAMDGPU: Correct type for waitcnt debug flag
2019-03-14 Adrian PrantlAdd test I forgot to git-add in r356163.
2019-03-14 Sam CleggLine wrap README file
2019-03-14 Nikita Popov[InstCombine] Add tests for range-based saturing math...
2019-03-14 Julian Lettner[NFC][TSan] Move libdispatch tests into their own subfolder
2019-03-14 Julian Lettner[TSan][libdispatch] Remove dependency on system headers
2019-03-14 Pete Couperus[ARC] Add more load/store variants.
2019-03-14 Nico Webergn build: Add build files for clang-doc
2019-03-14 Alexey Bataev[OPENMP]Fix crash for the ordered(n) clause.
2019-03-14 Jason LiuReland part of "Add AIX Target Info"
2019-03-14 Eli Friedman[CodeGen] Consider tied operands when adjusting inline...
2019-03-14 Sanjay Patel[InstCombine] remove duplicate tests
2019-03-14 Louis Dionne[pstl] By default, disable the parallel policies
2019-03-14 Sunil SrivastavaHandle consecutive-double-quotes in Windows argument...
2019-03-14 Sanjay Patel[InstCombine] canonicalize funnel shift constant shift...
2019-03-14 Sanjay Patel[InstCombine] add tests for funnel shift constant shift...
2019-03-14 Zachary TurnerReturn llvm::Error and llvm::Expected from DWARF parsin...
2019-03-14 Alina Sbirlea[MemorySSA] Remove redundant walker assignment [NFC].
2019-03-14 Alexandre Ganea[LLD][COFF] Add /summary to print statistics
2019-03-14 Erik Pilkington[Sema] Fix a use-after-free of a _Nonnull ParsedAttr
2019-03-14 Rui UeyamaMake a hack for LTO work only when you are actually...
2019-03-14 Reid KlecknerAdd PragmaHandler for MSVC pragma execution_character_set
2019-03-14 Philip Reames[Tests] Add tests to demonstrate hoisting of unordered...
2019-03-14 Philip Reames[Tests] Revert an accident change to a test
2019-03-14 Jessica Paquette[GlobalISel][AArch64] Add partial selection support...
2019-03-14 Philip ReamesAuto-generate an existing test to make it easier to...
2019-03-14 Pete Couperus[ARC] Better classify add/sub immediate instructions...
2019-03-14 Max MorozSpeeding up llvm-cov export with multithreaded renderFi...
2019-03-14 Marshall ClowReorg the midpoint pointer test into runtime and conste...
2019-03-14 Davide Italiano[DataFormatters] Delete unused code. Not even exposed...
2019-03-14 Sanjay Patel[InstCombine] add tests for funnel shift constant shift...
2019-03-14 Raphael IsemannSafer casting in ClangExpressionParser code completion
2019-03-14 Philip Reames[Tests] Add tests for reordering of unordered atomics...
2019-03-14 Davide Italiano[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON...
2019-03-14 Philip ReamesAllow code motion (and thus folding) for atomic (but...
2019-03-14 Marshall ClowFix two of the three bot failures for midpoint; the...
2019-03-14 Jonas Devlieghere[Reproducers] Fix data race found by tsan
2019-03-14 Louis Dionne[libc++][CMake] Do not define `cxx_shared_EXPORTS`...
2019-03-14 Mitch Phillips[HWASan] Use less Printf() calls in register dump.
2019-03-14 Philip Reames[Tests] Add negative folding tests w/fences as requeste...
2019-03-14 Craig Topper[X86] Fix the pattern changes from r356121 so that...
2019-03-14 Adrian PrantlAdd IR debug info support for Elemental, Pure, and...
2019-03-14 Marshall ClowAdd std::midpoint for integral and poiner types. Descri...
2019-03-14 Kristof Umann[analyzer] Fix an assertation failure for invalid sourc...
2019-03-14 Adrian PrantlFix a double-overrelease in the TestDataFormatterObjC...
2019-03-14 Sam Parker[NFC][ARM] Update test
2019-03-14 Sanjay Patel[x86] prevent infinite looping from vselect commutation...
2019-03-14 Pavel LabathYAMLIO: Improve template arg deduction for mapOptional
2019-03-14 Akira Hatanaka[CodeGen][ObjC] Remove the leading 'l' from symbols...
2019-03-14 Louis Dionne[libc++][CMake] Fix typo introduced in r356150
2019-03-14 Nico WeberFix test after r356148
2019-03-14 Louis Dionne[libc++] Do not force building with -fPIC (re-applying)
2019-03-14 Mikael HolmenRemove unused variable to silence compiler warning...
2019-03-14 Balazs Keri[ASTImporter] Fix import of NestedNameSpecifierLoc.
2019-03-14 Louis Dionne[libc++] Do not share an object library to create the...
2019-03-14 Matt ArsenaultAMDGPU: Scavenge register instead of findUnusedReg
2019-03-14 Nico WeberObjective-C++11: Support static_assert() in @interface...
2019-03-14 Matt ArsenaultGlobalISel: Use multiple returns for intrinsic structs
2019-03-14 Than McIntosh[SampleFDO] add suffix elision control for fcn names
2019-03-14 Matt ArsenaultNote ImmArg in documentation for adding intrinsics
2019-03-14 Matt ArsenaultARM: Add ImmArg to intrinsics
2019-03-14 Matt ArsenaultAMDGPU: Don't add unnecessary convergent attributes
2019-03-14 Kristof Umann[analyzer] Fix function macro crash
2019-03-14 Hyrum Wright[clang-tidy] Add additional patterns to the abseil...
2019-03-14 Eric FiselierProperly constrain basic_string(Iter, Iter, Alloc ...
2019-03-14 Hans Wennborggn build: Merge r356080
2019-03-14 Simon Pilgrim[SystemZ] Remove icmp undef
2019-03-14 Simon Pilgrim[SystemZ] Regenerate tests to make complete codegen...
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-14 Sam ParkerFix for buildbots
2019-03-14 Haojian Wu[clangd] Using symbol name to map includes for STL...
2019-03-14 James HendersonRevert r356129 due to greendragon bot failures
next