OSDN Git Service

android-x86/external-llvm.git
2017-09-05 Craig Topper[InstCombine] Move foldSelectICmpAnd helper function...
2017-09-05 Craig Topper[InstCombine] In foldSelectIntoOp, avoid creating a...
2017-09-05 Lang Hames[ORC] Add some more docs/comments to the RemoteObjectLayer.
2017-09-05 Lang Hames[ORC] Exclude RemoteObjectLayer from the ExecutionEngin...
2017-09-05 Hiroshi Inoue[PowerPC] eliminate redundant compare instruction
2017-09-05 Lang Hames[ORC] Drop callB wrapper from the remote object layer...
2017-09-05 Lang Hames[ORC] Add a pair of ORC layers that forward object...
2017-09-05 Daniel BerlinNewGVN: Fix PR 34430 - we need to look through predicat...
2017-09-05 Daniel BerlinNewGVN: Fix PR 34452 by passing instruction all the...
2017-09-05 Daniel BerlinNewGVN: Detect copies through predicateinfo
2017-09-05 Daniel BerlinNewGVN: Change where check for original instruction...
2017-09-04 Sanjay Patel[x86] add tests for vector store merge opportunity...
2017-09-04 Sanjay Patel[x86] auto-generate complete checks; NFC
2017-09-04 Sanjay Patel[x86] add/regenerate complete checks; NFC
2017-09-04 Lang Hames[ORC] Refactor OrcRemoteTarget code to expose its RPC...
2017-09-04 Sanjay Patel[x86] add test for unnecessary cmp + masked store; NFC
2017-09-04 Sam McCallRevert "Re-enable "[MachineCopyPropagation] Extend...
2017-09-04 Strahinja PetrovicFix test/Transforms/GlobalOpt/integer-bool-dwarf
2017-09-04 Michael ZuckermanUpdate test for testing avx512
2017-09-04 Simon Pilgrim[X86][AVX512] Add support for VPERMILPS v16f32 shuffle...
2017-09-04 Simon PilgrimAdded shuffle test case from PR34382
2017-09-04 Simon PilgrimAdded shuffle test case from PR34369
2017-09-04 George Rimar[DebugInfo] - Fix for lld DWARF parsing of base address...
2017-09-04 Ayman Musa[X86] Replace -mcpu option with -mattr in LIT tests...
2017-09-04 Igor Breger[GlobalISel][X86] G_PHI support.
2017-09-04 Zvi RackoverLoopVectorize: MaxVF should not be larger than the...
2017-09-04 Sam Parker[LoopUnroll][DebugInfo] Don't add metadata to unrolled...
2017-09-04 Craig Topper[X86] Remove duplicate FMA patterns from the isel table.
2017-09-04 Craig Topper[X86] Mark the FMA nodes as commutable so tablegen...
2017-09-04 Dean Michael... [XRay][CodeGen] Use PIC-friendly code in XRay sleds...
2017-09-04 Craig Topper[TableGen] Teach tablegen to allow SDNPCommutable nodes...
2017-09-04 Craig Topper[X86] Add a combine to recognize when we have two inser...
2017-09-04 Craig Topper[X86] Remove some unnecessary curly braces and blank...
2017-09-03 Craig Topper[X86] Add a combine to turn (insert_subvector zero...
2017-09-03 Craig Topper[X86] Add more patterns to use moves to zero the upper...
2017-09-03 Craig Topper[X86] Combine inserting a vector of zeros into a vector...
2017-09-03 Craig Topper[X86] Add patterns to turn an insert into lower subvect...
2017-09-03 Craig Topper[X86] Add VBLENDPS/VPBLENDD to the execution domain...
2017-09-03 Craig Topper[X86] Canonicalize (concat_vectors X, zero) -> (insert_...
2017-09-03 Sanjay Patel[InstCombine] add tests for fcmp ord/uno canonicalizati...
2017-09-03 Ayman Musa[X86] Add -mtriple option to LIT tests added in https...
2017-09-03 Ayman Musa[X86][AVX512] Add simple tests for all AVX512 shuffle...
2017-09-03 Ayman Musa[X86] Add RUN line for LIT test committed in "rL312438...
2017-09-03 Ayman Musa[X86] Fix crash on assert of non-simple type after...
2017-09-03 Hal FinkelAdd llvm-isel-fuzzer to test/CMakeLists.txt
2017-09-03 Craig Topper[X86] Add output register to BTC/BTR/BTS instructions.
2017-09-03 Lang Hames[ORC] Add an Error return to the JITCompileCallbackMana...
2017-09-03 Keith WyssRevert "[XRay][tools] Function call stack based analysi...
2017-09-03 Justin Bognerllvm-isel-fuzzer: Add some basic tests
2017-09-03 Keith Wyss[XRay][tools] Function call stack based analysis toolin...
2017-09-02 Justin BognerMove some CLI utils out of llvm-isel-fuzzer and into...
2017-09-02 Don HintonFix buildbot failures for new test that requires the...
2017-09-02 Lang Hames[ORC] Update comments in RTDyldObjectLinkingLayer to...
2017-09-02 Craig Topper[X86] Teach fastisel to handle zext/sext i8->i16 and...
2017-09-02 Sanjay Patel[InstCombine] replace unnecessary fcmp fold with assert
2017-09-02 Sanjay Patel[InstCombine] combine foldAndOfFCmps and foldOrOfFcmps...
2017-09-02 Don Hinton[CMAKE] Move version control macros to AddLLVM.cmake...
2017-09-02 Sanjay Patel[InstCombine] fix misnamed locals and use them to reduc...
2017-09-02 Benjamin Kramer[LoopVectorize] Turn static DenseSet into switch.
2017-09-02 Sanjay Patel[InstCombine] remove unnecessary code; NFC
2017-09-02 Sanjay Patel[InstCombine] move related functions next to each other...
2017-09-02 Sanjay Patel[InstCombine] use local variable to reduce code duplica...
2017-09-02 Sanjay Patel[InstSimplify] regenerate checks; NFC
2017-09-02 Sanjay Patel[InstCombine] put 2 related tests in the same file...
2017-09-02 Sanjay Patel[InstSimplify] move fcmp simplification tests from...
2017-09-02 Alexander Shaposhnikov[llvm-dwp] Implement -e option
2017-09-02 Vitaly BukaReturn copy of XML dump
2017-09-02 Vitaly Bukallvm-mt: Fix memory management in WindowsManifestMerger...
2017-09-02 Petr Hosek[CMake][runtimes] Use target specific name for all...
2017-09-02 Daniel BerlinFix PR/33305. caused by trying to simplify expressions...
2017-09-02 Zachary Turner[llvm-pdbutil] Remove unused variables.
2017-09-01 Eugene ZemtsovDisable 64bit file position on old 32 bit Androids.
2017-09-01 Stanislav Mekhanoshin[AMDGPU] Testcase for computeKnownBits recursion. NFC.
2017-09-01 Jessica Paquette[MIParser] Ensure getHexUint doesn't produce APInts...
2017-09-01 Eugene Zelenko[Analysis, Transforms] Fix some Clang-tidy modernize...
2017-09-01 Craig Topper[InstCombine][InstSimplify] Teach decomposeBitTestICmp...
2017-09-01 Craig Topper[InstCombine] Don't require the compare types to be...
2017-09-01 Craig Topper[InstCombine] When converting decomposeBitTestICmp...
2017-09-01 Sanjay Patel[x86] eliminate redundant shuffle of horizontal math...
2017-09-01 Stanislav Mekhanoshin[AMDGPU] Prevent infinite recursion in DAG.computeKnown...
2017-09-01 Zachary TurnerFix broken test.
2017-09-01 Zachary Turner[llvm-pdbutil] Support dumping CodeView from object...
2017-09-01 Davide Italiano[TTI] Fix getGEPCost() for geps with a single operand.
2017-09-01 Justin Bognerllvm-isel-fuzzer: Weak function invoke the ire of PE...
2017-09-01 Davide Italiano[TTI] Initialize a value to trigger a crash determinist...
2017-09-01 Daniel BerlinNewGVN: Make sure we don't incorrectly use PredicateInf...
2017-09-01 Matt ArsenaultAMDGPU: Add ds_{read|write}_addtid_b32 definitions
2017-09-01 Matthias BraunLiveIntervalAnalysis: Fix alias regunit reserved definition
2017-09-01 Matt ArsenaultAMDGPU: Add most d16 load/store instruction definitions
2017-09-01 Justin Bognerllvm-isel-fuzzer: Add link-time dependency on BitWriter
2017-09-01 Justin Bognerllvm-isel-fuzzer: Add link-time dependency on BitReader
2017-09-01 Sam Clegg[WebAssembly] Update relocation names to match spec
2017-09-01 Justin BognerSpecify the namespace in llvm::make_unique to fix the...
2017-09-01 Sam Clegg[WebAssembly] Fix getSymbolValue for exported globals
2017-09-01 Justin Bognerllvm-isel-fuzzer: Make buildable and testable without...
2017-09-01 Nicolai HaehnleAMDGPU: IMPLICIT_DEFs and DBG_VALUEs do not contribute...
2017-09-01 Craig Topper[X86] Add test case I forgot to commit with r312285.
2017-09-01 Peter CollingbourneModuleSummaryAnalysis: Correctly handle refs from funct...
2017-09-01 Manoj Gupta[LoopVectorizer] Use two step casting for float to...
2017-09-01 Alexandre Isoard[SCEV] Add URem support to SCEV
next