platform/upstream/llvm.git
2016-07-20 Dmitry Vyukovtsan: fix windows build
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 Dmitry Vyukovtsan: fix leak of shadow stacks
2016-07-20 Simon Pilgrim[X86][SSE] Reimplement SSE fp2si conversion intrinsics...
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 Benjamin Kramer[include-fixer] Make error messages a bit prettier...
2016-07-20 Renato Golin[docs] GitHub Proposal for LLVM
2016-07-20 Haojian Wu[include-fixer] Tweak: remove unintended const.
2016-07-20 Peter SmithSupport for standard model ARM TLS
2016-07-20 Tobias GrosserUpdate isl to isl-0.17.1-171-g233f589
2016-07-20 Eric FiselierFix inheriting constructor test for std::function.
2016-07-20 Eric FiselierUnbreak is_constructible tests for Clang <= 3.7.
2016-07-20 Eric FiselierAdd missed test in r276090.
2016-07-20 Eric FiselierMove std::function constructor SFINAE into template...
2016-07-20 Xinliang David LiMinor cleanup -- clear name structure before parsing
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 Eric FiselierReimplement is_constructible fallback implementation...
2016-07-20 Xinliang David Li[Profile] implement interface to get profile path prefix
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 Jason MolendaAdd a default-value bool flag pretty_print to the Struc...
2016-07-20 Eric FiselierAdd tests for reference binding assertions in std:...
2016-07-20 Michael ZolotukhinRevert "Revert r275883 and r275891. They seem to cause...
2016-07-20 Akira Hatanaka[Sema] Compute the nullability of a conditional express...
2016-07-20 Saleem Abdulrasoolllvm-readobj: add some more aliases
2016-07-20 Hubert TongRevert r276069: MSVC bots not happy
2016-07-20 Hubert TongFix r276069: add default argument for new parameter
2016-07-20 Justin Lebar[LSV] Don't assume that loads/stores appear in address...
2016-07-20 Hubert TongFix r276069: use LLVM_CONSTEXPR
2016-07-20 Yunzhong GaoFixing a few places in this doc which look like obvious...
2016-07-20 Hubert TongConcepts: Create space for requires-clause in TemplateP...
2016-07-20 Matthias BraunRevert "RegScavenging: Add scavengeRegisterBackwards()"
2016-07-20 Eric FiselierAdd SFINAE on additional overloads of std::complex...
2016-07-20 Kyle ButtCodegen: Tail Duplication: Only duplicate into layout...
2016-07-19 Enrico Granatas/Cocoa/Foundation/
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 Enrico GranataFix an issue where the libc++ std::list formatter wasn...
2016-07-19 Aaron BallmanThis code block breaks the docs build (lab.llvm.org...
2016-07-19 Eric FiselierAdd heterogeneous comparator support for __debug_less...
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 Eric Fiselier[libcxx] Add support for benchmark tests using Google...
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 Xinliang David Li[Profile] Test cleanup -- use new lit var for IR PGO...
2016-07-19 Sanjay Patel[InstCombine] fold add(zext(xor X, C), C) --> sext...
2016-07-19 Xinliang David Li[Profile] Introduce lit test vars for IR based instrume...
2016-07-19 Enrico GranataDon't check the value of the unset variables on iOS
2016-07-19 George Burgess IVAttempt to appease MSVC buildbots.
2016-07-19 Kostya Serebryany[asan] trying to fix the android bot
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 Xinliang David Li[Profile] introduce reusable internal interfaces to...
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 Richard SmithAttempt to bring peace to -Werror buildbots.
2016-07-19 Xinliang David Li[Profile] move utility interfaces to the right header...
2016-07-19 Bruno Cardoso... [SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLi...
2016-07-19 Xinliang David Li[Profile] use portable macro /NFC
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 Richard Smith[libcxxabi] When catching an exception of type nullptr_...
2016-07-19 Vedant Kumar[tsan] Don't instrument __llvm_gcov_global_state_pred...
2016-07-19 David MajnemerLet FuncAttrs infer the 'returned' argument attribute
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 Yaxun Liu[OpenCL] Fixes bug of missing OCL version metadata...
2016-07-19 Matt Arsenaultamdgpu: Use right builtn for rsq
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 Vitaly BukaAdd detect_stack_use_after_scope runtime flag
2016-07-19 Eric FiselierFix undefined behavior in __tree
next