platform/upstream/llvm.git
2016-08-08 Jason Henline[StreamExecutor] Add DeviceMemory and kernel arg packing
2016-08-08 Artem Dergachev[analyzer] Change -analyze-function to accept qualified...
2016-08-08 Tobias Grosser[IslNodeBuilder] Move run-time check generation to...
2016-08-08 Oliver Stannard[ARM] Command-line options for embedded position-indepe...
2016-08-08 Oliver Stannard[ARM] Add support for embedded position-independent...
2016-08-08 Tobias Grosser[CodeGeneration] Do not set insert position redundantly
2016-08-08 Tobias Grosser[IslNodeBuilder] Directly use the insert location of...
2016-08-08 Zhan Jun Liau[SystemZ] Add support for the .insn directive
2016-08-08 Nico WeberRevert r2277979.
2016-08-08 Sebastian PopGVN-hoist: enable by default
2016-08-08 Artur Pilipenko[LVI] NFC. On the fast dest path use inverse predicate...
2016-08-08 Artur Pilipenko[LVI] NFC. Rename confusing local NegOffset to Offset
2016-08-08 Artur Pilipenko[LVI] NFC. Extract LHS, RHS, Predicate locals in getVal...
2016-08-08 Gabor Horvath[analyzer] Command line option to show enabled checker...
2016-08-08 Pavel LabathFix uninitialized field warnings in GDBRemoteRegisterCo...
2016-08-08 Eric LiuFixes calculateRangesAfterReplacements crash when Repla...
2016-08-08 Jonas Hahnfeldkmp_gsupport: Fix library initialization with taskgroup
2016-08-08 Silviu Baranga[AArch64] PR28877: Don't assume we're running after...
2016-08-08 Pavel LabathClean up linux/Ptrace.h
2016-08-08 Pavel LabathRemove Android.h
2016-08-08 Pavel LabathRemove SYS_tgkill from Android.h
2016-08-08 Pavel LabathRemove _isatty from Android.h
2016-08-08 Jonas HahnfeldMark tests with task dependencies as unsupported with GCC
2016-08-08 Daniel SandersRe-commit r277988: [mips][ias] Fix all the hacks relate...
2016-08-08 Simon PilgrimFix Wdocumentation unknown parameter warning
2016-08-08 Simon Pilgrim[X86][SSE] Assert if the shuffle mask indices are not...
2016-08-08 Jonas HahnfeldDo not block on explicit task depending on proxy task
2016-08-08 Jonas Hahnfeld__kmp_free_task: Fix for serial explicit tasks producin...
2016-08-08 Daniel SandersRevert r277988: [mips][ias] Fix all the hacks related...
2016-08-08 Gabor Horvath[analyzer] Model base to derived casts more precisely.
2016-08-08 Daniel Sanders[mips][ias] Fix all the hacks related to MIPS-specific...
2016-08-08 Diana Picus[SelectionDAG] Refactor visitInlineAsm a bit. NFCI.
2016-08-08 George Rimar[ELF] - Linkerscript: do not define _edata,_end,_etext...
2016-08-08 Diana PicusFix two bugs for musl-libc on ARM
2016-08-08 Sean SilvaAdd some comments linking back to PR28400.
2016-08-08 Dean Michael... [compiler-rt][XRay] Only add xray dependency if XRay...
2016-08-08 Sean Silva[PM] More workaround for PR28400
2016-08-08 Sean Silva[PM] BasicAA needs to be invalidated since it holds...
2016-08-08 Sean Silva[PM] Invalidate CallGraphAnalysis because it holds...
2016-08-08 Sean Silva[PM] Function-level TLI is also immutable.
2016-08-08 Daniel Berlin[MSSA] Fix PR28880 by fixing use optimizer's lower...
2016-08-08 Eli Friedman[JumpThreading] Fix handling of aliasing metadata.
2016-08-08 Serge PavlovPass information in a record instead of stack. NFC
2016-08-08 Dean Michael... [compiler-rt][XRay] Default COMPILER_RT_BUILD_XRAY...
2016-08-08 Dean Michael... [compiler-rt][XRay] Fix XRay test build dependencies
2016-08-08 Davide Italiano[MC] Delete use of *structors_used.
2016-08-08 Davide Italiano[SimplifyLibCalls] Emit sqrt intrinsic instead of a...
2016-08-08 Dean Michael... [compiler-rt][XRay] Implement __xray_unpatch() and...
2016-08-08 Eric FiselierFix copy/move constructor annotation for the uses-alloc...
2016-08-08 Eli Friedman[SROA] Fix crash with lifetime intrinsic partially...
2016-08-07 Hubert Tong[libcxx] Add "flag" default arg: basic_regex ptr_size_f...
2016-08-07 Hubert TongRevert r277966. Forgot patch attribution.
2016-08-07 Hubert Tong[libcxx] Add "flag" default arg: basic_regex ptr_size_f...
2016-08-07 Craig Topper[AVX-512] Improve lowering of inserting a single elemen...
2016-08-07 Eric FiselierMark LWG 2726 as complete. No code change needed.
2016-08-07 Davide Italiano[SLC] Emit an intrinsic instead of a libcall for pow.
2016-08-07 Nico WeberRevert r277905, it caused PR28894
2016-08-07 Craig Topper[AVX-512] Add 512-bit logical operations to load foldin...
2016-08-07 Craig Topper[AVX-512] Add EVEX encoded floating point MAX/MIN instr...
2016-08-07 Simon Pilgrim[X86] lowerVectorShuffle - ensure that undefined mask...
2016-08-07 Elena DemikhovskyAVX-512: Changed lowering of BITCAST between i1 vectors...
2016-08-07 Simon Pilgrim[X86][AVX512BW] Add sext/zext AVX512BW 512-bit vector...
2016-08-07 Simon Pilgrim[X86][AVX512] Add sext/zext to 512-bit vector tests
2016-08-07 Asaf Badouh[AVX512] integer comparisions enumeration.
2016-08-07 Elena DemikhovskyAVX-512: Added a test for cmp intrinsics
2016-08-07 David MajnemerUpdate clang tests for LLVM r277950
2016-08-07 David Majnemer[InstSimplify] Fold gep (gep V, C), (sub 0, V) to C
2016-08-07 David Majnemer[InstSimplify] Try hard to simplify pointer comparisons
2016-08-07 David Majnemer[InstCombine] Infer inbounds on geps of allocas
2016-08-07 Craig Topper[X86] Add commutable floating point max/min instruction...
2016-08-07 Craig Topper[AVX-512] Add andnps/andnpd to the avx512vl stack foldi...
2016-08-07 Craig Topper[X86] Simplify a shuffle mask copy. NFC
2016-08-07 Michael ZolotukhinRevert "Revert "[LoopSimplify] Fix updating LCSSA after...
2016-08-07 Lang Hames[ExecutionEngine][RuntimeDyld] Move JITSymbol from...
2016-08-07 Lang Hames[RuntimeDyld] Remove symbol that is unused as of r277943.
2016-08-07 Lang Hames[RuntimeDyld] Replace manual flag checks with JITSymbol...
2016-08-06 Lang Hames[ORC] Re-apply r277896, removing bogus triples and...
2016-08-06 Kostya Serebryany[libFuzzer] make libFuzzer work with a bit older clang...
2016-08-06 Kostya Serebryany[libFuzzer] don't print bogus error message
2016-08-06 Simon Pilgrim[X86][AVX2] Improve sign/zero extension on AVX2 targets
2016-08-06 Gor NishanovCoroSplit: Squash unused variable FnTrigger warning...
2016-08-06 Gor Nishanov[Coroutines] Passify the build bots. Remove restart...
2016-08-06 Gor Nishanov[Coroutines] Part 5: Add CGSCC restart trigger
2016-08-06 Sylvestre LedruAdd the new scan-build option (--show-description)...
2016-08-06 Craig Topper[AVX-512] Add SQRT/RCP14/RNDSCALE to hasUndefRegUpdate.
2016-08-06 Craig Topper[AVX-512] Add AVX-512 scalar CVT instructions to hasUnd...
2016-08-06 Craig Topper[AVX-512] Add AVX512 run line to a test and re-generate...
2016-08-06 Craig Topper[X86] Add VRCPSSr_Int, VRSQRTSSr_Int, VSQRTSSr_Int...
2016-08-06 Simon Pilgrim[X86][SSE] Enable commutation between MOVHLPS and UNPCKHPD
2016-08-06 Saleem AbdulrasoolCOFF ARM: Fix typos in the relocation test
2016-08-06 Saleem AbdulrasoolHeaders: Add ARM support to intrin.h for MSVC compatibility
2016-08-06 Mike Aizatsky[libfuzzer] do not warn about missing pcbuffer function...
2016-08-06 Benjamin KramerUnpollute the global namespace. lld edition.
2016-08-06 Simon Pilgrim[X86][SSE] Regenerate SSE1 shuffle tests
2016-08-06 Benjamin Kramer[ARM] Don't copy MCInsts in loop. NFC.
2016-08-06 Benjamin Kramer[ASTReader] Use real move semantics instead of emulatin...
2016-08-06 Benjamin Kramer[Inliner] Use function_ref for functors which are never...
2016-08-06 Benjamin Kramer[LoadCombine] Simplify code with a brace init. NFC.
2016-08-06 Benjamin Kramer[Sema] Make switch fully covered again.
2016-08-06 Simon Pilgrim[X86][SSE] Add 2 input shuffle support to matchBinaryVe...
next