platform/upstream/llvm.git
2016-09-06 Evandro Menezes[AArch64] Adjust the scheduling model for Exynos M1.
2016-09-06 Rafael EspindolaUse the demangler in llvm.
2016-09-06 Rafael EspindolaAdd an c++ itanium demangler to llvm.
2016-09-06 Martin Probstclang-format: [JS] whitespace required between ! and as.
2016-09-06 Martin Probstclang-format: [JS] ignore comments when wrapping returns.
2016-09-06 Petr Hosek[ELF] Add support for -no-gc-sections flag
2016-09-06 Manman RenModules: Fix an assertion in DeclContext::buildLookup.
2016-09-06 Sanjay Patelfix formatting; NFC
2016-09-06 Davide Italiano[MCTargetDesc] Delete dead code. Found by GCC7 -Wunused...
2016-09-06 Eugene Zelenko[Release notes] Fix links.
2016-09-06 Rui UeyamaAdd a comment.
2016-09-06 Victor LeschukFix comment formatting for DebugInfoFlags.def
2016-09-06 Kate StoneUpdated .clang-format rules so bring LLDB in line with...
2016-09-06 Justin Bognerbugpoint: Return Errors instead of passing around strings
2016-09-06 Jason Henline[SE] Remove Platform*Handle classes
2016-09-06 Leny KholodovFormatting with clang-format patch r280701
2016-09-06 Krzysztof Parzyszek[RDF] Ignore undef use operands
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Simon Pilgrim[SelectionDAG] Simplify extract_subvector( insert_subve...
2016-09-06 Krzysztof ParzyszekAdd #include <cstdio> to unbreak build (missing definit...
2016-09-06 Adam Nemet[JumpThreading] Only write back branch-weight MDs for...
2016-09-06 Leny KholodovFix for Bindings/Go/go.test after patch r280700
2016-09-06 Chris Dewhurst[Sparc][Leon] Corrected supported atomics size for...
2016-09-06 Rafael EspindolaMark R_GOTREL_FROM_END as a relative expression.
2016-09-06 George Rimar[ELF] - Linkerscript: implemented FILL command as alias...
2016-09-06 Dimitar VlahovskiFixing an MSVC error from rL280692
2016-09-06 Simon Dardis[mips] Tighten FastISel restrictions
2016-09-06 Krzysztof Parzyszek[PPC] Claim stack frame before storing into it, if...
2016-09-06 Pavel LabathSecond round of fixups for r280692
2016-09-06 Dimitar VlahovskiRevert "Intel(R) Memory Protection Extensions (Intel...
2016-09-06 Pierre Gousseau[clang-cl] Check that we are in clang cl mode before...
2016-09-06 Leny KholodovDebugInfo: use llvm::DINode::DIFlags type for debug...
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Alexey Bader[OpenCL] Remove access qualifiers on images in arg...
2016-09-06 Silviu Baranga[RegisterScavenger] Remove aliasing registers of operan...
2016-09-06 Pavel LabathFix build breakage in r280692
2016-09-06 Craig Topper[AVX-512] Fix masked VPERMI2PS isel when the index...
2016-09-06 Craig Topper[AVX-512] Add a test case to show that we don't select...
2016-09-06 Craig Topper[X86] Remove unused encoding from IntrinsicType enum.
2016-09-06 Craig Topper[X86] Fix indentation. NFC
2016-09-06 Sean CallananAdded the "frame diagnose" command and use its output...
2016-09-06 Justin BognerRevert "bugpoint: Stop threading errors through APIs...
2016-09-06 Justin Bognerbugpoint: Stop threading errors through APIs that never...
2016-09-06 Saleem AbdulrasoolARM: workaround bundled operation predication
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi Amini[LTO] Constify (NFC)
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiFix DensetSet::insert_as() for MSVC2015 (NFC)
2016-09-06 Craig Topper[AVX-512] Fix v8i64 shift by immediate lowering on...
2016-09-06 Saleem AbdulrasoolCodeGen: ensure that libcalls are always AAPCS CC
2016-09-05 Craig Topper[AVX-512] Teach fastisel load/store handling to use...
2016-09-05 Craig Topper[X86] Update fast-isel store test to have more 256...
2016-09-05 Craig Topper[X86] Update fast-isel vector load test to have more...
2016-09-05 Sanjay Patelfix FileCheck variables for test added with r280677
2016-09-05 Gor Nishanov[Coroutines] Part12: Handle alloca address-taken
2016-09-05 Sanjay Patel[InstCombine] don't assert that division-by-constant...
2016-09-05 Sanjay Patel[InstCombine] revert r280637 because it causes test...
2016-09-05 Todd Fialaremove dependence of TestGdbRemoteExitCode.py on parent...
2016-09-05 Ahmed Bougacha[lit] Downgrade error to warning on gtest crashes durin...
2016-09-05 Craig Topper[AVX-512] Integrate mask register copying more complete...
2016-09-05 Ed SchoutenAdd support for targeting armv6-unknown-cloudabi-eabihf.
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29078
2016-09-05 Simon Pilgrim[X86][SSE] Add test cases for PR29079
2016-09-05 Dimitry AndricAdd missing _US_ACTION_MASK constant to unwind.h
2016-09-05 Valentina GiustiIntel(R) Memory Protection Extensions (Intel(R) MPX...
2016-09-05 whitequarkCODE_OWNERS: bring my entry up to date
2016-09-05 Simon Atanasyan[ELF][MIPS] Support R_MIPS_TLS_DTPREL64 / R_MIPS_TLS_TP...
2016-09-05 Simon Atanasyan[ELF][MIPS] Support R_MIPS_TLS_DTPREL32 / R_MIPS_TLS_TP...
2016-09-05 Simon Atanasyan[ELF][MIPS] Do not create a hidden definition for __tls...
2016-09-05 Pavel LabathReplace uses of MIUtilParse::CRegexParser with llvm...
2016-09-05 Simon Pilgrim[X86][SSE] Regenerate odd shuffle tests with common...
2016-09-05 Oliver Stannard[SimplifyCFG] Add test for sinking inline asm in if...
2016-09-05 NAKAMURA Takumiclang/test/Modules/compiler_builtins_x86.c: Fix r280658.
2016-09-05 James MolloyAttempt to fix buildbots not targetting x86
2016-09-05 Dmitry Vyukovasan: allow __asan_{before,after}_dynamic_init without...
2016-09-05 Benjamin Kramer[WebAssembly] Unbreak the build.
2016-09-05 Valery Pykhtin[AMDGPU] Refactor FLAT TD instructions
2016-09-05 Michael KruseAdd check-polly-tests build target.
2016-09-05 Kirill Bobyrev[clang-rename] Add comment after namespace closing
2016-09-05 Pavel LabathAdd default_packet_timeout key to the new TestGdbRemote...
2016-09-05 James Molloy[Thumb1] Add relocations for fixups fixup_arm_thumb_...
2016-09-05 Igor Breger[AVX512] Fix v8i1 /v16i1 zext + bitcast lowering patter...
2016-09-05 Craig Topper[X86] Make some static arrays of opcodes const and...
2016-09-05 Craig Topper[AVX-512] Simplify X86InstrInfo::copyPhysReg for 128...
2016-09-05 Craig Topper[Target] Remove the AvailableRegClasses vector from...
2016-09-05 Gor Nishanov[Coroutines] Part11: Add final suspend handling.
2016-09-05 Craig Topper[X86] Add AVX and AVX512 command lines to the vec_ss_lo...
2016-09-05 Craig Topper[X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAP...
2016-09-05 Marshall ClowFix Bug 30240 - std::string: append(first, last) error...
2016-09-05 Peter Zotov[CMake] [OCaml] Allow building OCaml bindings out of...
2016-09-05 NAKAMURA Takumilit/util.py: Another fix for py3.
2016-09-04 Kirill Bobyrev[clang-rename] Enforce LLVM policy about braces around...
2016-09-04 Kirill Bobyrev[clang-rename] add failing test
2016-09-04 Kirill Bobyrev[clang-rename] Fix Clang-tidy and IWYU warnings; other...
2016-09-04 Sanjay Patel[InstCombine] allow icmp (and X, C2), C1 folds for...
2016-09-04 Craig Topper[AVX-512] Add EVEX encoded scalar FMA intrinsic instruc...
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Simon Pilgrim[X86] Regenerate x64 mmx/f64 return value tests
2016-09-04 Craig Topper[AVX-512] Remove 128-bit and 256-bit masked floating...
2016-09-04 Lang Hames[ORC] Clone module flags metadata into the globals...
next