OSDN Git Service

android-x86/external-llvm.git
2017-10-17 Vitaly BukaFix signed overflow detected by ubsan
2017-10-17 Simon Pilgrim[DAGCombine] Add SCALAR_TO_VECTOR undef handling to...
2017-10-17 Matt Morehouse[llvm-special-case-list-fuzzer] Add fuzz target.
2017-10-17 Sanjay Patel[ARM, AArch64] adjust tests trying to maintain their...
2017-10-17 Sanjay Patel[SimplifyCFG] add test for part of PR34471 (switch...
2017-10-17 Sanjay Patel[SimplifyCFG] update test to use auto-generated FileChe...
2017-10-17 Sam McCallFix pthread_[gs]etname_np detection
2017-10-17 Gadi Haber[X86][Broadwell] Added the broadwell cpu to the schedul...
2017-10-17 Nikolai BozhenovImprove clamp recognition in ValueTracking.
2017-10-17 Yichao YuFix implicit null check with negative offset
2017-10-17 Yichao YuFix `FaultMaps` crash when the out streamer is reused
2017-10-17 Gadi Haber[X86][Skylake] fixed/updated regression test mmx-schedu...
2017-10-17 Andrew V. TischenkoMore tests with x86 prefixes which work after rL315899...
2017-10-17 Gadi Haber[X86][SKL] Updated scheduling information for the Skyla...
2017-10-17 Max KazantsevRemove a test after revert of rL315440
2017-10-17 Max Kazantsev[NFC] Add test from bug 34937
2017-10-17 Philip ReamesRevert 315440 on behalf of mkazantsev
2017-10-17 Daniel Sanders[globalisel][tablegen] Add a GIM_CheckIsSameOperand...
2017-10-17 Craig Topper[X86] Add masked palignr tests to vector-shuffle-masked.ll
2017-10-17 Craig Topper[X86] Add AVX512BW to the vector-shuffle-masked test...
2017-10-17 Craig Topper[X86] Fix typo in comment. NFC
2017-10-17 Justin BognerFuzzMutate: Fix arch parsing in FuzzerCLI
2017-10-17 Shoaib Meenai[ExecutionEngine] Correct the size of a write in a...
2017-10-17 Vedant Kumar[llvm-cov] Add one correction to r315960 (PR34962)
2017-10-17 Sanjoy DasRevert "[SCEV] Maintain and use a loop->loop invalidati...
2017-10-17 Reid KlecknerTry to make crlf portable to other printf implementations
2017-10-16 Vedant Kumar[llvm-cov] Remove workaround in line execution count...
2017-10-16 Mark SearlesUse the return value of UpdateNodeOperands(); in some...
2017-10-16 Simon Pilgrim[X86][AVX] Add v4x64 vector shuffle test for <0,2,1...
2017-10-16 Matthias Brauncmake: BSD: Mark /usr/local/include as system include...
2017-10-16 Quentin ColombetRe-apply [AArch64][RegisterBankInfo] Use the statically...
2017-10-16 Quentin Colombet[AArch64][RegisterBankInfo] Add mapping support for...
2017-10-16 Quentin Colombet[AArch64][LegalizerInfo] Mark s128 G_BITCAST legal
2017-10-16 Matthew SimpsonAdd !callees metadata
2017-10-16 Reid Kleckner[MC] Lex CRLF as one token
2017-10-16 Simon Pilgrim[X86][3DNow] Add scheduling latency/throughput tests...
2017-10-16 Craig Topper[JumpThreading] Move two PredValueInfoTy vectors to...
2017-10-16 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-16 Simon Pilgrim[X86][MMX] Add scheduling latency/throughput tests...
2017-10-16 Krzysztof ParzyszekReplace make_range in MachineRegisterInfo with ArrayRef...
2017-10-16 Vitaly Buka[libFuzzer] Delete llvm/lib/Fuzzer
2017-10-16 Tony TyeAdd base relative relocation record that can be used...
2017-10-16 Kostya Serebryanyfix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should...
2017-10-16 Reid KlecknerRevert MSVC 2017 build fix and fix it by moving the...
2017-10-16 Reid KlecknerFix the build of GlobalISelEmitter with MSVC 2017 by...
2017-10-16 Krzysztof ParzyszekAdd iterator range MachineRegisterInfo::liveins(),...
2017-10-16 Krzysztof Parzyszek[Hexagon] Rangify some loops, NFC
2017-10-16 Anna Thomas[SCEV] Rename getMaxBECount and update comments. NFC
2017-10-16 Matthew Simpson[SparsePropagation] Enable interprocedural analysis
2017-10-16 Alexander Timofeev[AMDGPU] : revert r315908
2017-10-16 Akira Hatanaka[ObjCARC] Do not move a release that has the clang...
2017-10-16 Sanjay Patel[x86] add minmax tests with more predicate coverage...
2017-10-16 Javed Absar[TableGen] Simplify CallingConvEmitter.cpp. NFC.
2017-10-16 Sanjay Patel[InstCombine] don't unnecessarily generate a constant...
2017-10-16 Sanjay Patel[ValueTracking] fix typos, formatting; NFC
2017-10-16 Alexander Timofeev[AMDGPU] Prevent Machine Copy Propagation from replacin...
2017-10-16 Simon PilgrimFix test name typo.
2017-10-16 Simon Pilgrim[X86][SSE] Added additional PACKUS shuffle tests
2017-10-16 Simon Dardis[mips][micromips] Fix (dis)assembly of bc1(t|f)
2017-10-16 Sjoerd MeijerISel type legalizer: debug messages. NFC.
2017-10-16 Simon PilgrimFix or vs || typo.
2017-10-16 Stefan Maksimovic[mips] Provide alternate predicates for constant synthesis
2017-10-16 Hiroshi Inoue[PowerPC] fix up in sign-/zero-extension elimination
2017-10-16 Andrew V. TischenkoThis patch is a result of D37262: The issues with X86...
2017-10-16 George Rimar[llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_...
2017-10-16 NAKAMURA TakumiRevert rL315894, "SLPVectorizer.cpp: Try to appease...
2017-10-16 Nikolai BozhenovMove folding of icmp with zero after checking for min...
2017-10-16 NAKAMURA TakumiSLPVectorizer.cpp: Try to appease stage2-3 difference...
2017-10-16 Javed Absar[TableGen] Range loopify DAGISelMatcher. NFC.
2017-10-16 Daniel Sanders[aarch64][globalisel] Fix a crash in selectAddrModeInde...
2017-10-16 Yonghong Songbpf: fix bug on silently truncating 64-bit immediate
2017-10-16 Hiroshi Inoue[PowerPC] Eliminate sign- and zero-extensions if alread...
2017-10-16 Daniel SandersRe-commit r315885: [globalisel][tblgen] Add support...
2017-10-16 Daniel SandersRevert r315885: [globalisel][tblgen] Add support for...
2017-10-16 Daniel Sanders[globalisel][tblgen] Add support for iPTR and implement...
2017-10-16 Daniel Sanders[globalisel][tablegen] Implement unindexed load, non...
2017-10-16 Krzysztof Parzyszek[Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, NFC
2017-10-15 Nico WeberSearch for libxml2 on macOS too.
2017-10-15 Daniel Sanders[tablegen] Use hasPredCode()/hasImmCode() instead of...
2017-10-15 Krzysztof ParzyszekPhony change to CMakeLists.txt to (hopefully) trigger...
2017-10-15 Daniel SandersRe-commit r315863: [globalisel][tablegen] Import Comple...
2017-10-15 Daniel SandersRevert r315863: [globalisel][tablegen] Import ComplexPa...
2017-10-15 Daniel Sanders[globalisel][tablegen] Import ComplexPattern when used...
2017-10-15 Craig Topper[X86] Remove the SlowBTMem feature flag entirely
2017-10-15 Krzysztof Parzyszek[unittests] Only build llvm-cfi-verify if X86 is in...
2017-10-15 Craig Topper[AVX512] Don't mark EXTLOAD as legal with AVX512. Conti...
2017-10-15 Craig Topper[X86] Add FeatureSlowBTMem to Haswell, Broadwell, Skyla...
2017-10-15 Krzysztof Parzyszek[TableGen] Remove error checks incorrectly failing...
2017-10-15 Sanjay Patelrevert r314984: revert r314698 - [InstCombine] remove...
2017-10-15 Sanjay Patel[SimplifyCFG] use range-for-loops, tidy; NFCI
2017-10-15 Aaron BallmanReverting r315590; it did not include changes for llvm...
2017-10-15 whitequark[MergeFunctions] Merge small functions if possible...
2017-10-15 whitequark[MergeFunctions] Replace all uses of unnamed_addr funct...
2017-10-15 Amjad Aboud[X86] Ignore DBG instructions in X86CmovConversion...
2017-10-15 Hongbin Zheng[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a...
2017-10-15 Craig Topper[X86] Lower vselect with constant condition to vector_s...
2017-10-15 Craig Topper[X86] Don't use constant condition for select instructi...
2017-10-15 Vitaly BukaRemove unused variables
2017-10-15 Daniel Sanders[globalisel][tablegen] Map ld and st to G_LOAD and...
2017-10-15 Daniel Sanders[tablegen] Handle common load/store predicates inside...
next