OSDN Git Service

android-x86/external-llvm.git
2016-09-03 Duncan P. N... ADT: Split out iplist_impl from iplist, NFC
2016-09-03 Wei MiFix buildbot error.
2016-09-03 Duncan P. N... ADT: Rename NodeTy to T in iplist/ilist template parameters
2016-09-03 Duncan P. N... ADT: Remove external uses of ilist_iterator, NFC
2016-09-03 Duncan P. N... ADT: Fix up IListTest.privateNode and get it passing
2016-09-02 Hal Finkel[PowerPC] Add asm parser/disassembler support for hrfid...
2016-09-02 Hal Finkel[PowerPC] Add support for the extended dcbf form and...
2016-09-02 Yunzhong Gao(LLVM part) Implement MASM-flavor intel syntax behavior...
2016-09-02 Ron LiebermanMake sure to maintain register liveness when generating...
2016-09-02 Gor Nishanovgitignore: ignore VS Code editor files
2016-09-02 Ivan Krasinlit: print process output, if getting the list of googl...
2016-09-02 Zachary Turner[codeview] Make FieldList records print as a yaml sequence.
2016-09-02 Xinliang David Li[Profile] handle select instruction in 'expect' lowering
2016-09-02 Hal Finkel[PowerPC] For larger offsets, when possible, fold offse...
2016-09-02 James Y Knight[Sparc] Mark i128 shift libcalls unavailable in 32...
2016-09-02 Jan VeselyAMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_...
2016-09-02 Sjoerd MeijerSetting fp trapping mode and denormal type: this an...
2016-09-02 Krzysztof ParzyszekDo not consider subreg defs as reads when computing...
2016-09-02 Sanjay Patel[InstCombine] auto-generate assertions for tighter...
2016-09-02 Chad Rosier[SLP] Don't pass a global CL option as an argument...
2016-09-02 Jan VeselyAMDGPU/R600: Expand unaligned writes to local and global AS
2016-09-02 Jan VeselyAMDGPU: Reorganize store tests
2016-09-02 Reid Kleckner[codeview] Use the correct max CV record length of...
2016-09-02 Kyle ButtIfConversion: Add assertions that both sides of a diamo...
2016-09-02 Kyle ButtIfConversion: Fix bug introduced by rescanning diamonds.
2016-09-02 Adam NemetFix up comment from r280442, noticed by Justin.
2016-09-02 Wei MiSplit the store of a wide value merged from an int...
2016-09-02 Sanjay Patel[InsttCombine] fold insertelement of constant into...
2016-09-02 Davide Italiano[lib/LTO] Simplify. No functional change intended.
2016-09-02 Reid KlecknerQuick fix to make LIT_PRESERVES_TMP work again
2016-09-02 Reid Kleckner[lit] Clean up temporary files created by tests
2016-09-02 Derek Schuff[WebAssembly] Update known test failures
2016-09-02 Matthew Simpson[LV] Ensure reverse interleaved group GEPs remain uniform
2016-09-02 Andrea Di BiagioSimplify code a bit. No functional change intended.
2016-09-02 Sanjay Patelfix documentation comments; NFC
2016-09-02 Andrea Di Biagio[instsimplify] Fix incorrect folding of an ordered...
2016-09-02 Andrea Di Biagio[DAGcombiner] Fix incorrect sinking of a truncate into...
2016-09-02 Andrey BokhankoFixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
2016-09-02 Chandler Carruth[PM] Try to fix an MSVC2013 failure due to finding...
2016-09-02 Alexey Bataev[InstCombine] Add test for insertelementinsts with...
2016-09-02 George Rimar[Support] - Fix possible crash in match() of llvm:...
2016-09-02 George Rimar[llvm-readobj] - Teach readobj to print DT_AUXILIARY...
2016-09-02 James Molloy[SimplifyCFG] Add a workaround to fix PR30188
2016-09-02 Craig Topper[AVX-512] Move tests for masked floating point logical...
2016-09-02 Craig Topper[AVX-512] Remove floating point logical operation instr...
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 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-01 Dehao ChenExplicitly require DominatorTreeAnalysis pass for insts...
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 Dehao ChenRefactor replaceDominatedUsesWith to have a flag to...
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 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 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 Tim NorthoverGlobalISel: add a G_PHI instruction to give phis a...
2016-09-01 Reid KlecknerFix the ASan fuse-lld.cc test after LLD r280012
2016-09-01 Matthew Simpson[LV] Use ScalarParts for ad-hoc pointer IV scalarizatio...
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 Yaxun LiuAMDGPU: Add runtime metadata for pointee alignment...
2016-09-01 Davide Italiano[lib/LTO] Simplify a bit. NFCI.
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 Zachary Turner[codeview] Properly propagate the TypeLeafKind through...
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 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 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 Simon Dardis[mips] interAptiv based generic schedule model
2016-09-01 Andrey Bokhanko[CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on...
next