OSDN Git Service

android-x86/external-llvm.git
2018-11-13 Simon PilgrimAdd bracket that was lost in rL346727 and has been...
2018-11-13 Alexander RichardsonFix .cfi_restore with register numbers > 64
2018-11-13 Alexander RichardsonFix modules build of AVRAsmParser.cpp
2018-11-13 Jonas Paulsson[SystemZ] Increase the number of VLREPs
2018-11-13 Craig Topper[X86] Add more tests for -x86-experimental-vector-widen...
2018-11-13 Fedor Sergeev[FileCheck] fixing docs buildbot - use proper code...
2018-11-13 George Karpenkov[BuildingAJIT] Fixing the build by inserting a forgotte...
2018-11-13 Xing GUO[commit test] Add blank line to test/tools/llvm-objdump...
2018-11-13 Craig Topper[DAGCombiner] Enable tryToFoldExtendOfConstant to run...
2018-11-13 Lang Hames[BuildingAJIT] Clang-format chapters 1 and 2.
2018-11-13 Lang Hames[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
2018-11-13 Fedor Sergeev[FileCheck] fixing small formatting error in docs
2018-11-13 Jake Ehrlich[libObject] Fix getDesc for Elf_Note_Impl
2018-11-13 Fedor Sergeev[FileCheck] fixing typo in assert
2018-11-13 Fedor Sergeev[FileCheck] introduce CHECK-COUNT-<num> repetition...
2018-11-13 Jessica Paquette[MachineOutliner][NFC] Simplify isMBBSafeToOutlineFrom...
2018-11-13 Zhizhou YangIntroduce DebugCounter into ConstProp pass
2018-11-12 Sanjay Patel[InstCombine] add rotate variants that include select...
2018-11-12 Jessica Paquette[MachineOutliner][NFC] Change getMachineOutlinerMBBFlag...
2018-11-12 Fangrui Song[llvm-objcopy] Don't copy Config when processing -...
2018-11-12 Sanjay Patel[InstCombine] narrow width of rotate patterns, part 3
2018-11-12 Simon Atanasyan[DWARF] Do not use PRIx32 for printing uint64_t values
2018-11-12 Sanjay Patel[InstCombine] narrow width of rotate patterns, part...
2018-11-12 Philip Reames[GC][NFC] Simplify code now that we only have one safep...
2018-11-12 Sanjay Patel[InstCombine] refactor code for matching shift amount...
2018-11-12 Ali TamurUse a data structure better suited for large sets in...
2018-11-12 Simon Pilgrim[X86][SSE] Add lowerVectorShuffleAsByteRotateAndPermute...
2018-11-12 Aakanksha PatilAMDGPU: Adding more median3 patterns
2018-11-12 Sanjay Patel[InstCombine] add more tests for rotate narrowing; NFC
2018-11-12 Philip Reames[GC docs] Update the gcroot documentation to reflect...
2018-11-12 Philip Reames[GC] Remove so called PreCall safepoints
2018-11-12 Wouter van... [WebAssembly] Added WasmAsmParser.
2018-11-12 Philip Reames[GC][InstCombine] Fix a potential iteration issue
2018-11-12 Craig Topper[X86] In LowerMULH, use generic truncate and vector...
2018-11-12 David BlaikieNFC: DebugInfo: Reduce scope of DebugOffset to simplify...
2018-11-12 Stanislav Mekhanoshin[AMDGPU] Optimize S_CBRANCH_VCC[N]Z -> S_CBRANCH_EXEC[N]Z
2018-11-12 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-11-12 Simon Pilgrim[CostModel][X86] Add funnel shift rotation special...
2018-11-12 Stanislav MekhanoshinFix MachineInstr::findRegisterUseOperandIdx subreg...
2018-11-12 Jordan Rupprecht[llvm-readelf] Make llvm-readelf more compatible with...
2018-11-12 Simon Pilgrim[CostModel][X86] Add SHLD/SHRD scalar funnel shift...
2018-11-12 Jessica Paquette[MachineOutliner][NFC] Early exit pruning when candidat...
2018-11-12 Jessica Paquette[MachineOutliner][NFC] Put suffix tree in buildCandidat...
2018-11-12 Paul Robinson[DWARFv5] Emit split type units in .debug_info.dwo.
2018-11-12 Simon Pilgrim[CostModel][X86] Add some initial cost tests for funnel...
2018-11-12 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector is cheap if the...
2018-11-12 Jonas Paulsson[SystemZ::TTI] Improve accuracy of costs for vector...
2018-11-12 Simon Pilgrim[CostModel] Add more realistic SK_InsertSubvector gener...
2018-11-12 Sanjay Patel[VectorUtils] add funnel-shifts to the list of vectoriz...
2018-11-12 Sanjay Patel[VectorUtils] reorder list of vectorizable intrinsics...
2018-11-12 Sanjay Patel[LoopVectorize] add tests for funnel shifts; NFC
2018-11-12 Simon PilgrimFix unused variable warning. NFCI.
2018-11-12 Simon Pilgrim[CostModel] Add more realistic SK_ExtractSubvector...
2018-11-12 Alex Bradbury[RISCV] Support .option relax and .option norelax
2018-11-12 Nirav Dave[DAGCombiner] Fix load-store forwarding of indexed...
2018-11-12 Andrea Di Biagio[llvm-mca] Correctly update the resource strategy for...
2018-11-12 Philip Pfaffe[newpm] Fix r346645: Missing consume of the Error retur...
2018-11-12 Philip PfaffeAdd an OptimizerLast EP
2018-11-12 Max Kazantsev[LICM] Hoist guards from non-header blocks
2018-11-12 Calixte Denizet[GCOV] Add options to filter files which must be instru...
2018-11-12 Jonas Paulsson[SystemZ] Replicate the load with most uses in buildVec...
2018-11-12 Fangrui Song[llvm-objdump] add more constraints for tests
2018-11-12 Philip Reames[GC] Remove unused configuration variable
2018-11-12 Philip Reames[GC] Minor style modernization
2018-11-11 Fangrui Song[IPSCCP] Delete two forward declarations
2018-11-11 Jonas Devlieghere[llvm-nm] Use WithColor for error reporting
2018-11-11 Jonas Devlieghere[llvm-objdump] Use WithColor for error reporting
2018-11-11 Jonas Devlieghere[llvm-undname] Use WithColor for error reporting
2018-11-11 Philip Reames[GCRoot] Remove some unneccessary complexity
2018-11-11 Florian Hahn[IPSCCP] Use forward declaration.
2018-11-11 Fangrui Song[IPSCCP,PM] Add missing #include in rL346618
2018-11-11 Florian Hahn[IPSCCP,PM] Preserve PDT in the new pass manager.
2018-11-11 Fangrui Song[MC] Fix 3 objdump tests after rL346610
2018-11-11 Fangrui Song[DWARF] Change pubnames to use DWARFSection instead...
2018-11-11 Kristina Brooks[llvm][test] Update tests using objdump
2018-11-11 Kristina Brooks[llvm-objdump] Add symbol 'O' for object data
2018-11-11 Sanjay Patel[x86] auto-generate complete checks; NFC
2018-11-11 Nico WeberMake initializeOutputStream() return false on error...
2018-11-11 Craig Topper[X86] Use DAG.getConstant instead of getZeroVector.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-11-11 Craig Topper[X86] Replace calls to getOnesVector/getZeroVector...
2018-11-11 Jonas Devlieghere[llvm-cxxdump] Use error reporting helpers from support
2018-11-10 Craig Topper[DAGCombiner] Make tryToFoldExtendOfConstant return...
2018-11-10 Sanjay Patel[InstCombine] simplify code for merging stores; NFCI
2018-11-10 Sanjay Patel[x86] allow vector load narrowing with multi-use values
2018-11-10 Sanjay Patel[InstCombine] auto-generate full checks; NFC
2018-11-10 David CarlierFix DragonFlyBSD linkage issue.
2018-11-10 Benjamin Kramer[X86] Remove unused variable
2018-11-10 Craig Topper[X86] Remove apparently unneeded code from combineVSZext.
2018-11-10 Simon Pilgrim[CostModel][X86] SK_ExtractSubvector costs must only...
2018-11-10 Philip Reames[GC] Rename a header for consistency
2018-11-10 Roman Lebedev[X86][BdVer2] Fix loads/stores throughput for Piledrive...
2018-11-10 Roman Lebedev[NFC][MCA][BdVer2] Add bdver2 runline into register...
2018-11-10 Eugene Leviant[ThinLTO] Internalize readonly globals
2018-11-10 Craig Topper[X86] Use a MOVSX instruction instead of a MOVZX instru...
2018-11-10 Craig Topper[X86] Add a test case to show scalarized vector srem...
2018-11-10 David CarlierFix DragonFlyBSD build
2018-11-10 Matthias BraunRegAllocFast: Further cleanups; NFC
2018-11-10 Matthias Brauntest/CodeGen/X86: Relax test case
2018-11-10 Craig Topper[X86] In LowerHorizontalByteSum, emit vector_shuffle...
next