OSDN Git Service

android-x86/external-llvm.git
2017-09-13 Adrian Prantlllvm-dwarfdump: automatically dump both regular and...
2017-09-13 Matt ArsenaultAMDGPU: Handle coldcc in more places
2017-09-13 Reid Kleckner[codeview] VLAs and unsized arrays should use a size...
2017-09-13 Dehao ChenUpdate the early_inline test to explicitly add attribut...
2017-09-13 Eli Friedman[ARM] Add more CPUs to host detection
2017-09-13 Wei MiAdd a comment for the test. NFC.
2017-09-13 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize-use-using...
2017-09-13 Wei Mi[RegAlloc] Keep a copy of live interval for the spilled...
2017-09-13 Vedant Kumar[Bitcode] Add a compatibility test for 5.0.0 bitcode
2017-09-13 Dehao ChenInvoke GetInlineCost for legality check before inline...
2017-09-13 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-09-13 Kevin EnderbyFix a crash in llvm-nm for a bad Mach-O file that has...
2017-09-13 Adrian McCarthyMark static member functions as static in CodeViewDebug
2017-09-13 Zachary TurnerRevert "Determine up front which projects are enabled."
2017-09-13 Easwaran Raman[Inliner] Add another way to compute full inline cost.
2017-09-13 Anna Thomas[LV] Avoid computing the register usage for default...
2017-09-13 Sanjoy DasFix a misleading phrase in the LangRef
2017-09-13 Michael ZuckermanRefactoring the stride 4 code in the X86interleavedacce...
2017-09-13 Adrian Prantlllvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
2017-09-13 Brian Gesiak[CFG] Fix typo in docblock: blocsk/blocks
2017-09-13 Vedant Kumar[unittests] Fix up test after rL313156
2017-09-13 Sanjay Patel[InstSimplify] regenerate checks; NFC
2017-09-13 Simon Atanasyan[mips] Add unitests to check parsing MIPS triples. NFC
2017-09-13 Hiroshi YamauchiAdd options to dump PGO counts in text.
2017-09-13 Teresa Johnson[ThinLTO] AliasSummary should not have any references
2017-09-13 Peter CollingbourneThinLTO: Correctly follow aliasee references when dead...
2017-09-13 Alexander KornienkoConvenience/safety fix for llvm::sys::Execute(And|No...
2017-09-13 Teresa JohnsonFix bot failures by requiring x86 target in new test
2017-09-13 Teresa Johnson[ThinLTO] For SamplePGO, need to handle ICP targets...
2017-09-13 Petar Jovanovic[mips] correct operand range for DINSM instruction
2017-09-13 Mikael Holmen[MachineScheduler] Put SchedRegion in an anonymous...
2017-09-13 Stefan Pintilie[Power9] Add missing instructions: extswsli, popcntb
2017-09-13 Francis Ricci[llvm-objdump] Fix memory leaks in macho dump
2017-09-13 Jonas Devlieghere[MachO] Prevent heap overflow when load command extends...
2017-09-13 Gadi Haber[X86][Skylake] Replacing -mcpu=skx by -mattr in a codeg...
2017-09-13 Simon Pilgrim[X86][FMA4] Test FMA4 commutation with repeated ops...
2017-09-13 Simon Pilgrim[X86][FMA] Added *213 fma instructions to scheduling...
2017-09-13 Javed Absar[MiSched|TableGen] : Tidy up and modernise. NFC.
2017-09-13 Jonas Devlieghere[dwarfdump] Rename Brief to Verbose in DIDumpOptions
2017-09-13 Gadi Haber[X86][Skylake][KNL] Updating code gen regression test...
2017-09-13 Gadi Haber[X86][Skylake][KNL] Updating code gen regression test...
2017-09-13 Gadi HaberNFC.
2017-09-13 Igor Breger[GlobalISel][X86] support G_FPEXT operation.
2017-09-13 Uriel Korach[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics...
2017-09-13 Mohammed Agabaria[X86] Adding X86 Processor Families
2017-09-13 Uriel Korach[X86] Add explicit mc-encoding checks to X86/viabs...
2017-09-13 Craig Topper[X86] Make sure we emit a SUBREG_TO_REG after the MOV32...
2017-09-13 Elena Demikhovsky[X86 CodeGen] Optimization of ZeroExtendLoad for v2i8...
2017-09-13 Ayal Zaks[LV] Fix PR34523 - avoid generating redundant selects
2017-09-13 Aditya Kumar[GVNHoist] Factor out reachability to search for antici...
2017-09-13 Petr Hosek[llvm-objcopy] Add e_machine validity check for reserve...
2017-09-13 Craig Topper[X86] Use isUInt<32> to simplify some code. NFC
2017-09-13 Reid KlecknerFix dwarfdump cmdline test on Windows
2017-09-13 Leslie Zhai[ARC] Prepare the implementation of relocation for LLD
2017-09-13 Reid Kleckner[InstCombine] Add a flag to disable LowerDbgDeclare
2017-09-13 Petr Hosek[Fuchsia] Magenta -> Zircon
2017-09-13 Derek Schuff[WebAssembly] Add sign extend instructions from atomics...
2017-09-12 Peter CollingbourneAdd Linux target triple to hopefully fix Mac bots.
2017-09-12 Zachary TurnerDetermine up front which projects are enabled.
2017-09-12 Sanjay Patel[SimplifyCFG] update test comments; NFC
2017-09-12 Sanjay Patel[x86] eliminate unnecessary vector compare for AVX...
2017-09-12 Adrian PrantlClean up the --help output of llvm-dwarfdump by hiding...
2017-09-12 Dehao ChenRefactor the code to pass down ACT to SampleProfileLoad...
2017-09-12 Peter CollingbourneRemove -generate-dwarf-pub-sections flag.
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-09-12 Petar Jovanovic[mips] handle UImm16_AltRelaxed match type
2017-09-12 Alina SbirleaMake promoteLoopAccessesToScalars independent of AliasS...
2017-09-12 Ahmed Bougacha[AArch64][GlobalISel] Select all fpexts.
2017-09-12 Ahmed Bougacha[AArch64][GlobalISel] Select all fptruncs.
2017-09-12 Roman Lebedev[sancov] coverage-report-server.py: ServerHandler(...
2017-09-12 Lei HuangUpdate branch coalescing to be a PowerPC specific pass
2017-09-12 Sam Clegg[WebAssembly] Remove flags from MCSectionWasm
2017-09-12 Robert LougherRevert "[DWARF] Incorrect prologue end line record."
2017-09-12 Yonghong Songbpf: Add BPF AsmParser support in LLVM
2017-09-12 Craig Topper[X86] Move matching of (and (srl/sra, C), (1<<C) -...
2017-09-12 Elena DemikhovskyAdded "zext" from v2i8 to v2i32. In the next patch...
2017-09-12 Robert Lougher[DWARF] Incorrect prologue end line record.
2017-09-12 Anna Thomas[LV] Clamp the VF to the trip count
2017-09-12 Hans WennborgRevert r313009 "[ARM] Use ADDCARRY / SUBCARRY"
2017-09-12 Alexey Bataev[SLP] Test with mutiple uses of conditional op and...
2017-09-12 Adrian PrantlStatically assert that enum items don't overflow storage.
2017-09-12 Simon Pilgrim[X86][AVX2] Add gather/movntdqa/pmaskmov/pmovmskb/pslld...
2017-09-12 Krzysztof ParzyszekRemove ancient, commented out code from TableGen, NFC
2017-09-12 Krzysztof ParzyszekFormatting changes, add LLVM_DUMP_METHOD to a dump...
2017-09-12 Sanjay Patel[InstCombine] move related tests together; NFC
2017-09-12 Alexey Bataev[SLP] Fix for PHINode during horizontal reduction scann...
2017-09-12 Simon Pilgrim[X86][AVX2] Add further instructions to scheduling...
2017-09-12 Krzysztof ParzyszekFix a couple of comments, NFC
2017-09-12 Simon Pilgrim[X86][AVX2] Add integer broadcast scheduling tests
2017-09-12 Jonas Paulsson[SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR12...
2017-09-12 Simon Pilgrim[X86][AVX2] Add additional fp-broadcast/subvector/shuff...
2017-09-12 Simon Pilgrim[X86][AVX] Add vperm2f128 scheduling test
2017-09-12 Simon Pilgrim[X86][AVX2] Remove old (unused) intrinsic declarations
2017-09-12 Sjoerd Meijer[AArch64] ISel: Add some debug messages to LowerBUILDVE...
2017-09-12 Yael Tsafrir[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrin...
2017-09-12 Silviu Baranga[LAA] Allow more run-time alias checks by coercing...
2017-09-12 Roger Ferrer... [ARM] Fix typo when creating ISD::SUB nodes
2017-09-12 Roger Ferrer... [ARM] Use ADDCARRY / SUBCARRY
2017-09-12 Craig Topper[X86] Add an extra instruction to TruncAssertSext.ll...
2017-09-12 Vlad TsyrklevichRemove unneccessary string copies from method invocations.
next