OSDN Git Service

android-x86/external-llvm.git
2016-07-22 Matt ArsenaultAMDGPU: Delete more dead code
2016-07-22 Matt ArsenaultAMDGPU: Fix i1 fp_to_int
2016-07-22 Matt ArsenaultAMDGPU: Don't reinvent transferSuccessorsAndUpdatePHIs
2016-07-22 Tim NorthoverGlobalISel: implement alloca instruction
2016-07-22 Simon Pilgrim[SelectionDAG] Optimization of BITREVERSE legalization...
2016-07-22 Xinliang David Li[Profile] Cleanup: remove unused interface
2016-07-22 Lang Hames[Support] Make ErrorAsOutParameter take an Error* rathe...
2016-07-22 Krzysztof Parzyszek[RDF] Make the graph construction/use less expensive
2016-07-22 Zachary Turner[pdb] Move file layout header structs to RawTypes.h
2016-07-22 Zachary Turner[pdb] Round-trip module & file info to/from YAML.
2016-07-22 Krzysztof Parzyszek[Hexagon] Use loop data prefetch on Hexagon
2016-07-22 Reid KlecknerUse INT64_MAX instead of LLONG_MAX
2016-07-22 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-22 Ahmed Bougacha[FastISel] Ignore @llvm.assume.
2016-07-22 Ying Yi[llvm-cov] - Add the coverage of lines in the summary...
2016-07-22 Benjamin Kramer[llvm-profdata] Bring back reading profile data from...
2016-07-22 Benjamin KramerRevert "[X86][AVX] Added support for lowering to VBROAD...
2016-07-22 Ying Yi[llvm-cov] - Improve llvm-cov error message
2016-07-22 Ying Yitest commit
2016-07-22 Sjoerd MeijerThis refactoring of ARM machine block size computation...
2016-07-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-07-22 Craig Topper[AVX512] Add ExeDomain to vector extend and truncate...
2016-07-22 Craig Topper[AVX512] Add initial support for the Execution Domain...
2016-07-22 Craig Topper[AVX512] Fix the ExeDomain for some packed fp instructions.
2016-07-22 Craig Topper[AVX512] Add load folding for some AVX512VL logic and...
2016-07-22 Craig Topper[AVX512] Update X86InstrInfo::foldMemoryOperandCustom...
2016-07-22 David MajnemerDon't remove side effecting instructions due to Constan...
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt with fixes...
2016-07-22 Xinliang David LiRevert 276386
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt
2016-07-22 Pete CooperFix r276380 for targets without REALPATH.
2016-07-22 Pete CooperAvoid dsymutil calls to getFileNameByIndex.
2016-07-22 Vitaly BukaFix detection of stack-use-after scope for char arrays.
2016-07-22 Sanjoy Das[IRCE] Don't misuse CHECK-LABEL; NFC
2016-07-22 Sanjoy Das[IRCE] Add an option to skip profitability checks
2016-07-22 Sebastian PopGVN-hoist: move check before mutating the IR
2016-07-21 David Majnemer[AArch64] Cleanup sign extend in genAlternativeCodeSequence
2016-07-21 Sebastian PopGVN-hoist: add missing check for all GEP operands available
2016-07-21 Vedant Kumar[llvm-cov] Strengthen a test case
2016-07-21 Douglas Katzman[Sparc]: Fix bug in LowerSTORE due to r275592
2016-07-21 Sanjay Patel[InstCombine] break up foldICmpEqualityWithConstant...
2016-07-21 Vedant Kumar[llvm-cov] Use relative paths to the stylesheet (for...
2016-07-21 Sebastian PopGVH-hoist: only clone GEPs (PR28606)
2016-07-21 Daniel Dunbar[lit] Use full config path in diagnostics.
2016-07-21 Xinliang David Li[Profile] deprecate __llvm_profile_override_default_fil...
2016-07-21 Daniel Dunbar[lit] Bump version number.
2016-07-21 Wei Mi[PM] Port NaryReassociate to the new PM
2016-07-21 Quentin Colombet[MIRTesting] Abort when failing to parse a function.
2016-07-21 Michael Kuperstein[X86] Do not use AND8ri8 in AVX512 pattern
2016-07-21 Sanjay Patel[InstSimplify] don't crash handling a pointer or aggreg...
2016-07-21 Akira Hatanaka[AArch64][Inline-Asm] Return the 32-bit floating point...
2016-07-21 Michael Gottesman[cmake] Move the including of utils/unittests under...
2016-07-21 Sanjay Patel[InstSimplify] recognize trunc + icmp sgt/slt variants...
2016-07-21 Adam Nemet[OptDiag,LDist] Convert remaining opt remarks to use...
2016-07-21 Matthew Simpson[LV] Move vector int induction update to end of latch
2016-07-21 Reid KlecknerFix the clang-cl self-host with VS 2013 headers
2016-07-21 George Burgess IVNormalize file docs. NFC.
2016-07-21 Rong Xu[PGO] Make needsComdatForCounter() available (NFC)
2016-07-21 Sanjay Pateladd vector tests and a simpler version of the negative...
2016-07-21 Renato Golin[docs] Move GitHub to GitHubSubMod
2016-07-21 Richard OsborneTransfer ownership of the XCore backend.
2016-07-21 Anna ThomasRevert "Invariant start/end intrinsics overloaded for...
2016-07-21 Sanjoy Das[IndVars] Reflow oddly formatted condition; NFC
2016-07-21 Anna ThomasInvariant start/end intrinsics overloaded for address...
2016-07-21 Sanjay Patelmake InstCombine compare helper functions private; NFC
2016-07-21 Vedant KumarAvoid a string copy, NFC
2016-07-21 Quentin Colombet[IRTranslator] Add G_SUB opcode.
2016-07-21 Quentin Colombet[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_...
2016-07-21 Quentin Colombet[CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into...
2016-07-21 Quentin Colombet[IRTranslator] Add comments to explain the ordering...
2016-07-21 Sanjay Patel[InstCombine] break up visitICmpInstWithInstAndIntCst...
2016-07-21 Renato GolinAdding RELEASE_TESTERS.TXT
2016-07-21 Konstantin... [AMDGPU] Emit read-only data to .rodata for hsa
2016-07-21 Quentin Colombet[IRTranslator] Add G_AND opcode.
2016-07-21 Konstantin... AMDGPU/SI: Add support for R_AMDGPU_ABS32
2016-07-21 Geoff Berry[AArch64] Load/store opt: Don't count transient instruc...
2016-07-21 Benjamin KramerWeaken ThreadSafeRefCountedBase atomics.
2016-07-21 Simon Pilgrim[X86][SSE] Allow folding of store/zext with PEXTRW...
2016-07-21 Simon PilgrimFixed line endings
2016-07-21 Simon Pilgrim[X86][SSE] Pull out duplicate EXTRW lowering code....
2016-07-21 Benjamin Kramer[profdata] Remove constructor that MSVC 2013 pretends...
2016-07-21 Simon Pilgrim[X86][AVX] Added support for lowering to VBROADCASTF128...
2016-07-21 Benjamin Kramer[DemandedBits] Reduce number of duplicated DenseMap...
2016-07-21 Benjamin Kramer[DenseMap] Add a C++17-style try_emplace method.
2016-07-21 Benjamin KramerRename StringMap::emplace_second to try_emplace.
2016-07-21 Sam Kolton[AMDGPU] Some code cleaning in SIRegisterInfo.td
2016-07-21 Marina YatsinaExecutionDepsFix - Fix bug in clearance calculation
2016-07-21 Benjamin Kramer[GCOV] Remove a layer of indirection.
2016-07-21 Renato Golin[docs] Update release docs
2016-07-21 Matt ArsenaultAMDGPU: Fix phis from blocks split due to register...
2016-07-21 David Majnemer[GVNHoist] Preserve optimization hints which agree
2016-07-21 David Majnemer[GVNHoist] Don't wrongly preserve TBAA
2016-07-21 David Majnemer[MergedLoadStoreMotion] Remove out of date comment
2016-07-21 Amaury SechetAdd missing import to fix the build
2016-07-21 Amaury SechetExpose AttributeSetNode, use it to provide aggregate...
2016-07-21 Matthias BraunIPRA: Fix RegMask calculation for alias registers
2016-07-21 Adam Nemet[OptDiag] Missed these when making the IR Value a const...
2016-07-21 Adam Nemet[OptDiag,LV] Add hotness attribute to applied-optimizat...
2016-07-21 Matthias BraunX86InstrInfo: No need for liveness analysis in classify...
2016-07-21 Sanjay Patel[InstCombine] LogicOpc (zext X), C --> zext (LogicOpc...
next