OSDN Git Service

android-x86/external-llvm.git
2017-07-05 Tom StellardCMake: Add LLVM_UTILS_INSTALL_DIR option
2017-07-05 Diana Picus[GlobalISel] Refactor Legalizer helpers for libcalls
2017-07-05 Sjoerd Meijer[AsmParser] Mnemonic Spell Corrector
2017-07-05 Daniel Sanders[globalisel][tablegen] Fix the misuse of STATISTICS...
2017-07-05 Diana Picus[ARM] GlobalISel: Extract tiny helper. NFC
2017-07-05 Diana Picus[MachineIRBuilder] Fix formatting. NFC.
2017-07-05 Igor Breger[GlobalISel][X86] For now don't handle not trivial...
2017-07-05 Diana Picus[MachineIRBuilder] Add buildOr helper. NFC.
2017-07-05 Igor Breger[GlobalIsel] allow x86_fp80 values to be dumped.
2017-07-05 Diana Picus[MachineIRBuilder] Add buildBinaryOp helper. NFC
2017-07-05 Daniel Sanders[globalisel][tablegen] Fix an unused variable warning...
2017-07-05 Max KazantsevRevert "[IndVars] Canonicalize comparisons between...
2017-07-05 Daniel Sanders[globalisel][tablegen] Added instruction emission to...
2017-07-05 Max Kazantsev[IndVars] Canonicalize comparisons between non-negative...
2017-07-05 Igor Breger[GlobalISel][X86] Allow graceful fallback for struct...
2017-07-05 Nemanja IvanovicAdd the missing triple to the test case added as part...
2017-07-05 Nemanja Ivanovic[PowerPC] Fix for PR33636
2017-07-05 Yuka Takahashi[Bash-autocompletion] Show flags which has HelpText...
2017-07-05 Nirav DaveRewrite areNonVolatileConsecutiveLoads to use BaseIndex...
2017-07-05 Alexander Shaposhnikov[profiledata] Avoid creating a temporary vector in...
2017-07-05 Anna Thomas[SafepointIRVerifier] Add verifier pass for finding...
2017-07-05 Dylan McKayRevert "[AVR] Add the branch selection pass from the...
2017-07-05 Dylan McKay[AVR] Add the branch selection pass from the GitHub...
2017-07-04 Gadi HaberNFC.
2017-07-04 Craig TopperRecommit r307064, "[InstCombine] Add test cases demonst...
2017-07-04 Andrew Zhogin[ARM][test] Added test/CodeGen/ARM/ror.ll test. NFC...
2017-07-04 Simon Pilgrim[X86][SSE4A] Add support for combining from non-v16i8...
2017-07-04 Simon PilgrimFix signed/unsigned comparison warnings
2017-07-04 Alexander Timofeev[AMDGPU] Switch scalarize global loads ON by default
2017-07-04 Anna Thomas[LoopDeletion] NFC: Add loop being analyzed debug statement
2017-07-04 Simon Pilgrim[X86][SSE4A] Generalized EXTRQI/INSERTQI shuffle decodes
2017-07-04 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-04 Daniel Sanders[globalisel][tablegen] Fix the modules build after...
2017-07-04 Andrew Zhogin[DAGCombiner] Intermediate variables in visitRotate...
2017-07-04 Daniel Sanders[globalisel][tablegen] Fix release builds after r307079
2017-07-04 Anna Thomas[FastISel] Move gc intrinsic test to X86 directory
2017-07-04 Alexander KornienkoFix dangling StringRefs found by clang-tidy misc-dangli...
2017-07-04 Anna Thomas[FastISel][SelectionDAG]Teach fastISel about GC intrinsics
2017-07-04 Marek Olsak[AMDGPU] Fix latency of MIMG instructions
2017-07-04 Ilya BiryukovNFC. Removed mention of missing script from build_docke...
2017-07-04 Daniel Sanders[globalisel][tablegen] Partially fix compile-time regre...
2017-07-04 Anna Thomas[LoopDeletion] NFC: Add debug statements to the optimiz...
2017-07-04 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-04 Simon Pilgrim[X86] Add combine tests for vector rotates
2017-07-04 NAKAMURA TakumiRevert r307064, "[InstCombine] Add test cases demonstra...
2017-07-04 NAKAMURA Takumillvm/ExecutionEngine/Orc/ObjectTransformLayer.h: Add...
2017-07-04 Gadi HaberNFC commit.
2017-07-04 Craig Topper[InstCombine] Add TODOs for a couple things that should...
2017-07-04 Craig Topper[InstCombine] Add test cases demonstrating creation...
2017-07-04 Alexander Shaposhnikov[tablegen] Avoid creating a temporary vector in getInst...
2017-07-04 Craig Topper[X86] Add comment string for broadcast loads from the...
2017-07-04 Alexander Shaposhnikov[llvm] Revert "[tablegen] Avoid creating a temporary...
2017-07-04 Craig Topper[X86] Add RDRAND feature to GLM CPU
2017-07-04 Alexander Shaposhnikov[tablegen] Avoid creating a temporary vector in getInst...
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-07-04 Dylan McKay[AVR] Fix bug which caused assertion errors for some...
2017-07-04 Dylan McKay[AVR] Add a missing clobber declaration to LPMW
2017-07-04 Nirav Dave[DAG] Fixed predicate for determining when two frame...
2017-07-04 NAKAMURA TakumiRevert r307026, "[AMDGPU] Switch scalarize global loads...
2017-07-04 Anton Yartsev[legalize-types] Clean up softening machinery.
2017-07-03 Simon Pilgrim[X86][SSE4A] Add support for combining from EXTRQI...
2017-07-03 Zvi RackoverMathExtras UnitTest: Assert that isPowerOf2(0) is false...
2017-07-03 Simon Pilgrim[X86][SSE4A] Add SSE4A shuffle tests on pre-SSSE3 hardware
2017-07-03 Simon Pilgrim[X86][SSE4A] Test SSE4A shuffle combining on SSE42...
2017-07-03 Zvi RackoverDAGCombine: Combine BUILD_VECTOR to TRUNCATE
2017-07-03 Florian Hahn[LoopInterchange] Add more debug messages to currentLim...
2017-07-03 Sanjay Patel[x86] auto-generate complete checks for tests; NFC
2017-07-03 Ilya BiryukovFixed argument parsing in docker scripts.
2017-07-03 Sanjay Patel[x86] auto-generate complete checks for tests; NFC
2017-07-03 Simon Pilgrim[X86][SSE4A] Add tests showing missed opportunities...
2017-07-03 Alexander Timofeev[AMDGPU] Switch scalarize global loads ON by default
2017-07-03 Sanjay Patel[x86] auto-generate complete checks for tests; NFC
2017-07-03 Sanjay Patel[InstCombine] move and improve tests for cmp-intrinsic...
2017-07-03 Benjamin KramerRevert "[GVN] Recommit the patch "Add phi-translate...
2017-07-03 Igor Breger[GlobalISel][X86] fix %ptr(p0) = G_CONSTANT selection.
2017-07-03 Hiroshi Inouefix trivial typos in comments; NFC
2017-07-03 Craig Topper[InstCombine] Add a TODO for a probable missing single...
2017-07-03 Craig Topper[InstCombine] Support BITWISE_OP( BSWAP(x), CONSTANT...
2017-07-03 Craig Topper[InstCombine] Add test cases for BITWISE_OP( BSWAP...
2017-07-03 Craig Topper[InstCombine] Remove support for BITWISE_OP(CONSTANT...
2017-07-03 Craig Topper[InstCombine] Support BITWISE_OP(BSWAP(A),BSWAP(B)...
2017-07-03 Craig Topper[InstCombine] Add test cases showing missed opportunity...
2017-07-03 Craig Topper[InstCombine] Remove an if that should have been guaran...
2017-07-02 Matt ArsenaultAMDGPU: Add operand target flags serialization
2017-07-02 Simon Pilgrim[X86][AVX512] Test AVX512VPOPCNTDQ CTPOP with/without...
2017-07-02 Simon Pilgrim[X86][AVX512VPOPCNTDQ] Improve support for v16i8/v8i16...
2017-07-02 Simon Pilgrim[X86][AVX512] Cleanup tzcnt tests triples and attributes
2017-07-02 Simon Pilgrim[X86][AVX512] Cleanup popcnt tests triples and attributes
2017-07-02 Craig Topper[IR] Remove unnecessary operator new from ConstantDataA...
2017-07-02 Simon Pilgrim[InstCombine] Use m_BitReverse pattern match helper...
2017-07-02 Sanjay Patel[InstCombine] fix crash when folding cmp+bswap vector
2017-07-02 Sanjay Patel[x86] auto-generate complete checks for tests; NFC
2017-07-02 Sanjay Patel[x86] remove unnecessary RUN for test after auto-genera...
2017-07-02 Sanjay Patel[x86] update test to use FileCheck and auto-generate...
2017-07-02 Sanjay Patel[x86] auto-generate complete checks for tests; NFC
2017-07-02 Sanjay Patel[InstCombine] look through bswap/bitreverse for equalit...
2017-07-02 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/X86/slm-no-vectorize...
2017-07-02 Simon Pilgrim[X86][SSE] Attempt to combine 64-bit and 32-bit shuffle...
2017-07-02 Simon Pilgrim[X86][SSE] Attempt to combine 64-bit and 16-bit shuffle...
2017-07-02 Simon Pilgrim[X86][SSE] Add test showing missed opportunity to combi...
next