platform/upstream/llvm.git
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...
2016-07-23 Aaron BallmanSwitching the highlighting from llvm to none in an...
2016-07-23 Aaron BallmanRemoves a warning about duplicate label named _strings...
2016-07-23 Simon DardisCODE_OWNERS: Take ownership of the MIPS backend
2016-07-23 Craig Topper[X86] Fix typo in comment.
2016-07-23 Simon Pilgrim[X86][SSE] Added tests where we should be trying to...
2016-07-23 Simon Pilgrim[X86][SSE] Regenerated uitofp <2 x i32> -> <2 x float...
2016-07-23 Rui UeyamaRemove Phdr typedef.
2016-07-23 Rui UeyamaMake a pure function a non-member file-scoped function.
2016-07-23 Sanjay Patel[InstCombine] allow icmp (bit-manipulation-intrinsic...
2016-07-23 Chandler CarruthFix a GCC error due to this member name also being...
2016-07-23 Craig Topper[AVX512] Implement commuting support for EVEX encoded...
2016-07-23 Craig Topper[X86] Make one of the FMA3 commuting methods static...
2016-07-23 Craig Topper[X86] Fix switch statement indentation per coding stand...
2016-07-23 Matt ArsenaultAMDGPU: Delete dead code
2016-07-23 Xinliang David Li[Profile] Use a flag to enable PGO rather than the...
2016-07-23 Xinliang David Li[Profile] Use explicit flag to enable IR PGO
2016-07-23 Sean SilvaAvoid using a raw AssumptionCacheTracker in various...
2016-07-23 Faisal Vali[cxx1z-constexpr-lambda] Make a lambda's closure type...
2016-07-23 David Majnemer[coroutines] Part 1 of N: Documentation
2016-07-23 Xinliang David LiFix buildbot failure
2016-07-23 Eric FiselierImplement P0392r0. Integrate filesystem::path and strin...
2016-07-23 David Majnemer[LoopUnrollAnalyzer] Handle out of bounds accesses...
2016-07-23 Richard SmithWork around MSVC's lack of support for unrestricted...
2016-07-23 Richard SmithAdd -fmodules-ts flag to cc1 for the provisional C...
2016-07-23 Eric FiselierRevert r276506 - Diagnose invalid memory order argument...
2016-07-23 Eric Fiselier[libcxx] Diagnose invalid memory order arguments in...
2016-07-23 Sanjoy Das[SCEV] Make isImpliedCondOperandsViaRanges smarter
2016-07-23 Vedant Kumar[cmake] Use a sane default for LLVM_PROFILE_DATA_DIR
2016-07-23 Sanjoy Das[SCEV] Change the interface of computeConstantDifferenc...
2016-07-23 Sanjay Patel[InstCombine] move udiv+cmp fold over with other BinOp...
2016-07-23 Sanjay Patelauto-generate checks
2016-07-22 Xinliang David Li[Profile] Tighten test with expected profile count
2016-07-22 Ekaterina RomanovaAdd doxygen comments to emmintrin.h's intrinsics.
2016-07-22 Tom StellardRevert "[AMDGPU] Emit read-only data to .rodata for...
2016-07-22 Tom StellardImplement cbrt builtin
2016-07-22 Tom StellardImplement cosh builtin
2016-07-22 Tom Stellardgeometric/floatn.inc: Add vec8 and vec16 types
2016-07-22 Xinliang David Li[Profile] Fix a fixme in the test
2016-07-22 Xinliang David Li[Profile] Add new test
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-22 Adam Nemet[LoopDataPrefetch] Fix unused variable in release build
2016-07-22 Bruno Cardoso... Revert "fix https://reviews.llvm.org/D22610" and "...
2016-07-22 Adam Nemet[LoopDataPrefetch] Include hotness of region in opt...
2016-07-22 Adam Nemet[LoopDataPrefetch] Sort headers
2016-07-22 George Burgess IV[CFLAA] Add more offset-sensitivity tracking.
2016-07-22 Jason MolendaRemove some tab characters that snuck in to my mnost...
2016-07-22 Xinliang David Li[Profile] Enable profile merging with -fprofile-generat...
2016-07-22 Sanjay Pateladd tests for icmp vector folds
2016-07-22 Tim NorthoverGlobalISel: allow multiple types on MachineInstrs.
2016-07-22 Vitaly BukaUnpoison stack before resume instruction
2016-07-22 Alina SbirleaAdd flag to PassManagerBuilder to disable GVN Hoist...
2016-07-22 Todd FialaBreakup TestConcurrentEvents.py into separate test...
next