platform/upstream/llvm.git
2017-09-20 Richard SmithGive external linkage and mangling to lambdas inside...
2017-09-20 Reid KlecknerCommit local changes that missed llvm.dbg.addr
2017-09-20 Reid Kleckner[IR] Add llvm.dbg.addr, a control-dependent version...
2017-09-20 Vedant Kumar[docs] llvm-cov: Document -show-instantiation-summary
2017-09-20 Eugene Zelenko[ARM] Fix some Clang-tidy modernize-use-using and Inclu...
2017-09-20 Saleem AbdulrasoolRevert "Revert "ExecutionEngine: add R_AARCH64_ABS...
2017-09-20 Sanjay Patel[SimplifyCFG] auto-generate full checks; NFC
2017-09-20 Artem Belevich[NVPTX] Implemented shfl.sync instruction and supportin...
2017-09-20 Craig Topper[InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
2017-09-20 Craig Topper[InstCombine] Pre-commit test cases for D38065.
2017-09-20 Sam Clegg[WebAssembly] Add support for local symbol bindings
2017-09-20 Marek Sokolowski[llvm-readobj] Fix 'Teach readobj to dump .res files'.
2017-09-20 Simon Atanasyan[mips] Fix calculation of a branch instruction offset...
2017-09-20 Matt ArsenaultAMDGPU: Start selecting v_mad_mixhi_f16
2017-09-20 Saleem AbdulrasoolX86: treat SwiftCC as Win64_CC on Win64
2017-09-20 Matt ArsenaultAMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
2017-09-20 Jan VeselyImplement cl_khr_int64_extended_atomics builtins
2017-09-20 Jan VeselyImplement cl_khr_int64_base_atomics builtins
2017-09-20 Vlad TsyrklevichIntroduce the llvm-cfi-verify tool (resubmission of...
2017-09-20 Eric ChristopherRemove the default subtarget from the new Nios2 port...
2017-09-20 Zachary Turner[lit] Undo the patch to stop writing pyc files.
2017-09-20 Matt ArsenaultAMDGPU: Start selecting v_mad_mixlo_f16
2017-09-20 Alexey Bataev[OPENMP] Support for re-declarations when checking...
2017-09-20 Vlad TsyrklevichRevert "Introduce the llvm-cfi-verify tool (resubmissio...
2017-09-20 Marshall ClowRevert 313789 because gcc doesn't like it
2017-09-20 Cameron DesrochersFixed unused variable warning introduced in r313796...
2017-09-20 Ilya Biryukov[clangd] Fixed crash on MacOS.
2017-09-20 Rafael EspindolaConsider ForceAbsolute again in moveAbsRight.
2017-09-20 Ted WoodwardFix warning caused by new clang::BuiltinType::Float16...
2017-09-20 Vlad TsyrklevichIntroduce the llvm-cfi-verify tool (resubmission of...
2017-09-20 Matt ArsenaultAMDGPU: Fix encoding of op_sel for mad_mix* opcodes
2017-09-20 Cameron Desrochers[PCH] Fixed preamble breaking with BOM presence (and...
2017-09-20 Sam CleggReland "[WebAssembly] Add support for naming wasm data...
2017-09-20 Rafael EspindolaConsider only A.Sec in moveAbsRight.
2017-09-20 Craig Topper[APInt] Use getActiveBits() to implement logBase2 and...
2017-09-20 Craig Topper[InstCombine] Use APInt::getActiveBits() to avoid creat...
2017-09-20 Saleem AbdulrasoolCodeGen: support SwiftError SwiftCC on Windows x64
2017-09-20 Marek Sokolowski[llvm-readobj] Teach readobj to dump .res files (Window...
2017-09-20 Marshall ClowMark the __eval methods on independent_bits_engine...
2017-09-20 Rafael EspindolaFix assigning to _gp in linker scripts.
2017-09-20 Jake EhrlichRename K_MIPS64 to K_GNU64
2017-09-20 Reid KlecknerRe-land "[DebugInfo] Insert DW_OP_deref when spilling...
2017-09-20 Adrian McCarthyFix the SIGINT handlers
2017-09-20 Andrew KaylorRemove offset size check in nullptr arithmetic handling
2017-09-20 Zachary Turner[TableGen] Some optimizations to TableGen.
2017-09-20 Zachary Turner[TableGen] Add a DenseMapInfo for MachineValueType.
2017-09-20 Hans WennborgRevert r313771 "[SLP] Vectorize jumbled memory loads."
2017-09-20 Hans WennborgPacify a gcc -Wparentheses warning
2017-09-20 Hans WennborgPacify gcc's -Wnum-compare after r313775
2017-09-20 Adrian Prantlllvm-dwarfdump: implement --recurse-depth=<N>
2017-09-20 Rafael EspindolaAdd a special case for trivial alignment.
2017-09-20 Marshall ClowFix a bit of UB in __independent_bits_engine. Fixes...
2017-09-20 Reid Kleckner[DebugInfo] Use a MapVector to coalesce MachineOperand...
2017-09-20 Quentin Colombet[InstCombine] Add select simplifications
2017-09-20 Jan VeselyAdd travis CI configuration file
2017-09-20 Jake EhrlichReland "[llvm-objcopy] Add support for .dynamic, .dynsy...
2017-09-20 Mohammad Shahid[SLP] Vectorize jumbled memory loads.
2017-09-20 Vedant Kumar[cmake] Add an option to build llvm with IR PGO
2017-09-20 Vedant Kumar[cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as...
2017-09-20 Vedant Kumar[docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
2017-09-20 Jake EhrlichReland "[llvm-objcopy] Add support for .dynamic, .dynsy...
2017-09-20 Teresa Johnson[ThinLTO] Fix dead stripping analysis for SamplePGO
2017-09-20 Zachary Turner[lit] Reverse path list when updating environment vars.
2017-09-20 Rafael EspindolaDon't try to compute a value that is known to fail.
2017-09-20 Zachary TurnerMake libcxx tests work when llvm sources are not present.
2017-09-20 David BlaikieDebugInfo: Remove unneeded attributes from test/DebugIn...
2017-09-20 Simon Atanasyan[mips] Add a valid test case to check the reason of...
2017-09-20 Serge PavlovPut target deduced from executable name at the start...
2017-09-20 Ilya Biryukov[clangd] Put inacessible items to the end of completion...
2017-09-20 Alexander KornienkoRevert r313736: "[SLP] Vectorize jumbled memory loads."
2017-09-20 Alexander KornienkoRevert r313753: "Fix a -Wsign-compare warning in LoopAc...
2017-09-20 Roman LebedevReplace r313747, don't always warn on enums, rework...
2017-09-20 Simon Pilgrim[X86][SSE] Add PR22415 test case
2017-09-20 Ilya Biryukov[clangd] Serialize onDiagnosticsReady callbacks for...
2017-09-20 Alexander KornienkoFix a -Wsign-compare warning in LoopAccessAnalysis.cpp
2017-09-20 Alexander Kornienko[clang-tidy] Fix linkage-related compiler errors in...
2017-09-20 Florian HahnRecommit [MachineCombiner] Update instruction depths...
2017-09-20 Michael Kruse[ScheduleOptimizer] Fix and test schedule tree statistics.
2017-09-20 Ilya Biryukov[clangd] Run clang-format on ClangdUnit.cpp. NFC.
2017-09-20 George RimarRevert r313746 "[yaml2obj] - Don't crash on invalid...
2017-09-20 Roman Lebedev[Sema] CheckTautologicalComparisonWithZero(): always...
2017-09-20 George Rimar[yaml2obj] - Don't crash on invalid document.
2017-09-20 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-20 Manuel Klimekclang-format clang-format.
2017-09-20 Simon Pilgrim[X86][SSE] Remove unnecessary NonceMasks from combineX8...
2017-09-20 Manuel KlimekFix clang-format's detection of structured bindings.
2017-09-20 George Rimar[ELF] - Fix segfault when processing .eh_frame.
2017-09-20 Mikael Holmen[IfConversion] Add testcases [NFC]
2017-09-20 Mohammad Shahid[SLP] Vectorize jumbled memory loads.
2017-09-20 Andrew V. Tischenko'into' instruction should not be decoded as a valid...
2017-09-20 NAKAMURA TakumiRevert rL313697, "Compact EhSectionPiece from 32 bytes...
2017-09-20 Ilya Biryukov[clangd] Introduced Logger interface.
2017-09-20 Richard SmithImplement C++ [basic.link]p8.
2017-09-20 Vitaly Buka[asan] Try to fix windows test by fflush(stderr)
2017-09-20 Vitaly Buka[asan] Resolve FIXME by converting gtest into lit test
2017-09-20 Eugene ZemtsovSignal polling is supported with pselect (re-land r3137...
2017-09-20 Akira HatanakaRevert "Add support for attribute 'noescape'."
2017-09-20 Craig Topper[X86] Remove isel checks for immediate size on floating...
2017-09-20 Stanislav Mekhanoshin[AMDGPU] Fixed memory leak with inliner replaced
2017-09-20 Akira HatanakaAdd support for attribute 'noescape'.
next