OSDN Git Service

android-x86/external-llvm.git
2016-10-14 Eric ChristopherRevert "In preparation for removing getNameWithPrefix...
2016-10-14 Vedant Kumar[Coverage] Support loading multiple binaries into a...
2016-10-14 Rafael EspindolaMove alignTo computation inside the if.
2016-10-14 Pierre Gousseau[X86] Take advantage of the lzcnt instruction on btver2...
2016-10-14 Sanjay Patel[InstCombine] use m_APInt to allow sub with constant...
2016-10-14 Mehdi Amini[docs] Update some obsolete information in BitCodeForma...
2016-10-14 Sanjay Patel[InstCombine] add tests for missing vector folds
2016-10-14 Sanjay Patel[InstCombine] auto-generate checks
2016-10-14 Sanjay Patel[InstCombine] remove redundant test
2016-10-14 Sanjay Patel[InstCombine] update test to use FileCheck and auto...
2016-10-14 Sanjay Patel[InstCombine] sub X, sext(bool Y) -> add X, zext(bool Y)
2016-10-14 David L KreitzerDefine "contiki" OS specifier.
2016-10-14 Sanjay Patel[DAG] add folds for negated shifted sign bit
2016-10-14 Sanjay Patel[x86] add tests to show missing folds for negated shift...
2016-10-14 Nicolai HaehnleAMDGPU: Select 64-bit {ADD,SUB}{C,E} nodes
2016-10-14 Diana Picus[GlobalISel] Get the AArch64 tests to work on Linux
2016-10-14 Nicolai HaehnleFix use-after-frees
2016-10-14 Simon Dardis[mips] Fix aui/daui/dahi/dati for MIPSR6
2016-10-14 Nicolai HaehnleAMDGPU: Fix use-after-frees
2016-10-14 Michael Zuckerman[x86][ms-inline-asm] use of "jmp short" in asm is not...
2016-10-14 Craig Topper[DAGCombiner] Teach createBuildVecShuffle to handle...
2016-10-14 Eric ChristopherIn preparation for removing getNameWithPrefix off of...
2016-10-14 Eric ChristopherTidy the calls to getCurrentSection().first -> getCurre...
2016-10-14 Eric ChristopherTidy up example of getting the pointer size.
2016-10-14 Konstantin... [AMDGPU] Emit 32-bit lo/hi got and pc relative variant...
2016-10-14 Konstantin... [AMDGPU] Add 32-bit lo/hi got and pc relative variant...
2016-10-14 Konstantin... [Support/ELF/AMDGPU] Add 32-bit lo/hi got and pc relati...
2016-10-14 Mehdi AminiAdd `llvm::` in clEnumVal macro (NFC)
2016-10-14 Matthias BraunTimer: Fix doxygen comments, use member initializer...
2016-10-14 Teresa JohnsonAdd interface for querying physical hardware concurrency
2016-10-13 Saleem AbdulrasoolCodeGen: use MSVC division on windows itanium
2016-10-13 Saleem AbdulrasoolCodeGen: adjust floating point operations in Windows...
2016-10-13 Sanjay Patel[DAG] hoist DL(N) and fix formatting; NFC
2016-10-13 Kostya Serebryany[libFuzzer] more detailed message for disabled leak...
2016-10-13 Tom StellardLegalizeDAG: Implement PROMOTE for ISD::BITREVERSE
2016-10-13 David L Kreitzer[safestack] Reapply r283248 after moving X86-targeted...
2016-10-13 Sriraman TallamNew llc option pie-copy-relocations to optimize access...
2016-10-13 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2016-10-13 Quentin Colombet[RAGreedy] Empty live-ranges always succeed in last...
2016-10-13 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2016-10-13 Kostya Serebryany[libFuzzer] add -trace_malloc= flag
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Switch to fully static...
2016-10-13 David L Kreitzer[safestack] Move X86-targeted tests into the X86 subdir...
2016-10-13 Teresa JohnsonAdd interface to compute number of physical cores on...
2016-10-13 Reid KlecknerTruncate long names in type records
2016-10-13 Vedant Kumar[unittests] Remove a redundant test fixture (NFC)
2016-10-13 Igor Breger[X86][AVX512] Fix sext v32i1 -> v32i8 lowering.
2016-10-13 Kostya Serebryany[libFuzzer] reapply r283946: refactoring to speed thing...
2016-10-13 Reid KlecknerFix for PR30687. Avoid dereferencing MBB.end().
2016-10-13 Eric LiuDo not delete leading ../ in remove_dots.
2016-10-13 Javed Absar[ARM]: Assign cost of scaling used in addressing mode...
2016-10-13 Matthew Simpson[LV] Account for predicated stores in instruction costs
2016-10-13 Sanjay Patel[x86] add negate-i1 run for 32-bit target
2016-10-13 Matthew Simpson[LV] Avoid rounding errors for predicated instruction...
2016-10-13 Simon Pilgrim[DAGCombiner] Add vector support to (mul (shl X, Y...
2016-10-13 Matt ArsenaultAMDGPU: Assume spilling will occur at -O0
2016-10-13 Simon PilgrimCopy+pasts typo in comment describing combine test
2016-10-13 Simon Pilgrim[DAGCombiner] Add vector support to C2-(A+C1) -> (C2...
2016-10-13 Matt ArsenaultAMDGPU: Fix truncate to bool warnings
2016-10-13 Simon Dardis[mips] Add IAS support for dvp, evp
2016-10-13 Simon Pilgrim[DAGCombiner] Add vector support to (sub -1, x) ->...
2016-10-13 Oren Ben Simhon[X86] Basic additions to support RegCall Calling Conven...
2016-10-13 Daniel JasperSilence unused warning in non-assert builds.
2016-10-13 Craig Topper[AVX-512] Fix v16i32 zero extending shuffle test case...
2016-10-13 Craig Topper[AVX-512] Teach shuffle lowering to recognize 512-bit...
2016-10-13 Craig Topper[AVX-512] Add tests for basic 512-bit zero extending...
2016-10-13 Diana PicusRemove a FIXME that I forgot about. NFC.
2016-10-13 Craig Topper[X86] Simplify the lowering code for extracting and...
2016-10-13 Sebastian PopMemory-SSA: strengthen defClobbersUseOrDef interface
2016-10-13 Sebastian Popcommit back "GVN-hoist: fix store past load dependence...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Provide alternative mapping...
2016-10-13 Reid KlecknerCorrect PrivateLinkage for COFF
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Provide alternative mapping...
2016-10-13 Reid KlecknerRevert "GVN-hoist: fix store past load dependence analy...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Describe cross regbank...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Use static mapping for...
2016-10-13 Quentin Colombet[AArch64][MachineLegalizer] Mark more G_BITCAST as...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Bump the cost of vector...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Use a proper cost for cross...
2016-10-13 Quentin Colombet[AArch64][RegisterBankInfo] Provide more realistic...
2016-10-12 Albert Gutowskifix function label name in addressofreturnaddress test
2016-10-12 Mehdi Amini[GitHubMove Doc] Properly nest a subsection in the...
2016-10-12 Albert Gutowskifix title underline length
2016-10-12 Mehdi AminiMoving to GitHub - Unified Proposal
2016-10-12 Krzysztof ParzyszekHandle lane masks in LivePhysRegs when adding live-ins
2016-10-12 Tim NorthoverGlobalISel: support G_TRUNC selection on AArch64.
2016-10-12 Tim NorthoverGlobalISel: support int <-> float conversions on AArch64.
2016-10-12 Tim NorthoverGlobalISel: select G_FCMP instructions on AArch64.
2016-10-12 Tim NorthoverGlobalISel: support selection of G_ICMP on AArch64.
2016-10-12 Tim NorthoverGlobalISel: select G_BRCOND instructions on AArch64.
2016-10-12 Tim NorthoverGlobalISel: mark G_BRCOND on s1 as legal.
2016-10-12 Vedant Kumar[unittests] Delete even more copy constructors (NFC)
2016-10-12 Vedant Kumar[unittests] Delete some copy constructors (NFC)
2016-10-12 Vedant Kumar[unittest] Pass a reference instead of making a copy...
2016-10-12 Vedant Kumar[Coverage] Delete some copy constructors (NFC)
2016-10-12 Vedant Kumar[Coverage] Factor out logic to create FunctionRecords...
2016-10-12 Albert GutowskiCreate llvm.addressofreturnaddress intrinsic
2016-10-12 Reid KlecknerUpdate _MSC_VER equality checks for msdiaNNN.dll
2016-10-12 Michal Gorny[lit] Fix test shtest-timeout.py for modern output
2016-10-12 Michal Gorny[lit] Fix FormatError on individual test timeout
next