platform/upstream/llvm.git
2018-02-05 Max Kazantsev[NFC] Add tests for PR35743
2018-02-05 Serguei Katkov[SimplifyCFG] Relax restriction for folding uncondition...
2018-02-05 Craig Topper[X86] Remove unused lambda. NFC
2018-02-05 Craig Topper[X86] Remove X86ISD::SHUF128 from combineBitcastForMask...
2018-02-05 Serguei KatkovRe-apply [SCEV] Fix isLoopEntryGuardedByCond usage
2018-02-05 Erik Pilkington[demangler] return early if conditional expr parsing...
2018-02-04 Craig Topper[X86] Auto-generate full checks. NFC
2018-02-04 Daniil FukalovRecommit rL323890: [AMDGPU] Add ds_fadd, ds_fmin, ds_fm...
2018-02-04 Zvi RackoverX86 Tests: Add shuffle that can be improved by widening...
2018-02-04 Florian Hahn[PartialInliner] Update test (NFC).
2018-02-04 Florian Hahn[InlineFunction] Set arg attrs even if there only are...
2018-02-04 Sander de Smalen[TableGen][AsmMatcherEmitter] Fix tied-constraint check...
2018-02-04 Chad Rosier[LV] Use Demanded Bits and ValueTracking for reduction...
2018-02-04 Eric FiselierFix initialization of array<const T, 0> with GCC.
2018-02-04 Eric FiselierMark LWG 3014 as complete. No code changes needed
2018-02-04 Eric FiselierImplement LWG 3014 - Fix more noexcept issues in filesy...
2018-02-04 Eric FiselierMark LWG 3013 as already complete. See r316941
2018-02-04 Eric FiselierRemove debug println from rec.dir.itr.increment test
2018-02-04 Eric FiselierImplement LWG2989: path's streaming operators allow...
2018-02-04 Eric FiselierMark issue 2851 as complete
2018-02-04 Eric FiselierAddress LWG 2849 and fix missing failure condition...
2018-02-04 Eric Fiseliercorrect comment about C++03 assignment operators
2018-02-04 Eric FiselierMake array<const T, 0> non-CopyAssignable and make...
2018-02-04 Craig Topper[X86] Add DAG combine to turn (bitcast (and/or/xor...
2018-02-04 Craig Topper[X86] Remove unused function argument. NFC
2018-02-04 Eric Fiselier[libc++] Fix PR35491 - std::array of zero-size doesn...
2018-02-03 Craig Topper[DAGCombiner] When folding fold (sext/zext (and/or...
2018-02-03 Simon Pilgrim[MIPS] Regenerate vector tests with update script
2018-02-03 Simon Pilgrim[SelectionDAG] Don't use simple VT in generic shuffle...
2018-02-03 Simon Pilgrim[X86][SSE] Don't chain shuffles together in schedule...
2018-02-03 Craig Topper[X86] Remove and autoupgrade kand/kandn/kor/kxor/kxnor...
2018-02-03 David GreenRemove unneeded -debug argument from new test
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-02-03 David Green[InstCombine] Allow common type conversions to i8/i16/i32
2018-02-03 Sander de SmalenRecommit rL323952: [DebugInfo] Enable debug information...
2018-02-03 Alex Bradbury[RISCV] Update two RISCV codegen tests after rL323991
2018-02-03 Simon PilgrimFix MSVC signed/unsigned comparison warning. NFCI.
2018-02-03 Alex Bradbury[RISCV] Create a LinuxTargetInfo when targeting Linux
2018-02-03 Michael Kruse[ScopBuilder] Make -polly-stmt-granularity=scalar-indep...
2018-02-03 Michael Kruse[ScopInfo] Allow epilogues to be the main statement...
2018-02-03 Artem DergachevRevert r324166 "[analyzer] Add a checker for mmap(...
2018-02-03 Artem Dergachev[analyzer] Add a checker for mmap()s which are both...
2018-02-03 Eric FiselierWork around GCC constexpr initialization bug
2018-02-03 Eric FiselierWork around Clang bug introduced in r324062
2018-02-03 Evgeniy Stepanov[hwasan] Add a paragraph on stack instrumentation.
2018-02-03 George Karpenkov[analyzer] Do not infer nullability inside function...
2018-02-03 Richard SmithFix crash when trying to pack-expand a GNU statement...
2018-02-03 Jason MolendaTurn off the deprecated ALWAYS_SEARCH_USER_PATHS feature
2018-02-02 Sam Clegg[WebAssembly] Refactor linker-generated symbols. NFC.
2018-02-02 Jason MolendaFix a copy of a fixed length, possibly non-nul terminat...
2018-02-02 Rui UeyamaSimplify.
2018-02-02 Rui UeyamaUpdate Eq so that it uses NAME just like B does. NFC.
2018-02-02 Eric FiselierFix has_unique_object_representation after Clang commit...
2018-02-02 Richard SmithFix incorrect usage of std::is_assignable.
2018-02-02 Richard SmithAdd missing direct-init / parameter-declaration-clause...
2018-02-02 Rui UeyamaAdd -{no,}-check-sections flags to enable/disable secti...
2018-02-02 Daniel Neilson[InstCombine] Use getDestAlignment in SimplifyMemSet...
2018-02-02 Craig Topper[X86] Prefer to create a ISD::SETCC over X86ISD::PCMPEQ...
2018-02-02 Rui UeyamaStrip .note.gnu.build-id sections if --build-id is...
2018-02-02 Rui UeyamaAdd --no-gnu-unique and --no-undefined-version for...
2018-02-02 Sanjay Patel[InstCombine] make sure tests are providing coverage...
2018-02-02 James DennettMore documentation cleanup for Decl.h.
2018-02-02 Rui UeyamaConsolidate --foo and --no-foo options. NFC.
2018-02-02 Kuba MracekUse NULL instead of nullptr in invalid-pointer-pairs...
2018-02-02 Craig Topper[X86] Pass SDLoc by const reference in a few more place...
2018-02-02 Eric FiselierMake __has_unique_object_representations reject empty...
2018-02-02 James DennettDocumentation cleanup, no functional change.
2018-02-02 Matt Morehouse[clang-proto-to-cxx] Accept protobufs with missing...
2018-02-02 Ben Hamilton[clang-format] New format param ObjCBinPackProtocolList
2018-02-02 Craig Topper[X86] Add avx512 command line to ptest.ll to demonstrat...
2018-02-02 Craig TopperPartially revert r324124 [X86] Add tests for missed...
2018-02-02 Eric Fiselier Emit label names according to -discard-value-names.
2018-02-02 Kuba Mracek[asan] Make concurrent_overflow.cc less flaky
2018-02-02 Aditya Nandakumar[GISel][NFC]: Move RegisterBankInfo::getSizeInBits...
2018-02-02 Craig Topper[X86] Add tests for missed opportunities to use ptest...
2018-02-02 Alex DenisovFix typo
2018-02-02 Sanjay Patel[InstCombine] simplify logic for swapMayExposeCSEOpport...
2018-02-02 Kamil RytarowskiCorrect FileCheck usage in two newly added tests
2018-02-02 Kamil RytarowskiAdd new NetBSD interceptors: devname(3), devname_r(3)
2018-02-02 Jim InghamAdd the ability to restrict the breakpoint to a module
2018-02-02 Sanjay Patel[InstCombine] fix typos, formatting; NFC
2018-02-02 Adrian PrantlUse an alternative approach to prevent Spotlight from...
2018-02-02 George Karpenkov[analyzer] [tests] Fix crash in SATestBuild.py
2018-02-02 Eric Liu[Tooling] Returns non-zero status code when files are...
2018-02-02 Michael KruseRun clang-format after r324003. NFC.
2018-02-02 Erik Pilkington[demangler] Clean up the expression parser
2018-02-02 Amara Emerson[AArch64][GlobalISel] Use getRegClassForTypeOnBank...
2018-02-02 Sanjay Patel[InstCombine] add baseline tests for unsigned saturated...
2018-02-02 Rafael EspindolaRevert "Start setting dso_local in clang."
2018-02-02 Rafael EspindolaStart setting dso_local in clang.
2018-02-02 Craig Topper[X86] Remove checks for FeatureAVX512 from the X86...
2018-02-02 Sam McCall[clangd] Fix ExternC test broken by r324081
2018-02-02 Fangrui SongMake utils/UpdateTestChecks/common.py Python 2/3 compat...
2018-02-02 Yaxun Liu[AMDGPU] Switch to the new addr space mapping by default
2018-02-02 Yaxun Liu[AMDGPU] Switch to the new addr space mapping by default
2018-02-02 Clement CourbetAdd llc tests for comparison chains.
2018-02-02 Erich Keane[CodeGen][va_args] Correct Vector Struct va-arg 'in_reg...
2018-02-02 Ben Hamilton[clang-tidy] ObjC ARC objects should not trigger perfor...
2018-02-02 James HendersonFix type sizes that were causing incorrect string forma...
2018-02-02 George Rimar[ThinLTO] - Add comment. NFC.
next