OSDN Git Service

android-x86/external-llvm.git
2017-10-18 Dylan McKay[AVR] Fix the select_mbb_placement_bug.ll test
2017-10-18 Sam CleggDon't set static-libs test feature when using LLVM_LINK...
2017-10-18 Vedant Kumar[llvm-cov] Suppress sub-line highlights in simple cases
2017-10-18 Vedant Kumar[llvm-cov] Pass LineCoverageStats in SourceCoverageView...
2017-10-18 Vedant Kumar[llvm-cov] Highlight gaps in consecutive uncovered...
2017-10-18 Sumanth Gundapaneni[Hexagon] New HVX target features.
2017-10-18 Konstantin... AMDGPU/Docs: Make target naming consistent
2017-10-18 Sumanth Gundapaneni[Hexagon] Update Hexagon ArchEnum and sync some downstr...
2017-10-18 Krzysztof Parzyszek[Hexagon] Mark vector loads as predicable, update instr...
2017-10-18 Konstantin... AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroup...
2017-10-18 Alex Bradbury[RISCV] Bugfix createRISCVELFObjectWriter
2017-10-18 Justin Bognerupdate_mir_test_checks: Handle empty liveins
2017-10-18 Justin Bognerupdate_mir_test_checks: Do a better job of disambiguati...
2017-10-18 Justin BognerAArch64/GISel: Fix a couple of tests that were testing...
2017-10-18 Andre Vieira[ARM] Fix disassembly for conditional VMRS and VMSR...
2017-10-18 Simon Dardis[mips] Fix analyzeBranch to handle debug data
2017-10-18 Nikolai BozhenovFixup patch for revision rL316070.
2017-10-18 Simon Dardis[mips] Move test to correct directory. NFCI
2017-10-18 Michael ZuckermanAdding new test for
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-18 Dylan McKay[AVR] Update to current LLVM API
2017-10-18 Michael Zuckerman[AVX512][AVX2]Cost calculation for interleave load...
2017-10-18 Hiroshi Inoue[PowerPC] Use helper functions to check sign-/zero...
2017-10-18 Nikolai BozhenovImprove lookThroughCast function.
2017-10-18 Michael ZuckermanFixing bug issue https://bugs.llvm.org/show_bug.cgi...
2017-10-18 Serguei KatkovFix the incorrect detection of ICONV_LIBRARY_PATH
2017-10-18 Justin Bognerupdate_mir_test_checks: Support '-' in function names
2017-10-18 Justin Bognerupdate_mir_test_checks: Fix a typo I made while prepari...
2017-10-18 Vlad TsyrklevichStatically link llvm-cfi-verify's libraries.
2017-10-18 Justin BognerAdd a utility to update MIR checks, similar to update_l...
2017-10-18 Jatin Bhateja[ScalarEvolution] Handling for ICmp occuring in the...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Adrian PrantlRevert "Verifier: Ignore CUs pulled in by ODR-uniqued...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Daniel Sanders[aarch64][globalisel] Register banks and classes should...
2017-10-17 Michael Zolotukhin[GlobalDCE] Use DenseMap instead of unordered_multimap...
2017-10-17 Peter Collingbournelit: Improve %: normalization.
2017-10-17 Wei DingAMDGPU : Fix an error for the llvm.cttz implementation.
2017-10-17 Matthias BraunAArch64: Enable AES instruction fusion on Cyclone.
2017-10-17 Tim NorthoverAArch64: account for possible frame index operand in...
2017-10-17 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-17 Simon Pilgrim[X86][SSE] Tests packuswb/truncation codegen from PR34773
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Clean up prune logic a bit
2017-10-17 Vassil VassilevRevert "[cmake] Use find_package to discover zlib"
2017-10-17 Jessica PaquetteFix typo in checkTwoLevelHintsCommand
2017-10-17 Vassil Vassilev[cmake] Use find_package to discover zlib
2017-10-17 Konstantin... AMDGPU: Start generating metadata for MaxFlatWorkGroupSize
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Move decrement logic to Outlined...
2017-10-17 Jessica Paquette[MachineOutliner][NFC] Move end index calculation into...
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...
next