OSDN Git Service

android-x86/external-llvm.git
2017-06-06 Joey Gouly[InstSimplify] Constant fold the new GEP in SimplifyGEP...
2017-06-06 Nuno Lopes[docs] Make it clear shifts yield poison when shift...
2017-06-06 Vivek Pandya[Improve CodeGen Testing] This patch renables MIRPrinte...
2017-06-06 Chandler CarruthFix an unused variable warning in non-asserts builds.
2017-06-06 Craig Topper[InstSimplify] Remove some redundant code from InstSimp...
2017-06-06 Craig Topper[ValueTracking] Remove scalar only restriction from...
2017-06-06 Craig Topper[InstSimplify] Use the getTrue/getFalse helpers and...
2017-06-06 Craig Topper[ValueTracking] Use the computeKnownBits version that...
2017-06-06 Craig Topper[ValueTracking] Use APInt::intersects to avoid some...
2017-06-06 Craig Topper[InstSimplify] Use ICmpInst::isEquality predicate metho...
2017-06-06 Mandeep Singh... [llvm] Remove double semicolons
2017-06-06 Chandler Carruth[x86] Stop this test from dirtying the source tree...
2017-06-06 Xin TongAdd a dominanance check interface that uses caching...
2017-06-06 Chandler Carruth[x86] Add the test for folding stack spills into pextrw.
2017-06-06 Chandler Carruth[x86] Revert the X86FoldTablesEmitter due to more misco...
2017-06-06 Wolfgang Pieb[DWARF] Adding support for the DWARF v5 string offsets...
2017-06-06 Matthias BraunCodeGen: Refactor MIR parsing
2017-06-06 Mandeep Singh... [cmake] Enable reverse iteration by default through...
2017-06-06 Matthias Braunllc: Create custom pass pipeline for .mir files; NFCI
2017-06-06 Matthias BraunCodeGen/LLVMTargetMachine: Refactor ISel pass construct...
2017-06-06 Sanjay Patel[x86] fix over-specific triple; NFC
2017-06-05 Quentin Colombet[InlineSpiller] Don't spill fully undef values
2017-06-05 Evgeny StupachenkoFix PR23384 (part 2 of 3) NFC
2017-06-05 Matt ArsenaultRemove double semicolon
2017-06-05 Matthias BraunRemove some #include from StackProtector.h; NFC
2017-06-05 Matt ArsenaultRenameIndependentSubregs: Fix handling of undef tied...
2017-06-05 Evgeny StupachenkoLSR: Calculate instruction cost only if InsnsCost is...
2017-06-05 Volkan Keles[GlobalISel] IRTranslator: Add MachineMemOperand to...
2017-06-05 Davide Italiano[SelectionDAG] Update the dominator after splitting...
2017-06-05 Zachary Turner[CodeView] Fix endianness bug.
2017-06-05 Saleem Abdulrasooltest: fix hexagon build
2017-06-05 Zachary Turner[CodeView] Handle Cross Module Imports and Exports.
2017-06-05 Konstantin... AMDGPU: Remove deprecated and unused elf definitions
2017-06-05 Saleem AbdulrasoolCodeGen: add support for emitting ObjC image info
2017-06-05 Craig Topper[ConstantRange] Remove costly udivrem from ConstantRang...
2017-06-05 Mark Searles[AMDGPU] Fix uninit'ed var (RevisitLoop)
2017-06-05 Sanjay Patel[DAGCombine] Fix unchecked calls to DAGCombiner::*ExtPr...
2017-06-05 Simon Pilgrim[X86][SSE41] Non-temporal loads shouldn't be folded...
2017-06-05 Adam NemetHandle non-unique edges in edge-dominance
2017-06-05 Frederich MunchClose DynamicLibraries in reverse order they were opened.
2017-06-05 Dmitry MikulinSymbols re-defined with -wrap and -defsym need to be...
2017-06-05 Simon Pilgrim[X86][AVX1] Split 256-bit vector non-temporal loads...
2017-06-05 Simon Pilgrim[X86][SSE] Non-temporal loads shouldn't be folded if...
2017-06-05 Dimitry AndricRemove duplicate LLVM_NATIVE_ from llvm's config.h
2017-06-05 Diana Picus[ARM] GlobalISel: Constrain callee register on indirect...
2017-06-05 whitequark[LLVM-C] [OCaml] Expose Type::subtypes.
2017-06-05 Dimitry AndricFix building DynamicLibrary.cpp with musl libc
2017-06-05 Javed AbsarMove ARM specific test to ELF/ARM dir
2017-06-05 Javed AbsarAdd support for #pragma clang section
2017-06-05 Peter Smith[ARM] Support fixup for Thumb2 modified immediate
2017-06-05 Sven van Haastregt[InstCombine] Fix extractelement use before def
2017-06-05 Renato GolinRevert "[sanitizer-coverage] one more flavor of coverag...
2017-06-05 Stanislav Mekhanoshin[AMDGPU] Fix SIFoldOperands crash with clamp
2017-06-04 Craig Topper[ConstantRange] Add another truncate unittest for wrapp...
2017-06-04 Craig Topper[ConstantRange] Add a few more truncate unittests.
2017-06-04 Craig Topper[ConstantRange] Add missing result check to the Constan...
2017-06-04 Craig Topper[InstSimplify] Use llvm::all_of instead of a manual...
2017-06-04 Peter Collingbournegit-llvm: Update the project list for the llvm-project...
2017-06-04 Peter CollingbourneIR: When creating a global variable, assert that its...
2017-06-04 Simon Pilgrim[X86][SSE] Change BUILD_VECTOR interleaving ordering...
2017-06-04 Ayal Zaks[LV] Make scalarizeInstruction() non-virtual. NFC.
2017-06-04 Igor Breger[GlobalISel][X86] merge irtranslator-call test files...
2017-06-04 Craig Topper[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES...
2017-06-04 Craig Topper[ConstantFolding] Combine an if statement into an earli...
2017-06-04 Craig Topper[ConstantFolding][X86] Replace an LLVM_FALLTHROUGH...
2017-06-04 Craig Topper[ConstantFolding] Properly support constant folding...
2017-06-04 Craig Topper[InstSimplify] Add test case demonstrating that we...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-04 Galina KistanovaFixed warning: must specify at least one argument for...
2017-06-04 David BlaikieMake the Twine pretty-printer work with GDB 7.11
2017-06-03 Davide Italiano[PM] Add GVNSink to the pipeline.
2017-06-03 Saleem AbdulrasoolADT: handle special case of ARM environment for SUSE
2017-06-03 Craig Topper[InstCombine] Add support for simplifying ctlz/cttz...
2017-06-03 Craig Topper[ConstantFolding] Fix constant folding for vector cttz...
2017-06-03 Craig Topper[InstCombine][InstSimplify] Add various tests for ctlz...
2017-06-03 Craig Topper[InstCombine] Use cttz instead of ctlz in the cttz_cmp_...
2017-06-03 Stanislav Mekhanoshin[AMDGPU] Untangle SDWA pass from SIShrinkInstructions
2017-06-03 Amaury SechetRegenerate expectations for trunc-to-bool.ll . NFC
2017-06-03 Simon Pilgrim[X86][SSE] Add SCALAR_TO_VECTOR(PEXTRW/PEXTRB) support...
2017-06-03 Craig Topper[LazyValueInfo] Use Type::getIntegerBitWidth instead...
2017-06-03 Craig Topper[LazyValueInfo] Make solveBlockValueCast take a CastIns...
2017-06-03 Galina KistanovaInitialized BackedgeTakenInfo.MaxOrZero.
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Galina KistanovaAdded LLVM_FALLTHROUGH to address warning: this stateme...
2017-06-03 Sam Clegg[WebAssembly] Refactor WasmObjectWriter::writeObject
2017-06-03 Kostya Serebryany[sanitizer-coverage] one more flavor of coverage: ...
2017-06-03 Tom StellardAMDGPU/GlobalISel: Mark 1-bit integer constants as...
2017-06-03 Eugene Zelenko[CodeGen] Fix Windows builds which treat warnings as...
2017-06-03 Evgeniy StepanovRevert "[CFI] Remove LinkerSubsectionsViaSymbols."
2017-06-03 Stanislav Mekhanoshin[AMDGPU] Preserve operand order in SIFoldOperands
2017-06-03 Eugene Zelenko[CodeGen] Fix Windows builds broken in r304621.
2017-06-03 Zachary Turner[PDB] Fix use after free.
2017-06-03 Matthias BraunLiveRegUnits: Port recent LivePhysRegs bugfixes
2017-06-03 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-03 Stanislav Mekhanoshin[AMDGPU] V_DIV_FIXUP_F16 is not a commutable operation
2017-06-03 Alexey Bataev[SLP] Improve comments and naming of functions/variable...
2017-06-02 Quentin Colombet[SystemZ] Simplify test case. NFC
2017-06-02 Sanjay Patel[x86] fix over-specific triple; NFC
next