OSDN Git Service

android-x86/external-llvm.git
2016-05-02 Nicolai HaehnleAMDGPU: llvm.SI.fs.constant is a source of divergence
2016-05-02 NAKAMURA TakumiScheduleDAGInstrs.cpp: Don't peel the iterator when...
2016-05-02 Derek Schuff[WebAssembly] Rename memory_size intrinsic to current_m...
2016-05-02 Hans Wennborg[SimplifyCFG] Extend TryToSimplifyUncondBranchFromEmpty...
2016-05-02 Mehdi AminiMove createReversePostOrderFunctionAttrsPass right...
2016-05-02 Adam Nemet[LLE] Fix typo from r263058
2016-05-02 Pete CooperAdd llvm-pdbdump to the tool substitutions list in...
2016-05-02 Simon PilgrimFixed signed/unsigned comparison warning.
2016-05-02 Chad RosierRemove extra whitespace. NFC.
2016-05-02 Tom StellardAMDGPU/SI: Use hazard recognizer to detect DPP hazards
2016-05-02 Sanjay Patelremove blank lines
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 Simon Pilgrim[X86][SSE] Dropped X86ISD::FGETSIGNx86 and use MOVMSK...
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Aaron BallmanSilence unused variable warnings; NFC.
2016-05-02 Chad RosierCleanup comments. NFC.
2016-05-02 Sanjay Patel[InstCombine] regenerate checks
2016-05-02 David L KreitzerEnable the X86 call frame optimization for the 64-bit...
2016-05-02 Rafael EspindolaExpose a getFullName for thin archive members.
2016-05-02 Jonas Paulsson[SystemZ] Temporarily disable codegen test int-add...
2016-05-02 Jonas Paulsson[SystemZ] Fix in restoreCalleeSavedRegisters()
2016-05-02 Jonas Paulsson[SystemZ] Mark CC defs as dead whenever possible.
2016-05-02 Craig Topper[X86] Fix a bug in LOCK arithmetic operation pattern...
2016-05-02 Eric ChristopherFix grammar and correct comment - the debug information...
2016-05-02 Davide Italiano[llvm-readobj] Dump hash as part of -version-info.
2016-05-02 Craig Topper[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes...
2016-05-01 Davide Italiano[GlobalDCE] Modernize. Use FileCheck instead of grep.
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to VPERMD/VPERMPS...
2016-05-01 Simon PilgrimDropped FIXME comment
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to VPERMILVAR to shuff...
2016-05-01 Simon Pilgrim[InstCombine][AVX] Fixed PERMILVAR identity tests and...
2016-05-01 Simon Pilgrim[InstCombine][SSE] Added support to PSHUFB to shuffle...
2016-05-01 Simon Pilgrim[InstCombine][SSE] Regenerate MOVSX/MOVZX tests
2016-05-01 Craig Topper[AVX512] VPACKUSWB/VPACKSSWB should not be encoded...
2016-05-01 Simon Pilgrim[InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics...
2016-05-01 Simon PilgrimFixed MSVC 'not all control paths return a value' warning
2016-05-01 Simon PilgrimDocument the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option...
2016-05-01 Igor Bregergetelementptr instruction, support index vector of...
2016-05-01 Igor BregerChange AVX512 braodcastsd/ss patterns interaction with...
2016-05-01 Craig Topper[AVX512] Prefer AVX512 VPACK instructions over AVX...
2016-05-01 Craig Topper[AVX512] Add HasVLX to the 128/256-bit versions of...
2016-05-01 Craig Topper[AVX512] Make sure 128/256-bit DQI versions of VAND...
2016-05-01 Craig Topper[X86] Add an AddedComplexity to another pattern to...
2016-05-01 Craig Topper[X86] Remove a seemlingly unused pattern. The same...
2016-05-01 Craig Topper[X86] Add AddedComplexity to keep some similar patterns...
2016-05-01 Craig Topper[X86] Remove some redundant selection patterns.
2016-05-01 Craig Topper[AVX512] Replace vector_extract with extractelt in...
2016-05-01 Sanjoy Das[SCEV] When printing via -analysis, dump loop disposition
2016-05-01 Amaury SechetProperly name LLVMSetIsInBounds's argument. NFC
2016-05-01 Amaury SechetCapitalize align argument in the C API as per conventio...
2016-05-01 Craig Topper[AVX512] Add hasSideEffects/mayLoad/mayStore flags...
2016-05-01 Lang Hames[ORC] Save AArch64 NEON state in the JIT reentry block.
2016-04-30 Rui Ueyama[lit] Add %:[STpst] to represent paths without colons...
2016-04-30 Simon Pilgrim[InstCombine][AVX2] Added VPERMD/VPERMPS shuffle combin...
2016-04-30 Saleem AbdulrasoolCodeGen: convert to range based loops
2016-04-30 Craig Topper[X86] Reduce memory usage of MemOp2RegOp and RegOp2MemO...
2016-04-30 Rafael EspindolaAdd missing override.
2016-04-30 Marcin Koscielnicki[ASan] Add shadow offset for SystemZ.
2016-04-30 Simon Pilgrim[InstCombine][AVX] Split off VPERMILVAR tests and added...
2016-04-30 Simon Pilgrim[InstCombine][AVX] VPERMILVAR to shuffle combine to...
2016-04-30 Sriraman TallamDifferential Revision: reviews.llvm.org/D19753
2016-04-30 Tom StellardAMDGPU/SI: Remove wait state handling for SMRD in SIIns...
2016-04-30 Hal Finkel[PowerPC/QPX] Fix the load/splat peephole with overlapp...
2016-04-30 Amjad AboudReverting 268054 & 268063 as they caused PR27579.
2016-04-30 Sanjoy Das[LowerGuardIntrinsics] Keep track of !make.implicit...
2016-04-30 Lawrence Hu Reroll loops with multiple IV and negative step...
2016-04-30 Lang Hames[Orc] Fix the AArch64 resolver size.
2016-04-30 Vedant KumarFix a typo (NFC)
2016-04-30 Tom StellardAMDGPU/SI: Enable the post-ra scheduler
2016-04-30 Sanjoy Das[LowerGuardIntrinsics] Preserve calling conv when lowering
2016-04-30 Sanjay Pateladd minimal test to show dropped metadata
2016-04-30 Sanjay Patelremove the metadata added with r267827
2016-04-29 Xinliang David LiReapply r268107 after fixing a bug breaks debug build.
2016-04-29 Sanjoy DasMark guards on true as "trivially dead"
2016-04-29 Chris Bieneman[CMake] [Xcode] Improving Xcode toolchain generation...
2016-04-29 Sanjay Patelclean up documentation comments; NFC
2016-04-29 Haicheng Wu[MBP] Use Function::optForSize() instead of checking...
2016-04-29 Sanjoy Das[EarlyCSE] Simplify guard intrinsics
2016-04-29 Matt ArsenaultAMDGPU: Fix crash with unreachable terminators.
2016-04-29 Xinliang David LiRevert r268107 -- debug build failure
2016-04-29 Simon Pilgrim[InstCombine][SSE] PSHUFB to shuffle combine to use...
2016-04-29 Lang Hames[Orc] Add ORC lazy-compilation support for AArch64.
2016-04-29 Lang Hames[Orc] Make sure we don't drop the internal error in...
2016-04-29 Chris Bieneman[Docs] Refer to the CMakePrimer from CMake doc
2016-04-29 David Majnemer[ValueTracking] Make the code in lookThroughCast
2016-04-29 Xinliang David Li[inliner]: Refactor inline deferring logic into its...
2016-04-29 Sriraman TallamDifferential Revision: reviews.llvm.org/D19733
2016-04-29 Matt ArsenaultAMDGPU: Add kernarg.segment.ptr intrinsic
2016-04-29 Chad Rosier[InstCombine] Determine the result of a select based...
2016-04-29 Matt ArsenaultFix comment
2016-04-29 Sanjay Patel[InstCombine] clean up; NFC
2016-04-29 Chris Bieneman[Docs] Add CMake Primer document
2016-04-29 Matt ArsenaultAMDGPU/SI: Move post regalloc run of SIShrinkInstructions
2016-04-29 Matt ArsenaultDAGCombiner: Reduce truncated shl width
2016-04-29 Kostya Serebryany[libFuzzer] fix docs
next