platform/upstream/llvm.git
2016-09-02 Craig Topper[AVX-512] Add more patterns for masked and broadcasted...
2016-09-02 Craig Topper[AVX-512] Add execution domain fixing for logical opera...
2016-09-02 Craig Topper[X86] Strengthen some SDNode type constraints.
2016-09-02 Craig Topper[AVX-512] Add NoVLX Predicates to some patterns so...
2016-09-02 Lang Hames[Docs] Fix another typo in the Error/Expected docs.
2016-09-02 Lang Hames[Docs] Fix a couple of typos in the Error/Expected...
2016-09-02 Lang Hames[ORC] Fix some missing fields in OrcRemoteTargetClient...
2016-09-02 George Burgess IVAdd missing &. NFC.
2016-09-02 Hal Finkel[PowerPC] hasAndNotCompare should return true
2016-09-02 Alexander ShaposhnikovAdd clang-reorder-fields to clang-tools-extra
2016-09-02 Greg Parker[lit] Fail testing if a googletest executable crashes...
2016-09-02 Hal Finkel[PowerPC] Add a pattern for a runtime bit check
2016-09-02 Dehao Chenrevert r280429 and r280425:
2016-09-02 Dehao Chenrevert r280432:
2016-09-02 NAKAMURA Takumillvm/test/Transforms/GCOVProfiling/three-element-mdnode...
2016-09-02 Justin Bognerbugpoint: clang-format all of bugpoint. NFC
2016-09-02 NAKAMURA Takumiraw_pwrite_stream_test.cpp: _putenv_s() may be assumed...
2016-09-02 Kyle ButtIfConversion: Don't count branches in # of duplicates.
2016-09-02 Chandler Carruth[PM] Add a unittest for invalidating module analyses...
2016-09-02 Chandler Carruth[PM] (NFC) Split the IR parsing into a fixture so that...
2016-09-02 Reid KlecknerFix a real temp file leak in FileOutputBuffer
2016-09-02 Chandler Carruth[PM] (NFC) Refactor the CGSCC pass manager tests to...
2016-09-02 Reid KlecknerTry to fix some temp file leaks in SupportTests, PR18335
2016-09-02 Adam Nemet[CFGPrinter] Display branch weight on the edges
2016-09-02 Hal Finkel[PowerPC] Don't apply the PPC64 address-formation peeph...
2016-09-02 Hal Finkel[PowerPC] Don't consider fusion in PPC64 address-format...
2016-09-02 Jason Henline[StreamExecutor] Pass device memory by ref
2016-09-02 Alexander ShaposhnikovRevert https://reviews.llvm.org/D23279 because the...
2016-09-02 Jason Henline[SE] Make Kernel movable
2016-09-02 Richard SmithClean up handling of reading module files from stdin...
2016-09-02 Richard SmithRefactor to avoid holding a reference to a container...
2016-09-01 Dehao ChenExplicitly require DominatorTreeAnalysis pass for insts...
2016-09-01 Alexander ShaposhnikovAdd clang-reorder-fields to clang-tools-extra
2016-09-01 Aditya Kumar[SelectionDAGBuilder] Add const to relevant places
2016-09-01 Dehao ChenRefactor LICM to expose canSinkOrHoistInst to LoopSink...
2016-09-01 Jason Henline[StreamExecutor] Read dev array directly in test
2016-09-01 Dehao ChenRefactor replaceDominatedUsesWith to have a flag to...
2016-09-01 Alexander ShaposhnikovRemove excessive padding from MismatchingNewDeleteDetector
2016-09-01 Dehao ChenRefactor LICM pass in preparation for LoopSink pass.
2016-09-01 Michael Kuperstein[Legalizer] Don't throw away false low half when expand...
2016-09-01 Rui UeyamaAdd comments.
2016-09-01 Reid KlecknerUn-XFAIL cfi/stats.cpp, it passes since fixing llvm...
2016-09-01 Petr Hosek[ELF] Do not omit debug sections when computing build-id
2016-09-01 Derek Schuff[WebAssembly] Change wasm SizeType to match asmjs
2016-09-01 Chandler CarruthMake the coding standards a bit more clear that we...
2016-09-01 Michael Kuperstein[SelectionDAG] Generate vector_shuffle nodes for unders...
2016-09-01 Saleem Abdulrasoolcstdio: limit gets to CRT versions below 14
2016-09-01 Chris Bieneman[CMake] Add option (defaulted off) to exclude atomic.c
2016-09-01 Heejin Ahn[WebAssembly] Add asm.js-style setjmp/longjmp handling...
2016-09-01 Justin Bognerbugpoint: clang-format and modernize comments in ListRe...
2016-09-01 Saleem Abdulrasoolbuild: don't add -fPIC on Windows
2016-09-01 Tim NorthoverGlobalISel: add a G_PHI instruction to give phis a...
2016-09-01 Evgeniy Stepanov[tsan] Bump stack frame size limit.
2016-09-01 Reid KlecknerFix the ASan fuse-lld.cc test after LLD r280012
2016-09-01 Richard SmithWhen we reach the end of a #include of a header of...
2016-09-01 Michael KruseAllow mapping scalar MemoryAccesses to array elements.
2016-09-01 Chris Bieneman[CMake] NFC. Missed the other uses in r280406
2016-09-01 Chris Bieneman[CMake] NFC. Fixing spelling from r280400
2016-09-01 Matthew Simpson[LV] Use ScalarParts for ad-hoc pointer IV scalarizatio...
2016-09-01 Michael KruseCheck validity of new access relations. NFC.
2016-09-01 Sanjay Patel[InstCombine] add tests to show potential shuffle+inser...
2016-09-01 Andrey Turetskiy[X86] Loosen memory folding requirements for cvtdq2pd...
2016-09-01 Jason Henline[StreamExecutor] Dev handles in platform interface
2016-09-01 Chris Bieneman[CMake] Don't copy headers on fully standalone
2016-09-01 Yaxun LiuAMDGPU: Add runtime metadata for pointee alignment...
2016-09-01 Filipe CabecinhasRevert "Copy over most of the scariness_score test...
2016-09-01 Jason Henline[SE] Make Stream movable
2016-09-01 Davide Italiano[lib/LTO] Simplify a bit. NFCI.
2016-09-01 Enrico GranataWhen updating a ValueObjectRegister, set the flag to...
2016-09-01 Chris Bieneman[CMake] Properly connecting Compiler-RT check and test...
2016-09-01 Chris Bieneman[CMake] Adding compiler-rt-test-depends target
2016-09-01 Chris Bieneman[CMake] Connecting check-all and test-depends targets...
2016-09-01 Michael KupersteinRename some variables to have meaningful names. NFC.
2016-09-01 Matthew Simpson[LV] Move VectorParts allocation and mapping into PHI...
2016-09-01 Enrico GranataChange the formula for tagged NSIndexPath data formatting
2016-09-01 Zachary Turner[codeview] Properly propagate the TypeLeafKind through...
2016-09-01 Reid KlecknerFix dll_host.cc test after adding div and gep trace...
2016-09-01 Michael Kuperstein[DAGCombine] Don't fold a trunc if it feeds an anyext
2016-09-01 Changpeng FangAMDGPU/SI: MIMG TD Refactoring.
2016-09-01 Jason Henline[SE] Docs use JAVADOC_AUTOBRIEF
2016-09-01 Reid Kleckner[lit] Use multiprocessing by default on Windows
2016-09-01 Chris Bieneman[CMake] Revive LLVM_*_DIRS variables
2016-09-01 Geoff Berry[EarlyCSE] Change C API pass interface for EarlyCSE...
2016-09-01 Saleem Abdulrasoolbuild: profile is not a sanitizer
2016-09-01 Simon Dardis[mips] Include missed file from previous commit
2016-09-01 Simon Pilgrim[X86][SSE] Dropped (V)CVTPD2PS intrinsic patterns now...
2016-09-01 Rafael EspindolaAdd missing REQUIRES.
2016-09-01 Simon Dardis[mips] interAptiv based generic schedule model
2016-09-01 Renato GolinTry to fix another profile test
2016-09-01 Filipe CabecinhasRemove extra scariness.Clear() call.
2016-09-01 Andrey Bokhanko[CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on...
2016-09-01 Sanjay Patel[InstCombine] remove fold of an icmp pattern that shoul...
2016-09-01 Krzysztof Parzyszek[Hexagon] Deal with undefs when extending live intervals
2016-09-01 Elena DemikhovskyOptimized FMA intrinsic + FNEG , like
2016-09-01 Aleksei Sidorin[analyzer] ExprEngine: remove second call to PreStmt...
2016-09-01 Rafael EspindolaSign extend a value before passing it to the Target.
2016-09-01 Renato GolinFix profile test assuming dumb compiler
2016-09-01 James Molloy[SimplifyCFG] Handle tail-sinking of more than 2 incomi...
2016-09-01 Filipe CabecinhasClear scariness score when initializing ErrorDoubleFree
2016-09-01 Filipe CabecinhasCopy over most of the scariness_score test to the gener...
next