platform/upstream/llvm.git
2016-07-25 Daniel BerlinRevert NewGVN N^2 behavior patch
2016-07-25 Zachary TurnerAdd a modulemap for LLVMDebugInfoMsf.
2016-07-25 Michael KupersteinDon't use iplist in SymbolRewriter. NFC.
2016-07-25 Justin Bognercmake: When adding lit testsuites, ignore Output direct...
2016-07-25 Simon Pilgrim[X86][SSE] Added 2048-bit vector comparison tests
2016-07-25 Daniel BerlinNFC: Make a few asserts in GVNHoist do the same thing...
2016-07-25 Jordan RoseRevert "StringSwitch cannot be copied or moved."
2016-07-25 Eugene Leviant[ELF] Fix bug in test case
2016-07-25 Daniel BerlinFix N^2 instruction ordering comparisons in GVNHoist.
2016-07-25 Daniel BerlinNFC: Refactor GVNHoist class so not everything is public
2016-07-25 Joel Jones[cc1as] Add MCTargetOptions argument to createAsmBackend
2016-07-25 Joel JonesMC] Provide an MCTargetOptions to implementors of MCAsm...
2016-07-25 Sunil SrivastavaSupport '#pragma once' in headers when using PCH
2016-07-25 Jordan RoseStringSwitch cannot be copied or moved.
2016-07-25 Alexander KornienkoRevert "MPITypeMismatchCheck for Clang-Tidy"
2016-07-25 Alexander KornienkoRevert "Remove trailing spaces."
2016-07-25 Rui UeyamaRemove trailing whitespaces.
2016-07-25 Elena DemikhovskyAVX-512: Fixed [US]INT_TO_FP selection for i1 vectors.
2016-07-25 Douglas Katzman[Myriad]: better compatibility with vendor source
2016-07-25 Tobias GrosserGPGPU: Load GPU kernels
2016-07-25 Wei MiRemove useless pass from the pipeline in test/Analysis...
2016-07-25 Davide Italiano[ELF/LinkerScript] Use correct section name in a test.
2016-07-25 Alexander KornienkoRemove trailing spaces.
2016-07-25 Alexander KornienkoMPITypeMismatchCheck for Clang-Tidy
2016-07-25 Alexander KornienkoMPI-Checker: move MPIFunctionClassifier.h
2016-07-25 Krzysztof Parzyszek[Hexagon] Add target feature to generate long calls
2016-07-25 Johannes Doerfert[GSoC] Add PolyhedralInfo pass - new interface to polly...
2016-07-25 Tobias GrosserGPGPU: Emit data-transfer code
2016-07-25 Tobias GrosserGPGPU: Complete code to allocate and free device arrays
2016-07-25 Tobias GrosserGPURuntime: Add missing debug output
2016-07-25 Tobias GrosserGPURuntime: Fix typo in docu
2016-07-25 Tobias GrosserGPURuntime: Drop polly_cleanupGPGPUResources
2016-07-25 Johannes Doerfert[GSoC] Do not process SCoPs with infeasible runtime...
2016-07-25 Eugene Leviant[ELF] Test case for correct input section order, when...
2016-07-25 Sam Parker[ARM] Improve longMAC codegen test
2016-07-25 Simon Dardis[mips] Optimize materialization of i64 constants
2016-07-25 Roman GareevApply all necessary tilings and interchangings to get...
2016-07-25 Sam Parker[ARM] Small refactor of Thumb2 SMLA insts
2016-07-25 Oliver Stannard[libunwind][ARM] Add support for Thumb1 targets
2016-07-25 Sam Parker[ARM] Enable ISel of SMMLS for ARM and Thumb2
2016-07-25 Tobias GrosserGPGPU: initialize GPU context and simplify the correspo...
2016-07-25 Tobias GrosserIslNodeBuilder: Make finalize() virtual
2016-07-25 Tobias GrosserGPURuntime: Check for debug-mode early on
2016-07-25 Kirill Bobyrev[clang-rename] fix typos in tests
2016-07-25 George Rimar[ELF] - Linkerscript: implemented output section [addre...
2016-07-25 Jonas HahnfeldUpdate description for CLANG_DEFAULT_CXX_STDLIB and...
2016-07-25 Tobias GrosserGPURuntime: Drop timing functionality (some leftover II)
2016-07-25 Roman Gareev[NFC] Refactor creation of the BLIS mirco-kernel and...
2016-07-25 Craig Topper[AVX512] Add load folding support for the unmasked...
2016-07-25 Craig Topper[AVX512] Add some additional patterns so that we can...
2016-07-25 Craig Topper[AVX512] Cleanup FMA operand order in patterns to match...
2016-07-25 Tobias GrosserGPURuntime: Drop timing functionality (some leftover)
2016-07-25 Tobias GrosserGPURuntime: Drop timing functionality
2016-07-25 Sean SilvaCleanup : Reformat PartialInliner.cpp to have current...
2016-07-25 Sean SilvaFix : Partial Inliner requires AssumptionCacheTracker
2016-07-25 Eric FiselierRemove use of C++1z static assert in C++11 test
2016-07-25 David MajnemerUpdate test to account for r276604
2016-07-25 David Majnemer[MSVCToolChain] Guard hardcoded Windows paths with...
2016-07-25 Eric FiselierImplement the std::pair parts of "Improving pair and...
2016-07-25 David Majnemer[InstSimplify] Fold trunc([zs]ext(%V)) -> %V
2016-07-25 Eric FiselierRecommit r276548 - Make pair/tuples assignment operator...
2016-07-25 David Majnemer[GVNHoist] Merge metadata on hoisted instructions less...
2016-07-25 David Majnemer[GVNHoist] Properly merge alignments when hoisting
2016-07-25 David Majnemer[Utils] Simplify combineMetadata
2016-07-25 Eric FiselierMake std::is_assignable tolerate references to incomple...
2016-07-25 Eric FiselierRevert r276548 - Make pair/tuples assignment operators...
2016-07-25 NAKAMURA TakumiUntabify.
2016-07-25 NAKAMURA TakumiTrailing whitespace.
2016-07-25 Eric FiselierMake dtor_noexcept.pass.cpp tests more portable. Patch...
2016-07-25 Eric FiselierDon't SFINAE pair's copy assignment operator in C+...
2016-07-25 Eric FiselierMark bucket_count() assertions as non-portable. Patch...
2016-07-25 Davide Italiano[ELF] Fix the semantic of PROVIDE in linker scripts.
2016-07-25 Eric FiselierMake move_assign_noexcept.pass.cpp tests more portable...
2016-07-25 Eric FiselierMake swap_noexcept.pass.cpp tests more portable. Patch...
2016-07-25 Eric FiselierWork around MSVC's non-standard ABI for enums. Patch...
2016-07-24 Eric FiselierFix a non-standard allocator in vector tests. Patch...
2016-07-24 Eric FiselierFix unique_ptr.runtime tests for null inputs. Patch...
2016-07-24 Rui UeyamaSimplify. NFC.
2016-07-24 Eric FiselierFix portability issues in <random> tests. Patch from...
2016-07-24 Eric FiselierMark bucket() assertions as non-portable. Patch from...
2016-07-24 Eric FiselierFix MSVC unreferenced parameter warning. Patch from...
2016-07-24 Davide Italiano[ELF] Move linker script tests to a subdirectory. NFCI.
2016-07-24 Eric FiselierMake move_noexcept.pass.cpp tests more portable. Patch...
2016-07-24 Eric FiselierMake bucket_count() greater-equal assertions portable...
2016-07-24 Davide Italiano[ELF] Support PROVIDE/PROVIDE_HIDDEN inside output...
2016-07-24 Eric FiselierMark bucket_size() assertions as non-portible. Patch...
2016-07-24 George Burgess IV[Sema] Replace mem_fn with lambdas. NFC.
2016-07-24 Eric FiselierGuard libc++ specific tests SFINAE on std::bind's call...
2016-07-24 Rui UeyamaMerge readSymbolAssignment with readAssignment. NFC.
2016-07-24 Rui UeyamaMake readExpr return an Expr object instead of a vector...
2016-07-24 David Majnemer[Driver] Switch some getenv calls to llvm::sys::Process...
2016-07-24 David Majnemer[CommandLine] Use Process::GetEnv instead of _wgetenv
2016-07-24 Simon Pilgrim[X86][SSE] Added PR27854 tests
2016-07-24 Simon Pilgrim[X86] Add shift double tests for PR14593
2016-07-24 Simon Pilgrim[X86] Add 'FeatureSlowSHLD' to cpu 'bdver4'
2016-07-24 Simon Pilgrim[X86] Add SHRD shift combine tests
2016-07-24 Simon Pilgrim[X86] Regenerate shift by parts tests
2016-07-24 Simon Pilgrim[X86][SSE] Regenerate shifts tests
2016-07-24 Simon Pilgrim[X86][SSE] Regenerate SSE copysign tests
2016-07-24 Craig Topper[X86] Block pbroadcastq instructions on 32-bit targets...
next