platform/upstream/llvm.git
2017-04-13 Dehao ChenSamplePGO: convert callsite samples map key from callsi...
2017-04-13 Craig Topper[ValueTracking] Prevent a call to computeKnownBits...
2017-04-13 Anna Thomas[LV] Fix the vector code generation for first order...
2017-04-13 Alex ShlyapnikovRevert "Enable LSan on PowerPC64."
2017-04-13 Sanjay Patel[InstCombine] fold X == 0 || X == -1 to one compare...
2017-04-13 Reid Kleckner[DAE] Simplify call site replacement code with CallSite NFC
2017-04-13 Francis RicciImplement global pointer scanning for darwin leak sanitizer
2017-04-13 Craig Topper[ValueTracking] Move a temporary APInt instead of copyi...
2017-04-13 Marshall ClowRemove the binders from C++17. Reviewed as https:/...
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.csproj too
2017-04-13 Reid Kleckner[InstCombine] Simplify attribute code with new Attribut...
2017-04-13 Reid Kleckner[ArgPromotion] Don't drop !prof metadata on promoted...
2017-04-13 Adrian PrantlAdd a test for __block variables + asan.
2017-04-13 Stanislav Mekhanoshin[AMDGPU] Combine DS operations with offsets bigger...
2017-04-13 Hans WennborgFollow-up to r300225: update ClangFormat.sln to VS2017
2017-04-13 Hans WennborgWarning-free clang-format plugin install for VS 15.0
2017-04-13 Craig Topper[APSInt] Remove named And/Or/Xor methods.
2017-04-13 Hans Wennborgclang-format-vs: Use a separate license.txt copy
2017-04-13 Sanjay Patel[InstCombine] use similar ops for related folds; NFCI
2017-04-13 Francis RicciDon't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
2017-04-13 Andrey ChurbanovKMP_HW_SUBSET extended with NUMA support when HWLOC...
2017-04-13 Craig Topper[APInt] Fix the returns description for the postfix...
2017-04-13 Marshall ClowImplement LWG#2855 - made easy by previous refactoring
2017-04-13 Craig TopperRevert r300213 "[APSInt] Add a static_assert to ensure...
2017-04-13 Alex ShlyapnikovCache size per class size in SizeClassAllocatorXLocalCache.
2017-04-13 Brian Gesiak[Analysis] Support bitreverse in -demanded-bits pass
2017-04-13 Reid KlecknerUse the clang-cl recognized spelling of --target=
2017-04-13 Craig Topper[APSInt] Add a static_assert to ensure APSInt is packed...
2017-04-13 Michael Kruse[DeLICM] Introduce unittesting infrastructure for Known...
2017-04-13 Michael Kruse[DeLICM] Export Known and Written to DeLICMTests. NFC.
2017-04-13 Michael Kruse[DeLICM] Add Knowledge::Known. NFC.
2017-04-13 Reid KlecknerRe-land "[clang-cl] Make all sanitizer flags available...
2017-04-13 Michael Kruse[DeLICM] Make Knowledge::Written an isl::union_map...
2017-04-13 Michael Kruse[DeLICM] Rename Knowledge to KnowledgeStr. NFC.
2017-04-13 Shoaib Meenai[libc++] Explicitly set output directory for DLL
2017-04-13 Tobias Edler... LTO: Pass SF_Executable flag through to InputFile:...
2017-04-13 Alex ShlyapnikovEnable LSan on PowerPC64.
2017-04-13 Krzysztof Parzyszek[Hexagon] Unxfail passing tests
2017-04-13 Sanjay Patel[InstCombine] fix assert to not always be true
2017-04-13 Sanjay Patel[InstCombine] add/move tests for or-of-icmps; NFC
2017-04-13 Geoff BerryRe-apply "[GVNHoist] Move GVNHoist to function simplifi...
2017-04-13 Krzysztof Parzyszek[Hexagon] Implement HexagonTargetLowering::CanLowerReturn
2017-04-13 Krzysztof Parzyszek[Hexagon] Fix "LowerFormalArguments emitted a value...
2017-04-13 Marshall ClowRefactor throw_with_nested. NFC.
2017-04-13 Serge PavlovUse methods to access data stored with frame instructions
2017-04-13 Francis RicciFree zone name when destroying malloc zone
2017-04-13 Maxim Ostapenko[lsan] Reenable lsan tests on ARM bots
2017-04-13 NAKAMURA Takumillvm/test/BugPoint/compile-custom.ll: Use %/s for its...
2017-04-13 Peter Smith[ELF] Tidy up handleARMTlsRelocation [NFC]
2017-04-13 Eric FiselierAdd TEST_NOEXCEPT_FALSE to support D31738
2017-04-13 Ayman Musa[X86] Added missing mayLoad/mayStore attributes to...
2017-04-13 Artem Dergachev[analyzer] Enforce super-region classes for various...
2017-04-13 George Rimar[DWARF] - Simplify (use dyn_cast instead of isa + cast).
2017-04-13 Artem Dergachev[analyzer] Add numerous assertions to SVal, SymExpr...
2017-04-13 Daniel Sanders[globalisel][tablegen] Report more detail in some Selec...
2017-04-13 Ayman MusaReverting cmake/modules/AddLLVM.cmake changes from...
2017-04-13 Ayman Musa[X86] Change instructions names to keep consistency...
2017-04-13 Ayal Zaks[LV] Refactor ILV to provide vectorizeInstruction(...
2017-04-13 Peter Smith[ELF] Mark ARM Exceptions that refer to folded code...
2017-04-13 Akira HatanakaRevert "[clang-cl] Make all sanitizer flags available...
2017-04-13 Diana PicusRevert "Cache size per class size in SizeClassAllocator...
2017-04-13 Craig TopperFix typo in static_assert message. NFC
2017-04-13 Artem Dergachev[analyzer] Simplify values in binary operations a bit...
2017-04-13 Lang Hames[ORC] Temporarily disable the RPC Error/Expected unit...
2017-04-13 Rui UeyamaAdd comments for the RELRO segment.
2017-04-13 Eric FiselierCleanup any_cast failure test
2017-04-13 Lang Hames[Orc] Fix bool serialization for RawByteChannels.
2017-04-13 Lang Hames[ORC] Remove more extraneous semicolons from r300167...
2017-04-13 George Burgess IVRemove more lies from the LangRef.
2017-04-13 Craig Topper[APInt] Reorder fields to avoid a hole in the middle...
2017-04-13 Lang Hames[ORC] Remove extraneous semi-colon added in r300167.
2017-04-13 Craig Topper[APInt] Generalize the implementation of tcIncrement...
2017-04-13 George Burgess IVUpdate the LangRef to reflect reality.
2017-04-13 Lang Hames[ORC] Add RPC and serialization support for Errors...
2017-04-13 Eric FiselierFix template >> within C++03 code
2017-04-13 Eric FiselierDiagnose when reverse_iterator is used on path::iterator.
2017-04-13 Zachary TurnerRemove some unused private fields.
2017-04-13 Jason MolendaDon't use uuid_clear(), non-darwin platforms include
2017-04-13 Craig Topper[InstCombine] Add vector version of a test to show...
2017-04-13 Peter CollingbourneSupport: Add a VCSRevision.h header file.
2017-04-13 Eric FiselierFix C++03 test failures
2017-04-13 Eric FiselierAdd tests that std::unique_ptr's default constructor...
2017-04-13 Lang Hames[ORC] Add missing file from r300155.
2017-04-13 Eric FiselierUpdate tests -verify error messages after r300140.
2017-04-13 Lang Hames[ORC] Use native Errors rather than converted std:...
2017-04-13 Eric FiselierFix more bad member swap definitions in unordered_map.
2017-04-13 Reid Kleckner[IR] Take func, ret, and arg attrs separately in Attrib...
2017-04-13 Eric FiselierFix the default constructibility of __compressed_pair.
2017-04-13 Richard SmithFix broken test. We can't assume that 2MB of args is...
2017-04-13 Vitaly Buka[msan] Fix msan_test broken after r299884.
2017-04-13 Vitaly Buka[msan] Fix invalid use of vector constructor introduced...
2017-04-13 Eric FiselierFix most failures caused by r300140
2017-04-13 Rui UeyamaDo not initialize this->SoName with this->DefaultSoName.
2017-04-13 Craig Topper[IR] Remove the APIntMoveTy typedef from ConstantRange...
2017-04-13 NAKAMURA TakumiExternalASTMerger.cpp: Silence another warning. [-Wunus...
2017-04-13 Richard SmithWork around MSVC rejects-valid bug related to C++11...
2017-04-12 Konstantin... Fix compiler error in Attributes.cpp
2017-04-12 Wei DingAMDGPU : Fix common dominator of two incoming blocks...
2017-04-12 Richard SmithUpdate to match LLVM r300135.
2017-04-12 Eric Fiselier[libcxx] Fix __compressed_pair so it doesn't copy the...
next