OSDN Git Service

android-x86/external-llvm.git
2019-07-17 Simon Atanasyan[mips] Remove redundant test case. NFC
2019-07-17 Simon Atanasyan[mips] Name inline asm constraint test cases in a unifo...
2019-07-17 Simon Atanasyan[mips] Use mult/mflo pattern on 64-bit targets prior...
2019-07-17 Simon Atanasyan[mips] Implement .cplocal directive
2019-07-17 Simon Atanasyan[mips] Support the "o" inline asm constraint
2019-07-17 Serguei Katkov[LoopInfo] Fix getUniqueNonLatchExitBlocks
2019-07-17 Qiu ChaofanUpdate email address.
2019-07-17 Nico Webergn build: Merge r366265
2019-07-17 Nico Webergn build: Merge r366216
2019-07-16 Stanislav Mekhanoshin[AMDGPU] Autogenerate register asm names
2019-07-16 Matt ArsenaultARM: Fix missing immarg for space intrinsic
2019-07-16 Matt ArsenaultGlobalISel: Add overload of handleAssignments with...
2019-07-16 Justin Bogner[TableGen] Generate offsets into a flat array for getOp...
2019-07-16 Guanzhong Chen[WebAssembly] Compile all TLS on Emscripten as local...
2019-07-16 Justin Bogner[TableGen] Add "getOperandType" to get operand types...
2019-07-16 Guanzhong Chen[WebAssembly] Implement thread-local storage (local...
2019-07-16 Matt ArsenaultAMDGPU: Partially revert r366250
2019-07-16 Lang Hames[ORC][docs] Fix an RST error: the code-block directive...
2019-07-16 Lang Hames[ORC][docs] Trim ORCv1 to ORCv2 transition section...
2019-07-16 Sanjay Patel[x86] use more phadd for reductions
2019-07-16 David BlaikieDWARF: Skip zero column for inline call sites
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select G_ASHR
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select G_LSHR
2019-07-16 Jinsong Ji[PowerPC][HTM] Fix impossible reg-to-reg copy assert...
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select G_SHL
2019-07-16 Stanislav Mekhanoshin[AMDGPU] Change register type for v32 vectors
2019-07-16 Michael LiaoFix -Wreturn-type warning. NFC.
2019-07-16 Matt ArsenaultAMDGPU: Fix some missing GCCBuiltin declarations
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Fix selection of private stores
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select private loads
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select flat stores
2019-07-16 Matt ArsenaultAMDGPU: Add register classes to flat store patterns
2019-07-16 Philip Reames[IndVars] Speculative fix for an assertion failure...
2019-07-16 Matt ArsenaultAMDGPU: Replace store PatFrags
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Select flat loads
2019-07-16 Nico WeberTeach `llvm-pdbutil pretty -native` about `-injected...
2019-07-16 Jay Foad[AMDGPU] Optimize atomic max/min
2019-07-16 Matt ArsenaultAMDGPU: Redefine load PatFrags
2019-07-16 Matt ArsenaultAMDGPU: Fix missing immarg for mfma intrinsics
2019-07-16 Michael Liao[AMDGPU] Add the adjusted FP as a livein register.
2019-07-16 Ulrich Weigand[Strict FP] Allow more relaxed scheduling
2019-07-16 Alex BrachetRevert [tools] [llvm-nm] Default to reading from stdin...
2019-07-16 Amara EmersonAdd missing test for r366215
2019-07-16 Francis Visoiu... [Remarks] Simplify and refactor the RemarkParser interface
2019-07-16 Francis Visoiu... [Remarks][NFC] Combine ParserFormat and SerializerFormat
2019-07-16 Amara Emerson[ADCE] Fix non-deterministic behaviour due to iterating...
2019-07-16 Amaury Sechet[DAGCombiner] fold (addcarry (xor a, -1), b, c) ->...
2019-07-16 Matt ArsenaultAMDGPU/GlobalISel: Fix test failures in release build
2019-07-16 Owen Reynolds[llvm-ar][test] Add to llvm-ar test coverage
2019-07-16 Owen ReynoldsReapply [llvm-ar][test] Increase llvm-ar test coverage
2019-07-16 Sylvestre Ledruremove a duplicate declaration
2019-07-16 Sylvestre LedruDocument the LLVM_ENABLE_BINDINGS option
2019-07-16 George Rimar[Object/llvm-readelf/llvm-readobj] - Improve error...
2019-07-16 Owen ReynoldsReapply [llvm-ar][test] Add to MRI test coverage
2019-07-16 Sam McCallRemove username from git-llvm script, erroneously added...
2019-07-16 Kyrylo Tkachov[AArch64] Implement __jcvt intrinsic from Armv8.3-A
2019-07-16 Kyrylo Tkachov[NFC] Test commit: add full stop at end of comment
2019-07-16 Zi Xuan Wu[NFC][PowerPC] Add test case for D64195
2019-07-16 Igor Kudrin[DWARF] Fix the reserved values for unit length in...
2019-07-16 Igor Kudrin[DWARF] Fix an incorrect format specifier.
2019-07-16 Igor Kudrin[DWARF] Simplify DWARFAttribute. NFC.
2019-07-16 Craig Topper[X86] In combineStore, don't convert v2f32 load/store...
2019-07-16 Alex Bradbury[RISCV] Match GNU tools canonical JALR and add aliases
2019-07-16 Rui UeyamaFix parameter name comments using clang-tidy. NFC.
2019-07-16 Alex Bradbury[RISCV] Avoid overflow when determining number of nops...
2019-07-16 Alex Bradbury[RISCV] Fix a potential issue in shouldInsertFixupForCo...
2019-07-16 Alex Bradbury[RISCV][NFC] Split PseudoCALL pattern out from instruction
2019-07-16 Alex Bradbury[RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in...
2019-07-16 Alex Bradbury[RISCV] Make RISCVELFObjectWriter::getRelocType check...
2019-07-16 Peter Collingbournehwasan: Pad arrays with non-1 size correctly.
2019-07-16 Matt ArsenaultAMDGPU: Avoid code predicates for extload PatFrags
2019-07-16 Jonas DevlieghereRe-land "[DebugInfo] Move function from line table...
2019-07-16 Michael Liao[InstructionSimplify] Apply sext/trunc after pointer...
2019-07-16 Jonas DevlieghereRevert "[DebugInfo] Move function from line table to...
2019-07-16 Jonas Devlieghere[DebugInfo] Move function from line table to the prolog...
2019-07-15 Eric ChristopherTemporarily Revert "[SLP] Recommit: Look-ahead operand...
2019-07-15 Leonard ChanRevert "[NewPM] Port Sancov"
2019-07-15 Craig Topper[X86] Teach convertToThreeAddress to handle SUB with...
2019-07-15 Heejin Ahn[WebAssembly] Add missing utility methods for exnref...
2019-07-15 Yuanfang Chen[llvm-readelf] Print "File: lib.a(file.o)" info when...
2019-07-15 Heejin Ahn[WebAssembly] Rename except_ref type to exnref
2019-07-15 Shoaib MeenaiRevert [llvm-lipo] Implement -create (with hardcoded...
2019-07-15 Shoaib Meenai[llvm-lipo] Implement -create (with hardcoded alignments)
2019-07-15 Heejin Ahn[WebAssembly] Simplify regcopy.mir
2019-07-15 Wouter van... [WebAssembly] Assembler: support special floats: infini...
2019-07-15 Austin Kerbow[AMDGPU] Enable merging m0 initializations.
2019-07-15 Simon Atanasyan[mips] Print BEQZL and BNEZL pseudo instructions
2019-07-15 Matt ArsenaultAMDGPU: Use standalone MUBUF load patterns
2019-07-15 Nick Desaulniers[LoopUnroll+LoopUnswitch] do not transform loops contai...
2019-07-15 Matt ArsenaultTableGen/GlobalISel: Fix handling of truncstore patterns
2019-07-15 Matt ArsenaultTableGen: Add address space to matchers
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Allow scalar s1 and/or/xor
2019-07-15 Evgeniy StepanovARM MTE stack sanitizer.
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Select G_AND/G_OR/G_XOR
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Don't constrain source register...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix selecting vcc->vcc bank copies
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix not constraining result reg...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Fix handling of sgpr (not scc bank...
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Custom legalize G_INSERT_VECTOR_ELT
2019-07-15 Matt ArsenaultAMDGPU/GlobalISel: Custom legalize G_EXTRACT_VECTOR_ELT
next