platform/upstream/llvm.git
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
2017-11-10 Davide Italiano[SimplifyCFG] Use auto * when the type is obvious....
2017-11-10 Mandeep Singh... [polly] Remove redundant return [NFC]
2017-11-10 Krzysztof ParzyszekRecommit r317904: [Hexagon] Create HexagonISelDAGToDAG...
2017-11-10 Konstantin... AMDGPU/NFC: Split Processors.td into GCNProcessors...
2017-11-10 Alexander Shaposhnikov[lldb] Remove unused method declaration
2017-11-10 Daniel NeilsonExpand IRBuilder interface for atomic memcpy to require...
2017-11-10 Konstantin... AMDGPU: Add -mxnack/-mno-xnack options that set +/...
2017-11-10 Krzysztof ParzyszekRevert "[Hexagon] Create HexagonISelDAGToDAG.h, NFC"
2017-11-10 Craig Topper[X86] Merge the template method selectAddrOfGatherScatt...
2017-11-10 Vitaly Buka[tsan] Move code of sigaction_impl and signal_impl
2017-11-10 Vitaly Buka[tsan] Extract sigaction_impl and signal_impl
2017-11-10 Adrian PrantlAdd back target triple to test which I accidentally...
2017-11-10 Sanjoy Das[CVP] Remove some {s|u}add.with.overflow checks.
2017-11-10 Reid KlecknerUse DenseMap instead of std::map in fixupExports
2017-11-10 Konstantin... AMDGPU/NFC: Move getAMDGPUTargetFeatures to AMDGPU...
2017-11-10 Mandeep Singh... [RISCV] Silence an unused variable warning in release...
2017-11-10 Kostya Kortchinsky[scudo] Bump the Android API level requirement to 21...
2017-11-10 Vitaly Buka[msan] Remove INTERCEPT_FUNCTION for sigaction and...
2017-11-10 Craig Topper[X86] Add test case to demonstrate failure to fold...
2017-11-10 Krzysztof Parzyszek[Hexagon] Create HexagonISelDAGToDAG.h, NFC
2017-11-10 Krzysztof ParzyszekAllow separation of declarations and definitions in...
2017-11-10 Lang Hames[ADT] Rewrite mapped_iterator in terms of iterator_adap...
2017-11-10 Daniel Jasper[clang-format] Handle leading comments in using declaration
2017-11-10 Craig Topper[X86] Add a def file to CPU vendor, type, and subtype...
2017-11-10 Bob HaarmanLTO: don't fatal when value for cache key already exists
2017-11-10 Carlo Bertolli[NFC] Pacify bbot for OpenMP 'teams distribute parallel...
2017-11-10 Michal Gorny[python] [tests] Rewrite to use standard unittest module
2017-11-10 Adrian PrantlMove test into X86 subdirectory.
2017-11-10 Jatin Bhateja[WebAssembly] Fix stack offsets of return values from...
2017-11-10 Florian Hahn[AArch64][SVE] Asm: More concise test format
2017-11-10 Carlo Bertolli[OpenMP] Parse+Sema for copyin clause of 'teams distrib...
2017-11-10 Simon Pilgrim[X86] Add scheduling tests for DAA/DAS
2017-11-10 Alexey Bataev[OpenMP] diagnose assign to firstprivate const, patch...
2017-11-10 Jonas Hahnfeld[OMPT] Purge OMPT_BLAME and OMPT_TRACE
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Add missed library dependence. Fir...
2017-11-10 Simon Pilgrim[X86] Test non-i64 shld/shll tests on x86_64 targets...
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Fix unused variable warning after...
2017-11-10 Krasimir Georgiev[clang-format] Support python-style comments in text...
2017-11-10 Simon Pilgrim[X86] Add scheduling tests
2017-11-10 Alexander Timofeev[AMDGPU] Prevent Machine Copy Propagation from replacin...
2017-11-10 Igor Laevsky[llvm-opt-fuzzer] Introduce llvm-opt-fuzzer for fuzzing...
2017-11-10 Simon Pilgrim[X86] Added TODO list for missing generic x86 instructi...
2017-11-10 Pavel LabathClean up NativeRegisterContext
2017-11-10 Karl-Johan... [RegisterCoalescer] Move debug value after rematerializ...
2017-11-10 Jonas Paulsson[RegAlloc, SystemZ] Increase number of LOCRs by passing...
2017-11-10 Craig Topper[X86] Add support for combining FMADDSUB(A, B, FNEG...
2017-11-10 Dean Michael... Revert "[XRay][darwin] Initial XRay in Darwin Support"
next