OSDN Git Service

android-x86/external-llvm.git
2017-05-15 Hans WennborgRevert r302678 "[AArch64] Enable use of reduction intri...
2017-05-15 Evgeniy Stepanov[asan] Better workaround for gold PR19002.
2017-05-15 Jan SjodinRe-submit AMDGPUMachineCFGStructurizer.
2017-05-15 Tim NorthoverAArch64: diagnose unrecognized features in .cpu directive.
2017-05-15 Davide Italiano[NewGVN] Remove unused setDefiningExpr(). NFCI.
2017-05-15 Sanjay Patel[InstCombine] restrict icmp fold with 2 sdiv exact...
2017-05-15 Sanjay Patel[InstSimplify] restrict icmp fold with 2 sdiv exact...
2017-05-15 Evgeny StupachenkoThe patch adds CTLZ idiom recognition.
2017-05-15 Davide Italiano[NewGVN] Fix verification of MemoryPhis in verifyMemory...
2017-05-15 Geoff Berry[AArch64][Falkor] Fix sched details for FMOV
2017-05-15 Jan SjodinRevert 303091.
2017-05-15 Teresa JohnsonAdd support for handling ifuncs to GlobalValue::getBase...
2017-05-15 Craig Topper[SCEV] Use copy initialization of APInts instead of...
2017-05-15 Jan SjodinAdd AMDGPUMachineCFGStructurizer.
2017-05-15 Sanjay Patel[InstCombine] use m_OneUse to reduce code; NFCI
2017-05-15 Kostya Serebryany[libFuzzer] fix a warning from Wunreachable-code-loop...
2017-05-15 Kyle ButtCodeGen: BlockPlacement: Increase tail duplication...
2017-05-15 Simon Pilgrim[NVPTX] Don't flag StoreParam/LoadParam memory chain...
2017-05-15 Hans Wennborgbuild_llvm_package.bat: Minor updates
2017-05-15 Rafael EspindolaAdd an extra test for archive symbol tables.
2017-05-15 Simon Pilgrim[SLPVectorizer][X86] Add vectorization tests for vXi64...
2017-05-15 Florian Hahn[AArch64] Enable FeatureFuseAES on Cortex-A72.
2017-05-15 Dmitry Preobrazhensky[AMDGPU][MC] Corrected several VI opcodes to avoid...
2017-05-15 Simon Pilgrim[SLPVectorizer][X86] Add vectorization tests for vXi64...
2017-05-15 Dinar TemirbulatovTest commit.
2017-05-15 Dmitry Preobrazhensky[AMDGPU][MC] Removed V_MQSAD_U16_U8
2017-05-15 John Brawn[ARM] Mark LEApcrel instructions as isAsCheapAsAMove
2017-05-15 John Brawn[ARM] Mark LEApcrel as not having side effects
2017-05-15 George Rimar[DWARF] - Speedup handling of relocations in DWARFConte...
2017-05-15 Ayman Musa[X86] Relocate code of replacement of subtarget unsuppo...
2017-05-15 Simon Pilgrim[NVPTX] Don't rely on default arguments to SelectionDAG...
2017-05-15 Sam Kolton[TableGen] Add EncoderMethod to RegisterOperand
2017-05-15 Tom Stellard[RegisterBankInfo] Remove overly-agressive asserts
2017-05-15 Tom StellardCMake: Fix docs-llvm-man target when clang+llvm is...
2017-05-15 Arnaud A. de... MCObjectStreamer : fail with a diagnostic when emitting...
2017-05-15 Igor Breger[GlobalISel][X86] G_BR instruction select test
2017-05-15 Craig Topper[ValueTracking] Replace all uses of ComputeSignBit...
2017-05-15 Daniel JasperAdd '#' to test regex that I forgot in r303025.
2017-05-15 Craig Topper[ConstantRange] Fix what appear to be copy and paste...
2017-05-15 Sanjoy DasMove some code into ScalarEvolution.cpp; NFC
2017-05-15 Craig Topper[InstCombine] Merge duplicate functionality between...
2017-05-15 Craig Topper[InstCombine] Remove 'return' of a called function...
2017-05-14 Daniel JasperFix two tests that weren't correctly copied.
2017-05-14 Zvi Rackover[X86] Utilize SelectionDAG::getSelect(). NFC.
2017-05-14 Simon Pilgrim[X86][AVX1] Account for cost of extract/insert of 256...
2017-05-14 Simon Pilgrim[X86][AVX2] Fix costs for v4i64 ashr by splat
2017-05-14 Simon Pilgrim[X86][AVX1] Account for cost of extract/insert of 256...
2017-05-14 Craig Topper[X86] Add avx512vl command lines to the 128/256-bit...
2017-05-14 Craig Topper[X86] Cleanup some of the check-prefixes in the vector...
2017-05-14 Craig Topper[X86] Remove unused value from IntrinsicType enum. NFC
2017-05-14 Simon Pilgrim[X86][AVX1] Account for cost of extract/insert of 256...
2017-05-14 Dimitry AndricFix DynamicLibraryTest.cpp on FreeBSD and NetBSD
2017-05-14 Shoaib Meenai[COFF] Gracefully handle empty .drectve sections
2017-05-14 Simon Pilgrim[X86][XOP] XOP's general v16i8 shifts will be used...
2017-05-14 Simon Pilgrim[X86][SSE] Account for cost of extract/insert of v32i8...
2017-05-14 Zachary Turner[StringExtras] Add llvm::to_integer.
2017-05-14 Simon Pilgrim[X86][XOP] Account for cost of extract/insert of 256...
2017-05-14 Simon Pilgrim[X86][AVX] Allow 32-bit targets to peek through subvect...
2017-05-14 Simon Pilgrim[X86][AVX] Add additional 32-bit target vector shift...
2017-05-14 Sylvestre Ledruupdate of the url
2017-05-14 Craig Topper[InstSimplify] Add patterns for folding (A & B) | ...
2017-05-14 Craig Topperfoo
2017-05-14 Craig Topper[BasicAA] Alphabetize includes. NFC
2017-05-14 Xinliang David LiRenable test that was disabled due to cost analysis
2017-05-14 Xinliang David LiFix test failure on windows -- do not return deleted...
2017-05-14 Zachary Turner[llvm-pdbdump] Add the option to sort functions and...
2017-05-13 Simon Pilgrim[SelectionDAG] Added support for EXTRACT_SUBVECTOR...
2017-05-13 Peter CollingbourneAdd missing files
2017-05-13 Peter CollingbourneMove lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
2017-05-13 Simon Pilgrim[X86][SSE] Test showing missing EXTRACT_SUBVECTOR/CONCA...
2017-05-13 Simon Pilgrim[SelectionDAG] Add VECTOR_SHUFFLE support to ComputeNum...
2017-05-13 Simon Pilgrim[X86][SSE] Test showing inability of ComputeNumSignBits...
2017-05-13 Craig Topper[ValueTracking] Remove const_casts on several calls...
2017-05-13 Justin BognerMSan: Mark MemorySanitizer tests that use x86 intrinsic...
2017-05-13 Simon Pilgrim[x86, SSE] AVX1 PR28129 (256-bit all-ones rematerializa...
2017-05-13 Simon Pilgrim[LoopOptimizer][Fix]PR32859, PR24738
2017-05-13 Vivek PandyaThis reverts r302984
2017-05-13 Vivek PandyaSimplify MIR Output used for Codegen Testing
2017-05-13 Craig Topper[APInt] Use Lo_32/Hi_32/Make_64 in a few more places...
2017-05-13 Craig Topper[InstCombine] Prevent InstCombine from triggering an...
2017-05-13 Justin BognerConstProp: Split x86 SSE intrinsic tests out of calls.ll
2017-05-13 Justin BognerInstCombine: Move tests that use target intrinsics...
2017-05-13 NAKAMURA TakumiDisable llvm/test/Transforms/NewGVN/pr32934.ll while...
2017-05-13 Davide Italiano[NewGVN] XFAIL a flaky test until I find out what's...
2017-05-13 Craig Topper[APInt] Fix typo in comment. NFC
2017-05-13 Dylan McKay[AVR] When lowering Select8/Select16, put newly generat...
2017-05-13 Justin BognerAA: Use generic intrinsics for tests instead of target...
2017-05-13 Justin Bogner[CodeView] Silence some -Wsign-compare warnings
2017-05-13 Dylan McKay[AVR] Remove an unused variable
2017-05-12 Xinliang David Li[PartialInlining] Profile based cost analysis
2017-05-12 Aditya Nandakumar[GISel]: Add a getConstantFPVRegVal utility
2017-05-12 Aditya Nandakumar[GISel]: Fix undefined behavior while accessing Default...
2017-05-12 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-12 Andrew Kaylor[TLI] Add mapping for various '__<func>_finite' forms...
2017-05-12 Andrew Kaylor[ConstantFolding] Add folding for various math '__...
2017-05-12 Andrew Kaylor[TLI] Add declarations for various math header file...
2017-05-12 Craig Topper[APInt] Add early outs for a division by 1 to udiv...
2017-05-12 Craig Topper[APInt] In udivrem, remember the bit width in a local...
2017-05-12 Adrian PrantlLTO: Don't verify modules twice in verifyMergedModuleOnce
2017-05-12 Sanjay Patel[Doc] Document "Splat" in the lexicon
next