platform/upstream/llvm.git
2016-10-27 Vedant Kumar[Coverage] Darwin: Move __llvm_covmap from __DATA to...
2016-10-27 Tom StellardAMDGPU/SI: Handle hazard with > 8 byte VMEM stores
2016-10-27 Tim ShenReapply r285351 "[APFloat] Add DoubleAPFloat mode to...
2016-10-27 Chris Bieneman[Test Suite] Pull generateSource into lldbtest
2016-10-27 Chris Bieneman[CMake] Rename lldb-launcher to darwin-debug
2016-10-27 Ekaterina RomanovaUpdate .debug_line section version information to match...
2016-10-27 Tim ShenRevert "[APFloat] Add DoubleAPFloat mode to APFloat...
2016-10-27 Kostya Serebryany[libFuzzer] enable use_cmp by default
2016-10-27 Tim Shen[libcxx] Make regex_match backtrack when search fails
2016-10-27 Tim Shen[APFloat] Add DoubleAPFloat mode to APFloat. NFC.
2016-10-27 Peter CollingbourneBitcodeReader: Require clients to read the block info...
2016-10-27 Anna Zaks[docs] Update the TSan and MSan docs to refer to the...
2016-10-27 Kyle ButtCodeGen: Handle missed case of block removal during...
2016-10-27 Rui UeyamaDefine ~DIHelper::DIHelper() in .cpp.
2016-10-27 Stephan T.... [PATCH] D25483: [libcxx] [test] Fix non-Standard assump...
2016-10-27 Sanjay Patel[InstCombine] fix foldSPFofSPF() to handle vector splats
2016-10-27 Kostya Serebryany[libFuzzer] docs: update the examples
2016-10-27 Vitaly Buka[asan] Test jumps which bypass variables declaration
2016-10-27 Kevin EnderbyAnother additional error check for invalid Mach-O files...
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...
next