OSDN Git Service

android-x86/external-llvm.git
2017-11-14 Hans WennborgRename CountingFunctionInserter and use for both mcount...
2017-11-14 Dinar Temirbulatov[SLPVectorizer] Failure to beneficially vectorize ...
2017-11-14 Jake Ehrlich[llvm-objcopy] Improve command line option help messages
2017-11-14 Matt ArsenaultAMDGPU: Error on stack size overflow
2017-11-14 Ulrich Weigand[SystemZ] Do not crash when selecting an OR of two...
2017-11-14 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-11-14 Martin Storsjo[llvm-strings] Add support for the -a/--all options
2017-11-14 Martin Storsjo[ARM, AArch64] Fix an assert message, Darwin isn't...
2017-11-14 Hiroshi YamauchiSimplify irreducible loop metadata test code.
2017-11-14 Easwaran Raman[CodeGenPrepare] Disable div bypass when working set...
2017-11-14 Ulrich Weigand[SystemZ] Fix invalid codegen using RISBMux on out...
2017-11-14 Alex BradburySet hasSideEffects=0 for TargetOpcode::{CFI_INSTRUCTION...
2017-11-14 Artem BelevichMark intrinsics operating on the whole warp as IntrInac...
2017-11-14 Simon Dardis[mips] Simplify test for 5.0.1 (NFC)
2017-11-14 Jake Ehrlich[llvm-objcopy] Add -strip-non-alloc option to remove...
2017-11-14 Yaxun LiuCodeGen: Fix TargetLowering::LowerCallTo for sret value...
2017-11-14 Jake Ehrlich[llvm-objcopy] Support the rest of the ELF formats
2017-11-14 Mandeep Singh... [PredicateInfo] Stable sort ValueDFS to remove non...
2017-11-14 Mandeep Singh... [XRay] Stable sort XRayRecord to remove non-determinist...
2017-11-14 Serge GueltonAdd missing const qualifier to AttributeSet::operator==
2017-11-14 Adam NemetAdjust test after r318159
2017-11-14 Adam Nemet[llvm-profdata] Report if profile data file is IR-...
2017-11-14 Craig Topper[X86] Fix typo in comment. NFC
2017-11-14 Oliver Stannard[Docs] Add tablegen backend for target opcode documentation
2017-11-14 Ilya BiryukovUse input redirection in WebAssembly/comdat.ll test.
2017-11-14 Simon Pilgrim[X86][AVX] Add scheduling test for vmovntdq 256-bit...
2017-11-14 Gil Rapaport[LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionR...
2017-11-14 Tim NorthoverARM: correctly update CFG when splitting BB to fix...
2017-11-14 Diana Picus[ARM GlobalISel] Remove C++ code for G_CONSTANT
2017-11-14 Momchil Velikov[ARM] Fix incorrect conversion of a tail call to an...
2017-11-14 Matt ArsenaultAMDGPU: Fix test
2017-11-14 Adam Nemet[opt-viewer] Truncate long remark text in source view
2017-11-14 Adam Nemet[opt-viewer] With hotness only show max 1000 entries...
2017-11-14 Dylan McKay[AVR] Remove the select-mbb-placement-bug.ll test
2017-11-14 Matt ArsenaultAMDGPU: Fix producing saveexec when the copy is spilled
2017-11-14 Chandler Carruth[PM] Port BoundsChecking to the new PM.
2017-11-14 Rafael EspindolaUse TempFile in llvm-ar. NFC.
2017-11-14 Chandler Carruth[PM] Refactor BoundsChecking further to prepare it...
2017-11-14 Sam Clegg[WebAssembly] Explicily disable comdat support for...
2017-11-14 Rafael EspindolaAdd a move assignment operator to TempFile. NFC.
2017-11-13 Hans WennborgUpdate some code.google.com links
2017-11-13 Zachary TurnerRevert "Update test_debuginfo.pl script to point to...
2017-11-13 Rafael EspindolaSimplify and rename variable.
2017-11-13 Matt ArsenaultAMDGPU: Fix not converting d16 load/stores to offset
2017-11-13 Rafael EspindolaSimplify. NFC.
2017-11-13 Daniel Sanders[tablegen] Handle atomic predicates for ordering inside...
2017-11-13 Matt ArsenaultAMDGPU: Implement computeKnownBitsForTargetNode for...
2017-11-13 Daniel Sanders[tablegen] Handle atomic predicates for memory type...
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-debug
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-all option to llvm-objcopy
2017-11-13 Serge GueltonFix -Werror when compiling rL318083 (ter)
2017-11-13 Serge GueltonFix -Werror when compiling rL318083 (bis)
2017-11-13 Serge GueltonFix -Werror when compiling rL318083
2017-11-13 Adrian PrantlFix an assertion in SelectionDAG::transferDbgValues()
2017-11-13 Serge GueltonReorder Value.def to optimize code size
2017-11-13 Evgeniy Stepanov[arm] Fix Unnecessary reloads from GOT.
2017-11-13 Sanjay Patel[Reassociation] regenerate test checks; NFC
2017-11-13 Reid KlecknerFix clang -Wsometimes-uninitialized warning in SCEV...
2017-11-13 Dinar TemirbulatovNFC, Allow SystemZ SLP tests only when SystemZ is suppo...
2017-11-13 Rafael EspindolaCreate a TempFile class.
2017-11-13 Daniel Sanders[globalisel][tablegen] Add support for extload.
2017-11-13 Petar Jovanovicfix printing of alias instructions by removing redundan...
2017-11-13 Sanjay Patel[ValueTracking] use 'auto' with 'dyn_cast'; NFC
2017-11-13 Craig Topper[X86] Allow X86ISD::Wrapper to be folded into the base...
2017-11-13 Sanjay Patel[ValueTracking] simplify code in CannotBeNegativeZero...
2017-11-13 Sanjay Patel[Reassociate] add tests with 'reassoc' FMF; NFC
2017-11-13 Jan VeselyAMDGPU: Drop duplicate setOperationAction
2017-11-13 Jatin Bhateja[SCEV] Handling for ICmp occuring in the evolution...
2017-11-13 Simon DardisRevert "[CodeGenPrepare] Check that erased sunken addre...
2017-11-13 Diana Picus[ARM GlobalISel] Update legalizer test
2017-11-13 Bill Seurer[PowerPC][msan] Update msan to handle changed memory...
2017-11-13 Omer Paparo... Inserting a base test for X86 performance nops
2017-11-13 Uriel Korach[X86] test/testn intrinsics lowering to IR. llvm part.
2017-11-13 Greg BedwellMove the setting of LLVM_BUILD_MODE to a macro so that...
2017-11-13 Momchil Velikov[ARM] Place jump table as the first operand in additions
2017-11-13 Simon Dardis[CodeGenPrepare] Check that erased sunken address are...
2017-11-13 Florian Hahn[CodeExtractor] Add missing AllowVarArgs initialization.
2017-11-13 Florian Hahn[PartialInliner] Inline vararg functions that forward...
2017-11-13 Sander de SmalenTest commit
2017-11-13 Jina Nahias[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
2017-11-13 Gadi Haber[X86][SKX] Adding scheduling info of non-intrinsic...
2017-11-13 Craig Topper[X86] Limit NOPs to 7 bytes when 'slm' is spelled ...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Regenerate test. NFC
2017-11-13 Matt ArsenaultMI: Print ranges on MMO
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Add tests for missed opportunities to fold a...
2017-11-13 Matt ArsenaultAMDGPU: Preserve nuw in shl add ptr combine
2017-11-13 Craig Topper[X86] Fix SQRTSS/SQRTSD/RCPSS/RCPSD intrinsics to use...
2017-11-13 Craig Topper[X86] Add tests for full vector loads to fold-load...
2017-11-13 Craig Topper[X86] Regenerate fold-load-unops.ll and add and avx512f...
2017-11-13 Matt ArsenaultAMDGPU: Fix multi-use shl/add combine
2017-11-13 Craig Topper[X86] Attempt to fix signed and unsigned comparison...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 in patterns for the memory...
2017-11-13 Craig Topper[X86] Use EVEX encoded VRNDSCALE instructions to implem...
2017-11-13 Craig Topper[X86] Split VRNDSCALE/VREDUCE/VGETMANT/VRANGE ISD nodes...
2017-11-13 Matt ArsenaultFix some misc. -enable-var-scope violations
2017-11-13 Matt ArsenaultAMDGPU: Select d16 loads into low component of register
2017-11-12 Matt ArsenaultAMDGPU: Fix -enable-var-scope violations
2017-11-12 Matt ArsenaultAMDGPU: Fix missing gfx9 atomic inc/dec tests
next