OSDN Git Service

android-x86/external-llvm.git
2018-03-14 Roman Lebedev[InstSimplify] [NFC] Add tests for peeking through...
2018-03-14 Roman Lebedev[InstCombine] [NFC] Add tests for peeking through unsig...
2018-03-14 Francis Visoiu... [AArch64] Keep track of MIFlags in the LoadStoreOptimizer
2018-03-14 Craig Topper[X86] Teach X86TargetLowering::targetShrinkDemandedCons...
2018-03-14 Nicholas Wilson[WebAssembly] Add DenseMap traits and operator== for...
2018-03-14 Simon Pilgrim[X86][AVX] Use WriteFShuffleLd for broadcast reg-mem...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-14 Arnold SchwaighoferSjLjEHPrepare: Don't reg-to-mem swifterror values
2018-03-14 Alexander Ivchenko[GlobalIsel][X86] Support for G_SDIV instruction
2018-03-14 Sanjay Patel[CodeGen] allow printing of zero latency in sched comments
2018-03-14 Andrea Di Biagio[llvm-mca] Remove unused variable from InstrBuilder...
2018-03-14 Andrea Di Biagio[llvm-mca] Move the logic that updates the register...
2018-03-14 Petar Jovanovic[mips] Add support for CRC ASE
2018-03-14 Simon Pilgrim[X86][Btver2] Fix YMM shuffle, permute and permutevar...
2018-03-14 Teresa Johnson[LTO/gold] Fix workaround for old plugin-api.h in ...
2018-03-14 Teresa Johnson[LTO/gold] Support --wrap
2018-03-14 Simon Pilgrim[X86][SSE] Use WriteFShuffleLd for MOVDDUP/MOVSHDUP...
2018-03-14 Martin Storsjo[AArch64] Don't produce R_AARCH64_TLSLE_LDST32_TPREL_LO...
2018-03-14 Simon PilgrimFix 'not all control paths return a value' MSVC warning...
2018-03-14 Pavel LabathFix msvc compiler error in r327498
2018-03-14 Alexander Ivchenko[GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL
2018-03-14 Pavel LabathExplicitly initialize dwarf::FormParams in DIEInteger...
2018-03-14 Nicolai HaehnleTableGen: Explicitly forbid some nestings of class...
2018-03-14 Nicolai HaehnleTableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
2018-03-14 Nicolai HaehnleTableGen: Allow dag operators to be resolved late
2018-03-14 Nicolai HaehnleTableGen: Type-check BinOps
2018-03-14 Nicolai HaehnleTableGen: Allow ? in lists
2018-03-14 Nicolai HaehnleTableGen: Add !dag function for construction
2018-03-14 Alexander Timofeev[AMDGPU] Fix for DAGCombiner infinite loop in OCLtst
2018-03-14 Pavel LabathDWARF: Unify form size handling code
2018-03-14 Jonas Devlieghere[dsymutil] Print architecture in warning
2018-03-14 Pavel LabathExport LLVM_DYLIB_COMPONENTS in LLVMConfig.cmake
2018-03-14 Alexander Ivchenko[GlobalIsel][X86] Support for G_ZEXT instruction
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
2018-03-14 Lang Hames[RuntimeDyld] Silence a compiler error.
2018-03-14 Lang Hames[ORC] Fix a data race in the lookup function.
2018-03-14 Lang Hames[ExecutionEngine] Add a getSymbolTable method to Runtim...
2018-03-14 Lang Hames[ORC] Silence a compiler error.
2018-03-14 Lang Hames[ORC] Add a 'lookup' convenience function for finding...
2018-03-14 Eugene ZemtsovDisable test debuglineinfo-path on powerpc
2018-03-14 Eugene Zemtsovgrep for global functions only
2018-03-14 Matt ArsenaultTargetMachine: Add address space to getPointerSize
2018-03-14 Eugene ZemtsovAdd extra output/check to debug clang-ppc64be-linux...
2018-03-13 Teresa JohnsonRevert "[LTO/gold] Support --wrap"
2018-03-13 Craig Topper[X86] Re-generate test to get proper capitalization...
2018-03-13 Aditya Nandakumar[GISel]: Fix incorrect type used in Pattern Match for...
2018-03-13 Teresa Johnson[LTO/gold] Support --wrap
2018-03-13 Eugene ZemtsovDisable optimizations in debuglineinfo-path test
2018-03-13 Craig Topper[X86] Simplify the LowerAVXCONCAT_VECTORS code a little...
2018-03-13 Craig Topper[X86] Rewrite LowerAVXCONCAT_VECTORS similar to how...
2018-03-13 Zachary TurnerDisable PDB injected sources test temporarily.
2018-03-13 Hiroshi YamauchiSimplify more cases of logical ops of masked icmps.
2018-03-13 Eugene ZemtsovRemove explicit triple and data layout from the test
2018-03-13 Craig Topper[DAGCombiner] Allow visitEXTRACT_SUBVECTOR to combine...
2018-03-13 Zachary TurnerUpdate modulemap to exclude new DIA headers.
2018-03-13 Eugene ZemtsovFix debuglineinfo-path.ll
2018-03-13 Francis Visoiu... [MIR] Allow frame-setup and frame-destroy on the same...
2018-03-13 Eugene ZemtsovTemporary disable debuglineinfo-path.ll to fix build
2018-03-13 Anna ThomasTest Commit NFC. Updated comment
2018-03-13 Sanjay Patel[x86] add test for WriteZero sched class instructions...
2018-03-13 Haicheng Wu[SLP] clean some formats
2018-03-13 Brian M. Rzycki[LazyValueInfo] PR33357 prevent infinite recursion...
2018-03-13 Zachary TurnerImplement pure virtual method to fix build.
2018-03-13 Eugene ZemtsovHandle mixed-OS paths in DWARF reader
2018-03-13 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-13 Zachary Turner[PDB] Support dumping injected sources via the DIA...
2018-03-13 Simon DardisRevert "[mips] Guard traps for microMIPS correctly"
2018-03-13 Andrea Di Biagio[llvm-mca] Remove the logic that computes the reciproca...
2018-03-13 Simon Pilgrim[DAGCombine] visitREM - Don't assume that one divrem...
2018-03-13 Azharuddin... Build system changes for RISCV
2018-03-13 Brian Homerding[lit] - Allow 1 test to report multiple micro-test...
2018-03-13 Daniel Neilson[SelectionDAGBuilder] Replace deprecated calls to Memor...
2018-03-13 Andrea Di Biagio[MC] Move the reciprocal throughput computation from...
2018-03-13 Craig Topper[X86] Remove SplitBinaryOpsAndApply and use SplitOpsAnd...
2018-03-13 Andrea Di Biagio[llvm-mca] Simplify code that computes the latency...
2018-03-13 Brock WymaRevert r327397 [CodeView] Omit forward references for...
2018-03-13 Zaara Syedatest commit: fix formatting of a comment
2018-03-13 Jonas Devlieghere[dsymutil] Unify error handling outside DwarfLinker.
2018-03-13 Simon Dardis[mips] Guard traps for microMIPS correctly
2018-03-13 Rafael Espindola[ThinLTO] Clear dllimport when setting dso_local.
2018-03-13 Simon Pilgrim[X86][Btver2] Split i8/i16/i32/i64 div/idiv costs
2018-03-13 Andrea Di Biagio[MC] Move the instruction latency computation from...
2018-03-13 Sanjay Patel[InstCombine] fix fmul reassociation to avoid creating...
2018-03-13 Simon Dardis[mips] Fix the definitions of the EVA instructions
2018-03-13 Jonas Devlieghere[dsymutil] Remove old error/warn functions. NFC.
2018-03-13 Jonas Devlieghere[dsymutil] Perform analyzeContextInfo and CloneDIEs...
2018-03-13 Daniel Neilson[SROA] Take advantage of separate alignments for memcpy...
2018-03-13 Brock Wyma[CodeView] Omit forward references for unnamed structs...
2018-03-13 Andrea Di Biagio[llvm-mca] Use a const ArrayRef in a few places. NFC
2018-03-13 Haicheng Wu[TTI] Fix a typo in the comment
2018-03-13 Clement Courbet[llvm-mca] Fix unused variable warning in opt mode.
2018-03-13 Clement Courbet[llvm-mca] Refactor event listeners to make the backend...
2018-03-13 Simon Dardis[mips] Don't create nested CALLSEQ_START..CALLSEQ_END...
2018-03-13 Simon Pilgrim[X86][SSE41] createVariablePermute v2X64 - PCMPEQQ...
2018-03-13 Jonas Devlieghere[dsymutil] Unbreak non-Darwin bots.
2018-03-13 Jonas Devlieghere[dsymutil] Introduce LinkContext. NFC.
2018-03-13 Eugene Leviant[Evaluator] Evaluate load/store with bitcast
2018-03-13 Jonas Paulsson[CodeGenPrepare] Respect endianness in splitMergedValS...
2018-03-13 Max Kazantsev[SCEV][NFC] Smarter implementation of isAvailableAtLoop...
2018-03-13 Clement Courbet[MergeICmps] Make sure that the comparison only has...
next