OSDN Git Service

android-x86/external-llvm.git
2017-09-28 Craig Topper[X86] Make use of vpmovwb when possible in LowerMULH
2017-09-28 Evgeniy StepanovFix -Werror build.
2017-09-28 Martin Storsjo[ARM] Restore the right frame pointer register in Int_e...
2017-09-28 Martin Storsjo[ARM] Fix SJLJ exception handling when manually chosen...
2017-09-28 Matthias BraunMIR: Serialize CaleeSavedInfo Restored flag
2017-09-28 Craig Topper[AVX512] Add avx512bw command lines to 128-bit idiv...
2017-09-28 Craig Topper[X86] Use target independent ZERO_EXTEND/SIGN_EXTEND...
2017-09-28 Craig Topper[X86] Move a setOperation action for ISD::TRUNCATE...
2017-09-28 Adrian PrantlAddress further review feedback. (NFC)
2017-09-28 Adrian Prantltry and appease gcc
2017-09-28 Adrian Prantlllvm-dwarfdump: implement --find for .apple_names
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-09-28 Evandro Menezes[JumpThreading] Preserve DT and LVI across the pass
2017-09-28 Craig Topper[X86] Use BWI instructions to improve lowering of v32i8...
2017-09-28 Craig Topper[X86] Remove dead code from X86ISelDAGToDAG.cpp multipl...
2017-09-28 Craig Topper[X86] Use correct subvector index when combining two...
2017-09-28 Ulrich Weigand[SystemZ] Custom-expand ATOMIC_CMP_AND_SWAP_WITH_SUCCESS
2017-09-28 Jonas Devlieghere[dwarfdump] Verify that CUs have a unit DIE.
2017-09-28 Simon PilgrimUse SDValue::getConstantOperandVal helper. NFCI.
2017-09-28 Simon Dardis[mips] Remove codegen support for branch likely instruc...
2017-09-28 Hans WennborgDocs: fix link to Debugger intrinsic functions
2017-09-28 Benjamin Kramer[LoopUnroll] Fix use after poison.
2017-09-28 Amara Emerson[X86] Add overflow intrinsic test in preparation for...
2017-09-28 Bjorn Pettersson[DebugInfo] Do not extend range for physreg in LiveDebu...
2017-09-28 Benjamin Kramer[LoopInfo] Don't poison random memory regions.
2017-09-28 Florian Hahn[LVI] Move LVILatticeVal class to separate header file...
2017-09-28 Coby Tayree[x86][AsmParser] Allow some more MS size directives
2017-09-28 Sean Eveson[llvm-cov] Create directory structure when filtering...
2017-09-28 Alex BradburyTeach TargetInstrInfo::getInlineAsmLength to parse...
2017-09-28 Hiroshi Inoue[PowerPC] eliminate partially redundant compare instruction
2017-09-28 Alex Bradbury[RISCV] Add common fixups and relocations
2017-09-28 Mikael Holmen[RegAllocGreedy]: Allow recoloring of done register...
2017-09-28 Alex Bradbury[RISCV] Define RISC-V specific e_flags
2017-09-28 Jatin Bhateja[X86] Adding more cases to horizontal [f]add/[f]sub...
2017-09-28 George Burgess IV[DAGCombiner] Fix an off-by-one error in vector logic
2017-09-28 Yonghong Songbpf: add new insns for bswap_to_le and negation
2017-09-28 Sanjoy DasUse a BumpPtrAllocator for Loop objects
2017-09-28 Lang Hames[ORC] Update the GlobalMappingLayer interface to fit...
2017-09-28 Rui UeyamaFix a UBsan bot.
2017-09-27 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-default...
2017-09-27 Justin LebarCheck for overflows when calculating the offset in...
2017-09-27 Galina KistanovaReverted r313993.
2017-09-27 Craig TopperRevert r314017 '[InstCombine] Simplify check for RHS...
2017-09-27 Dylan McKayUpdate the description of AVR32 for the ELFDumper
2017-09-27 Rui UeyamaFix -Wunused-variable for Release build.
2017-09-27 Sanjoy DasReturn the LoopUnrollResult from tryToUnrollLoop; NFC
2017-09-27 Sanjoy DasLoopDeletion: use return value instead of passing in...
2017-09-27 Sanjoy DasRename LoopUnrollStatus to LoopUnrollResult; NFC
2017-09-27 Rui UeyamaFix off-by-one error in TarWriter.
2017-09-27 Brian Gesiak[CMake] Fix typo: "in-tree" -> "in-source" (NFC)
2017-09-27 Don HintonCleanup some problems with LLVM_ENABLE_DUMP in release...
2017-09-27 Rui UeyamaDo not remove a target file in FileOutputBuffer::create().
2017-09-27 Jessica Paquette[MachineOutliner] AArch64: Avoid saving + restoring...
2017-09-27 Craig TopperRevert r314249 "Recommit r314151 "[X86] Make all the...
2017-09-27 Craig TopperRevert r314248 "[X86] Don't emit X86::MOV8rr_NOREX...
2017-09-27 Simon Pilgrim[X86][SSE] Pull out variable shuffle mask combine logic...
2017-09-27 Than McIntosh[CodeGen] Emit necessary .note sections for -fsplit...
2017-09-27 Craig Topper[X86] Rewrite the zero vector checks in lowerV2X128Vect...
2017-09-27 Craig Topper[X86] In combineLoopSADPattern, pad result with zeros...
2017-09-27 Alexey Bataev[SLP] Fix crash on propagate IR flags for undef operand...
2017-09-27 Roman Lebedev[support] mapped_file_region: and fix the windows code too
2017-09-27 Chad Rosier[InstCombine] Gating select arithmetic optimization.
2017-09-27 Geoff Berry[AArch64][Falkor] Ignore SP based loads in HW prefetch...
2017-09-27 Javed Absar[Misched] : Fix typo in comment. NFC.
2017-09-27 Sanjay Patel[SLP] fix typos/formatting; NFC
2017-09-27 Sean EvesonRevert "[llvm-cov] Create directory structure when...
2017-09-27 Roman Lebedev[Support] mapped_file_region::size() returns size_t
2017-09-27 Roman Lebedev[Support] mapped_file_region: store size as size_t
2017-09-27 Sean Eveson[llvm-cov] Create directory structure when filtering...
2017-09-27 Sanjay Patel[SimplifyCFG] add a struct to house optional folds...
2017-09-27 Haicheng Wu[InlineCost] add visitSelectInst()
2017-09-27 Gadi Haber[X86][SKX][KNL] Updated regression tests to use -mattr...
2017-09-27 Zvi RackoverX86 Tests: Unsigned saturation subtraction tests. NFC.
2017-09-27 Krzysztof ParzyszekTypo: const MCSchedModel SchedModel -> const MCSchedMod...
2017-09-27 Mikael Holmen[RegAllocGreedy] Fix spelling error, "inteference"...
2017-09-27 Hiroshi Inoue[PowerPC] eliminate unconditional branch to the next...
2017-09-27 Javed Absar[Misched]: Remove double call getMicroOpFactor.NFC.
2017-09-27 Coby Tayree[X86][AsmParser] fix PR32035
2017-09-27 Jonas Devlieghere[test] Don't verify .debug_line offsets in bitcode...
2017-09-27 Simon Pilgrim[X86][AVX] Improve (i4 bitcast (v4i1 x)) handling for...
2017-09-27 Simon PilgrimUse const where possible. NFCI.
2017-09-27 Jonas Devlieghere[dwarfdump] Fix printing of .debug_line offset.
2017-09-27 Jonas Devlieghere[dwarfdump] Add support for -debug-line=OFFSET
2017-09-27 Jonas Devlieghere[dwarfdump] Add support for -debug-loc=OFFSET
2017-09-27 Sean Eveson[llvm-cov] Improve const-correctness of filters. NFC.
2017-09-27 Sam Parker[ARM] isTruncateFree fix
2017-09-27 Martin Pelikan[XRay] initialize all members of YAMLXRayRecord for...
2017-09-27 Martin Storsjo[X86] Fix SJLJ struct offsets for x86_64
2017-09-27 Martin Storsjo[X86] Remove erroneous callsite offsetting in SJLJ...
2017-09-27 Martin Storsjo[X86] Correct byte offsets and data types in a comment...
2017-09-27 Craig Topper[X86] Use extract128BitVector in LowerMULH so we can...
2017-09-27 Daniel BerlinMemorySSAUpdater: Only add phis to insertedphis if...
2017-09-27 Craig Topper[X86] Add avx512bw command lines to the 256-bit vector...
2017-09-27 Craig Topper[SelectionDAG] Make NewSDValueDbgMsg print target speci...
2017-09-27 Martin Pelikan[XRay] fix the -Werror build by handling all enum cases...
2017-09-27 Martin Pelikan[XRay] convert FDR arg1 log entries
2017-09-27 Hongbin Zheng[SimplifyIndVar] Constant fold IV users
2017-09-27 Jake EhrlichReland: [llvm-objcopy] Add support for dynamic relocations
2017-09-26 James Y KnightInitialize the RelocationSectionBase::Section member.
2017-09-26 Jakub Kuderski[Dominators] Invalidate DFS numbers upon edge deletions
next