OSDN Git Service

android-x86/external-llvm.git
2017-01-10 Simon Dardis[mips] Fix Mips MSA instrinsics
2017-01-10 Simon Dardis[mips] Honour -mno-odd-spreg for vector splat (again)
2017-01-10 Simon DardisRevert "[mips] Honour -mno-odd-spreg for vector splat"
2017-01-10 Eugene LeviantRuntimeDyldELF: implement R_AARCH64_PREL64 reloc
2017-01-10 Simon Dardis[mips] Honour -mno-odd-spreg for vector splat
2017-01-10 Craig Topper[DAGCombiner] Merge together duplicate checks for foldi...
2017-01-10 Chris Bieneman[ObjectYAML] Missed one mixup in the debug_line test
2017-01-10 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2017-01-10 Craig TopperAMD family 17h (znver1) enablement
2017-01-10 Chris BienemanRevert "[ObjectYAML] Support for DWARF line tables"
2017-01-10 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2017-01-10 Dean Michael... [XRay] Use regular expression for finding symbols
2017-01-10 Craig Topper[X86] When lowering uniform shifts, use X86ISD::VZEXT...
2017-01-10 Craig Topper[DAGCombiner] Remove code for optimizing select (xor...
2017-01-10 Dean Michael... [XRay] Fixup includes for modules build
2017-01-10 Xin TongFix a typo and also test a new machine for commit....
2017-01-10 Dean Michael... [XRay] Don't include <unistd.h> unnecessarily
2017-01-10 Serge Pavlov[StructurizeCfg] Update dominator info.
2017-01-10 Dean Michael... [XRay] Implement `llvm-xray convert` -- trace file...
2017-01-10 Evandro Menezes[CodeGen] Implement the SUnit::print() method
2017-01-10 Reid KlecknerTry once again to fix the MSVC build of AlignedCharArra...
2017-01-10 Mehdi Amini[ThinLTO] Hash more part of the config to build cache...
2017-01-10 Xin TongAdd an assert for hasLoopInvariantOperands
2017-01-10 Reid KlecknerRevert the attempt to optimize the constexpr functions...
2017-01-10 Reid KlecknerFix MSVC build of AlignedCharArrayUnion
2017-01-09 Sean CallananLift the 10-type limit for AlignedCharArrayUnion
2017-01-09 James Y KnightCommit a test for match-full-lines.
2017-01-09 Dan Gohman[WebAssembly] Add return type annotations in fast isel.
2017-01-09 Rui UeyamaTarWriter: Fix a bug in Ustar header.
2017-01-09 Eugene Zelenko[NVPTX] Fix some Clang-tidy modernize and Include What...
2017-01-09 Simon Pilgrim[X86][AVX512VL] Added AVX512VL to 128/256 bit vector...
2017-01-09 Easwaran RamanRefactor inline threshold update code.
2017-01-09 Davide Italiano[SimplifyLibCalls] pow(x, -0.5) -> 1.0 / sqrt(x).
2017-01-09 Rafael EspindolaSupport outputting to /dev/null.
2017-01-09 Matthias BraunPeepholeOptimizer: Do not replace SubregToReg(bitcast...
2017-01-09 Matthias BraunDrive by typo fix
2017-01-09 Matthias BraunMachineInstr: Print name for subreg index in SUBREG_TO_REG
2017-01-09 Rui UeyamaTarWriter: Set "00" to Ustar version field.
2017-01-09 Michael KupersteinRevert r291092 because it introduces a crash.
2017-01-09 Vyacheslav... X86-specific path: Implemented the fusing of MUL+ADDSUB...
2017-01-09 Sanjay Patel[InstCombine] add test to show missed fold using llvm...
2017-01-09 Chris BienemanRevert "[ObjectYAML] Support for DWARF line tables"
2017-01-09 Chris Bieneman[ObjectYAML] Support for DWARF line tables
2017-01-09 Sanjay Patel[InstCombine] regenerate checks; NFC
2017-01-09 Sanjay Patel[ValueTracking] regenerate checks; NFC
2017-01-09 Daniel BerlinFix function regex in update_tests so it can handle...
2017-01-09 Sanjay Patel[InstCombine] regenerate checks; NFC
2017-01-09 Sanjay Patel[InstCombine] remove unnecessary attribute comments...
2017-01-09 Matthew Simpson[LV] Fix-up external IV users after updating dominator...
2017-01-09 Matt ArsenaultAMDGPU: Add Assert[SZ]Ext during argument load creation
2017-01-09 Matt ArsenaultReapply r291025 ("AMDGPU: Remove unneccessary intermedi...
2017-01-09 Xin TongIntrinsic::Bitreverse is safe to speculate
2017-01-09 Sumanth GundapaneniIn the below scenario, we must be able to skip the...
2017-01-09 Simon Pilgrim[X86][AVX512] Enable v16i8/v32i8 vector shifts to use...
2017-01-09 Sanjay Patelfix comment typos; NFC
2017-01-09 Simon Pilgrim[X86][AVX512DQ] Enable v16i16 vector shifts to use...
2017-01-09 Simon Pilgrim[X86][AVX512DQ] Added AVX512DQ to 128/256 bit vector...
2017-01-09 Mohammed Agabaria[IR] Adding const_value_op_iterator for IR/User.h
2017-01-09 Amaury SechetSome formatting in TargetMachineC. NFC
2017-01-09 Bjorn Pettersson[SelectionDAG] Fix in legalization of UMAX/SMAX/UMIN...
2017-01-09 Eugene LeviantRuntimeDyldELF: add missing test cases for AArch64
2017-01-09 Pavel LabathFix MSVC build failure introduced in r291431
2017-01-09 Eugene LeviantRuntimeDyldELF: don't create thunk if not needed
2017-01-09 Chandler Carruth[PM] Teach SCEV to invalidate itself when its dependenc...
2017-01-09 Dan Gohman[WebAssembly] Fix the opcode values for i64.eq and...
2017-01-09 Jonas PaulssonRemove unused method in LoopVectorize.cpp.
2017-01-09 Daniel BerlinNewGVN: Fix PR 31573, a failure to verify memory congru...
2017-01-09 Daniel BerlinNewGVN: Change a std::vector to SmallVector and cleanup...
2017-01-09 Craig Topper[AVX-512] Change another pattern that was using BLENDM...
2017-01-09 Craig Topper[AVX-512] Add patterns to use a zero masked VPTERNLOG...
2017-01-09 Rui UeyamaDefine sys::path::convert_to_slash
2017-01-08 Mehdi AminiCommandLine option: Relax the assertion introduced...
2017-01-08 Piotr Padlewski[MemDep] NFC walk invariant.group graph only down
2017-01-08 Davide Italiano[LCSSA] Fix some typos. NFCI.
2017-01-08 Craig Topper[AVX-512] If avx512dq is available use vpmovm2d/vpmovm2...
2017-01-08 Craig Topper[X86] Add avx512bw and avx512dq command lines to the...
2017-01-08 Davide Italiano[SCCP] Unknown instructions are sent to overdefined...
2017-01-08 Lang Hames[Orc][RPC] Lock the pending results data structure...
2017-01-08 Saleem Abdulrasoolllvm-objdump: speed up -objc-meta-data
2017-01-08 Simon PilgrimStrip trailing whitespace.
2017-01-08 Saleem Abdulrasoolunittest: remove extraneous ';'
2017-01-08 Simon PilgrimFix line endings and strip trailing whitespace.
2017-01-08 Sanjay Patel[x86] fix usage of stale operands when lowering select
2017-01-08 Simon Pilgrim[CostModel][X86] Fixed vXi8 uniform shift costs.
2017-01-08 Simon Pilgrim[CostModel][X86] Moved legal uniform shift costs earlier.
2017-01-08 Craig Topper[AVX-512] Remove redundant patterns that select unalign...
2017-01-08 Lang Hames[Orc][RPC] Fix typo.
2017-01-08 Lang Hames[Orc][RPC] Add an APICalls utility for grouping RPC...
2017-01-08 Mehdi Amini[ThinLTO] Fix lazy-loading of Metadata attachment,...
2017-01-08 Mehdi Amini[ThinLTO] Expected<> return values need to be handled...
2017-01-08 Lang Hames[Orc][RPC] Add a class-method version of addHandler...
2017-01-07 Dylan McKay[AVR] Implement TargetLoweing::getRegisterByName
2017-01-07 Lang Hames[Orc][RPC] Rename Single/MultiThreadedRPC to Single...
2017-01-07 Lang Hames[Orc][RPC] Remove a redundant 'if' statement.
2017-01-07 Simon Pilgrim[CostModel][X86] Update SSE41/AVX1 vXi32 SHL costs
2017-01-07 Craig Topper[AVX-512] Remove patterns from the other VBLENDM instru...
2017-01-07 Craig Topper[X86] Regenerate a test to remove tab characters.
2017-01-07 Craig Topper[AVX-512] Remove patterns from masked broadcast version...
2017-01-07 Craig Topper[AVX-512] Add masked forms of the alternate MOVDDUP...
2017-01-07 Simon Pilgrim[CostModel][X86] Fix AVX2 v16i16 shift 'splat' costs.
next