OSDN Git Service

android-x86/external-llvm.git
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
2016-11-21 Simon Dardis[mips] Add tests for half precision floating point...
2016-11-21 Simon Dardis[mips] seq macro support
2016-11-21 Krzysztof ParzyszekCheck proper live range in extendPHIRanges
2016-11-21 Marcin Koscielnicki[TLI] Fix breakage introduced by D21739.
2016-11-21 Shoaib Meenai[AsmPrinter] Enable codeview for windows-itanium
2016-11-21 Mandeep Singh... [MemorySSA] Fix for non-determinism in codegen
2016-11-21 Simon Pilgrim[VectorLegalizer] Remove EVT::getSizeInBits code duplic...
2016-11-21 Jun Bum Lim[CodeGenPrep] Skip merging empty case blocks
2016-11-21 Coby Tayreesmall fixup which enables the issuing of the aforementi...
2016-11-21 Yaxun LiuFix known zero bits for addrspacecast.
2016-11-21 Simon Pilgrim[X86][SSE] Add SSE reciprocal estimate tests
2016-11-21 Simon Pilgrim[SelectionDAG] Add ComputeNumSignBits support for CONCA...
2016-11-21 Alex Lorenz[llvm-cov] Avoid 0% when reporting something that's 0/0
2016-11-21 Benjamin KramerAdjust arm64-irtranslator.ll test to changes from r287368
2016-11-21 Simon Pilgrim[X86][SSE] Allow PACKSS to be used to truncate any...
2016-11-21 Marcin Koscielnicki[InstrProfiling] Mark __llvm_profile_instrument_target...
2016-11-21 Marcin Koscielnicki[TLI] Add functions determining if int parameters/retur...
2016-11-21 Michael ZuckermanFixing a small typo (A->U).
2016-11-21 Jacob Baungard... [Sparc] Use target name instead of namespace as prefix...
2016-11-21 Craig Topper[AVX-512] Add EVEX form of VMOVZPQILo2PQIZrm to load...
2016-11-21 Alexei Starovoitov[bpf] attempt to fix big-endian bots
2016-11-21 Alexei Starovoitov[bpf] fix dwarf elf relocs and line numbers
2016-11-21 Craig Topper[TableGen][ISel] Do a better job of factoring ScopeMatc...
2016-11-21 Craig Topper[X86] Remove duplicate instructions for (v)movq and...
2016-11-21 Dean Michael... [XRay][AArch64] Implemented a test for the compile...
2016-11-21 Davide Italiano[GlobalSplit] Port to the new pass manager.
2016-11-20 Simon Dardis[mips] Restrict tail call optimization
2016-11-20 Simon Pilgrim[X86][SSE] Add some initial combine tests that could...
2016-11-20 Craig Topper[AVX-512] Add tests for masked palignr/valignd/valignq...
2016-11-20 Coby TayreeThe 'vpmultishiftqb' instruction was implemented falsel...
2016-11-20 Coby TayreeSome instructions were missing, other implemented false...
2016-11-20 Simon Pilgrim[X86][AVX512] Combine unary + zero target shuffles...
2016-11-20 Simon Pilgrim[X86][AVX512] Add support for VBMI VPERMV3 target shuff...
2016-11-20 Simon Pilgrim[X86][AVX512] Add support for VBMI VPERMV target shuffl...
2016-11-20 Simon Pilgrim[X86][AVX512] Add some initial VBMI target shuffle...
2016-11-20 Simon Pilgrim[X86][AVX512VL] Removed duplicate operation action
2016-11-20 Simon PilgrimStrip trailing whitespace
2016-11-20 Simon Pilgrim[X86][AVX512F] Add support for uint_to_fp v2i32 to...
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-11-20 Simon PilgrimFix spelling mistakes in Tools/Tests comments. NFC.
2016-11-20 Simon PilgrimFix spelling mistakes in Transforms comments. NFC.
2016-11-20 Simon PilgrimFix spelling mistakes in SelectionDAG comments. NFC.
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-11-20 Oren Ben Simhon[X86] RegCall - Handling long double arguments
2016-11-20 Coby Tayree[X86][InlineAsm]Test commit.
2016-11-20 Serge PavlovFix file name resolution in nested response files
2016-11-20 Saleem AbdulrasoolExceptionDemo: remove some undefined behaviour
2016-11-20 Saleem AbdulrasoolExceptionDemo: prefer headers over redeclarations
2016-11-20 Alexei Starovoitov[bpf] add BPF disassembler
2016-11-20 Rui UeyamaAttempt to fix big-endian buildbots.
2016-11-20 Rui UeyamaStyle fix. NFC.
2016-11-20 Rui UeyamaFix buildbot.
2016-11-20 Rui UeyamaSHA1: unroll loop in hashBlock.
2016-11-20 Saleem AbdulrasoolDemangle: remove references to allocator for default...
2016-11-20 Saleem AbdulrasoolDemangle: remove unnecessary typedef for std::vector
2016-11-20 Saleem AbdulrasoolDemangle: replace custom typedef for std::string with...
2016-11-20 Saleem AbdulrasoolDemangle: use direct member initialization (NFC)
2016-11-19 Benjamin KramerGive some helper classes/functions internal linkage...
next