platform/upstream/llvm.git
2017-05-28 Eric Fiselier[coroutines] Diagnose invalid result types for `await_...
2017-05-28 Craig Topper[TableGen][X86] getValueAsString returns a std::string...
2017-05-28 Gor Nishanov[coroutines] www/cxx_status.html: add non-breaking...
2017-05-28 Gor Nishanov[coroutines] www/cxx_status.html: add non-breaking...
2017-05-28 Sanjay Patel[x86] auto-generate better checks; NFC
2017-05-28 Benjamin Kramer[InstrProf] Use more ArrayRef/StringRef.
2017-05-28 Ayman Musa[X86] Adding new LLVM TableGen backend that generates...
2017-05-28 Ayman Musa[X86] Adding FoldGenRegForm helper field (for memory...
2017-05-28 Oren Ben Simhon[X86] Fixing VPOPCNTDQ feature set lookup.
2017-05-28 Ismail Donmezbaremetal.cpp: Fix tests where lib suffix is 64
2017-05-28 Galina KistanovaReverted r304083 as it seems there is a desire to addre...
2017-05-28 Galina KistanovaAdded braces to address gcc warning: suggest explicit...
2017-05-27 NAKAMURA TakumiClangdTests.cpp: Use "clang/Config/config.h" instead...
2017-05-27 Gor Nishanov[coroutines] Mark cxx_status.html of Coroutines TS...
2017-05-27 David BlaikieDebugInfo: Add source code/build instructions for split...
2017-05-27 Gor NishanovCloning: Fix debug info cloning
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-27 Craig Topper[TableGen] Prevent DagInit from leaking its Args and...
2017-05-27 Craig Topper[TableGen] Use the correct type for the first template...
2017-05-27 Tobias GrosserDelinearize memory accesses that reference parameters...
2017-05-27 Tobias GrosserAllow side-effect free function calls in valid affine...
2017-05-27 Tobias Grosser[SCEV] Assume parameters coming from function calls...
2017-05-27 Sanjay Patel[DAGCombiner] use narrow load to avoid vector extract
2017-05-27 Tobias GrosserUpdate some tests to changes in isl's internal represen...
2017-05-27 Tobias GrosserUpdate isl to isl-0.18-662-g17e172e
2017-05-27 Tobias GrosserUpdate information on isl C++ bindings in Polly release...
2017-05-27 NAKAMURA TakumiClangdTests.cpp: Fix a possible typo, it was "if (TmpDi...
2017-05-27 Craig Topper[TableGen] Remove all the static vectors named TheActua...
2017-05-27 Gor Nishanov[coroutines] Define getPassName() for coroutine passes
2017-05-27 Vitaly Buka[PartialInlining] Replace delete with unique_ptr in...
2017-05-27 Gor NishanovScalarEvolution unit test: fix typo that breaks check-all
2017-05-27 Tobias Grosser[Polly] Added the list of Instructions to output in...
2017-05-27 Adam NemetRearrange Dom unittest to accommodate multiple tests
2017-05-27 Adam Nemetclang-format DomTree unittest
2017-05-27 Matthias BraunAArch64/PEI: Do not add reserved regs to liveins
2017-05-27 Keno Fischer[SCEVExpander] Try harder to avoid introducing inttoptr
2017-05-27 Eric FiselierRevert "[coroutines] Support "coroutines" feature in...
2017-05-27 George Rokos[OpenMP] Create COMDAT group for OpenMP offload registr...
2017-05-27 Matthias BraunScheduleDAGInstrs: Fix fixupKills()
2017-05-27 Eric Fiselier[coroutines] Support "coroutines" feature in module...
2017-05-27 Erik Pilkington[Demangler] copy changes made in libcxxabi's r303718...
2017-05-27 Quentin Colombet[AArch64][GlobalISel] Add the Localizer pass for the...
2017-05-27 Quentin Colombet[GlobalISel] Add a localizer pass for target to use
2017-05-27 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-05-27 Matthias BraunBranchRelaxation: computeLiveIns() after creating new...
2017-05-26 Matthias BraunAArch64: Fix cmpxchg O0 expansion
2017-05-26 Bob Haarman[llvm-pdbdump] pdb2yaml: add an -all option to dump...
2017-05-26 Peter CollingbourneBitcode: Remove some dead code. Spotted by Teresa.
2017-05-26 Alex Shlyapnikov[asan] Enable back halt_on_error-torture.cc disabled...
2017-05-26 Craig Topper[InstSimplify] Push commuted op checks for and/or of...
2017-05-26 Alexei Starovoitov[bpf] disallow global_addr+off folding
2017-05-26 David BlaikieFix test broken by r304020
2017-05-26 Davide Italiano[Mips] Placate GCC's -Wmisleading-indentation. NFCI.
2017-05-26 Davide Italiano[lib/LTO] Don't reinvent the code for switching linkage.
2017-05-26 Vitaly Buka[compiler-rt] Don't reset non-default user handler...
2017-05-26 Matthias BraunLivePhysRegs: Rework constructor + documentation; NFC
2017-05-26 Matthias BraunLivePhysRegs: Doxygen cleanup; NFC
2017-05-26 Matthias BraunLivePhysRegs: Add default for removeRegsInMask(Clobbers...
2017-05-26 Matthias BraunMachineVerifier: Remove unused set; NFC
2017-05-26 Sumanth Gundapaneni[Hexagon] Cleanup of unused function isCalleeSaveReg...
2017-05-26 Konstantin... Resubmit r303861.
2017-05-26 Vitaly Bukaallow_user_segv_handler was already removed
2017-05-26 Konstantin... Resubmit r303859 with test fixed.
2017-05-26 Benjamin KramerRemove unused diagnostics. NFC.
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Frederich MunchFix the ManagedStatic list ordering when using DynamicL...
2017-05-26 Martell Malone[libcxxabi] iconv is not needed for mingw-w64
2017-05-26 Petr Hosek[scan-build] Patch to scan-build tool to support "...
2017-05-26 Petr Hosek[lld][ELF]Add option to make .dynamic read only
2017-05-26 Craig Topper[InstSimplify] Move a variable declaration to make...
2017-05-26 Craig Topper[InstSimplify] Use commutable matchers to shorten some...
2017-05-26 Craig Topper[InstSimplify] Use m_APInt instead of m_ConstantInt...
2017-05-26 David BlaikieDebugInfo: Do not emit empty CUs
2017-05-26 Peter CollingbournePMB: Run the whole-program-devirt pass during LTO at...
2017-05-26 Craig Topper[InstCombine] Pass the DominatorTree, AssumptionCache...
2017-05-26 Arnold SchwaighoferCodeGen: Define Swift's legal vector types for AArch64...
2017-05-26 George Rimar[ELF] - Attemp to fix bot
2017-05-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Corrected encoding of flat_scratch...
2017-05-26 Rafael EspindolaAvoid a couple uses of OutputSections.
2017-05-26 Reid KlecknerOnly define __SIZEOF_FLOAT128__ on x86 as intended...
2017-05-26 Reid KlecknerEnable __float128 for mingw for GCC compatibility and...
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 Renato Golin[LSAN-ARM] Marking new test unsupported on ARMHF due...
2017-05-26 Rafael EspindolaAvoid using EhFrameHdr->Sections.
2017-05-26 Rafael EspindolaOrder writable executable sections before writable...
2017-05-26 Tobias Grosser[ScopInfo] Translate mapToDimension to isl C++ [NFC]
2017-05-26 Reid KlecknerUpdate MS mangling EBNF, NFC
2017-05-26 Roger Ferrer... Revert "Export the required symbol from DynamicLibraryT...
2017-05-26 David BlaikieDebugInfo: Don't include locations for debug-having...
2017-05-26 Tom StellardAMDGPU/GlobalISel: Mark 32-bit float constants as legal
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 Matthias BraunLivePhysRegs: Fix addLiveOutsNoPristines() for return...
2017-05-26 Aaron BallmanAdding a const overload of DesignatedInitExpr::getDesig...
2017-05-26 Sam Kolton[AMDGPU] SDWA: add disassembler support for GFX9
2017-05-26 Kostya Kortchinsky[scudo] Check the return values of the pthread_* functions
2017-05-26 Sanjay Patel[DAGCombiner] use narrow vector ops to eliminate concat...
2017-05-26 Renato GolinRevert "[OpenCL] An error shall occur if any scalar...
2017-05-26 Alex Shlyapnikov[asan] Enable back some ASan tests disabled on PowerPC.
2017-05-26 Nirav Dave[DAG] Move legal type checks in store merge to be check...
next