platform/upstream/llvm.git
2016-08-10 Greg ClaytonMake pascal debugging work again.
2016-08-10 Eric FiselierImplement LWG 2148: Make non-enum default hash speciali...
2016-08-10 Greg ClaytonCentralize all select() calls into one place so that...
2016-08-10 Tim Shen[ADT] Move LLVM_ATTRIBUTE_UNUSED_RESULT to the function...
2016-08-10 Lang Hames[lld][MachO] Fix LC_SEGEMENT[_64] filesize computation...
2016-08-10 Tim NorthoverGlobalISel: add tests forgotten in r278293.
2016-08-10 Eugene Zelenko[Documentation] Improve consistency.
2016-08-10 Sanjoy Das[LangRef] Fix formatting (no semantic change)
2016-08-10 Tim NorthoverGlobalISel: implement simple function calls on AArch64.
2016-08-10 Adhemerval... tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirem...
2016-08-10 Changpeng FangAMDGPU/SI: Implement amdgcn image intrinsics with sampler
2016-08-10 Piotr PadlewskiChanged sign of LastCallToStaticBouns
2016-08-10 Todd Fialaxfailed TestObjCNewSyntax.py on macOS for gmodules
2016-08-10 Kyle ButtCodegen: Don't tail-duplicate blocks with un-analyzable...
2016-08-10 Kyle ButtCodeGen: If Convert blocks that would form a diamond...
2016-08-10 Greg ClaytonFix the lookup of dictionary values by name to not...
2016-08-10 Reid KlecknerDisable sancov tests failing due to apparent endianness...
2016-08-10 Reid Kleckner[sancov] Port sancov -print-coverage-pcs to COFF
2016-08-10 Marshall Clowstd:: quailfy the calls for cend/crend/cbegin/cend...
2016-08-10 Jonathan RoelofsFix UB in APInt::ashr
2016-08-10 Eugene Zelenko[Documentation] Fix style and grammar mistake in Clang...
2016-08-10 Matt ArsenaultAMDGPU: s_setpc_b64 should be an indirect branch
2016-08-10 Matt ArsenaultAMDGPU: Set sizes on control flow pseudos
2016-08-10 Matt ArsenaultAMDGPU: Remove empty file comment
2016-08-10 Matt ArsenaultAMDGPU: Remove unnecessary cast
2016-08-10 Matt ArsenaultAMDGPU: Change insertion point of si_mask_branch
2016-08-10 Matt ArsenaultAMDGPU: Use CreateStackObject instead of CreateSpillSta...
2016-08-10 Reid Kleckner[sancov] Run more sancov tests on non-x86-Linux machines
2016-08-10 Sanjay Patel[x86, AVX] allow FP vector select folding to bitwise...
2016-08-10 Andrew Kaylor[IndVarSimplify] Eliminate zext of a signed IV when...
2016-08-10 Nicolai HaehnleLiveIntervalAnalysis: fix a crash in repairOldRegInRange
2016-08-10 Andrew Kaylor[ValueTracking] An improvement to IR ValueTracking...
2016-08-10 Krzysztof Parzyszek[Hexagon] Remove unused variants of LO/HI instructions
2016-08-10 Kyle ButtCodegen: Tail Merge: Be less aggressive with special...
2016-08-10 Bruno Cardoso... Reapply [Sema] Add sizeof diagnostics for bzero
2016-08-10 Eugene Zelenko[Documentation] Highlighting consistency and spelling...
2016-08-10 Eugene Zelenko[Release Notes] Consistency in Clang-tidy entries'...
2016-08-10 Eugene Leviant[ELF] Support LLVM-style casting for OutputSectionBase...
2016-08-10 Simon Pilgrim[X86][SSE] Dropped blend(insertps(x,y),zero) combine...
2016-08-10 Tim Shen[ADT] Removed synthesized constructor introduced in...
2016-08-10 Matthias BraunTargetOpcodes: Rewrite the documentation for SUBREG_TO_REG
2016-08-10 Kirill Bobyrev[clang-tidy] enhance readability-else-after-return
2016-08-10 Krzysztof Parzyszek[Hexagon] Simplify the SplitConst32/64 pass
2016-08-10 Eugene Zelenko[Documentation] Fix grammar mistakes in docs/clang...
2016-08-10 Kirill Bobyrev[clang-tidy] minor improvements in modernise-deprecated...
2016-08-10 Zachary TurnerRemove a circular include dependency.
2016-08-10 Krzysztof Parzyszek[Hexagon] Add extra patterns for single-precision min...
2016-08-10 Tim Shen[ADT] Add make_scope_exit().
2016-08-10 Rong XuFix LCSSA increased compile time
2016-08-10 Rui UeyamaCheck for availability of `cpio` command.
2016-08-10 Krzysztof Parzyszek[Hexagon] Fix table-gen decode conflict warnings for...
2016-08-10 Tim NorthoverGlobalISel: fixup copy/paste comment error
2016-08-10 Tim NorthoverGlobalISel: avoid inserting redundant COPYs for bitcasts.
2016-08-10 Krzysztof Parzyszek[Hexagon] Use integer instructions for floating point...
2016-08-10 Gor Nishanov[Coroutines] Part 6: Elide dynamic allocation of a...
2016-08-10 Roger Ferrer... Fix build break of VS 2013 debug builds
2016-08-10 Artem Dergachev[analyzer] Fix a crash in CloneDetector when calling...
2016-08-10 Krzysztof Parzyszek[Hexagon] Delete HexagonSelectCCInfo.td
2016-08-10 Krzysztof Parzyszek[Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND...
2016-08-10 Joey Gouly[OpenCL] Fix typo in test that I accidentally introduce...
2016-08-10 Joey Gouly[OpenCL] Change block descriptor address space to constant.
2016-08-10 Simon Pilgrim[X86][XOP] Tweak vpermil2pd test to stop it being combi...
2016-08-10 Simon Pilgrim[X86][SSE] Regenerate vector shift lowering tests
2016-08-10 Artur Pilipenko[LVI] Handle conditions in the form of (cond1 && cond2)
2016-08-10 Simon Atanasyan[ELF][MIPS] Take into account combination of EF_MIPS_AR...
2016-08-10 Sanjay Pateluse different comparison predicates for better test...
2016-08-10 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-08-10 George Rimar[ELF] - Fixed section name pattern in two more testcases.
2016-08-10 Artur PilipenkoAdd a test case for r278217 "[LVI] Relax the assertion...
2016-08-10 Kirill Bobyrev[clang-rename] fix test introduced in r278221
2016-08-10 Artur Pilipenko[LVI] NFC. Make getValueFromCondition return LVILattice...
2016-08-10 Kirill Bobyrev[clang-rename] remove bunch of deprecated tests
2016-08-10 Pavel LabathMake sure files include what they use (part 1/N)
2016-08-10 Kirill Bobyrev[clang-rename] merge tests when possible
2016-08-10 Artur PilipenkoTeach CorrelatedValuePropagation to mark adds as no...
2016-08-10 George Rimar[ELF] - Fixed section name pattern in testcase.
2016-08-10 Simon Pilgrim[X86][SSE] Only treat SM_SentinelUndef as UNDEF in...
2016-08-10 Artur Pilipenko[LVI] Relax the assertion about LVILatticeVal type...
2016-08-10 Simon Pilgrim[X86][SSE] Reorder shuffle mask undef helper predicates...
2016-08-10 Simon Pilgrim[X86][SSE] Regenerate SSE1 tests
2016-08-10 Simon PilgrimRegenerate test
2016-08-10 Martin Bohme[ASTMatchers] Extend documentation for match()
2016-08-10 Tobias Grosser[GPGPU] Ensure arrays where only parts are modified...
2016-08-10 Simon Pilgrim[DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)
2016-08-10 Ying Yitest commit.
2016-08-10 Lama Saba[X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd...
2016-08-10 Simon Pilgrim[X86][AVX] Ensure we only match against 1-byte alignment
2016-08-10 Sam Parker[ARM] Improve sxta{b|h} and uxta{b|h} tests
2016-08-10 Eric LiuMake clang-format remove duplicate headers when sorting...
2016-08-10 Eugene Leviant[ELF] Add aarch64elf emulation mode
2016-08-10 George Rimar[ELF] - Linkerscript: implement SIZEOF_HEADERS.
2016-08-10 Chandler Carruth[x86] Fix a bug in the auto-upgrade from r276416 where...
2016-08-10 Chandler Carruth[x86] Fix a really nasty bug introduced in r276417...
2016-08-10 Miklos Vajnaclang-rename YAML reader: address post-commit comments
2016-08-10 Davide Italiano[SimplifyLibCalls] Restore the old behaviour, emit...
2016-08-10 Saleem AbdulrasoolCOFF: reorder the table construction
2016-08-10 Eugene Zelenko[Documentation] Fix spelling mistakes in docs/clang...
2016-08-10 Todd FialaUndid LLVM macro usage in test suite test subject files.
2016-08-10 Justin Lebar[CUDA] Reject calls to __device__ functions from host...
2016-08-10 Justin Lebar[CUDA] Print a "previous-decl" note when calling an...
next