platform/upstream/llvm.git
2017-04-05 Ivan KrasinRemove accidental debug printf. Follow up to r299583.
2017-04-05 Ivan KrasinRevert r299536. [AMDGPU] SDWA peephole: enable by default.
2017-04-05 Krzysztof Parzyszek[Hexagon] Use -mattr to select HVX mode in a testcase...
2017-04-05 Rui UeyamaRemove unnecessary virtual dtor.
2017-04-05 Rui UeyamaInline small functions that are used only once.
2017-04-05 Rui UeyamaFix comments.
2017-04-05 Daniel BerlinMemorySSA: Remove MemorySSA walker caching.
2017-04-05 Reid Kleckner[lit] Fix Analysis test format pickling error
2017-04-05 Petr Hosek[llvm-readobj] Only print the real size of the note
2017-04-05 Saleem AbdulrasoolFix invalid memory access on android x86
2017-04-05 Nico Weberclang-format: Support formatting utf-8 character litera...
2017-04-05 Rui UeyamaRename ScriptConfig::UndefinedSymbols ReferencedSymbols.
2017-04-05 Adam Nemet[DAGCombine] Support FMF contract in fused multiple...
2017-04-05 Adam Nemet[DAGCombine] Remove commented-out code from r299096
2017-04-05 Sanjay Patel[InstCombine] add fold for icmp with or mask of low...
2017-04-05 Keno Fischer[ExecutionDepsFix] Don't recurse over the CFG
2017-04-05 Sanjay Patel[InstCombine] fix formatting and variable names; NFCI
2017-04-05 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28158 + LIT tests
2017-04-05 Daniel BerlinMemorySSA: Fix and use optimized_def_chain
2017-04-05 Reid Kleckner[lit] Revert to old execution strategy while I debug...
2017-04-05 Reid Kleckner[lit] Use Python 3 style print to satisfy some bots
2017-04-05 Matthias BraunARMFrameLowering: Slight cleanups; NFC
2017-04-05 David BlaikieFix -Wmissing-field-initializer warnings to unbreak...
2017-04-05 Reid Kleckner[lit] Use process pools for test execution by default
2017-04-05 Rui UeyamaDo not use relocateOne() to just write 32-bit words.
2017-04-05 Renato Golin[ARM] Try to re-enable MachineBranchProb.ll for ARM...
2017-04-05 Sanjay Patel[InstCombine] add tests for missing icmp fold (PR32524)
2017-04-05 Rui UeyamaRename GotEntryAddr -> GotPltEntryAddr.
2017-04-05 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28167 + LIT tests
2017-04-05 Rui UeyamaRemove unnecessary local variable.
2017-04-05 Rui UeyamaFix PLT and GOTPLT entries for 32-bit x86 PIC.
2017-04-05 Nirav Dave[SystemZ] Prevent Merging Bitcast with non-normal loads
2017-04-05 Davide Italiano[yaml2obj] Factor out error handling code.
2017-04-05 Artem DergachevRevert "[analyzer] Add a modular constraint system...
2017-04-05 Davide Italiano[llvm-ar] Remove unneeded std::, NFCI.
2017-04-05 Davide Italiano[llvm-ar] errors go on stderr and not on stdout.
2017-04-05 Jonathan RoelofsRespect CMAKE_INSTALL_MANDIR for sphinx generated manpages
2017-04-05 Davide Italiano[yaml2obj] Improve error message when output file canno...
2017-04-05 Matthew Simpson[LV] Make test case more robust
2017-04-05 Artem Dergachev[analyzer] Add a modular constraint system to the Clone...
2017-04-05 Antonio Maioranoclang-format-vsix: Add "Format on Save" feature
2017-04-05 Sanjay Patel[DAGCombiner] add and use TLI hook to convert and-of...
2017-04-05 Alex Lorenz-Wunreachable-code: 'true' and 'false' should not be...
2017-04-05 Jonas Paulsson[DAGCombiner] Don't make a BUILD_VECTOR with operands...
2017-04-05 Sanjay Patel[InstCombine] add tests for missing add canonicalizatio...
2017-04-05 Daniel Sanders[globalisel][tablegen] Fix patterns involving multiple...
2017-04-05 Egor Churaev[OpenCL] Extended diagnostics for atomic initialization
2017-04-05 Sam Kolton[AMDGPU] SDWA peephole: enable by default
2017-04-05 Alexander KornienkoFix WebAssembly after r299529.
2017-04-05 Tobias GrosserAdd two Polly images
2017-04-05 Martin Probstclang-format: [JS] fix whitespace around "of" operator.
2017-04-05 Simon Pilgrim[X86][SSE] Renamed combine to make it clear that it...
2017-04-05 James Molloy[AArch64] Crypto requires FP.
2017-04-05 Peter Smith[ELF] Make createThunks a class [NFC]
2017-04-05 Alex BradburyAdd MCContext argument to MCAsmBackend::applyFixup...
2017-04-05 George Rimar[ELF] - Define __bss_start symbol.
2017-04-05 Nitesh JainFix a typo introduce in r299200.
2017-04-05 James Molloy[LAA] Correctly return a half-open range in expandBounds
2017-04-05 George RimarRevert r299506 "Simplify. NFC."
2017-04-05 Egor Churaev[OpenCL] Enables passing sampler initializer to functio...
2017-04-05 Daniel Marjamaki[analyzer] alpha.core.Conversion - Fix false positive...
2017-04-05 Stephan BergmannDon't issue a warning if the shadowing declaration...
2017-04-05 Rui UeyamaMake readAssert() to return an AssertCommand object.
2017-04-05 Rui UeyamaAdd a file comment.
2017-04-05 Rui UeyamaSimplify. NFC.
2017-04-05 Rui UeyamaInline leftShift and rightShift. NFC.
2017-04-05 Gor Nishanov[coroutines] Add syntax coloring to examples in Corouti...
2017-04-05 Rui UeyamaDo not make ScriptParser class public.
2017-04-05 Rui UeyamaMove the parser for the linker script to a separate...
2017-04-05 Rui UeyamaRemove unused typedef.
2017-04-05 Rui UeyamaDo not use public inheritance where it is not needed.
2017-04-05 Rui UeyamaSimplify. NFC.
2017-04-05 Rui UeyamaSimplify. NFC.
2017-04-05 Gor Nishanov[coroutines] Add coro.end handling
2017-04-05 Rui UeyamaFix memory leak found by asan.
2017-04-05 Rui UeyamaSimplify and update comment.
2017-04-05 Akira Hatanaka[ObjCArc] Do not dereference an invalidated iterator.
2017-04-05 Rui UeyamaSimplify. NFC.
2017-04-05 Rui UeyamaUse make to create linker script command objects.
2017-04-05 Rui UeyamaRemove default arguments because they don't improve...
2017-04-05 Rui UeyamaAdd parentheses around `&`.
2017-04-05 Rui UeyamaUpdate comment.
2017-04-05 Rui UeyamaUse empty() instead of size().
2017-04-05 Rui UeyamaSimplify. NFC.
2017-04-05 Rui UeyamaMake variable names consistent. NFC.
2017-04-05 Rui UeyamaReturn a result from computeInputSections instead of...
2017-04-05 Lang Hames[RuntimeDyld] Remove an unused static member left over...
2017-04-05 Bob Haarman[COFF] support /ERRORLIMIT option
2017-04-05 Rui UeyamaRemove `=` from a lambda that doesn't capture any variable.
2017-04-05 Rui UeyamaInline small functions that are used only once as lambdas.
2017-04-05 Rui UeyamaAdd newlines.
2017-04-05 Rui UeyamaMake dummy variable's scope smaller.
2017-04-05 Bob HaarmanThinLTOBitcodeWriter: handle aliases first in filterModule
2017-04-05 Ahmed Bougacha[X86] Relax assert in broadcast-of-subvector lowering.
2017-04-05 Jim InghamReverting r299374 & r299402 due to testsuite failure.
2017-04-04 Adam NemetAnother attempt to fix the sphinx warning from r299470
2017-04-04 Matt ArsenaultAllow targets to opt-in to codegen in SCC order
2017-04-04 Daniel BerlinRe-apply MemorySSA: Add support for caching clobbering...
2017-04-04 Daniel BerlinRevert "MemorySSA: Add support for caching clobbering...
2017-04-04 Petr Hosek[MC] Set defaults based on section names and support...
next