OSDN Git Service

android-x86/external-llvm.git
2016-11-23 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-default, moderni...
2016-11-23 Nicolai Haehnle[SelectionDAG] Early-out in TargetLowering::expandMUL...
2016-11-23 Simon Pilgrim[X86][AVX512VL] Add v2f64 -> v2i32/v2f32 + zero codegen...
2016-11-23 Matt ArsenaultAMDGPU: Cleanup immediate folding code
2016-11-23 Matt ArsenaultAMDGPU: Fix debug printing
2016-11-23 Simon Pilgrim[X86][SSE] Add v2i64 -> v2i32 + zero codegen test
2016-11-23 Matt ArsenaultAMDGPU: Fix not setting kill flag on temp reg when...
2016-11-23 Matt ArsenaultAMDGPU: Fix adding extra implicit def of register
2016-11-23 Matt ArsenaultAMDGPU: Fix MMO when splitting spill
2016-11-23 Vedant KumarRevert "[lit] When setting SDKROOT on Darwin, use ...
2016-11-23 Meador Ingellvm-nm: Print correct symbol types for init and fini...
2016-11-23 Meador Ingellvm-nm: Don't print value or size for undefined or...
2016-11-23 Alexey Bataev[SLP] Add more tests for SLP Vectorizer.
2016-11-23 Haicheng Wu[LoopUnroll] Move code to exit early. NFC.
2016-11-23 Daniel BerlinRevert "[Triple] Add Facebook vendor"
2016-11-23 Michael Kuperstein[X86] Allow folding of stack reloads when loading a...
2016-11-23 Hemant Kulkarnillvm-readobj: Use hash tables to print dynamic symbols.
2016-11-23 Chandler Carruth[PM] Change the static object whose address is used...
2016-11-23 Alina Sbirlea[LoadStoreVectorizer] Enable vectorization of stores...
2016-11-23 Nirav Dave[DAG] Improve loads-from-store forwarding to handle...
2016-11-23 Yichao YuFix doc of `llvm.bitreverse.iN`
2016-11-23 John Brawn[DAGCombiner] Fix infinite loop in vector mul/shl combining
2016-11-23 Nemanja Ivanovic[PowerPC] Remove InstAlias definitions that cause incor...
2016-11-23 Simon Pilgrim[X86][AVX512] Add support for v4i64 fptosi/fptoui/sitof...
2016-11-23 Elena DemikhovskyType legalization for compressstore and expandload...
2016-11-23 Simon Pilgrim[CostModel][X86] Add missing AVX512DQ v8i64 fptosi...
2016-11-23 Benjamin Kramer[MD5] Use write32le instead of spelling it out with...
2016-11-23 Simon Pilgrim[CostModel][X86] Add v2f32 -> v2i64 fptosi/fptoui cost...
2016-11-23 Craig Topper[AVX-512] Remove intrinsics for valignd/q and autoupgra...
2016-11-23 Zvi Rackover[X86] Simplify lowerVectorShuffleAsBitMask to handle...
2016-11-23 Rui UeyamaFix builbots.
2016-11-23 Kuba Mracek[xray] Add XRay support for Mach-O in CodeGen
2016-11-23 Davide Italiano[SCCP] Add a test for switches on undef.
2016-11-23 Rui UeyamaAdd convenient functions to compute hashes of byte...
2016-11-23 Eugene Zelenko[ADT] Fix some Clang-tidy modernize-use-default and...
2016-11-23 Zachary TurnerMake STL range adapter naming consistent.
2016-11-22 Zachary TurnerAdd some searching functions for ArrayRef<T>.
2016-11-22 Justin Lebar[StructurizeCFG] Refactor OrderNodes.
2016-11-22 Justin Lebar[StructurizeCFG] Add whitespace in getAnalysisUsage.
2016-11-22 Justin Lebar[StructurizeCFG] Remove unnecessary "using" in class.
2016-11-22 Justin Lebar[StructurizeCFG] Merge the two constructors into one.
2016-11-22 Justin Lebar[StructurizeCFG] Use a for-each loop instead of iterato...
2016-11-22 Justin Lebar[StructurizeCFG] Make hasOnlyUniformBranches a non...
2016-11-22 Justin Lebar[CUDA] Note in docs that you need to build with -lcudar...
2016-11-22 Sanjay Pateladd and use isBitwiseLogicOp() helper function; NFCI
2016-11-22 Dehao ChenBefore sample pgo annotation, do not inline a function...
2016-11-22 Davide Italiano[SCCP] Remove code in visitBinaryOperator (and add...
2016-11-22 Matthias BraunTargetSubtargetInfo: Move implementation to lib/CodeGen...
2016-11-22 Sanjay Patel[InstCombine] change bitwise logic type to eliminate...
2016-11-22 Simon Pilgrim[X86][AVX512DQ] Add fp <-> int tests for AVX512DQ/AVX51...
2016-11-22 Chandler Carruth[LCG] Add a previously missing assert about the relatio...
2016-11-22 Peter CollingbourneLTO: Remove a now-unused InputFile accessor.
2016-11-22 Vyacheslav... Fixed the lost FastMathFlags in GVN(Global Value Number...
2016-11-22 Chandler Carruth[LCG] Start using SCC relationship predicates in the...
2016-11-22 Rui UeyamaRemove PDBFileBuilder::build() and related functions.
2016-11-22 Vyacheslav... Fixed the lost FastMathFlags in Reassociate optimization.
2016-11-22 Paul RobinsonRestructure DwarfDebug::beginInstruction(). [NFC]
2016-11-22 Shoaib Meenai[Triple] Add Facebook vendor
2016-11-22 Chandler Carruth[LCG] Add utilities to compute parent and ascestor...
2016-11-22 Simon Dardis[mips] seb, seh instruction aliases
2016-11-22 Andrew KaylorAdd IntrInaccessibleMemOnly property for intrinsics
2016-11-22 Nemanja Ivanovic[PowerPC] Emit VMX loads/stores for aligned ops to...
2016-11-22 Simon Pilgrim[CostModel][X86] Updated sitofp/uitofp scalar/vector...
2016-11-22 Simon Pilgrim[X86][SSE] Combine UNPCKL(FHADD,FHADD) -> FHADD for...
2016-11-22 Vasileios Kalintiris[mips] Add support for unaligned load/store macros.
2016-11-22 Tim NorthoverCodeGen: simplify TargetMachine::getSymbol interface...
2016-11-22 Zvi Rackover[X86] Change lowerBuildVectorToBitOp() to take a BuildV...
2016-11-22 Zvi Rackover[X86] Remove dead code from LowerVectorBroadcast
2016-11-22 Chad Rosier[AArch64] Set the max interleave factor for Falkor.
2016-11-22 Chad Rosier[AArch64] Maximize 80-column. NFC.
2016-11-22 Simon PilgrimFix line endings
2016-11-22 Benjamin Kramer[wasm] hack around test failure after r287553.
2016-11-22 Simon Pilgrim[SelectionDAG] ComputeNumSignBits of TRUNCATE operations
2016-11-22 Coby Tayree[AVX512][inline-asm] Fix AVX512 inline assembly instruc...
2016-11-22 Adam NemetRename option to -lto-pass-remarks-output
2016-11-22 Craig Topper[TableGen][ISel] When factoring ScopeMatcher, if the...
2016-11-22 Craig Topper[X86] Remove alternate CodeGenOnly version of (v)movq...
2016-11-22 Craig Topper[AVX-512] Add support for commuting VPERMT2(B/W/D/Q...
2016-11-22 Saleem AbdulrasoolMC: ensure that we have a section before accessing it
2016-11-22 Craig Topper[AVX-512] Add support for changing the element size...
2016-11-22 Peter CollingbourneObject: Make SymbolicFile::symbol_{begin,end}() virtual...
2016-11-22 Chandler Carruth[ADT] Add initializer list support to SmallPtrSet so...
2016-11-22 Stanislav Mekhanoshin[AMDGPU] Fix multiple vreg definitions in si-lower...
2016-11-22 Peter CollingbourneAnalysis: gep inbounds (gep inbounds (...)) is inbounds.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD in one more place.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from two more StringRef members.
2016-11-21 Matt ArsenaultDAG: Ignore call site attributes when emitting target...
2016-11-21 Geoff Berry[AArch64LoadStoreOptimizer] Don't treat write to XZR...
2016-11-21 Justin Lebar[CodeGenPrepare] Don't sink non-cheap addrspacecasts.
2016-11-21 Justin Lebar[CodeGenPrepare] Rewrite a loop in terms of llvm::none_...
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from getAsInteger().
2016-11-21 Eli Friedman[LoopReroll] Make root-finding more aggressive.
2016-11-21 Zachary TurnerFix attribute list syntax.
2016-11-21 Zachary TurnerRemove LLVM_NODISCARD from StringRef.
2016-11-21 Sanjay Patel[InstCombine] canonicalize min/max constant to select...
2016-11-21 Evgeny StupachenkoLSR debug fix.
2016-11-21 Hubert Tongreassociate-deadinst.ll: avoid accidental match on...
2016-11-21 Sanjay Patelfix formatting; NFC
2016-11-21 Reid Kleckner[asan] Make ASan compatible with linker dead stripping...
2016-11-21 Mandeep Singh... [MemorySSA] Fix unit tests broken by D26704
next