OSDN Git Service

android-x86/external-llvm.git
2019-02-15 Aditya Nandakumar[GISel][NFC]: Add methods to speed up insertion into...
2019-02-14 Konstantin... AMDGPU: Set ABI version to 1 for code object v3
2019-02-14 Matt Davis[symbolizer] Avoid collecting symbols belonging to...
2019-02-14 Nick DesaulniersRevert "[INLINER] allow inlining of address taken blocks"
2019-02-14 Nick Desaulniers[INLINER] allow inlining of address taken blocks
2019-02-14 Sanjay Patel[x86] add tests for extractelement of FP; NFC
2019-02-14 Julian Lettner[lit] Remove --single-process option (use -j1 instead)
2019-02-14 Konstantin... MC/ELF: Allow targets to set ABI version
2019-02-14 Matt ArsenaultGlobalISel: Add alignment to LegalityQuery MMOs
2019-02-14 Matt ArsenaultReplace gcroot verifier tests
2019-02-14 Julian Lettner[lit] Set --single-process for single tests and --threads=1
2019-02-14 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for GEP.
2019-02-14 Stanislav Mekhanoshin[AMDGPU] Ressociate 'add (add x, y), z' to use SALU
2019-02-14 Matt ArsenaultAMDGPU/GlobalISel: Handle split for 64-bit VALU select
2019-02-14 Teresa Johnson[ThinLTO] Detect partially split modules during the...
2019-02-14 Chris Bieneman[CMake] Fix ability to use LLVM_ENABLE_PROJECTS with...
2019-02-14 Philip Reames[InstCombine] Add todos for possible atomicrmw transforms
2019-02-14 Philip ReamesCanonicalize all integer "idempotent" atomicrmw ops
2019-02-14 Nico WeberStop enabling clang-tools-extra automatically when...
2019-02-14 Serge GueltonOptional specialization for trivially copyable types...
2019-02-14 Serge GueltonRecommit Optional specialization for trivially copyable...
2019-02-14 Philip ReamesTeach instcombine about remaining "idempotent" atomicrm...
2019-02-14 Saleem AbdulrasoolSupport: use internal `call_once` on PPC64le
2019-02-14 Jordan Rupprecht[llvm-ar] Implement the P modifier.
2019-02-14 Nirav Dave[X86] cleanup inline asm register generation. NFCI.
2019-02-14 Jonas Paulsson[SystemZ] Do not emit VEXTEND or VROUND nodes without...
2019-02-14 Philip Reames[Tests] Add tests for all idemptotent atomicrmws
2019-02-14 Simon Pilgrim[X86][AVX] Add PR40730 test case
2019-02-14 Teresa JohnsonRefine ArgPromotion metadata handling
2019-02-14 Florian Hahn[LoopUnrollPeel] Add case where we should forget the...
2019-02-14 Alex Bradbury[RISCV][NFC] Add RV64I CHECK lines to inline-asm.ll...
2019-02-14 Sam McCallReapply [VFS] Allow multiple RealFileSystem instances...
2019-02-14 Petar Avramovic[MIPS GlobalISel] Select phi instruction for integers
2019-02-14 Clement Courbet[Instrumentation][NFC] Fix warning.
2019-02-14 Petar Avramovic[MIPS GlobalISel] Select branch instructions
2019-02-14 Max KazantsevMake widenable condition transparent for MemoryWriteTra...
2019-02-14 Max KazantsevTeach isGuaranteedToTransferExecutionToSuccessor about...
2019-02-14 Jeremy MorseFix an accidentally flipped pair of arguments, NFCI
2019-02-14 David Green[ARM] Ensure we update the correct flags in the peephol...
2019-02-14 Andrew Ng[Support] Fix TempFile::discard to not leave behind...
2019-02-14 Max Kazantsev[NFC] Refactor LICM code for better readability
2019-02-14 Fangrui Song[llvm-readobj][test] Add all GNU_PROPERTY_X86_FEATURE_2...
2019-02-14 Douglas YungRelax test to check for a valid number instead of a...
2019-02-14 Craig Topper[X86] Make (f80 (sint_to_fp (i16))) use fistps/fisttps...
2019-02-14 Matthew VossRevert "[llvm-objdump] Allow short options without...
2019-02-14 Matthew Voss[llvm-objdump] Allow short options without arguments...
2019-02-14 Daniel Sanders[globalisel][combine] Split existing rules into a match...
2019-02-13 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-13 Stefan Pintilie[PowerPC][NFC] Added tests for prologue and epilogue...
2019-02-13 Sanjay Patel[ConstProp] add IR tests to show miscompiles; NFC
2019-02-13 Fangrui Song[llvm-readobj] Dump GNU_PROPERTY_X86_ISA_1_{NEEDED...
2019-02-13 Philip Reames[SelectionDAG] Inline a single use helper function...
2019-02-13 Mark Lacey[RegAllocGreedy] Take last chance recoloring into accou...
2019-02-13 Dylan McKay[AVR] Fix a typo - 's/analisys/analysis'
2019-02-13 Thomas Lively[WebAssembly] memory.fill
2019-02-13 Leonard Chan[NewPM] Second attempt at porting ASan
2019-02-13 Thomas Lively[WebAssembly] Bulk memory intrinsics and builtins
2019-02-13 Serge GueltonRevert r353962
2019-02-13 Peter Collingbournegn build: Merge r353957.
2019-02-13 Philip Reames[SelectionDAG] Kill last uses of getAtomic w/o a MMO...
2019-02-13 Craig Topper[X86] Add 'mpx' to getHostCPUFeatures.
2019-02-13 Vedant Kumar[CodeExtractor] Only lift lifetime markers present...
2019-02-13 Philip Reames[Tests] More unordered atomic lowering tests
2019-02-13 Philip Reames[Tests] RMW folding tests w/unordered atomic operations
2019-02-13 Philip Reames[Tests] Add a bunch of tests for load folding w/unorder...
2019-02-13 Craig Topper[X86] Add 'fxsr' to the getHostCPUFeatures detection...
2019-02-13 Serge GueltonRe-commit rL353927, patch included
2019-02-13 Philip Reames[Tests] First batch of cornercase tests for unordered...
2019-02-13 Philip Reames[Tests] Auto update a test
2019-02-13 Petr Hosek[AArch64] Support reserving arbitrary general purpose...
2019-02-13 Philip Reames[Tests] Rename some test files for consistency
2019-02-13 Jeremy Morse[DebugInfo][DAG] Either salvage dangling debug info...
2019-02-13 Simon Pilgrim[X86][AVX] Add shuffle_v8i32_0dcd3f14 shuffle test...
2019-02-13 Fangrui Song[llvm-readobj] Rename pr_data to PrData
2019-02-13 Jeremy Morse[DebugInfo][DAG] Refactor dbg.value lowering into its...
2019-02-13 Andrea Di Biagio[MCA] Store a bitmask of used groups in the instruction...
2019-02-13 Jeremy Morse[DebugInfo][DAG] Limit special-casing of dbg.values...
2019-02-13 Max Kazantsev[NFC] Add const qualifiers where possible
2019-02-13 Serge GueltonRevert r353927
2019-02-13 Diana Picus[ARM GlobalISel] Support G_SELECT for Thumb2
2019-02-13 Andrea Di Biagio[MCA][Scheduler] Use latency information to further...
2019-02-13 Jeremy Morse[DebugInfo][InstCombine] Prefer to salvage debuginfo...
2019-02-13 Serge GueltonMissing header
2019-02-13 Max Kazantsev[GuardWidening] Support widening of explicitly expresse...
2019-02-13 David Stenberg[DebugInfo] Stop changing labels for register-described...
2019-02-13 Serge GueltonMake llvm::Optional<T> trivially copyable when T is...
2019-02-13 Michal Gorny[llvm] [cmake] Provide split include paths in LLVMConfig
2019-02-13 Anton Afanasyev[X86][SLP] Enable SLP vectorization for 128-bit horizon...
2019-02-13 Craig Topper[X86] Use default expansion for (i64 fp_to_uint f80...
2019-02-13 Craig Topper[X86] Refactor the FP_TO_INTHelper interface. NFCI
2019-02-13 Eugene Leviant[llvm-objcopy] Add --strip-unneeded-symbol(s)
2019-02-13 Max Kazantsev[LoopSimplifyCFG] Re-enable const branch folding by...
2019-02-13 Fangrui Song[llvm-readobj] Dump GNU_PROPERTY_X86_FEATURE_2_{NEEDED...
2019-02-13 Reid Kleckner[MC] Make symbol version errors non-fatal
2019-02-13 Jonas Devlieghere[dsymutil] Improve readability of cloneAllCompileUnits...
2019-02-13 Jonas Devlieghere[dsymutil] Don't clone empty CUs
2019-02-12 Alina Sbirlea[MemorySSA & LoopPassManager] Add remaining book keepin...
2019-02-12 Matt ArsenaultAMDGPU: Try to use function specific ST
2019-02-12 Matt ArsenaultAMDGPU: Ignore CodeObjectV3 when inlining
2019-02-12 Jonas Paulsson[SystemZ] Remember to cast value to void to disable...
next