OSDN Git Service

android-x86/external-llvm.git
2016-06-09 Justin Lebar[NVPTX] Add intrinsics for shfl instructions.
2016-06-09 Sanjoy DasNFC cleanup of InitializePasses.h
2016-06-09 Justin Lebar[NVPTX] Mark bar.sync intrinsic as convergent.
2016-06-09 Easwaran Raman[PM] Port LCSSA to the new PM.
2016-06-09 Vedant KumarRevert "[lit] Use os.devnull instead of named temp...
2016-06-09 Wei DingAMDGPU/SI: Fix 32-bit fdiv lowering
2016-06-09 Vedant Kumar[lit] Use os.devnull instead of named temp files
2016-06-09 Michael Kuperstein[LV] Use vector phis for some secondary induction variables
2016-06-09 Chris Bieneman[CMake] Add LLVM_TOOLS_INSTALL_DIR to LLVMConfig.cmake
2016-06-09 Davide ItalianoAlso fix a typo. Need more coffee today.
2016-06-09 Davide ItalianoImprove r272262, check that __stack_chk_guard is used.
2016-06-09 Jan VeselySelectionDAG: Implement expansion of {S,U}MIN/MAX in...
2016-06-09 Hans WennborgPDB/Raw/Hash.h: try to fix VS2013 build
2016-06-09 Haicheng WuReapply "[MBP] Reduce code size by running tail merging...
2016-06-09 Ulrich Weigand[SystemZ] Enable long displacement constraints for...
2016-06-09 Davide ItalianoMove stackguard test to X86/ directory as it's not...
2016-06-09 Davide Italiano[CodeGen] Change getSDagStackGuard to get an internal...
2016-06-09 Hrvoje Varga[mips][microMIPS] Implement BOVC, BNVC, EXT, INS and...
2016-06-09 James Molloy[Thumb] A branch is not part of an IT block
2016-06-09 Igor Breger[AVX512] Remove masked_move/blendm intrinsic from back...
2016-06-09 Zlatko Buljan[mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ...
2016-06-09 Sam Kolton[AMDGPU] Disassembler: Support for sdwa instructions
2016-06-09 Diana Picus[llc] Remove exit-on-error flag from MIR tests (PR27770)
2016-06-09 Craig Topper[AVX512] Fix shuffle decode printing for several instru...
2016-06-09 James Molloy[Thumb] Select a BIC instead of AND if the immediate...
2016-06-09 Craig Topper[X86] Fix a test I failed to re-generate in r272249.
2016-06-09 Craig Topper[X86] Bring consistent naming to the SSE/AVX and AVX512...
2016-06-09 Craig Topper[X86] Fix bad comment in assert. NFC
2016-06-09 Xinliang David LiRevert r272194 No need for it if loop Analysis Manager...
2016-06-09 Saleem Abdulrasooltest: fix typo
2016-06-09 Saleem AbdulrasoolAArch64: support the `.arch` directive in the IAS
2016-06-09 Kostya Serebryany[libFuzzer] add one more OOM test, which we currently...
2016-06-09 Teresa Johnson[ThinLTO/gold] Enable summary-based internalization
2016-06-09 Sanjoy DasMinor clean up in loopHasNoAbnormalExits; NFC
2016-06-09 Sanjoy DasBe wary of abnormal exits from loop when exploiting UB
2016-06-09 Sanjoy DasFactor out a loopHasNoAbnormalExits; NFC
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-06-09 Reid Kleckner[codeview] Skip DIGlobalVariables with no variable
2016-06-09 Zachary Turner[pdbdump-fuzzer] Try to fix build errors in fuzzer.
2016-06-09 Rui Ueyama[pdbdump] Verify part of TPI hash streams.
2016-06-09 Alina Sbirlea[cpu-detection] Add missing break statements in outer...
2016-06-08 Quentin Colombet[MIR] Check that generic virtual registers get a size.
2016-06-08 Rui UeyamaFunction names should start with lowercase letters.
2016-06-08 Michael Zolotukhin[LoopSimplify] Preserve LCSSA when merging exit blocks.
2016-06-08 Rui Ueyama[PDB] Move PDB functions to a separate file.
2016-06-08 Michael Zolotukhin[LoopUnroll] Check that DT is available before trying...
2016-06-08 Chris Bieneman[CMake] Cleanup version check for 2.8.11
2016-06-08 Chris Bieneman[CMake] Cleanup version check for 2.8.12
2016-06-08 Chris Bieneman[CMake] Cleanup version checks for CMake 3.0
2016-06-08 Justin Bognercmake: Simplify add_lit_testsuites
2016-06-08 Chris Bieneman[CMake] Cleanup uses of USES_TERMINAL
2016-06-08 Quentin Colombet[RegBankSelect] Print out the actual mapping of the...
2016-06-08 Quentin Colombet[RegBankSelect] Remove a debug print of a potentially...
2016-06-08 Quentin Colombet[RegisterBankInfo] Avoid code duplication in OperandsMa...
2016-06-08 Quentin Colombet[RegisterBankInfo] Add dump/print methods for OperandsM...
2016-06-08 Michael Zolotukhin[SLPVectorizer] Handle GEP with differing constant...
2016-06-08 Davide Italiano[PM] Add missing caching of GlobalsAA to EarlyCSE.
2016-06-08 Dehao ChenRevive reviews.llvm.org/D12778 to handle forward-hot...
2016-06-08 Chris Bieneman[CMake] Fixing a typo
2016-06-08 Chris Bieneman[CMake] Support overriding binary install directory
2016-06-08 Sanjay Patel[InstCombine] move fold of select of add/sub to helper...
2016-06-08 Reid Kleckner[DebugInfo] Add calling convention support for DWARF...
2016-06-08 Sanjay Patel[InstCombine] fix outdated comment, simplify logic...
2016-06-08 Evgeny StupachenkoThe patch set unroll disable pragma when unroll
2016-06-08 Xinliang David Li[PM] Refector LoopAccessInfo analysis code
2016-06-08 Sanjay Patel[InstCombine] reduce indent; NFC
2016-06-08 Tim Shen[MemCpyOpt] Do not exchange llvm.lifetime.start and...
2016-06-08 Sanjay Patel[InstCombine] use copyIRFlags() ; NFCI
2016-06-08 Benjamin KramerApply most suggestions of clang-tidy's performance...
2016-06-08 Adrian McCarthyGenerate codeview for array type metadata.
2016-06-08 Benjamin Kramer[CodeView] Remove manual expansion of the default copy...
2016-06-08 George Burgess IVAttempt #2 to appease the buildbots.
2016-06-08 Reid Kleckner[codeview] Avoid emitting an empty file checksum table
2016-06-08 Sanjoy Das[SCEV] Break out of loop if there is no more work to do
2016-06-08 Sanjoy Das[SCEV] Track no-abnormal-exits instead of no-throw...
2016-06-08 Sanjoy DasTeach isGuarantdToTransferExecToSuccessor about debug...
2016-06-08 Sanjoy DasFix a bug in SCEV's poison value propagation
2016-06-08 Quentin Colombet[RegBankSelect] Silence an unused variable warning...
2016-06-08 Quentin Colombet[RegBankSelect] Comment on how we could improve repairi...
2016-06-08 Zachary Turner[pdb] Fix build errors in PDB unit tests.
2016-06-08 George Burgess IVTry to appease buildbots.
2016-06-08 Zachary Turner[pdb] Handle stream index errors better.
2016-06-08 Rui UeyamaRemove a patch .rej file.
2016-06-08 Quentin Colombet[AArch64][RegisterBankInfo] G_OR are fine on either...
2016-06-08 Quentin Colombet[RegBankSelect] Use RegisterBankInfo applyMapping method.
2016-06-08 Vedant Kumar[ProfileData] Update llvm's copy of InstrProfData.inc
2016-06-08 Quentin Colombet[RegisterBankInfo] Implement the method to apply a...
2016-06-08 Quentin Colombet[RegBankSelect] Use the OperandMapper class to hold...
2016-06-08 Quentin Colombet[RegBankSelect] Use const_iterator instead of iterator...
2016-06-08 Quentin Colombet[RegisterBankInfo] Introduce OperandsMapper class.
2016-06-08 Quentin Colombet[Target] Introduce a generic opcode for bitwise OR...
2016-06-08 Quentin Colombet[RegBankSelect] Introduce a command line option to...
2016-06-08 Quentin Colombet[RegBankSelect] Explain what it would take to support...
2016-06-08 Oliver Stannard[ARM] MSR instructions implicitly set CPSR
2016-06-08 Daniel Dunbar[lit] Ensure we get bytes when reading redirected outpu...
2016-06-08 Saleem AbdulrasoolSupport: correct AArch64 TargetParser implementation
2016-06-08 Davide Italiano[PM] LoopSimplify. Remove unneeded pass dependencies...
2016-06-08 Davide Italiano[PM/SimplifyCFG] Preserve GlobalsAA even if the IR...
2016-06-08 Vasileios Kalintiris[mips] Add a proper file header in MipsFastISel.cpp
2016-06-08 Krzysztof Parzyszek[Hexagon] Modify HexagonExpandCondsets to handle subreg...
next