platform/upstream/llvm.git
2017-05-26 Amaury Sechetnits in wide-integer-cmp.ll . NFC
2017-05-26 Pavel LabathFix 32-bit builds
2017-05-26 John Brawn[ARM] Add tests for 6-M memcpy/memset code generation
2017-05-26 Egor Churaev[OpenCL] An error shall occur if any scalar operand...
2017-05-26 Andrew V. TischenkoThe fix for PR22004: X86AsmParser.cpp asserts: OperandS...
2017-05-26 George RimarRevert "[DWARF] - Make collectAddressRanges() return...
2017-05-26 George RimarRecommit r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 Siddharth Bhat[Docs] Fix exception name being caught in case ReadTheD...
2017-05-26 George RimarRevert r303978 "[DWARF] - Make collectAddressRanges...
2017-05-26 Nirav DaveFix signedness of constant. NFC.
2017-05-26 Roger Ferrer... Export the required symbol from DynamicLibraryTests
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 Ilya Biryukov[clangd] Allow to use vfs::FileSystem for file accesses.
2017-05-26 George Rimar[ELF] - Follow up for r303975. NFCi.
2017-05-26 George Rimar[ELF] - Do not produce duplicate values in .gdb_index...
2017-05-26 Daniel JasperRemove unnecessary double-assignment triggering -Wseque...
2017-05-26 George Rimar[ELF] - Simplify implementation of constant pool when...
2017-05-26 Ravitheja AddepallyImplementation of remote packets for Trace data.
2017-05-26 Max KazantsevRe-enable "[SCEV] Do not fold dominated SCEVUnknown...
2017-05-26 Matthias BraunLivePhysRegs: Skip reserved regs in computeLiveIns...
2017-05-26 Wei MiRevert rL303923 since it broke the sanitizer bootstrap...
2017-05-26 Craig Topper[InstSimplify] Use APInt::isMask isntead of manually...
2017-05-26 Craig Topper[InstSimplify] Use m_ConstantInt matchers to short...
2017-05-26 Eric FiselierWorkaround debug info bug in Clangs coroutine implement...
2017-05-26 Ed MasteFreeBSD ProcessMonitor: map TRAP_CAP to a trace trap
2017-05-26 Chandler Carruth[IR] Add an iterator and range accessor for the PHI...
2017-05-26 Eric FiselierGet <experimental/coroutine> working in C++03.
2017-05-26 George Burgess IV[docs] Point coroutine link to an actual document
2017-05-26 Rui UeyamaRearrange code for the sake of readability. NFC.
2017-05-26 Matthias BraunRevert "LivePhysRegs: Fix addLiveOutsNoPristines()...
2017-05-26 Rui UeyamaSimplify. NFC.
2017-05-26 Rui UeyamaInline a trivial constructor.
2017-05-26 Tim NorthoverCreate valid LValue to represent null pointers in const...
2017-05-26 Eric FiselierGuard <experimental/coroutine> against older Clang...
2017-05-26 Matthias BraunRevert "LivePhysRegs: Skip reserved regs in computeLive...
2017-05-26 Matthias BraunTest for r303938
2017-05-26 Eric FiselierRemove incorrect #ifdef guards around variant tests.
2017-05-26 Chandler Carruth[PM] Enable the new simple loop unswitch pass in the...
2017-05-26 Casey Carter[test] Fix breakage from r303947 =(
2017-05-26 Rui UeyamaTidy up RelocVisitor.h.
2017-05-26 Matthias BraunLivePhysRegs: Follow-up to r303937
2017-05-26 Rafael EspindolaRemove dummy cast. NFC.
2017-05-26 Casey Carter[test] make_shared<T()>(...) is, uh, libc++-specific
2017-05-26 Zachary Turner[llvm-pdbdump] Don't crash when displaying padding.
2017-05-26 Richard SmithFactor resolving of header directives -> files out...
2017-05-26 Eugene Zelenko[Examples] Fix some Clang-tidy modernize-use-using...
2017-05-25 Dimitry AndricReturn a lit.Test.Result object from TestRunner's execu...
2017-05-25 Zachary TurnerRemove unused member.
2017-05-25 Vitaly Buka[compiler-rt] Replace allow_user_segv_handler=0 with...
2017-05-25 Tim Shen[PPC] Add text for assert.
2017-05-25 Peter CollingbourneLTO: Do summary-based prevailing symbol resolution...
2017-05-25 Matthias BraunLivePhysRegs: Fix addLiveOutsNoPristines() for return...
2017-05-25 Matthias BraunLivePhysRegs: Skip reserved regs in computeLiveIns...
2017-05-25 Eric FiselierRe-add <experimental/coroutine> to the module map.
2017-05-25 Zachary Turner[CV Type Merging] Find nested type indices faster.
2017-05-25 Richard Trieu"*" => "+" to avoid matching on empty string.
2017-05-25 David BlaikieDebugInfo: Simplify scopes+subprogram handling since...
2017-05-25 Richard TrieuMake test/Driver/baremetal.cpp work when output directo...
2017-05-25 Tim Shen[PPC] Fix atomics lowering in DAG lowering.
2017-05-25 Richard SmithSwitch from using a DiagnosticTrap and a note for ...
2017-05-25 Eric FiselierCorrect typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUIL...
2017-05-25 Martell Malonelibcxx: fix bootstrapping for mingw-w64
2017-05-25 David BlaikieFix test to handle running on platforms which don't...
2017-05-25 Rui UeyamaWhen uncompressing sections, remove SHF_COMPRESSED...
2017-05-25 Rafael EspindolaRevert "Simplify a variable type by using StringRef...
2017-05-25 Craig Topper[InstCombine] Add an InstCombine specific wrapper aroun...
2017-05-25 Wei Mi[GVN] Add phi-translate support in scalarpre.
2017-05-25 Andrew KaylorAdd constrained intrinsics for some libm-equivalent...
2017-05-25 Matthias BraunCodeGen: Rename DEBUG_TYPE to match passnames
2017-05-25 Zachary Turner[lld] Fix a bug where we continually re-follow type...
2017-05-25 Zachary Turner[CodeView Type Merging] Don't keep re-allocating temp...
2017-05-25 Zachary TurnerMake BinaryStreamReader::readCString a bit faster.
2017-05-25 Bob Haarman[pdb] pad source file name buffer at the end instead...
2017-05-25 Zachary TurnerFix a bug in MappedBlockStream.
2017-05-25 Sam Clegg[WebAssembly] MC: Include unnamed data when writing...
2017-05-25 Zachary Turner[CodeView Type Merging] Avoid record deserialization...
2017-05-25 Aaron BallmanUpdate the getting started documentation to match the...
2017-05-25 Aaron BallmanUpdate the documentation and CMake file for Visual...
2017-05-25 Kostya Serebryany[asan] relax sanbox_read_proc_self_maps_test to pass...
2017-05-25 Hans WennborgMake test/Driver/baremetal.cpp pass on Windows
2017-05-25 Erich KeaneEarlier revert introduced an extra space, remove it.
2017-05-25 Reid KlecknerRevert "[AMDGPU] add __builtin_amdgcn_s_getpc"
2017-05-25 Kamil RytarowskiFix bug #28898
2017-05-25 Francis RicciFix typo in tls patch
2017-05-25 Rui UeyamaAccept not only --reproduce <foo> but also --reproduce...
2017-05-25 Kyle ButtPPC: Correct Size for GETtlsADDR
2017-05-25 Adrian PrantlAdd a test for PR33166.
2017-05-25 Nico WeberRevert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc...
2017-05-25 Manoj Gupta[AArch64]: add 'a' inline asm operand modifier.
2017-05-25 Eric FiselierUpdate more coroutine_handle signatures to reflect...
2017-05-25 Billy Robert... Add asserts that the nullptr is maintained in string...
2017-05-25 Jonathan RoelofsAppease more buildbots about r303873
2017-05-25 Adrian PrantlFix SelectionDAGBuilder::getDbgValue to not expect...
2017-05-25 Adrian PrantlDelete an obsolete paragraph in LangRef.
2017-05-25 Eric FiselierUpdate coroutine_handle<P>::promise to reflect N4663.
2017-05-25 David BlaikieDebugInfo: Produce debug_{gnu_}pub{names,types} entries...
2017-05-25 Rui UeyamaUse MD5::hash(). NFC.
2017-05-25 Vitaly Buka[compiler-rt] Make print_module_map description consist...
2017-05-25 Bob Haarman[llvm-pdbdump] [yaml2pdb] always include object file...
2017-05-25 Rui UeyamaDo not allow delay-importing data symbols.
next