OSDN Git Service

android-x86/external-llvm.git
2017-10-24 Adrian PrantlUse range-based for loop. NFC
2017-10-24 Artem Belevich[NVPTX] allow address space inference for volatile...
2017-10-24 Adrian PrantlDelete unused instantiations of DIBuilder. NFC
2017-10-24 Sam CleggFix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
2017-10-24 Gadi Haber[X86][Broadwell] Added the instruction scheduling infor...
2017-10-24 Vedant Kumar[llvm-cov] Use a stable sort on sub-views
2017-10-24 Adrian PrantlUse range-based-for. NFC
2017-10-24 Yonghong Songbpf: fix a bug in trunc-op optimization
2017-10-24 Daniel Sanders[globalisel][tablegen] Fix future undefined behaviour...
2017-10-24 Justin BognerMIR: Print the register class or bank in vreg defs
2017-10-24 Stefan Pintilie[PowerPC] Try to simplify a Swap if it feeds a Splat
2017-10-24 David BlaikieBinaryFormat/MachO.h Don't mark header functions as...
2017-10-24 David BlaikieValueTracking.h Don't mark header functions as file...
2017-10-24 David BlaikieMemoryBuiltins.h: Don't mark header functions as file...
2017-10-24 David BlaikieIndirectCallSiteVisitor.h:findIndirectCallSites Don...
2017-10-24 David BlaikieStringExtras.h Don't mark header functions as file...
2017-10-24 David BlaikieSmallVector.h:capacity_in_bytes Don't mark header funct...
2017-10-24 David BlaikieDenseMap.h:capacity_in_bytes Don't mark header function...
2017-10-24 David BlaikieBitVector.h:capacity_in_bytes Don't mark header functio...
2017-10-24 Yonghong Songbpf: fix a bug in bpf-isel trunc-op optimization
2017-10-24 Aaron BallmanAdded instructions for obtaining clang-tools-extra...
2017-10-24 Adrian PrantlDoxygenify comments.
2017-10-24 Michael Kruse[opt] Initialize WriteBitcode pass.
2017-10-24 Daniel Sanders[globalisel][tablegen] Multi-insn emission requires...
2017-10-24 Simon Pilgrim[X86][AVX] ComputeNumSignBitsForTargetNode - add suppor...
2017-10-24 Reid Kleckner[codeview] Fix handling of S_HEAPALLOCSITE
2017-10-24 Simon Pilgrim[SelectionDAG] Add VSELECT support to ComputeNumSignBits
2017-10-24 Saleem AbdulrasoolPowerPC: support the separator character in the IAS
2017-10-24 Craig Topper[TableGen] Fix some formatting quirks in the subtarget...
2017-10-24 Craig Topper[TableGen] Simplify some of the subtarget emission...
2017-10-24 Simon Pilgrim[X86] truncateVectorCompareWithPACKSS - use PACKSSDW...
2017-10-24 Sanjay Patel[x86] add more vector ISA variants for memcmp expansion...
2017-10-24 Sanjay Patel[utils] make retq/retl regex an option that is off...
2017-10-24 Oliver Stannard[ARM] Tighten up CHECK lines in a test
2017-10-24 Oliver Stannard[ARM] Error for invalid shift in memory operand
2017-10-24 Simon Pilgrim[X86] truncateVectorCompareWithPACKSS - remove duplicat...
2017-10-24 Andrew V. TischenkoUpdate f16c instruction scheduling on btver2.
2017-10-24 Zvi RackoverX86CallFrameOptimization: Update comments and variable...
2017-10-24 Zvi RackoverX86CallFrameOptimization: Recognize 'store 0/-1 using...
2017-10-24 Bjorn Pettersson[ConstantFolding] Avoid assert when folding ptrtoint...
2017-10-24 Bjorn Pettersson[LangRef] Update description of Constant Expressions
2017-10-24 George Rimar[llvm-dwarfdump] - Cleanup of gnu_call_site.s. NFC.
2017-10-24 Marek OlsakAMDGPU: Add new intrinsic llvm.amdgcn.kill(i1)
2017-10-24 Marek OlsakAMDGPU: Add llvm.amdgcn.wqm.vote intrinsic
2017-10-24 Jan Korous[docs] Code example fix
2017-10-24 Oliver Stannard[ARM] Replace development diagnostics with normal DEBUG...
2017-10-24 Serguei KatkovRestore the fix rL316059 eliminated by rL316372
2017-10-24 Oliver Stannard[ARM] tSETEND needs IsThumb
2017-10-24 Oliver Stannard[ARM] Remove tCPS alias which just crashed
2017-10-24 Sam McCallSupport formatv of TimePoint with strftime-style formats.
2017-10-24 Clement Courbet[CodeGen][ExpandMemcmp][NFC] Allow memcmp to expand...
2017-10-24 Zvi RackoverX86: Fix X86CallFrameOptimization to search for the...
2017-10-24 Bruno Cardoso... [Modules] Add module for Config/llvm-config.h
2017-10-24 Omer Paparo... [MC] Adding code padding for performance stability...
2017-10-24 Zvi RackoverX86: Register the X86CallFrameOptimization pass
2017-10-24 Daniel Sanders[globalisel][tablegen] Remove unused InstructionMatcher...
2017-10-24 Bob Haarman[raw_fd_ostream] report actual error in error messages
2017-10-24 Saleem AbdulrasoolObjCARC: do not increment past the end of the BB
2017-10-23 Reid Kleckner[codeview] Add support for inlinee lists
2017-10-23 Justin Lebar[PM] Fix Typo
2017-10-23 Jessica Paquette[MachineOutliner] Add optimisation remarks for successf...
2017-10-23 Konstantin... AMDGPU: Initialize WavefrontSize from TD files
2017-10-23 Aditya Nandakumar[GISel][ARM]: Fix illegal Generic copies in tests
2017-10-23 Aditya Nandakumar[GISel][AArch64]: Fix illegal Generic copies in tests
2017-10-23 Reid Kleckner[codeview] Recognize two records with no type index...
2017-10-23 Rong Xu[PM] Add pgo-memop-opt pass to the new pass manager
2017-10-23 Simon Pilgrim[X86][SSE] combineBitcastvxi1 - use PACKSSWB directly...
2017-10-23 Bob WilsonAdd a new Simulator entry for the target triple environ...
2017-10-23 George Burgess IVFix buildbot breakage
2017-10-23 Mitch PhillipsMade llvm-cfi-verify not execute unit tests on non...
2017-10-23 George Burgess IVDon't crash when we see unallocatable registers in...
2017-10-23 Mitch PhillipsGraph builder implementation.
2017-10-23 Stefan PintilieRevert "[PowerPC] Try to simplify a Swap if it feeds...
2017-10-23 Mandeep Singh... [GVNSink] Fix failing GVNSink tests in the reverse...
2017-10-23 Krzysztof Parzyszek[Hexagon] Return the correct chain edge for i1 function...
2017-10-23 Stefan Pintilie[PowerPC] Try to simplify a Swap if it feeds a Splat
2017-10-23 Krzysztof Parzyszek[Hexagon] Add extra pattern for S4_addaddi
2017-10-23 Jonas HahnfeldFix FormatVariadicTest with GCC
2017-10-23 Daniel Sanders[globalisel][tablegen] Import stores and allow GISel...
2017-10-23 Mitch PhillipsAccidently merged an incomplete upstream patch in 10e6e...
2017-10-23 Mitch PhillipsPatch in
2017-10-23 Vedant Kumar[wasm] readSection: Avoid reading past eof (fixes oss...
2017-10-23 Simon Pilgrim[X86][SSE] Regenerate PACKSS tests on 32 + 64-bit targets
2017-10-23 Mitch PhillipsUpdated 'Getting Started' to use valid git links (added...
2017-10-23 Sanjay Patel[PassManager] add test to show the new PM uses -latesim...
2017-10-23 Daniel Sanders[globalisel] Add very brief docs summarizing the ISel...
2017-10-23 Matt ArsenaultAMDGPU: Cleanup local atomic node names
2017-10-23 Matt ArsenaultAMDGPU: Fix default range in non-kernel functions
2017-10-23 Craig Topper[X86] Fix disassembler table generation to prevent...
2017-10-23 Jessica Paquette[MachineOutliner] NFC: Rename getters/setters to fit...
2017-10-23 Craig Topper[X86] Change VMPTRST to use PS instead of TB to match...
2017-10-23 Craig Topper[X86] Change RDRAND to use PS instead of TB.
2017-10-23 Craig Topper[X86] Change XRSTOR to use PS instead of TB to match...
2017-10-23 Simon Pilgrim[X86][SSE] Remove AssertZext stage from PEXTRW/PEXTRB...
2017-10-23 Andrew V. TischenkoUpdate DPPD/DPPS instruction scheduling on btver2.
2017-10-23 Craig Topper[X86] Add PTWRITE instruction for assembler and disasse...
2017-10-23 Craig Topper[X86] Add RDPID instruction for assembler and disassembler.
2017-10-23 Simon Pilgrim[DAGCombine] Permit combining of shuffles of equivalent...
2017-10-23 Sam McCallSupport formatting formatv_objects.
2017-10-23 Simon Pilgrim[X86][SSE] Regenerate bitcast-and-setcc tests
next