platform/upstream/llvm.git
2016-10-27 Richard SmithAdd documentation describing the components of a comple...
2016-10-27 Sanjay Patel[InstCombine] add vector tests for foldSPFofSPF to...
2016-10-27 Kostya Serebryany[libFuzzer] docs: separate section for fuzz target
2016-10-27 Tom StellardAMDGPU/SI: Handle s_setreg hazard in GCNHazardRecognizer
2016-10-27 Kostya Serebryany[libFuzzer] remove large examples from the libFuzzer...
2016-10-27 Sanjay Patel[InstCombine] auto-generate checks for min/max tests
2016-10-27 Ehsan Amiri[PPC] Adding the removed testcase again
2016-10-27 Enrico GranataAdd support for "type lookup" to find C and C++ types
2016-10-27 Eric Fiselier[coroutines] Add diagnostics for copy/move assignment...
2016-10-27 Haicheng Wu[LoopUnroll] Check partial unrolling is enabled before...
2016-10-27 Simon Pilgrim[X86][AVX512] Fix MUL v8i64 costs on non-AVX512DQ targets
2016-10-27 Samuel AntaoUse -fopenmp=libomp in all OpenMP offloading tests.
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for unbundl...
2016-10-27 Samuel Antao[Driver][OpenMP] Add support to create jobs for bundlin...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create unbun...
2016-10-27 Samuel Antao[Driver][OpenMP] Update actions builder to create bundl...
2016-10-27 Rafael EspindolaDon't create a dummy ELF to process a binary file.
2016-10-27 Greg ClaytonFix build breakage on buildbots that was due to 285309.
2016-10-27 Samuel Antao[Driver][OpenMP] Add logic for offloading-specific...
2016-10-27 Samuel Antao[Driver][OpenMP] Build jobs for OpenMP offloading actio...
2016-10-27 Sanjay Patel[InstCombine] handle simple vector integer constants...
2016-10-27 Rafael EspindolaBe less aggressive at relaxing got access in this case.
2016-10-27 David Majnemer[CodeGen] Provide an appropriate alignment for dynamic...
2016-10-27 David Majnemer[MS ABI] Reuse getVFPtrOffsets instead of using getClas...
2016-10-27 Samuel Antao[Driver][OpenMP] Add specialized action builder for...
2016-10-27 Simon Pilgrim[X86][AVX512DQ] Move v2i64 and v4i64 MUL lowering to...
2016-10-27 Saleem AbdulrasoolARM: ensure that the Windows DBZ check is in range
2016-10-27 Samuel Antao[Driver][OpenMP] Create tool chains for OpenMP offloadi...
2016-10-27 Nico WeberExpand -Wlogical-not-parentheses to also fire on `...
2016-10-27 Greg ClaytonSwitch all DWARF variables for tags, attributes and...
2016-10-27 Dehao ChenAdd Loop Sink pass to reverse the LICM based of basic...
2016-10-27 Samuel Antao[Driver][CUDA][OpenMP] Reimplement tool selection in...
2016-10-27 Gor Nishanov[coroutines] Add allocation and deallocation substatements.
2016-10-27 Vasileios Kalintiris[mips] Do not allow -opt-bisect-limit to skip the PIC...
2016-10-27 Simon Pilgrim[X86][AVX512DQ] Improve lowering of MUL v2i64 and v4i64
2016-10-27 Sanjay Patel[ValueTracking] fix matchSelectPattern to allow vector...
2016-10-27 Benjamin KramerRemove duplicated default move ctors/move assign. No...
2016-10-27 Alexander KornienkoAttempt to make clang-format.py python 3 - compatible.
2016-10-27 Marshall ClowMove 'quoted' for string_view from <string_view> to...
2016-10-27 Sanjay Patel[InstCombine] add tests for missing folds of vector...
2016-10-27 Bjorn PetterssonFix memory issue in AttrBuilder::removeAttribute uses.
2016-10-27 Krzysztof Parzyszek[Hexagon] Do not expand ISD::SELECT for HVX vectors
2016-10-27 Simon Pilgrim[DAGCombiner] Add vector demanded elements support...
2016-10-27 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-27 Rafael EspindolaStore OSABI in Config.
2016-10-27 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2016-10-27 Alex LorenzAdd documentation for the transparent_union attribute
2016-10-27 Alexander KornienkoFix warnings from python difflib.
2016-10-27 Rafael EspindolaUse fewer allocators.
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
2016-10-27 George RimarRevert r285285 "[Object/ELF] - Fixed behavior when...
2016-10-27 Erik VerbruggenAdd const versions of Expr::getInits() and Expr::inits()
2016-10-27 Alexey Bataev[SLP] Fix for PR30626: Compiler crash inside SLP Vector...
2016-10-27 George Rimar[Object/ELF] - Fixed behavior when SectionHeaderTable...
2016-10-27 George Rimar[Object/ELF] - Do not allow overflow when checking...
2016-10-27 Andrey ChurbanovFixed a memory leak related to task dependencies.
2016-10-27 George Rimar[Object/ELF] - Do not crash if string table sh_size...
2016-10-27 Simon PilgrimFix MSVC warning about missing 'this' from lambda defau...
2016-10-27 Sam Parker[ARM] Add newline char to test.
2016-10-27 Peter Smith[ELF] Synthetic symbol definitions for ARM static linking
2016-10-27 Sam Parker[ARM] Predicate UMAAL selection on hasDSP.
2016-10-27 Vassil VassilevEmpty the CtorLists/DtorLists once emitted.
2016-10-27 Benjamin Kramer[Xray] Don't generate output for xray tests
2016-10-27 Erik VerbruggenMark invalid RecordDecls as completed.
2016-10-27 Dylan McKay[AVR] Generate all of the TableGen files we need
2016-10-27 Nicolai HaehnleAMDGPU: Fix SILoadStoreOptimizer when writes cannot...
2016-10-27 Dylan McKay[AVR] Compile the disassembler
2016-10-27 Eric Fiselier[coroutines] Build fallthrough and set_exception statem...
2016-10-27 Dylan McKay[AVR] Add AVRISelDAGToDAG.cpp
2016-10-27 Dylan McKay[AVR] Add the machine code emitter
2016-10-27 Nemanja Ivanovic[PPC] add vector byte reverse functions to altivec.h
2016-10-27 Nemanja Ivanovic[PowerPC] - No SExt/ZExt needed for count trailing...
2016-10-27 Dean Michael... [XRay] Check in Clang whether XRay supports the target...
2016-10-27 Richard SmithAtomics library: provide operations for __int128 when...
2016-10-27 Samuel AntaoRemove check for -o option in offloading actions builder.
2016-10-27 Samuel AntaoFix bug when compiling CUDA code with -emit-llvm and -o.
2016-10-27 Kostya Serebryany[libFuzzer] speculatively trying to fix the Mac build...
2016-10-27 NAKAMURA Takumixray-extract.cc: Quick fix for mingw, to avoid errc...
2016-10-27 Kostya Serebryany[libFuzzer] revert 285259 -- hit commit too soon
2016-10-27 Kostya Serebryany[libFuzzer] speculatively trying to fix the Mac build
2016-10-26 John McCallRefactor call emission to package the function pointer...
2016-10-26 Davide Italiano[IR] Retire unused getGEPReturnType overload. NFCI.
2016-10-26 Tim Shen[APFloat] Fix APFloat::getExactInverse when the input...
2016-10-26 Anna Zaks[sanitizers] Set Darwin specific linker and compiler...
2016-10-26 Mehdi AminiUnconditionally pass `-lto_library` to the linker on...
2016-10-26 Anna Zaks[analyzer] Report CFNumberGetValue API misuse
2016-10-26 Justin Bognerllvm-objdump: Make some error messages more consistent
2016-10-26 Justin Lebar[CUDA] Move device placement new definitions into a...
2016-10-26 Justin Lebar[CUDA] Switch cuda_wrappers/complex to use a proper...
2016-10-26 Vedant Kumar[utils] Add a '--unified-report' option to the code...
2016-10-26 Vedant Kumar[utils] Use print_function in the code coverage prep...
2016-10-26 Vedant Kumar[utils] Add an '--only-merge' option to the code covera...
2016-10-26 Evandro Menezes[AArch64] Create feature set for Samsung Exynos-M2
2016-10-26 Jonathan PeytonFixing typos in __kmp_release_deps trace outputs
2016-10-26 Jonathan PeytonUse getpagesize() instead of PAGE_SIZE macro when KMP_O...
2016-10-26 Victor LeschukDebugInfo: fix incorrect alignment type (NFC)
2016-10-26 Rafael EspindolaHave on addRegular forward to another. NFC.
2016-10-26 Rui UeyamaRemove a constructor to simplify.
2016-10-26 Malcolm Parsons[RecursiveASTVisitor] Visit the implicit expression...
2016-10-26 Rafael EspindolaMake the DefinedRegular constructors more regular....
next