platform/upstream/llvm.git
2017-05-25 Marshall ClowAdd non-parallel version of for_each_n (+tests) from...
2017-05-25 Jim InghamFix the warning when you pass -c to step/next/si/ni.
2017-05-25 Eric Fiselier[coroutines] Fix fallthrough diagnostics for coroutines
2017-05-25 Galina KistanovaFixed nondeterminism in RuleMatcher::emit.
2017-05-25 Vitaly Buka[libFuzzer] Don't replace custom signal handlers.
2017-05-25 George KarpenkovFix coverage check for full post-dominator basic blocks.
2017-05-25 Gor Nishanov[coroutines] CoroFrame.cpp conform to coding convention...
2017-05-25 Gor Nishanov[coroutines] Relocate instructions that maybe spilled...
2017-05-25 Marshall ClowAdd some constexpr tests for optional's move/copy ctor
2017-05-24 Kamil RytarowskiCorrect compiler warnings and Debug build of the NetBSD...
2017-05-24 Tony Jiang[PowerPC] Fix a performance bug for PPC::XXSLDWI.
2017-05-24 Rafael EspindolaPrint symbols from COFF import libraries.
2017-05-24 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-05-24 Gor Nishanov[coroutines] Allow rematerialization upto 4 times....
2017-05-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp-mul-mul vector...
2017-05-24 Jonathan RoelofsAllow builds to set COMPILER_RT_OS_DIR differently...
2017-05-24 Sanjay Patel[InstCombine] add tests for icmp eq (mul X, C), (mul...
2017-05-24 Rui UeyamaReduce indentation. NFC.
2017-05-24 Rui UeyamaGarbage collect dllimported symbols.
2017-05-24 Tim NorthoverRevert "Sema: allow imaginary constants via GNU extensi...
2017-05-24 Rafael EspindolaSimplify MipsRldMapSection::writeTo.
2017-05-24 Hans WennborgFix negate-overflow.cpp test on Windows after r303440
2017-05-24 Sanjay Patel[InstCombine] move tests and use FileCheck; NFC
2017-05-24 Tobias Grosser[ScopInfo] Tighten compute out introduced in r303404
2017-05-24 Erik Pilkington[Demangler] Remove a failing assert introduced in r303718
2017-05-24 Rui UeyamaFix the sanitizer-windows bot.
2017-05-24 Saleem AbdulrasoolBasic: fix whitespace in file header (NFC)
2017-05-24 Gor Nishanov[coroutines] Add support for coroutines with non-scalar...
2017-05-24 Nirav Dave[DAG] Prevent crashes when merging constant stores...
2017-05-24 Rui UeyamaClose the gap between ELF and COFF ICF implementations...
2017-05-24 Nirav Dave[AArch64] Prevent nested ADDs from address calc in...
2017-05-24 Erich KeaneFor Microsoft compatibility, set fno_operator_names
2017-05-24 Rui UeyamaImprove parallelism of ICF.
2017-05-24 Vitaly BukaRevert "Revert "Attempt to pacify ASan and UBSan report...
2017-05-24 Vitaly BukaRevert "[compiler-rt] Change default of allow_user_segv...
2017-05-24 Craig Topper[InstCombine] Merge together the SimplifyDemandedUseBit...
2017-05-24 Philip Pfaffe[Polly] Add handling of Top Level Regions
2017-05-24 Argyrios KyrtzidisAddress follow-up feedback for r303712
2017-05-24 Kamil RytarowskiReplace std::call_once with llvm:call_once
2017-05-24 Rui UeyamaSimplify a variable type by using StringRef instead...
2017-05-24 Tony JiangFix one test case faiulre in commit 303766.
2017-05-24 Vitaly BukaPrevent UBSan report in CrashRecovery tests
2017-05-24 Rafael EspindolaMove writeTo to OutputSectionCommand.
2017-05-24 Vitaly BukaRevert "Attempt to pacify ASan and UBSan reports in...
2017-05-24 Teresa JohnsonFix a couple of typos in memory intrinsic optimization...
2017-05-24 Rafael EspindolaMove clearOutputSections earlier. NFC.
2017-05-24 Zaara SyedaP9: D-form vector load/store. Differential Revision...
2017-05-24 Craig Topper[InstCombine] Use less bitwise operations to handle...
2017-05-24 Krzysztof ParzyszekMove machine-cse-physreg.mir to test/CodeGen/Thumb
2017-05-24 Rui UeyamaRewrite badly-formatted switch. NFC.
2017-05-24 Rui UeyamaMake key-value types explicit. NFC.
2017-05-24 Rui UeyamaChange the control flow so that the function is a bit...
2017-05-24 Craig Topper[InstSimplify] Simplify uadd/sadd/umul/smul with overfl...
2017-05-24 Craig Topper[ValueTracking] Convert most of the calls to computeKno...
2017-05-24 Craig Topper[ValueTracking] Add OptimizationRemarkEmitter to the...
2017-05-24 Matthew SimpsonRevert r291254: [AArch64] Reduce vector insert/extract...
2017-05-24 Dmitry MikulinDo not track section types of previous sections, always...
2017-05-24 Rafael EspindolaAdd some tips on benchmarking.
2017-05-24 Alexey Bataev[OPENMP] Allow value of thread local variables in targe...
2017-05-24 Nirav Dave[AMDGPU] Prevent too large store merges in AMDGPU Subta...
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxsldwi builtin.
2017-05-24 Jonathan RoelofsAllow armv{7,7s,7k,7m,7em} builds
2017-05-24 Gor Nishanov[coroutines] Make generic lambda coroutines work
2017-05-24 Matthew Simpson[LV] Update type in cost model for scalarization
2017-05-24 Michael Kruse[DeLICM] Partial writes for PHIs.
2017-05-24 Alex LorenzWarn about uses of `@available` that can't suppress the
2017-05-24 Tony Jiang[PowerPC] Implement vec_xxpermdi builtin.
2017-05-24 Michael Kruse[JSONImporter] misses checks whether the data it import...
2017-05-24 Vadzim Dambrouski[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameI...
2017-05-24 Ulrich Weigand[sanitizer] [SystemZ] Update CVE-2016-2143 check for...
2017-05-24 Serge PavlovDriver must return non-zero code on errors in command...
2017-05-24 Sanjay Patel[InstCombine] add tests to show potential missing folds...
2017-05-24 Marek OlsakRevert "AMDGPU: Fold CI-specific complex SMRD patterns...
2017-05-24 Tony JiangGeneralize two diagnostic messages to take function...
2017-05-24 Gor Nishanov[coroutines] Improved diagnostics when unhandled_except...
2017-05-24 Alex Lorenz[index] The references to explicit class properties...
2017-05-24 Sanjay Patel[InstCombine] add tests to document bitcast + bitwise...
2017-05-24 Gor Nishanov[coroutines] [NFC] Add tests for return_void, unhandled...
2017-05-24 Diana PicusRevert "[SCEV] Do not fold dominated SCEVUnknown into...
2017-05-24 Krzysztof Parzyszek[Hexagon] Fix comment in HexagonPacketizer::runOnMachin...
2017-05-24 Jonas Paulsson[LoopVectorizer] Let target prefer scalar addressing...
2017-05-24 Jonas Paulsson[SystemZ] Fix register modelling in expandLoadStackGuard()
2017-05-24 Krasimir Georgiev[clang-format] Remove unused using directive, NFC
2017-05-24 Serge PavlovMethod loadFromCommandLine should be able to report...
2017-05-24 Pavel LabathRevert "RunThreadPlan: Fix halting logic in IgnoreBreak...
2017-05-24 Francois Ferrandclang-format: Introduce BreakConstructorInitializers...
2017-05-24 Tamas BerghammerDemangler: Fix constructor cv qualifier handling
2017-05-24 Tamas Berghammer__cxa_demangle: Fix constructor cv qualifier handling
2017-05-24 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-24 Serge PavlovModify test so that it looks for patterns in stderr...
2017-05-24 Simon PilgrimFix 'set but not used' [-Wunused-but-set-variable]...
2017-05-24 Florian Hahn[ARM] Remove ThumbTargetMachines. (NFC)
2017-05-24 Pavel LabathRunThreadPlan: Fix halting logic in IgnoreBreakpoints...
2017-05-24 Mikael HolmenMachineCSE: Respect interblock physreg liveness
2017-05-24 Max Kazantsev[SCEV] Do not fold dominated SCEVUnknown into AddRecExp...
2017-05-24 Vitaly Buka[compiler-rt] Change default of allow_user_segv_handler...
2017-05-24 Vitaly Buka[asan] Remove allow_user_segv_handler on Windows.
2017-05-24 Daniel SandersExplicitly set CPU and -slow-incdec to try to fix r3036...
2017-05-24 Craig Topper[APInt] Use std::end to avoid mentioning the size of...
2017-05-24 Tobias GrosserAdd a permanent Polly Hangouts URL
next