OSDN Git Service

android-x86/external-llvm.git
2018-04-26 Roman Lebedev[InstCombine][NFC] add2.ll: add a few commutative checks.
2018-04-26 Roman Lebedev[InstCombine][NFC] Autogenerate checks in add2.ll
2018-04-26 Simon Atanasyan[mips] Accept 32-bit offsets for lb and lbu commands
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Matt ArsenaultDAG: Fix not legalizing vector fcanonicalizes
2018-04-26 Matt ArsenaultAMDGPU: Extend extract_vector_elt fneg combine to fabs
2018-04-26 Matt ArsenaultAMDGPU: Consolidate SubtargetPredicate definitions
2018-04-26 Justin BognerSpecify REQUIRES: default_triple in a few tests
2018-04-26 Geoff Berry[AArch64] Fix scavenged spill slot base when stack...
2018-04-26 Roman Lebedev[NFC][InstCombine] rem.ll: add a few commutative tests.
2018-04-26 Roman Lebedev[NFC][InstCombine] Regenerate rem.ll test
2018-04-26 Alexander Shaposhnikov[llvm-objcopy] Implement --redefine-sym option
2018-04-26 Michael Bergaugmenting description for fcmp fmf - NFC
2018-04-26 Adrian PrantlFix a bug that prevents global variables from having...
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-26 Andrea Di Biagio[Tablegen] SubtargetEmitter: move the logic that prints...
2018-04-26 Haicheng Wu[GlobalMerge] Fix a typo
2018-04-26 Vlad TsyrklevichRevert "Enable EliminateAvailableExternally pass for...
2018-04-26 Paul Semel[llvm-objcopy] Add --localize-symbol option
2018-04-26 Vlad TsyrklevichUpdate stale comment in AsmWriter.cpp
2018-04-26 Vlad TsyrklevichEnable EliminateAvailableExternally pass for -O1
2018-04-26 Sam Clegg[WebAssembly] objdump: Don't assume all relocations...
2018-04-26 Sanjay Patel[docs] provide the specific sanitizer option to detect...
2018-04-26 Sam Clegg[WebAssembly] Implement getRelocationValueString()
2018-04-26 Simon Dardis[mips] Fix a test case which is keeping the expensive...
2018-04-26 Mark Searles[AMDGPU][Waitcnt] As of gfx7, VMEM operations do not...
2018-04-26 Simon Dardis[mips] Correct the definitions of some control instructions
2018-04-26 Sanjay Patel[DAGCombiner] limit ftrunc optimizations with function...
2018-04-26 Sanjay Patel[x86] add tests to show potential opt-out of ftrunc...
2018-04-26 Alex Bradbury[RISCV] Implement isLoadFromStackSlot and isStoreToStac...
2018-04-26 Benjamin Kramer[NVPTX] Make the legalizer expand shufflevector of...
2018-04-26 Sanjay Patel[DAGCombiner] refactor FP->int->FP folds; NFC
2018-04-26 Matthew Simpson[SLP] Add tests for transposable binary operations
2018-04-26 Alex Bradbury[RISCV] Implement isZextFree
2018-04-26 Alex Bradbury[RISCV] Add test case showing suboptimal codegen when...
2018-04-26 Matthew Simpson[TTI, AArch64] Add transpose shuffle kind
2018-04-26 Alex Bradbury[RISCV] Implement isTruncateFree
2018-04-26 Lama Saba[X86] Fix Update Kill Register in Avoid SFB Pass -...
2018-04-26 Alex Bradbury[RISCV] Implement isLegalICmpImmediate
2018-04-26 Alex Bradbury[RISCV] Implement isLegalAddImmediate
2018-04-26 Alex Bradbury[RISCV] Add test/CodeGen/RISCV/lsr-legaladdimm.ll
2018-04-26 Andrea Di Biagio[Tablegen] Simplify code in CodeGenSchedule. NFCI
2018-04-26 Sander de Smalen[AArch64][SVE] Enable DiagnosticPredicates for SVE...
2018-04-26 Benjamin Kramer[NVPTX] Deduplicate code. No functionality change.
2018-04-26 Alex Bradbury[RISCV] Implement isLegalAddressingMode for RISC-V
2018-04-26 Florian Hahn[LoopInterchange] Ignore debug intrinsics during legali...
2018-04-26 Sander de Smalen[AsmMatcher] Extend PredicateMethod with optional Diagn...
2018-04-26 Sander de Smalen[AArch64][SVE] Asm: Negative tests for all LD1 gather...
2018-04-26 Sander de Smalen[AArch64][SVE] Asm: Support for gather LD1/LDFF1 (scala...
2018-04-26 Shoaib Meenai[cmake] Make linker detection take flags into account
2018-04-26 Craig Topper[X86] Print 'tbyte ptr' instead of 'xword ptr' for...
2018-04-26 Craig Topper[X86] Remove alignment restriction on loading folding...
2018-04-26 Chandler Carruth[x86] Allow folding unaligned memory operands into...
2018-04-26 Chandler Carruth[x86] NFC: Add tests for idiomatic usage patterns of...
2018-04-26 Max KazantsevRevert "[SCEV] Make computeExitLimit more simple and...
2018-04-25 Reid Kleckner[codeview] Ignore .cv_loc directives at the end of...
2018-04-25 Vedant Kumar[ADT] Make filter_iterator support bidirectional iteration
2018-04-25 Simon Pilgrim[CostModel][X86] Remove hard coded SDIV/UDIV vector...
2018-04-25 Reid KlecknerFix PluginsTests failure on Windows buildbots by enabli...
2018-04-25 Tom StellardAMDGPU/R600: Move int_r600_store_stream_output to the...
2018-04-25 Mark Searles[AMDGPU] Waitcnt pass: add debug options
2018-04-25 David Bolvansky[SimplifyLibcalls] Atoi, strtol replacements
2018-04-25 Francis Visoiu... [MIR] Add support for debug metadata for fixed stack...
2018-04-25 Nico WeberIWYU llvm-config.h for LLVM_VERSION_STRING
2018-04-25 Sam Clegg[WebAssebmly] Add Module name to WasmSymbol
2018-04-25 Nico WeberRename sancov.cc to sancov.cpp
2018-04-25 Simon Pilgrim[CostModel][X86] Add div/rem tests for non-uniform...
2018-04-25 Craig Topper[X86] Form MUL_IMM for multiplies with 3/5/9 to encoura...
2018-04-25 Reid KlecknerRevert r330755 "[lit] Report line number for failed...
2018-04-25 Alex Bradbury[RISCV] Allow call pseudoinstruction to be used to...
2018-04-25 Nico WeberDon't list a source file twice.
2018-04-25 Taewook Oh[ICP] Do not attempt type matching for variable length...
2018-04-25 Nico WeberRename Attributes.gen, Intrinsics.gen to Attributes...
2018-04-25 Sanjay Patel[InstCombine] clean up foldSelectICmpAnd(); NFC
2018-04-25 Sanjay Patel[InstCombine] add tests for select to logic folds; NFC
2018-04-25 Simon Pilgrim[CostModel][X86] Recursive call for cost of imul for...
2018-04-25 Amara Emerson[AArch64][GlobalISel] Implement selection for the llvm...
2018-04-25 Paul WalkerFix typo in static_assert for size of LoadSDNodeBitfields.
2018-04-25 Filipe Cabecinhas[llvm-mca] Make ViewOptions static. NFCI
2018-04-25 Shiva Chen[RISCV] Expand function call to "call" pseudoinstruction
2018-04-25 Shiva Chen[RISCV] Support "call" pseudoinstruction in the MC...
2018-04-25 Simon Dardis[mips] Teach the delay slot filler to transform 'jal...
2018-04-25 Simon Pilgrim[llvm-mca][X86] Updated fma3 tests after rL330820
2018-04-25 Simon Pilgrim[X86] Split WriteFMA into XMM, Scalar and YMM/ZMM sched...
2018-04-25 Roman Lebedev[X86][AArch64][NFC] Finish adding 'bad' tests for maske...
2018-04-25 Alexander Timofeev[AMDGPU] Revert b0efc4fd6 (https://reviews.llvm.org...
2018-04-25 Gabor BuellaAvoid a warning on pointer casting, NFC
2018-04-25 Andrea Di Biagio[llvm-mca] Add a new option category for views.
2018-04-25 Greg Bedwell[UpdateTestChecks] Change update_mca_test_checks.py...
2018-04-25 Simon Pilgrim[X86][SKX] Setup WriteFAdd and remove unnecessary InstR...
2018-04-25 Simon Pilgrim[X86][SNB] Remove unnecessary WriteFBlendLd InstRW...
2018-04-25 Andrea Di Biagio[llvm-mca] run clang-format on a bunch of files. NFC
2018-04-25 Simon Dardis[mips] Fix the definition of sync, synci
2018-04-25 Andrea Di Biagio[llvm-mca] Default to the native host cpu if flag ...
2018-04-25 Andrea Di Biagio[llvm-mca] Remove method Instruction::isZeroLatency...
2018-04-25 Florian Hahn[LoopInterchange] Use getExitBlock()/getExitingBlock...
2018-04-25 Sander de Smalen[AArch64][SVE] Asm: Add AsmOperand classes for SVE...
2018-04-25 Bjorn Pettersson[DebugInfo] Invalidate debug info in ReassociatePass...
2018-04-25 Craig Topper[TableGen] Fix bad indentation in tablegen output file.
2018-04-25 David BolvanskyMerging r46043:
next