platform/upstream/llvm.git
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...
2016-07-24 Simon Pilgrim[X86][AVX512VL] Added AVX512VL half2float vector conver...
2016-07-24 Craig Topper[X86] Make the FMA3 instruction names consistent betwee...
2016-07-24 Eric Fiseliercommit test missing from r276556
2016-07-24 Artem Dergachev[analyzer] Pring LocationContext in ExplodedGraph dumps.
2016-07-24 Eric FiselierAdd __is_inplace_type metafunction helper
2016-07-24 Craig Topper[X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions...
2016-07-24 Elena Demikhovsky[Loop Vectorizer] Handling loops FP induction variables.
2016-07-24 George Burgess IV[MSSA] Make EXPENSIVE_CHECKS check more.
2016-07-24 Eric FiselierStart adding benchmarks for vector
2016-07-24 Tobias GrosserGPGPU: Optimize kernel IR before generating assembly...
2016-07-24 Tobias GrosserGPGPU: Verify kernel IR before generating assembly
2016-07-24 Eric FiselierSkip chash computation in insert/emplace if the unconst...
2016-07-24 Eric FiselierMake pair/tuples assignment operators SFINAE properly.
2016-07-24 Eric FiselierFix memory leak in test.
2016-07-24 Eric FiselierImplement LWG 2393. Check for LValue-callability.
2016-07-24 Eric FiselierImplement LWG2328. Rvalue stream extraction should...
2016-07-24 Eric FiselierImplement P0040r3: Extending memory management tools
2016-07-24 Rui UeyamaRollback r276538 and r276540 to unbreak asan bot.
2016-07-24 George Burgess IV[MSSA] Remove useless assert. NFC.
2016-07-24 Bruno Cardoso... Revert r276539 "Silence -Wpointer-bool-conversion warni...
2016-07-24 Rui UeyamaSimplify. NFC.
2016-07-24 Bruno Cardoso... Silence -Wpointer-bool-conversion warning after r276324
2016-07-24 Rui UeyamaSplit LinkerScript::createSections.
2016-07-23 Eric FiselierImplement the in_place tags from p0032r3.
2016-07-23 Davide Italiano[ELF/Linkerscript] Define an absolute if we find an...
2016-07-23 Simon Pilgrim[X86][SSE] Added float widened broadcast tests
2016-07-23 Simon Pilgrim[X86][SSE] Added more widened broadcast tests
2016-07-23 Eric FiselierFix undefined behavior in __hash_table
2016-07-23 Aaron BallmanChange some more llvm highlighting instances to be...
next