OSDN Git Service

android-x86/external-llvm.git
2018-06-09 Roman Lebedev[NFC][InstCombine] Tests for (x << y) >> y -> x...
2018-06-09 Gabor Buella[X86] NFC Use member initialization in X86Subtarget
2018-06-09 Serge PavlovUse uniform mechanism for OOM errors handling
2018-06-09 Craig TopperUse SmallPtrSet instead of SmallSet in places where...
2018-06-08 Daniel Sanders[tablegen] Improve performance on *GenRegisterInfo...
2018-06-08 Craig Topper[X86] Remove GCCBuiltin from some intrinsics so we...
2018-06-08 Eli Friedman[LangRef] fptosi and fptoui return poison on overflow.
2018-06-08 Eli Friedman[LangRef] insertelement/extractelement return poison...
2018-06-08 Ryan PrichardTest commit: remove a blank line
2018-06-08 Eli Friedman[ARM] Allow CMPZ transforms even if the input has multi...
2018-06-08 Florian Hahn[SmallSet] Add some simple unit tests.
2018-06-08 Krzysztof Parzyszek[SCEV] Look through zero-extends in howFarToZero
2018-06-08 Davide Italiano[InstCombine] Skip dbg.value(s) when looking at stack...
2018-06-08 Sanjay Patel[InstCombine] add llvm.assume + debuginfo test (PR37726...
2018-06-08 Reid Kleckner[asan] Instrument comdat globals on COFF targets
2018-06-08 Sanjay Patel[DAGCombiner] clean up comments; NFC
2018-06-08 Simon Pilgrim[X86][SSE] Support v8i16/v16i16 rotations
2018-06-08 Sanjay Patel[x86] add tests for node-level FMF; NFC
2018-06-08 Sanjay Patel[x86] regenerate test checks; NFC
2018-06-08 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-08 Florian Hahn[VPlan] Move recipe construction to VPRecipeBuilder.
2018-06-08 Simon Pilgrim[X86][BtVer2] Add support for all SUB/XOR 32/64 scalar...
2018-06-08 Simon Pilgrim[X86] Fix schedule-x86_64.s tests to use different...
2018-06-08 Daniil Fukalov[AMDGPU] Inline asm - added i16, half and i128 types...
2018-06-08 Daniil Fukalovreapply r334209 with fixes for harfbuzz in Chromium
2018-06-08 Roman Lebedev[NFC][InstSimplify] SimplifyAddInst(): coding style...
2018-06-08 Roman Lebedev[InstSimplify] add nuw %x, -1 -> -1 fold.
2018-06-08 Simon Pilgrim[X86][BtVer2] Remove SBB tests that were accidentally...
2018-06-08 Simon Pilgrim[X86][BtVer2] Add tests for scalar SUB/XOR instructions...
2018-06-08 Alexander KornienkocommandLineFitsWithinSystemLimits Overestimates System...
2018-06-08 Zachary TurnerClean up some code in Program.
2018-06-08 Zachary TurnerAdd a file open flag that disables O_CLOEXEC.
2018-06-08 Simon Pilgrim[X86][BtVer2] Limit zero idiom tests to a single iteration.
2018-06-08 Simon PilgrimFix Wdocumentation warning for unknown param. NFCI.
2018-06-08 Simon Pilgrim[X86][SSE] Add SSE2/AVX2 vector rotate tests
2018-06-08 Simon Pilgrim[X86][SSE] Simplify combineVectorTruncationWithPACKUS...
2018-06-08 Sanjay Patel[x86] restore test comment; NFC
2018-06-08 Artur Pilipenko[BPI] Apply invoke heuristic before loop branch heuristic
2018-06-08 Florian Hahn[VPlan] Move recipe based VPlan generation to separate...
2018-06-08 Henry Wong[ADT] Add `StringRef::rsplit(StringRef Separator)`.
2018-06-08 Simon Dardis[mips] Correct the predicates for a number of codegen...
2018-06-08 Alex Bradbury[RISCV] Implement MC layer support for the fence.tso...
2018-06-08 Simon Pilgrim[X86][SSE] Consistently prefer lowering to PACKUS over...
2018-06-08 Florian Hahn[TableGen] Make DAGInstruction own Pattern to avoid...
2018-06-08 Roman Shirokiy[LV] Fix PR36983. For a given recurrence, fix all phis...
2018-06-08 Matt ArsenaultAMDGPU: Error on LDS global address in functions
2018-06-08 Sam Parker[DAGCombine] Fix for PR37667
2018-06-08 Hiroshi Inoue[NFC] fix formatting
2018-06-08 Craig Topper[X86] Improve some shuffle decoding code to remove...
2018-06-08 Tony Tye[AMDGPU] Simplify memory legalizer (add missing virtual...
2018-06-08 Reid KlecknerRevert r334209 "[LSR] Check yet more intrinsic pointer...
2018-06-07 Gabor BuellaNFC Fix a comment in ValueTypes.td
2018-06-07 Zachary TurnerExpose a single global file open function.
2018-06-07 Michael Bergpropagate fast math flags via IR on fma and sub expressions
2018-06-07 Tony Tye[AMDGPU] Simplify memory legalizer
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add tests for add nuw %x, -1 -...
2018-06-07 Roman Lebedev[NFC][InstSimplify] One more negative test for shl...
2018-06-07 Petr Hosek[Support] Link libzircon.so when building LLVM for...
2018-06-07 Zachary TurnerTry to fix build.
2018-06-07 Zachary TurnerFix unused private variable.
2018-06-07 Roman Lebedev[InstSimplify] shl nuw C, %x -> C iff signbit is set...
2018-06-07 Zachary Turner[FileSystem] Split up the OpenFlags enumeration.
2018-06-07 Matt ArsenaultDAG: Avoid bitcast/ext/build_vector combine
2018-06-07 Alexander Shaposhnikov[llvm-objcopy] Remove unused field from Object
2018-06-07 Sanjay Patel[TargetLibraryInfo] add mappings from LLVM sin/cos...
2018-06-07 Daniil Fukalov[LSR] Check yet more intrinsic pointer operands
2018-06-07 David Carlier[docs] add various sanitisers support for FreeBSD/OpenBSD
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add more tests for shl nuw C, ...
2018-06-07 Simon Pilgrim[X86][SSE] Updated comment - combineVectorSignBitsTrunc...
2018-06-07 Alex Bradbury[RISCV] AsmParser support for the li pseudo instruction
2018-06-07 Alex Bradbury[AVR] Fix build after r334078
2018-06-07 Simon Pilgrim[X86][SSE] Simplify combineVectorTruncationWithPACKUS...
2018-06-07 Roman Lebedev[NFC][InstSimplify] Add tests for shl nuw C, %x ->...
2018-06-07 Sanjay Patel[x86] add tests for backwards propagate mask bug (PR370...
2018-06-07 Guillaume Chatelet[llvm-exegesis] Make BenchmarkRunner handle multiple...
2018-06-07 Paul Semel[llvm-objdump] Add -R option
2018-06-07 Hiroshi Inoue[PowerPC] avoid unprofitable Repl32 flag in BitPermutat...
2018-06-07 Petar Jovanovic[Mips] Silencing warnings in instruction info (NFC)
2018-06-07 Simon Pilgrim[X86][SSE] Simplify combineVectorTruncationWithPACKSS...
2018-06-07 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2018-06-07 Matt ArsenaultAMDGPU: Fix not including v2f64 in SReg_128
2018-06-07 Simon Pilgrim[X86][SSE] Add extra trunc(shl) test cases
2018-06-07 Florian Hahn[Mem2Reg] Avoid replacing load with itself in promoteSi...
2018-06-07 Matt ArsenaultAMDGPU: Use scalar operations for f16 fabs/fneg patterns
2018-06-07 Simon Pilgrim[X86] Regenerate rotate tests
2018-06-07 Paul Semel[llvm-strip] Expose --strip-unneeded option
2018-06-07 Matt ArsenaultAMDGPU: Try a lot harder to emit scalar loads
2018-06-07 Clement Courbet[X86][NFC] Fix harmless typo in BtVer2 model.
2018-06-07 Tomasz Krupa[X86] Block UndefRegUpdate
2018-06-07 Max Kazantsev[NFC] Use variable instead of accessing pair many times
2018-06-07 Tomasz KrupaTest commit access.
2018-06-07 Guillaume Chatelet[llvm-exegesis] Add a Configuration object for Benchmark.
2018-06-07 Guillaume Chatelet[llvm-exegesis] Improve error reporting.
2018-06-07 Guillaume Chatelet[llvm-exegesis] Serializes instruction's operand in...
2018-06-07 Clement Courbet[X86][NFC] Fix harmless typos in BDW/ZnVer1 sched models.
2018-06-07 Karl-Johan... [BranchFolding] Fix live-in's when hoisting code
2018-06-07 Jonas Paulsson[SystemZ] Build Load And Test from scratch in convertT...
2018-06-07 Michael ZolotukhinSpeculativeExecution Pass: Set PreserveCFG to avoid...
2018-06-07 Peter CollingbourneAdd definition for ELF dynamic tag DT_SYMTAB_SHNDX.
2018-06-07 Peter Collingbournellvm-readobj: fix printing number of relocations in...
next