OSDN Git Service

android-x86/external-llvm.git
2016-07-20 Diana Picus[ARM] Skip inline asm memory operands in DAGToDAGISel
2016-07-20 Renato Golin[docs] fix cmake code-block warning
2016-07-20 Renato Golin[docs] Add proposals to index file
2016-07-20 Renato Golin[docs] GitHub Proposal for LLVM
2016-07-20 Craig Topper[AVX512] Add a missing NoVLX to give priority to the...
2016-07-20 Craig Topper[X86] Use 'HasAVX1Only' to properly give priority to...
2016-07-20 Craig Topper[X86] Create some multiclasses to reduce the repeated...
2016-07-20 Craig Topper[X86] Create some wrapper multiclasses to create AVX...
2016-07-20 David MajnemerForgot to add a test for r276008.
2016-07-20 David MajnemerRevert "Disable this-return argument forwarding on...
2016-07-20 Adam Nemet[LV] Add hotness attribute to missed-optimization remarks
2016-07-20 Michael ZolotukhinRevert "Revert r275883 and r275891. They seem to cause...
2016-07-20 Saleem Abdulrasoolllvm-readobj: add some more aliases
2016-07-20 Justin Lebar[LSV] Don't assume that loads/stores appear in address...
2016-07-20 Yunzhong GaoFixing a few places in this doc which look like obvious...
2016-07-20 Matthias BraunRevert "RegScavenging: Add scavengeRegisterBackwards()"
2016-07-20 Kyle ButtCodegen: Tail Duplication: Only duplicate into layout...
2016-07-19 Sean SilvaRevert r275883 and r275891. They seem to cause PR28608.
2016-07-19 Sean Silva[PM] Port LoopUnroll.
2016-07-19 Kyle ButtCodegen: Factor out canTailDuplicate
2016-07-19 Aaron BallmanThis code block breaks the docs build (lab.llvm.org...
2016-07-19 Justin Lebar[ADT] Warn on unused results from ArrayRef and StringRe...
2016-07-19 Justin LebarGet rid of call to StringRef::substr that's never used.
2016-07-19 Justin Lebar[LSV] Insert stores at the right point.
2016-07-19 Justin Lebar[LSV] Use make_range, and reformat a DEBUG message...
2016-07-19 Justin Lebar[LSV] Nix two global (ish) variables in the LoadStoreVe...
2016-07-19 Justin Lebar[LSV] Add detail to correct-order.ll test.
2016-07-19 Kostya Serebryany[libFuzzer] extend the messages printed by afl_driver
2016-07-19 Matt ArsenaultAMDGPU: Change fdiv lowering based on !fpmath metadata
2016-07-19 Daniel BerlinFix unused variable
2016-07-19 Paul RobinsonMake GVN Hoisting obey optnone/bisect.
2016-07-19 Daniel BerlinMake MemorySSA::dominates/locallydominates constant...
2016-07-19 Chandler CarruthAdd AIX support to Path.inc, Host.h, and CMake.
2016-07-19 Matthias BraunRegScavenging: Add scavengeRegisterBackwards()
2016-07-19 Matthias BraunRegisterScavenger: Introduce backward() mode.
2016-07-19 Sanjay Patelregenerate checks
2016-07-19 Evandro Menezes[AArch64] Properly validate the reciprocal estimation.
2016-07-19 Sanjay Patel[InstCombine] fold add(zext(xor X, C), C) --> sext...
2016-07-19 George Burgess IVAttempt to appease MSVC buildbots.
2016-07-19 Davide Italiano[AMDGPU] Remove spurious line (should've been removed...
2016-07-19 Davide Italiano[AMDGPU] Remove dead code.
2016-07-19 George Burgess IV[CFLAA] Make a test tell the truth. NFC.
2016-07-19 George Burgess IV[CFLAA] Add some interproc. analysis to CFLAnders.
2016-07-19 Kevin EnderbyNext step along the way to getting good error messages...
2016-07-19 Sanjay Pateladd even more missing tests for simplifySelectBitTest()
2016-07-19 George Burgess IV[CFLAA] Teach CFLAnders to distinguish reads from writes.
2016-07-19 Aaron BallmanThis code block breaks the docs build (lab.llvm.org...
2016-07-19 Rafael EspindolaUse posix_fallocate instead of ftruncate.
2016-07-19 Vedant Kumar[tsan] Don't instrument __llvm_gcov_global_state_pred...
2016-07-19 Tim NorthoverARM: move feature for Thumb2 pkhbt/pkhtb onto architect...
2016-07-19 Ahmed Bougacha[GlobalISel] Mark newly-created gvregs as having a...
2016-07-19 Ahmed Bougacha[GlobalISel] Simplify more RegClassOrRegBank is+get...
2016-07-19 David Majnemer[FunctionAttrs] Correct the safety analysis for inferen...
2016-07-19 Davide Italiano[SCCP] Improve assert messages. NFCI.
2016-07-19 Kostya Serebryany[libFuzzer] properly intercept memmem
2016-07-19 Chad Rosier[DSE] Add additional debug output. NFC.
2016-07-19 David MajnemerAdd a testcase for r275581
2016-07-19 David Majnemer[RegionInfo] Some cleanups
2016-07-19 David Majnemer[RegionPass] Some minor cleanups
2016-07-19 David Majnemer[LoopPass] Some minor cleanups
2016-07-19 Aaron BallmanThis code block breaks the docs build (lab.llvm.org...
2016-07-19 Sanjay Pateladd tests related to PR28466
2016-07-19 Simon Pilgrim[X86][AVX512] Added AVX512 subvector broadcast tests
2016-07-19 Simon Pilgrim[X86][AVX] Fixed typo in test names
2016-07-19 Chad Rosier[DSE] Add additional debug output. NFC.
2016-07-19 Sanjay Pateladd missing test for simplifySelectBitTest()
2016-07-19 Tobias Grosser[InstCombine] Enable cast-folding in logic(cast(icmp...
2016-07-19 Matt ArsenaultAMDGPU: Only use legal inline immediates with kill...
2016-07-19 Simon Pilgrim[X86][SSE] Reimplement SSE fp2si conversion intrinsics...
2016-07-19 Sam Parker[ARM] Refactor Thumb2 Mul and Mla instr descs
2016-07-19 Pankaj Gode[AArch64] PredictableSelectIsExpensive for Vulcan.
2016-07-19 Peter SmithAdd support for tlsldm assembler operator to ARM target
2016-07-19 Simon Pilgrim[AARCH64] Fix linu triple typo
2016-07-19 Simon Pilgrim[AARCH64] Enable AARCH64 lit tests on windows dev machines
2016-07-19 Simon PilgrimGet rid of VS2015 operator precedence warning. NFCI.
2016-07-19 Daniel Sanders[mips][ias] R_MIPS_GOT_(PAGE|OFST) do not need symbols
2016-07-19 Daniel Sanders[mips] Correct label prefixes for N32 and N64.
2016-07-19 Daniel Sanders[mips] Recognise the triple used by Debian stretch...
2016-07-19 Tobias Grosser[InstCombine] Minor cleanup of cast simplification...
2016-07-19 Tobias GrosserStyle: drop some unnecessary ';' [NFC]
2016-07-19 Elena DemikhovskyAVX-512: Fixed BT instruction selection.
2016-07-19 Craig Topper[AVX512] Give priority to EVEX encoded PSHUFB over...
2016-07-19 Craig Topper[X86] Remove superfluous parameter from a multiclass...
2016-07-19 George Burgess IV[MemorySSA] Update to the new shiny walker.
2016-07-19 Craig Topper[X86] Rename VINSERTzrr to use a capital Z to match...
2016-07-19 Vedant KumarRetry: [llvm-profdata] Speed up merging by using a...
2016-07-19 Vedant KumarRevert "[llvm-profdata] Speed up merging by using a...
2016-07-19 Wei MiRecommit the patch "Use uniforms set to populate VecVal...
2016-07-19 Matt ArsenaultAMDGPU/SI: Fix SI scheduler refcount issue
2016-07-19 Matt ArsenaultAMDGPU: Expand register indexing pseudos in custom...
2016-07-19 Lang Hames[Kaleidoscope][BuildingAJIT] More work on the text...
2016-07-19 Sanjoy Das[LoopReroll] Reroll loops with unordered atomic memory...
2016-07-18 Matt ArsenaultTableGen: Allow custom register operand decoder method
2016-07-18 Matt ArsenaultAMDGPU: Fix test name and broken CHECK-LABEL
2016-07-18 Vedant Kumar[utils] Generate html reports with the code coverage...
2016-07-18 Matt ArsenaultFix -Wreturn-type with gcc 4.8 and libc++
2016-07-18 Vedant Kumar[llvm-profdata] Speed up merging by using a thread...
2016-07-18 Artem Belevich[NVPTX] Make sure we adjust alignment at all call sites
2016-07-18 Dehao Chen[PM] Convert Loop Strength Reduce pass to new PM
2016-07-18 Mehdi AminiUpdate doxygen description for `WriteBitcodeToFile...
next