OSDN Git Service

android-x86/external-llvm.git
2018-10-26 Leonard ChanRevert "[PassManager/Sanitizer] Enable usage of ported...
2018-10-26 Volodymyr Sapsai[VFS] Add property 'fallthrough' that controls fallback...
2018-10-26 Sanjay Patel[DAGCombiner] rearrange code in narrowExtractedVectorBi...
2018-10-26 Sanjay Patel[ValueTracking] peek through shuffles in ComputeNumSign...
2018-10-26 Craig Topper[LegalizeTypes] Stop DAGTypeLegalizer::getSETCCWidenedR...
2018-10-26 George Burgess IVAdd docs+a script for building clang/LLVM with PGO
2018-10-26 Reid Kleckner[Spectre] Fix MIR verifier errors in retpoline thunks
2018-10-26 Eli Friedman[ARM] Make InstrEmitter mark CPSR defs dead for Thumb1.
2018-10-26 Yi Kong[XRay] Use std::errc::invalid_argument instead of std...
2018-10-26 Lei Huang[PowerPC] Improve BUILD_VECTOR of 4 i32s
2018-10-26 Christy LeePointer types were treated as zero-size by MergeICmps
2018-10-26 Lang Hames[ADT] Use explicit constructors for DenseMapPair to...
2018-10-26 Fangrui Song[llvm-ar] Strip trailing \r and format
2018-10-26 Craig Topper[X86] Stop promoting vector and/or/xor/andn to vXi64.
2018-10-26 Craig Topper[X86] Add -LABEL to some FileCheck checks. NFC
2018-10-26 Fangrui Song[llvm-ar] Add a dependency to BinaryFormat after rL345383
2018-10-26 Wolfgang Pieb[DWARF][NFC] cleanup (mostly leftovers from the impleme...
2018-10-26 Andrea Di Biagio[tblgen] Improve comments in TargetInstrPredicate.td...
2018-10-26 Vlad TsyrklevichRevert "UBSan blacklist workaround for bot timeouts"
2018-10-26 Francis Visoiu... [MIR] Simplify and move MIR test
2018-10-26 Simon Pilgrim[X86][SSE] Move 2-input limit up from getFauxShuffleMas...
2018-10-26 Sanjay Patel[x86] commute blendvb with constant condition op to...
2018-10-26 Simon Pilgrim[X86] Use existing pulled out VT variables. NFCI.
2018-10-26 Max Kazantsev[SimpleLoopUnswitch] Unswitch by experimental.guard...
2018-10-26 Sjoerd Meijer[ARM] Fix ARMCodeGenPrepare test cases
2018-10-26 Francis Visoiu... [CodeGen] Remove out operands from PATCHABLE_OP
2018-10-26 Owen Reynolds[llvm-ar] Access ADDLIB in llvm-ar via command line
2018-10-26 Scott Linder[AMDGPU] Add a pass to promote bitcast calls
2018-10-26 Simon PilgrimRegenerate test
2018-10-26 Sam McCall[llvm-mca] Fix -wreorder and -Wunused-private-field...
2018-10-26 George Rimar[Codegen] - Implement basic .debug_loclists section...
2018-10-26 Andrea Di Biagio[llvm-mca] Removed dependency on mca::SourcMgr in some...
2018-10-26 Max Kazantsev[SimpleLoopUnswitch] Make all checks before actual...
2018-10-26 Fangrui Song[SystemZ] Fix -Wcovered-switch-default as coding standa...
2018-10-26 Kristina Brooks[NFC] Add periods to CREDITS.txt (testing git-llvm)
2018-10-26 Fangrui Song[llvm-nm] Simplify. NFC
2018-10-26 Li Jia He[PowerPC] Fix some missed optimization opportunities...
2018-10-26 Li Jia He[PowerPC][NFC] Add tests for some missed optimization...
2018-10-26 Li Jia HeThis reverts commit r345357, It is wrong to create...
2018-10-26 Nemanja Ivanovic[NFC] Fix the regular expression for BE PPC in update_l...
2018-10-26 Nemanja Ivanovic[PowerPC] Keep vector int to fp conversions in vector...
2018-10-26 Fangrui Song[Pipeliner] Mark swp-art-deps-rec.ll as REQUIRES: asser...
2018-10-26 Fangrui SongAdd dependency from SystemZAsmParser to SystemZAsmPrint...
2018-10-26 Li Jia He[PowerPC][NFC] Add tests for some missed optimization...
2018-10-26 Vlad TsyrklevichRevert "[AArch64] Create proper memoperand for multi...
2018-10-26 Li Jia Headd myself to the CREDITS.TXT
2018-10-26 Chijun SimaTeach the DominatorTree fallback to recalculation when...
2018-10-26 Jonas Paulsson[SystemZ] Implement SystemZOperand::print()
2018-10-26 Zachary TurnerDump public symbol records in pdb2yaml mode
2018-10-26 Jonas Paulsson[SystemZ] Pass the DAG pointer from SystemZAddressingM...
2018-10-25 Heejin AhnReland "[WebAssembly] LSDA info generation"
2018-10-25 Heejin Ahn[WebAssembly] Support EH instructions in InstPrinter
2018-10-25 Jonas PaulssonFix in MachineOperand::printIRValueReference().
2018-10-25 Bryan Chan[AArch64] Implement FP16FML intrinsics
2018-10-25 Heejin AhnDelete test case. Assertions can't be tested.
2018-10-25 Heejin AhnTidy up test case
2018-10-25 Heejin AhnAddress comments
2018-10-25 Heejin Ahn[WebAssembly] Error out when block/loop markers mismatch
2018-10-25 Jonas Paulsson[SystemZ] NFC reformatting in SystemZTargetTransformIn...
2018-10-25 Jonas Paulsson[SystemZ] Improve getMemoryOpCost() to find foldable...
2018-10-25 David BlaikieDebugInfo: Explain why DW_LLE_(GNU_)startx_length is...
2018-10-25 Sanjay Patel[x86] add tests for missed load folding; NFC
2018-10-25 Jonas Paulsson[SystemZ] Improve handling and cost estimates of vecto...
2018-10-25 David Blaikiellvm-dwarfdump: loclists: Don't expect an (albeit empty...
2018-10-25 Sumanth Gundapaneni[Pipeliner] Ignore Artificial dependences while computi...
2018-10-25 Sumanth Gundapaneni[Pipeliner] Remove the unneeded include header(NFC).
2018-10-25 Craig Topper[X86] Change X86 backend to look for 'min-legal-vector...
2018-10-25 Francis Visoiu... [CodeGen] Remove operands from FENTRY_CALL
2018-10-25 David Greene[AArch64] Create proper memoperand for multi-vector...
2018-10-25 Volkan Keles[AArch64][GlobalISel] Simplify a legalizer test. NFC.
2018-10-25 Thomas Lively[WebAssembly] Use target-independent saturating add
2018-10-25 Craig Topper[X86] Add some non-AVX512VL command lines to the *vl...
2018-10-25 Cameron McInally[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg...
2018-10-25 Craig Topper[X86] Add KNL command lines to movmsk-cmp.ll.
2018-10-25 Volkan Keles[GlobalISel] LegalizerHelper: Fix the incorrect alignme...
2018-10-25 Simon Pilgrim[LegalizeDAG] Remove dead SINT_TO_FP legalization code
2018-10-25 Volkan Keles[GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBi...
2018-10-25 Craig Topper[X86] Remove ProcIntelKNL and replace with a SlowPMADDW...
2018-10-25 Craig Topper[X86] Remove some uarch tuning flags from KNL that...
2018-10-25 Volkan Keles[AArch64][GlobalISel] Fix the LegalityPredicate for...
2018-10-25 Andrea Di Biagio[llvm-mca] Introduce a new base class for mca::Instruct...
2018-10-25 Evandro Menezes[AArch64] Refactor Exynos feature sets (NFC)
2018-10-25 Simon Pilgrim[ARM] Regenerate vdup tests
2018-10-25 John Brawn[AArch64] Add EXT patterns for 64-bit EXT of a subvecto...
2018-10-25 Sam Parker[ARM] Use Cortex-A57 sched model for Cortex-A72
2018-10-25 John Brawn[AArch64] Refactor definition of EXT patterns to use...
2018-10-25 John Brawn[AArch64] Do 64-bit vector move of 0 and -1 by extracti...
2018-10-25 Alexey Bataev[DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.
2018-10-25 Francis Visoiu... [X86] Fix llc invocation on MIR test case
2018-10-25 Amara Emerson[GlobalISel] Use the target preferred type for G_EXTRAC...
2018-10-25 Krasimir GeorgievIR: Optimize StructType::get to perform one hash lookup...
2018-10-25 Simon Pilgrim[CostModel][X86] Add realistic vXi64 uitofp vXf64 costs
2018-10-25 Alex Bradbury[RISCV] Use PatFrags for variable shift patterns
2018-10-25 Simon Pilgrim[CostModel][X86] Add realistic i64 uitofp f64 scalar...
2018-10-25 Andrea Di Biagio[llvm-mca] Removed a couple of redundant method declara...
2018-10-25 Simon PilgrimMissing semicolon.
2018-10-25 Simon Pilgrim[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support...
2018-10-25 George Rimar[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_...
2018-10-25 Simon Pilgrim[TTI] Add generic SK_Broadcast shuffle costs
2018-10-25 Simon PilgrimFix MSVC llvm-exegesis build. NFCI.
next