OSDN Git Service

android-x86/external-llvm.git
2016-10-15 Kostya Serebryany[libFuzzer] swap bytes in integers when handling CMP...
2016-10-15 Kostya Serebryany[libFuzzer] better algorithm for -minimize_crash
2016-10-15 Tom StellardAMDGPU/SI: Handle s_getreg hazard in GCNHazardRecognizer
2016-10-15 Justin BognerADT: Use LLVM_NODISCARD instead of LLVM_ATTRIBUTE_UNUSE...
2016-10-14 Evgeny Astigeevich[NFC] Loop Versioning for LICM code clean up
2016-10-14 Tim NorthoverGlobalISel: rename legalizer components to match others.
2016-10-14 Justin BognerSupport: Add LLVM_NODISCARD with C++17's [[nodiscard...
2016-10-14 Mehdi Aminihardware_physical_concurrency() should return 1 when...
2016-10-14 Tim NorthoverPowerPC: specify full triple to avoid different Darwin...
2016-10-14 Sanjay Patel[ARM] add tests for PR30660
2016-10-14 Sanjay Patel[PowerPC] add tests for PR30661
2016-10-14 Guozhi Wei[PPC] Shorter sequence to load 64bit constant with...
2016-10-14 Kostya Serebryany[libFuzzer] remove subdir fuzzer-test-suite as it is...
2016-10-14 Kostya Serebryany[libFuzzer] add -trace_cmp=1 (guiding mutations based...
2016-10-14 Saleem Abdulrasoolvim: add `norecurse` attribute
2016-10-14 Saleem Abdulrasoolvim: add `comdat` keyword
2016-10-14 Sanjay Patel[DAG] avoid creating illegal node when transforming...
2016-10-14 Tom StellardAMDGPU/SI: Use new SimplifyDemandedBits helper for...
2016-10-14 Tom StellardTargetLowering: Add SimplifyDemandedBits() helper to...
2016-10-14 Krzysztof ParzyszekThe real fix for post-r284255 failures
2016-10-14 Krzysztof ParzyszekWorkaround to eliminate check-llvm failures after r284255
2016-10-14 David L KreitzerAdd a pass to optimize patterns of vectorized interleav...
2016-10-14 Tom StellardAMDGPU/SI: Don't allow unaligned scratch access
2016-10-14 Krzysztof Parzyszek[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
2016-10-14 David L Kreitzer[safestack] Use non-thread-local unsafe stack pointer...
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...
next