platform/upstream/llvm.git
2017-05-10 Egor Churaev[OpenCL] Added checking OpenCL version for cl_khr_mipma...
2017-05-10 Eric FiselierFix use of removed SH test replacement %exec
2017-05-10 Ivan A. Kosarev[Safestack] Fix the canary test to catch the libc's...
2017-05-10 Eric FiselierAttempt to speculatively unbreak Apple build bots
2017-05-10 Craig Topper[APInt] Fix indentation of tcDivide. Combine variable...
2017-05-10 Craig Topper[APInt] Use getNumWords function in udiv/urem/udivrem...
2017-05-10 Eric LiuAdd ASTMatchRefactorer and ReplaceNodeWithTemplate...
2017-05-10 Igor Breger[GlobalISel][X86] G_ZEXT i1 to i32/i64 support.
2017-05-10 Mikael Holmen[UnreachableBlockElim] Check return value of constrainR...
2017-05-10 Tobias GrosserAdd noreturn attribute to avoid warnings about missing...
2017-05-10 Tobias GrosserFix formatting in Polly
2017-05-10 Eric FiselierRename Appveyor install helper script.
2017-05-10 Chandler CarruthUpdate Polly for LLVM API change r302571 that removed...
2017-05-10 Eric FiselierSupport using MinGW POSIX threads on Windows
2017-05-10 Eric Fiselierattempt to fix appveyor syntax error
2017-05-10 Richard SmithWhen we see a '<' operator, check whether it's a probab...
2017-05-10 Eric FiselierAdd MinGW64 builder to Appveyor.
2017-05-10 Zachary Turner[Core] Make parallel algorithms match C++ Parallelism TS.
2017-05-10 Ahmed Bougacha[CodeGen] Don't require AA in TwoAddress at -O0.
2017-05-10 Ahmed Bougacha[CodeGen] Don't require AA in SDAGISel at -O0.
2017-05-10 Ahmed Bougacha[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass...
2017-05-10 Ahmed Bougacha[CodeGen] Split SafeStack into a LegacyPass and a utili...
2017-05-10 Ahmed Bougacha[CodeGen] Add an -O0 backend pipeline test. NFC.
2017-05-10 Eric FiselierImprove how LIT reports the added environment variables
2017-05-10 Sam Clegg[WebAssembly] Fix build error in wasm YAML code
2017-05-10 Sanjay Patel[InstCombine] add helper function for add X, C folds...
2017-05-10 Eric FiselierAttempt to unbreak Libc++ test configuration
2017-05-10 Richard SmithWhen instantiating a friend function template, don...
2017-05-09 Eric FiselierFix test runtime environment on Windows
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-09 Eric FiselierFix misspelling of environment throughout libc++
2017-05-09 Sanjay Patel[InstCombine] add tests for andn; NFC
2017-05-09 Vedant Kumar[ubsan] Mark overflow checks with !nosanitize
2017-05-09 Easwaran Raman[ProfileSummary] Make getProfileCount a non-static...
2017-05-09 Richard SmithDon't mark a member as a member specialization until...
2017-05-09 Peter CollingbourneFunctionImport: Simplify function llvm::thinLTOInternal...
2017-05-09 Evgeniy StepanovFix clang_cl argument in fsanitize.c driver test.
2017-05-09 Eric Fiselier[Sema] Implement Core 2094: Trivial copy/move construct...
2017-05-09 Eric FiselierUpdate Clang C++ DR documentation for new issue list
2017-05-09 Evgeniy Stepanov[asan] A clang flag to enable ELF globals-gc.
2017-05-09 Evgeniy StepanovRemove unnecessary calls to MakeArgString.
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-05-09 Serge GueltonFix CGObjCGNU::init bug introduced by r302572
2017-05-09 Keno Fischer[GVN] Fix a crash on encountering non-integral pointers
2017-05-09 Stanislav Mekhanoshin[AMDGPU] Fixed typo in GCNRegPressure, NFC
2017-05-09 Sanjay Patel[InstCombine] update test file to use FileCheck; NFC
2017-05-09 Lang HamesImport sys in repo.py.
2017-05-09 Zvi RackoverDAGCombine: Combine shuffles of splat-shuffles
2017-05-09 Matthew Simpson[AArch64] Consider widening instructions in cost calcul...
2017-05-09 Sanjay Patel[InstCombine] clean up matchDeMorgansLaws(); NFCI
2017-05-09 Martin Probstclang-format: [JS] Don't indent JavaScript IIFEs.
2017-05-09 Davide Italiano[NewGVN] Simplify a DEBUG() statement. NFCI.
2017-05-09 Reid Kleckner[codeview] Check for a DIExpression offset for local...
2017-05-09 Adrian PrantlUpdate testcase for upstream LLVM changes (r302469).
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Piotr PadlewskiNFC: refactor replaceDominatedUsesWith
2017-05-09 Wolfgang Pieb[DWARF] Fix a parsing issue with type unit headers.
2017-05-09 Eric BeckmannFix the Endianness bug by adding the little endian...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Simon Dardis[mips] XFAIL dfsan's custom.cc test on mips64.
2017-05-09 Sam Clegg[WebAssembly] Fix failing wasm-toolchain test
2017-05-09 Jacques Pienaar[lanai] Add computeKnownBitsForTargetNode for Lanai.
2017-05-09 Simon Dardis[mips] Remove XFAIL from sanitizer_coverage_no_prune.cc
2017-05-09 Davide Italiano[NewGVN] Explain why sorting by pointer values doesn...
2017-05-09 Ulrich Weigand[SystemZ] Support missing relocation types in RuntimeDy...
2017-05-09 Rui UeyamaAdd memory ORIGIN and LENGTH expression support
2017-05-09 Ulrich Weigand[SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.cc
2017-05-09 Ulrich Weigand[SystemZ] Fix failures after D32542
2017-05-09 Simon Dardis[compiler-rt][mips] Fix a test for mips.
2017-05-09 Sam Clegg[WebAssembly] Fix validation of start function
2017-05-09 Simon Pilgrim[X86][LWP] Remove MSVC LWP intrinsics stubs.
2017-05-09 Sam Clegg[WebAssembly] Fix location and -flavor when running lld
2017-05-09 Simon Pilgrim[X86][LWP] Removing LWP todo comment. NFCI.
2017-05-09 Adrian PrantlBuild the Apple-style stage2 with modules
2017-05-09 Petar JovanovicRevert r302547 ([mips] Impose a threshold for coercion...
2017-05-09 Krzysztof Parzyszek[RegScavenger] Rangify a loop, NFC
2017-05-09 Puyan LotfiAdding VSCode syntax colorizer to utils (generated...
2017-05-09 Davide Italiano[NewGVN] Fix a consistent order for phi nodes operands.
2017-05-09 Craig Topper[APInt] Remove return value from tcFullMultiply.
2017-05-09 Daniel BerlinNewGVN: Make all of symbolic evaluation logically const.
2017-05-09 Craig Topper[X86] Add more patterns for BZHI isel
2017-05-09 Sanjay Patel[InstCombineCasts] Fix checks in sext->lshr->trunc...
2017-05-09 Petar Jovanovic[mips] Impose a threshold for coercion of aggregates
2017-05-09 Guy BlankVX512] Only look at lower bit in constant scalar masks
2017-05-09 Alex Lorenz[CodeCompletion] Complete platform names in @available...
2017-05-09 Reid KlecknerRe-land "Use the frame index side table for byval and...
2017-05-09 Reid KlecknerRe-land "Don't add DBG_VALUE instructions for static...
2017-05-09 Hans WennborgRevert r302476 "Update testcase for upstream LLVM changes."
2017-05-09 Reid KlecknerAllow compiler-rt to find lld and libc++ parallel to...
2017-05-09 Alex LorenzAdd support for pretty platform names to `@available`/
2017-05-09 Tim Shen[Atomic] Remove IsStore/IsLoad in the interface, and...
2017-05-09 Kostya Kortchinsky[scudo] CRC32 optimizations
2017-05-09 Aaron BallmanAmend r302535; ifndef and ifdef are different, as it...
2017-05-09 Alexander Kornienko[clang-tidy] Allow disabling compatibility check for...
2017-05-09 Aaron BallmanARMRegisterBankInfo.h requires LLVM_BUILD_GLOBAL_ISEL...
2017-05-09 Alexander KornienkoChange EOL style to LF. NFC
2017-05-09 Hans WennborgRevert r302469 "Make it illegal for two Functions to...
2017-05-09 Anna Thomas[LV] Fix insertion point for shuffle vectors in first...
2017-05-09 Aaron BallmanRemoving a file that is not necessary (and was causing...
next