OSDN Git Service

android-x86/external-llvm.git
2017-03-11 Kostya Serebryany[libFuzzer] print how much memory is consumed by the...
2017-03-11 Eric FiselierRevert r297516 - Respect CMAKE_INSTALL_MANDIR for sphin...
2017-03-11 Kostya Serebryany[libFuzzer] add test/LargeTest.cpp, mostly for manual...
2017-03-11 Kostya Serebryany[libFuzzer] remove fuzzer-jobs.test which is flaky...
2017-03-11 Daniel BerlinRemove opt-bisect support for "cases" in favor of debug...
2017-03-11 Jordan Rose[unittest] Explicitly specify alignment when using...
2017-03-11 Sanjoy DasUse a WeakVH for UnknownInstructions in AliasSetTracker
2017-03-11 Daniel BerlinVNCoercion: Make the function signatures all consistent
2017-03-11 Stanislav Mekhanoshin[AMDGPU] Remove getBidirectionalReasonRank
2017-03-11 Quentin Colombet[IRTranslator] Simplify error handling for translating...
2017-03-11 Stanislav MekhanoshinFix subreg value numbers in handleMoveUp
2017-03-10 Simon PilgrimStrip trailing whitespace.
2017-03-10 Simon PilgrimFix redundant condition (PR32138)
2017-03-10 Krzysztof Parzyszek[RDF] Remove the map of reaching defs from copy propagation
2017-03-10 Krzysztof Parzyszek[RDF] Implement Liveness::getNearestAliasedRef(Reg...
2017-03-10 Simon Pilgrim[X86][SSE] Fix load folding for (V)CVTDQ2PD
2017-03-10 Simon Pilgrim[X86] Fix Wunused-lambda-capture warning
2017-03-10 Simon Pilgrim[X86][RTM] Regenerate RTM intrinsic tests for 32/64...
2017-03-10 Jonathan RoelofsRespect CMAKE_INSTALL_MANDIR for sphinx generated manpages
2017-03-10 Peter CollingbourneLTO: Hash type identifier resolutions for WholeProgramD...
2017-03-10 Peter CollingbourneLTO: Hash type identifier resolutions for LowerTypeTests.
2017-03-10 Volkan Keles[GlobalISel] LegalizerHelper: Lower (G_FSUB X, Y) to...
2017-03-10 Volkan KelesGlobalISel: Translate ConstantAggregateZero vectors
2017-03-10 Eric ChristopherSink accessing TII to fix release Werror builds.
2017-03-10 Davide Italiano[ProfileSummaryInfo] Remove unneeded braces. NFCI.
2017-03-10 Daniel BerlinFix all these headers to properly mark the doxygen...
2017-03-10 Evandro Menezes[AArch64, X86] Additional debug information for MacroFusion
2017-03-10 Peter CollingbourneWholeProgramDevirt: Implement export/import support...
2017-03-10 Peter CollingbourneWholeProgramDevirt: Implement export/import support...
2017-03-10 Dehao ChenRefactor the PSI to extract getCallSiteCount and remove...
2017-03-10 Konstantin... [AMDGPU] Split R600/SI getFrameIndexReference and emit...
2017-03-10 Yaxun LiuRename PT_NOTE namespace name used in AMDGPUPTNote.h
2017-03-10 Volkan Keles[GlobalISel] Translate insertelement and extractelement
2017-03-10 Daniel BerlinNewGVN: Rename InitialClass to TOP, which is what most...
2017-03-10 Michael Kuperstein[SLP] Revert everything that has to do with memory...
2017-03-10 Simon Pilgrim[SelectionDAG] Add support for BUILD_VECTOR to ComputeN...
2017-03-10 Volkan Keles[GlobalISel] Make LegalizerInfo accessible in Legalizer...
2017-03-10 Matthias BraunCODE_OWNERS: Take code ownership of instruction scheduling.
2017-03-10 Matthias BraunCODE_OWNERS: Sort names
2017-03-10 Zachary Turner[Support] Don't return an error if realPath fails.
2017-03-10 Simon Pilgrim[X86][SSE] Added tests showing missed truncations for...
2017-03-10 Zachary TurnerFix test failure when Home directory cannot be found.
2017-03-10 Zachary TurnerAdd llvm::sys::fs::real_path.
2017-03-10 Amaury Sechet[SelectionDAG] Make SelectionDAG aware of the known...
2017-03-10 Simon Pilgrim[X86][MMX] Add tests showing missed opportunities to...
2017-03-10 Amaury Sechet[SelectionDAG] Make SelectionDAG aware of the known...
2017-03-10 Simon Pilgrim[X86][MMX] Add tests showing missed opportunities to...
2017-03-10 Simon Pilgrim[X86][MMX] Updated bad stack spill shift value test...
2017-03-10 Simon Pilgrim[X86][MMX] Regenerate mmx bitcast tests
2017-03-10 Simon Pilgrim[X86][MMX] Add test showing bad stack spill of shift...
2017-03-10 Simon Pilgrim[X86][MMX] Regenerate mmx load folding tests
2017-03-10 Simon PilgrimFix signed/unsigned comparison warnings
2017-03-10 Simon PilgrimFix Wdocumentation warning
2017-03-10 Simon Pilgrim[APInt] Add APInt::insertBits() method to insert an...
2017-03-10 Simon Dardis[mips][msa] Accept more values for constant splats
2017-03-10 Artyom Skrobovimm_comp_XFORM (defined in ARMInstrThumb.td) duplicates...
2017-03-10 Sanne Wouda[Assembler] Add location info to unary expressions.
2017-03-10 Artyom SkrobovRefactor the multiply-accumulate combines to act on
2017-03-10 George RimarWholeProgramDevirt: Fixed compilation error under MSVS2015.
2017-03-10 Simon Atanasyan[llvm-readobj] Support SHT_MIPS_DWARF section type...
2017-03-10 Simon Atanasyan[MC] Set SHT_MIPS_DWARF section type for all .debug_...
2017-03-10 Simon Atanasyan[MC] Accept a numeric value as an ELF section header...
2017-03-10 Artyom SkrobovFor Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless...
2017-03-10 Yaron KerenImplement getPassName() for IR printing passes.
2017-03-10 Matt ArsenaultAMDGPU: Fix insertion point when reducing load intrinsics
2017-03-10 Daniel BerlinMove memory coercion functions from GVN.cpp to VNCoerci...
2017-03-10 Dehao ChenDo not use branch metadata to check if a basic block...
2017-03-10 Sanjay Patel[x86] add tests for vec div/rem with 0 element in divis...
2017-03-10 Matt ArsenaultPatternMatch; Add m_ZExtOrSExt matcher
2017-03-10 Daniel BerlinNewGVN: Rewrite DCE during elimination so we do it...
2017-03-10 Daniel BerlinNewGVN: Rename a few things for clarity
2017-03-10 Ahmed Bougacha[GlobalISel] Use ImmutableCallSite instead of templates...
2017-03-10 Ahmed Bougacha[GlobalISel] Fallback when failing to translate invoke.
2017-03-10 Daniel BerlinAdd support for DenseMap/DenseSet count and find using...
2017-03-09 Davide Italiano[Unittests] Fix a build failure with clang 3.8. NFCI.
2017-03-09 Tim NorthoverGlobalISel: support trivial inlineasm calls.
2017-03-09 Eli FriedmanRefactor alias check from MISched into common helper...
2017-03-09 Dan Gohman[WebAssembly] Fix the opcode numbers for floating-point...
2017-03-09 Amaury Sechet[DAGCombiner] Do various combine on uaddo.
2017-03-09 Krzysztof Parzyszek[Hexagon] Fixes to the bitsplit generation
2017-03-09 Tim NorthoverGlobalISel: inform FrameLowering when we emit a functio...
2017-03-09 Sanjay Patel[InstSimplify] allow folds for bool vector div/rem
2017-03-09 Tim NorthoverGlobalISel: put debug info for static allocas in the...
2017-03-09 Sanjay Patel[ConstantFold] vector div/rem with any zero element...
2017-03-09 Matt ArsenaultAMDGPU: Support for SimplifyDemandedVectorElts for...
2017-03-09 Sanjay Patel[InstSimplify] add tests for vector constant folding...
2017-03-09 Yaxun LiuAMDGPU: Add GCCBuiltin for ds_permute ds_bpermute
2017-03-09 Amaury Sechet[DAGCombiner] Do various combine on usubo.
2017-03-09 Tom StellardCMake: Don't install llvm-tblgen twice
2017-03-09 Krzysztof Parzyszek[Hexagon] Refactor the DAG preprocessing code, NFC
2017-03-09 Rong XuMinor format change. nfc.
2017-03-09 Rong Xu[PGO] Refactor profile dumping function for ease of...
2017-03-09 Jan SjodinAdd front() method to SetVector.
2017-03-09 Artem Belevich[FileCheck] Added --enable-var-scope option to enable...
2017-03-09 Krzysztof Parzyszek[Hexagon] Add -mhvx option to the Hexagon backend
2017-03-09 Krzysztof Parzyszek[Hexagon] Propagate zext of i1 into arithmetic code...
2017-03-09 Sanjay Patel[InstSimplify] vector div/rem with any zero element...
2017-03-09 Sam Parker[ARM] Remove t2xtpk feature from tests
2017-03-09 Sanjay Patel[DAG] recognize div/rem by 0 as undef before trying...
2017-03-09 Simon Pilgrim[X86][SSE] Speed up constant pool shuffle mask decoding...
next