OSDN Git Service

android-x86/external-llvm.git
2017-04-06 Mehdi AminiTurn some C-style vararg into variadic templates
2017-04-06 Evgeniy Stepanov[asan] Fix dead stripping of globals on Linux.
2017-04-06 Evgeniy Stepanov[asan] Put ctor/dtor in comdat.
2017-04-06 Evgeniy Stepanov[asan] Delay creation of asan ctor.
2017-04-06 Peter CollingbourneBitcode: Do not create FNENTRYs for aliases of functions.
2017-04-06 Keno Fischer[StripDeadDebugInfo] Drop dead CUs entirely
2017-04-06 Yaxun Liu[AMDGPU] Temporarily change constant address space...
2017-04-06 Yi KongRevert "[ARM] Add Kryo to available targets"
2017-04-06 Nirav Dave[SDAG] Fix visitAND optimization to deal with vector...
2017-04-06 Craig Topper[InstSimplify] Remove unreachable default from Simplify...
2017-04-06 Daniel BerlinNewGVN: Rename some functions for consistency
2017-04-06 Daniel BerlinNewGVN: Fixup some small issues
2017-04-06 Daniel BerlinNewGVN: Fix a small formatting issue in performSymbolic...
2017-04-06 Daniel BerlinNewGVN: This patch makes memory congruence work for...
2017-04-06 Yi Kong[ARM] Add Kryo to available targets
2017-04-06 Matt ArsenaultAMDGPU: Stop using CCAssignToRegWithShadow
2017-04-06 Craig Topper[InstSimplify] Teach SimplifyMulInst to recognize vecto...
2017-04-06 Krzysztof Parzyszek[Hexagon] Change the vector scaling for vector offsets
2017-04-06 Davide Italiano[ADT] Add a generic breadth-first-search graph iterator.
2017-04-06 Stanislav Mekhanoshin[AMDGPU] Eliminate barrier if workgroup size is not...
2017-04-06 Craig Topper[InstCombine] Fix a case where we weren't checking...
2017-04-06 Sam Kolton[AMDGPU] Resubmit SDWA peephole: enable by default
2017-04-06 Jonas Paulsson[SelectionDAG] NFC patch removing a redundant check.
2017-04-06 Simon Pilgrim[X86][MMX] Test showing failure to create MMX non-tempo...
2017-04-06 Daniel Sanders[globalisel][tablegen] Move <Target>InstructionSelector...
2017-04-06 David Green[ARM] Remove a dead ADD during the creation of TBBs
2017-04-06 Craig Topper[InstSimplify] Add test cases for mixing add/sub i1...
2017-04-06 Craig Topper[InstSimplify] Teach SimplifyAddInst and SimplifySubIns...
2017-04-06 Dean Michael... [XRay][docs] Fix hyperlink to XRay doc
2017-04-06 Lang Hames[Orc] Add missing header include for r299611.
2017-04-06 Craig TopperRevert accidental commit of r299619.
2017-04-06 Craig TopperRevert accidental commit of r299618
2017-04-06 Craig Topper[IR] Add commutable matchers for Add and Mul to go...
2017-04-06 Craig Topperbar
2017-04-06 Craig Topperfoo
2017-04-06 Keith Wyss[XRay] - Fix spelling error to test commit access.
2017-04-06 Lang Hames[Orc] Break QueueChannel out into its own header and...
2017-04-06 Lang Hames[Orc] Make orcError return an error_code rather than...
2017-04-06 Reid Kleckner[lit] Implement timeouts and max_time for process pool...
2017-04-06 Peter CollingbourneStringTableBuilder: Don't assert when writing an empty...
2017-04-05 Peter CollingbourneBitcode: Remove an unused declaration. NFC.
2017-04-05 Bryant Wong[Bugpoint] Use `unique_ptr` correctly.
2017-04-05 Keno Fischer[X86 TTI] Implement LSV hook
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 Daniel BerlinMemorySSA: Remove MemorySSA walker caching.
2017-04-05 Petr Hosek[llvm-readobj] Only print the real size of the note
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 Reid Kleckner[lit] Use process pools for test execution by default
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 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28167 + LIT tests
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 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 Sanjay Patel[DAGCombiner] add and use TLI hook to convert and-of...
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 Sam Kolton[AMDGPU] SDWA peephole: enable by default
2017-04-05 Alexander KornienkoFix WebAssembly after r299529.
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 Alex BradburyAdd MCContext argument to MCAsmBackend::applyFixup...
2017-04-05 James Molloy[LAA] Correctly return a half-open range in expandBounds
2017-04-05 Gor Nishanov[coroutines] Add syntax coloring to examples in Corouti...
2017-04-05 Akira Hatanaka[ObjCArc] Do not dereference an invalidated iterator.
2017-04-05 Lang Hames[RuntimeDyld] Remove an unused static member left over...
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-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...
2017-04-04 Ahmed Bougacha[AArch64] Avoid partial register deps on insertelt...
2017-04-04 Evgeniy StepanovChange section flag character for SHF_LINK_ORDER to...
2017-04-04 Craig Topper[InstCombine] Add test cases for various add/subtracts...
2017-04-04 Rafael Espindola[lit] Add a minimum export implementation.
2017-04-04 Sanjay Patel[InstCombine] rename variable for easier reading; NFC
2017-04-04 Craig Topper[InstCombine] Turn subtract of vectors of i1 into xor...
2017-04-04 Balaram Makam[AArch64] Add missing schedinfo, check completeness...
2017-04-04 Keno Fischer[ExecutionDepsFix] Don't revisit true dependencies
2017-04-04 Craig Topper[InstCombine] Support folding and/or/xor with a constan...
2017-04-04 Petr Hosek[AArch64][Fuchsia] Allow -mcmodel=kernel for --target...
2017-04-04 Craig Topper[InstCombine] Add test cases for missing combines of...
2017-04-04 Yi KongImplement host CPU detection for AArch64
next