platform/upstream/llvm.git
2017-11-13 Jina Nahias[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
2017-11-13 Gadi Haber[X86][SKX] Adding scheduling info of non-intrinsic...
2017-11-13 Craig Topper[X86] Limit NOPs to 7 bytes when 'slm' is spelled ...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Regenerate test. NFC
2017-11-13 Matt ArsenaultMI: Print ranges on MMO
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Add tests for missed opportunities to fold a...
2017-11-13 Matt ArsenaultAMDGPU: Preserve nuw in shl add ptr combine
2017-11-13 Craig Topper[X86] Fix SQRTSS/SQRTSD/RCPSS/RCPSD intrinsics to use...
2017-11-13 Craig Topper[X86] Add tests for full vector loads to fold-load...
2017-11-13 Craig Topper[X86] Regenerate fold-load-unops.ll and add and avx512f...
2017-11-13 Matt ArsenaultAMDGPU: Fix multi-use shl/add combine
2017-11-13 Marshall ClowPut the status in the wrong column
2017-11-13 Marshall ClowImplement P0550R2: Transformation Trait remove_cvref
2017-11-13 Craig Topper[X86] Attempt to fix signed and unsigned comparison...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 in patterns for the memory...
2017-11-13 Craig Topper[X86] Use EVEX encoded VRNDSCALE instructions to implem...
2017-11-13 Craig Topper[X86] Split VRNDSCALE/VREDUCE/VGETMANT/VRANGE ISD nodes...
2017-11-13 Matt ArsenaultFix some misc. -enable-var-scope violations
2017-11-13 Matt ArsenaultAMDGPU: Select d16 loads into low component of register
2017-11-12 Matt ArsenaultAMDGPU: Fix -enable-var-scope violations
2017-11-12 Matt ArsenaultAMDGPU: Fix missing gfx9 atomic inc/dec tests
2017-11-12 Vitaly Buka[sanitizer] Simplify stack check in accert.cc
2017-11-12 Vitaly Buka[sanitizer] Try to see test output on armv7
2017-11-12 Marshall ClowTwo more papers from Albuquerque
2017-11-12 Craig Topper[X86] Add an X86ISD::RANGES opcode to use for the scala...
2017-11-12 Craig Topper[X86] Add test cases and command lines demonstrating...
2017-11-12 Craig Topper[X86] Remove some no longer needed intrinsic lowering...
2017-11-12 Marshall ClowUpdated C++2a status page with new features/defects...
2017-11-12 Mandeep Singh... [llvm] Remove redundant return [NFC]
2017-11-12 Craig Topper[InstCombine] Teach visitICmpInst to not break integer...
2017-11-11 Dave LeeFix AST matcher documentation typo
2017-11-11 Dave LeeAdd ObjC exception statement AST matchers
2017-11-11 Craig Topper[X86] Use vrndscaleps/pd for 128/256 ffloor/ftrunc...
2017-11-11 Craig Topper[X86] Remove avx512-round.ll. The 512-bit rounding...
2017-11-11 Craig Topper[X86] Add avx512vl command line to vec_floor.ll. Add...
2017-11-11 Craig Topper[X86] Add avx512f command line to rounding-ops.ll
2017-11-11 Craig Topper[X86] Regenerate rounding-ops.ll with update_llc_test_c...
2017-11-11 Michal Gorny[python] [tests] Fix test_linkage for unique external...
2017-11-11 Simon Pilgrim[X86] Attempt to match multiple binary reduction ops...
2017-11-11 Faisal ValiAdjust r316292 - remove the anonymous union for sharing...
2017-11-11 Richard Smith[cxx_status] Add resolution of CWG issue 1581, since...
2017-11-11 Richard Smith[cxx_status] Update for moved Albuquerque papers.
2017-11-11 Gor Nishanov[coroutines] Promote cleanup.dest.slot allocas to regis...
2017-11-11 Jonas Hahnfeld[OMPT] Provide initialization for Mac OS X
2017-11-11 Jonas Hahnfeld[libomptarget] Build all libraries in libomptarget/
2017-11-11 Kamil RytarowskiCorrect NetBSD build issue
2017-11-11 Craig Topper[X86] Add scalar register class versions of VRNDSCALE...
2017-11-11 Craig Topper[X86] Regenerate avx512-round.ll test.
2017-11-11 Craig Topper[X86] Inline some SDNode operand multiclass operands...
2017-11-11 Craig Topper[X86] Set the execution domain for VFPCLASS to SSEPacke...
2017-11-11 Craig Topper[X86] Set the execution domain for vptest instruction...
2017-11-11 Daniel Sanders[globalisel][tablegen] Import signextload and zeroextload.
2017-11-11 Vitaly Buka[msan] Fix signal chaining
2017-11-11 Evgeniy Stepanov[ubsan-minimal] Get rid of the libc++ dependency.
2017-11-11 Craig Topper[X86] Correct the execution domain on ROUND/VROUND...
2017-11-11 Craig Topper[X86] Remove the default for one of the arguments to...
2017-11-11 NAKAMURA Takumillvm/Support/TargetParser.h: Fix -fmodules build in...
2017-11-11 Rafael EspindolaSimplify. NFC.
2017-11-11 Rafael EspindolaRemove unused argument from RUN line.
2017-11-11 Vitaly Buka[sanitizer] Include stack trace check into signal tests
2017-11-11 Justin Lebar[CUDA] Fix std::min on device side to return the min...
2017-11-11 Jake EhrlichAdd CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm...
2017-11-11 Teresa JohnsonRevert "[ThinLTO] Handle -fdebug-pass-manager for backe...
2017-11-11 Vitaly Buka[ubsan] Fix ubsan tests broken by linking as C instead...
2017-11-11 Richard TrieuHandle lambda captures of variable length arrays in...
2017-11-11 Rafael EspindolaDon't produce a duplicated __wrap_foo if there is no...
2017-11-11 Tony Tye[AMDGPU] Correct targets that support XNACK
2017-11-11 Rafael EspindolaRemove unused option in test. NFC.
2017-11-11 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-11-11 Teresa JohnsonAdd x86-registered-target to REQUIRES for new test
2017-11-10 Teresa Johnson[ThinLTO] Handle -fdebug-pass-manager for backend invoc...
2017-11-10 Craig Topper[SelectionDAG] Make getUniformBase in SelectionDAGBuild...
2017-11-10 Zachary TurnerUpdate test_debuginfo.pl script to point to new tree...
2017-11-10 Evgeniy Stepanov[sanitizer] Remove unnecessary attribute hidden.
2017-11-10 Craig Topper[SelectionDAG] Teach SelectionDAGBuilder's getUniformBa...
2017-11-10 Vitaly Buka[tsan] Move out more types to sanitizer_common
2017-11-10 Greg ClaytonAdded a way to dump the full paths to all source files...
2017-11-10 Hans WennborgRemove declaration of EmitMCountInstrumentation(). NFC
2017-11-10 Evgeniy Stepanov[asan] Use dynamic shadow on 32-bit Android.
2017-11-10 Martin Storsjo[llvm-cvtres] Add support for ARM64
2017-11-10 Jan Veselynative_exp10: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselynative_sqrt: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselynative_sin: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselynative_cos: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselynative_exp2: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselynative_exp: Switch implementation to llvm intrinsic
2017-11-10 Jan Veselyamdgpu: Add workaround for unimplemented llvm.exp intrinsic
2017-11-10 Jan Veselynative_log10: Switch to generic native intrinsic inc...
2017-11-10 Jan Veselynative_log: Switch to generic native intrinsic inc...
2017-11-10 Jan Veselynative_log2: Switch to generic native intrinsic inc...
2017-11-10 Zachary TurnerFix for skipped CMake configuration on debuginfo-tests.
2017-11-10 Peter Collingbournesanitizer_common: Try looking up symbols with RTLD_DEFA...
2017-11-10 Kuba Mracek[compiler-rt] Fix const and volatile qualifier warnings
2017-11-10 Joachim Protze[OMPT] Fix assertion for OpenMP code generated with...
2017-11-10 Mitch Phillips[cfi-verify] Made FileAnalysis operate on a GraphResult...
2017-11-10 Amaury Sechet[DAGcombine] Do not replace truncate node by itself...
2017-11-10 Zachary Turner[debuginfo-tests] Make debuginfo-tests work in a standa...
2017-11-10 Tony Tye[AMDGPU] AMDGPUUsage.rst minor corrections
next