OSDN Git Service

android-x86/external-llvm.git
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
2017-04-04 Matt ArsenaultVerifier: Check some amdgpu calling convention restrictions
2017-04-04 Balaram Makam[AArch64] Refine Falkor Machine Model - Part 2
2017-04-04 Coby Tayree[X86][inline-asm] Add support for MS 'EVEN' directive
2017-04-04 Craig Topper[InstCombine] Add more test cases for missing combines...
2017-04-04 Lang Hames[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSect...
2017-04-04 Sanjay Patel[x86] remove dead select-of-constants transform; NFCI
2017-04-04 Rong Xu[PGO] Memory intrinsic calls optimization based on...
2017-04-04 Matt ArsenaultAMDGPU: Remove legacy export intrinsic
2017-04-04 Matt ArsenaultAMDGPU: Remove legacy image intrinsics
2017-04-04 Coby Tayree[X86][MS-compatability]Allow named synonymous for MS...
2017-04-04 Simon PilgrimStrip trailing whitespace
2017-04-04 Daniel Sanders[globalisel][tablegen] Fix non-determinism introduced...
2017-04-04 Daniel Sanders[globalisel][tablegen] Try to make MSVC happy with...
2017-04-04 Michael Zuckerman[X86][LLVM] Converting __mm{|256|512}_movm_epi{8|16...
2017-04-04 Daniel Sanders[tablegen][globalisel] Add support for nested instructi...
2017-04-04 Simon Dardis[mips] Deal with empty blocks in the mips hazard scheduler
2017-04-04 Oren Ben Simhon[X86] Add 64 bit pattern matching for PSADBW
2017-04-04 Jonas HahnfeldAlign all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_...
2017-04-04 Craig Topper[InstCombine] Use setAllBits in place of getAllOnesValu...
2017-04-04 Zvi RackoverInstCombine: Use the InstSimplify hook for shufflevector
2017-04-04 Reid Kleckner[PDB] Save one type record copy
2017-04-03 Reid Kleckner[codeview] Cope with unsorted streams in type merging
2017-04-03 Reid Kleckner[Fuzzer] Flush std::cout before aborting in CxxStringEqTest
next