OSDN Git Service

android-x86/external-llvm.git
2016-07-20 Xinliang David LiFix test failure on Win
2016-07-20 George Burgess IV[CFLAA] Add offset tracking in CFLGraph.
2016-07-20 Vedant Kumar[utils] Add script to check for code coverage regressions
2016-07-20 Xinliang David LiReapply r276185
2016-07-20 Justin Lebar[NVPTX] Enable the load-store vectorizer on nvptx.
2016-07-20 Xinliang David LiRevert r276185 -- build bot failure
2016-07-20 Geoff Berry[AArch64] Register AArch64LoadStoreOptimizer so it...
2016-07-20 Adam Nemet[OptDiag,LV] Add hotness attribute to analysis remarks
2016-07-20 Adam Nemet[OptDiag] Take the IR Value as a const pointer
2016-07-20 Adam Nemet[OptDiag] Wrap a long line
2016-07-20 Artem Belevich[NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs...
2016-07-20 Xinliang David Li[Profile] support directory reading in profile merging
2016-07-20 Tim NorthoverGlobalISel: implement Legalization querying framework.
2016-07-20 Ahmed Bougacha[AArch64][FastISel] Select -O0 legal cmpxchg.
2016-07-20 Ahmed Bougacha[AArch64][FastISel] Select atomic stores into STLR.
2016-07-20 David Majnemer[GVNHoist] Don't hoist PHI nodes
2016-07-20 Davide Italiano[SCCP] Zap multiple return values.
2016-07-20 Justin Lebar[LSV] Don't move stores across may-load instrs, and...
2016-07-20 Justin Lebar[LSV] Vectorize up to side-effecting instructions.
2016-07-20 George Burgess IV[MSSA] Add an overload for getClobberingMemoryAccess.
2016-07-20 Rui Ueyama[pdbdump] Use the "flow" style to print out a sequence...
2016-07-20 Tim NorthoverGlobalISel: properly conditionalize LLT use.
2016-07-20 Tim NorthoverGlobalISel: implement low-level type with just size...
2016-07-20 Alina SbirleaProperly ifdef the use of cpuid.
2016-07-20 Artem Belevich[NVPTX] deal with all aggregate return types.
2016-07-20 Artem Belevich[NVPTX] Improve lowering of byval args of device functions.
2016-07-20 Adam Nemet[OptDiag] Fix function comment
2016-07-20 Alina Sbirlea[cpu-detection] Cleanup of Host.cpp.
2016-07-20 Sanjay Patelminimize tests and auto-generate checks
2016-07-20 Sanjay Patelmove decomposeBitTestICmp() to Transforms/Utils; NFC
2016-07-20 Wei MiFix test/Analysis/ScalarEvolution/scev-expander-existin...
2016-07-20 Wei MiUse ValueOffsetPair to enhance value reuse during SCEV...
2016-07-20 Sanjay Patelfix documentation comments; NFC
2016-07-20 Matt ArsenaultAMDGPU: Add missing test coverage for control flow...
2016-07-20 Yaxun LiuAMDGPU: Fix bug causing crash due to invalid opencl...
2016-07-20 Renato Golin[docs] Fixing Sphinx warnings to unclog the buildbot
2016-07-20 Benjamin KramerRevert "[InstCombine] Enable cast-folding in logic...
2016-07-20 Tobias Grosser[InstCombine] Provide more test cases for cast-folding...
2016-07-20 Simon Pilgrim[X86][SSE] Add cost model values for CTPOP of vectors
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...
next