OSDN Git Service

android-x86/external-llvm.git
2016-09-04 Chandler Carruth[LCG] Clean up and make NDEBUG verify calls more rigoro...
2016-09-04 Chandler Carruth[LCG] A NFC refactoring to extract the logic for doing
2016-09-04 Dorit Nuzman[InstCombine] Preserve llvm.mem.parallel_loop_access...
2016-09-04 Lang Hames[ExecutionEngine] Move ObjectCache::anchor from MCJIT...
2016-09-04 Dorit NuzmanTest commit.
2016-09-04 Hal Finkel[PowerPC] Zero-extend constants in FastISel
2016-09-04 Craig Topper[AVX-512] Remove masked integer add/sub/mull intrinsics...
2016-09-04 Joseph TremouletFix inliner funclet unwind memoization
2016-09-03 Craig Topper[X86] Combine some of the strings in autoupgrade code.
2016-09-03 Xinliang David LiCleanup : Use metadata preserving API for branch creation
2016-09-03 Xinliang David Li[Profile] preserve branch metadata lowering select...
2016-09-03 Mehdi AminiFix ThinLTO crash with debug info
2016-09-03 Simon PilgrimStrip trailing whitespace
2016-09-03 Matt ArsenaultAMDGPU: Set sizes of spill pseudos
2016-09-03 Matt ArsenaultAMDGPU: Fix adding duplicate implicit exec uses
2016-09-03 Craig Topper[AVX-512] Add integer ADD/SUB instructions to load...
2016-09-03 Craig Topper[AVX-512] Mark EVEX encoded vpcmpeq as commutable just...
2016-09-03 Nicolai HaehnleAMDGPU: Reduce the duration of whole-quad-mode
2016-09-03 Nicolai HaehnleAMDGPU: Fix an interaction between WQM and polygon...
2016-09-03 Matt ArsenaultAMDGPU: Do basic folding of class intrinsic
2016-09-03 Matt ArsenaultAMDGPU: Fix spilling of m0
2016-09-03 Matt ArsenaultImprove debug error message with register name
2016-09-03 Craig Topper[AVX-512] Add EVEX encoded VPCMPEQ and VPCMPGT to the...
2016-09-03 NAKAMURA TakumiMake lit/util.py py3-compatible.
2016-09-03 Nico WeberRevert r280549.
2016-09-03 Duncan P. N... ADT: Use std::list in SparseBitVector, NFC
2016-09-03 Hal Finkel[PowerPC] Support asm parsing for bc[l][a][+-] mnemonics
2016-09-03 Duncan P. N... ADT: Do not inherit from std::iterator in ilist_iterator
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
next