OSDN Git Service

android-x86/external-llvm.git
2017-11-03 Kevin EnderbyFix a crash in llvm-objdump when printing a bad x86_64...
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
2017-11-03 Craig Topper[SimplifyCFG] When merging conditional stores, don...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-11-03 David Blaikiellvm-objdump: Fix unused-lambda-capture warning by...
2017-11-03 Mitch Phillips[cfi-verify] Add blacklist parsing for result filtering.
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 David BlaikieModularize: Include some required headers
2017-11-03 Martin Storsjo[llvm-ar] Support an options string that start with...
2017-11-03 Aaron BallmanCorrecting some CRLFs that snuck in with my previous...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Mitch Phillips[cfi-verify] Add an interesting unit test where undef...
2017-11-03 Craig Topper[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to...
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-03 Jake Ehrlich[llvm-objcopy] Add support for dwarf fission
2017-11-03 Evandro Menezes[AArch64] Fix the number of iterations for the Newton...
2017-11-03 Evgeny StupachenkoThe patch fixes PR35131
2017-11-03 Adrian PrantlRevert "Invoke salvageDebugInfo from CodeGenPrepare...
2017-11-03 Craig Topper[CodeGen] Remove unnecessary semicolons to fix a warnin...
2017-11-03 Craig Topper[X86] Initialize Type and Subtype in getHostCPUName...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Jun Bum Lim[LICM] sink through non-trivially replicable PHI
2017-11-03 Alexey Bataev[SLP] Test for PR23510, NFC.
2017-11-03 Simon Dardis[mips] Match 'ins' and its' variants with C++ code
2017-11-03 Andrew V. TischenkoFix for Bug 34475 - LOCK/REP/REPNE prefixes emitted...
2017-11-03 Anna Thomas[LoopPredication] NFC: Refactored code to separate...
2017-11-03 Mikael Holmen[ADCE] Use MapVector for BlockInfo to make iteration...
2017-11-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-03 Simon Pilgrim[X86][SSE] Add PACKUS support to combineVectorTruncation
2017-11-03 Florian Hahn[PartialInliner] Skip call sites where inlining fails.
2017-11-03 Diana Picus[globalisel][tablegen] Skip src child predicates
2017-11-03 Diana Picus[ARM GlobalISel] Move the check for Thumb higher up
2017-11-03 Ivan A. Kosarev[Analysis] Refine matching and merging of TBAA tags
2017-11-03 Francis Visoiu... [PEI] Simplify handling of targets with no phys regs...
2017-11-03 Martin Storsjo[AArch64] Use dwarf exception handling on MinGW
2017-11-03 Max Kazantsev[NFC] Get rid of hard-coded value ID in test
2017-11-03 Martin Storsjo[llvm-nm] Don't error out on multiple occurrances of...
2017-11-03 Martin Storsjo[llvm-nm] Print 'I' for import table data in COFF
2017-11-03 Craig Topper[X86] Remove PALIGNR/VALIGN handling from combineBitcas...
2017-11-03 Craig Topper[TableGen] Add an extra blank line to DAGISel output...
2017-11-03 Vedant Kumar[LSR] Clarify a comment. NFC.
2017-11-03 Sriraman TallamAvoid PLT for external calls when attribute nonlazybind...
2017-11-02 Jake EhrlichReland "Add feature to determine if host architecture...
2017-11-02 Vedant Kumar[Verifier] Remove the -verify-debug-info cl::opt
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add FPR16 support in value...
2017-11-02 Puyan Lotfimir-canon: First commit.
2017-11-02 Jake Ehrlich[llvm-objcopy] Fix bug in how segment alignment was...
2017-11-02 Craig Topper[X86] Give AVX512VL instructions priority over their...
2017-11-02 Adrian PrantlIndVarSimplify: preserve debug information attached...
2017-11-02 Jake EhrlichAdd feature to determine if host architecture is 64...
2017-11-02 Konstantin... AMDGPU: Fix warning discovered by r317266 [-Wunused...
2017-11-02 Hiroshi YamauchiIrreducible loop metadata for more accurate block frequ...
2017-11-02 Krzysztof Parzyszek[Hexagon] Prefer L2_loadrub_io over L4_loadrub_rr
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-11-02 Adrian PrantlClean up comments in include/llvm-c/DebugInfo.h
2017-11-02 Anna Thomas[LoopPredication] Enable predication when latchCheckIV...
2017-11-02 Adrian PrantlAdd missing header guards.
2017-11-02 Konstantin... AMDGPU: Remove outdated fixme (it was already fixed)
2017-11-02 Shoaib Meenai[cmake] Remove policy conditionals
2017-11-02 Hans WennborgFix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF...
2017-11-02 Martin Storsjo[test] Move llvm-lib tests into tools/llvm-lib. NFC.
2017-11-02 Craig Topper[X86] Simplify the pentium4 code in getHostCPUName...
2017-11-02 Craig Topper[X86] Change getHostCPUName fallback code to not select...
2017-11-02 Jonas Devlieghere[dsymutil][doc] Improve wording in manpage and rename...
2017-11-02 Anna ThomasStrip off invariant.start because memory locations...
2017-11-02 Mitch PhillipsFixed line length style issue.
2017-11-02 Chad Rosier[TargetParser][AArch64] Reorder enum to preserve 5...
2017-11-02 Jonas Devlieghere[dsymutil] Add a manpage for dsymutil
2017-11-02 Anna ThomasRevert "[RS4GC] Strip off invariant.start because memor...
2017-11-02 Anna Thomas[RS4GC] Strip off invariant.start because memory locati...
2017-11-02 Clement CourbetRevert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-02 Clement Courbet[ExpandMemCmp] Split ExpandMemCmp from CodeGen into...
2017-11-02 Ayman Musa[X86] Fix bug in legalize vector types - Split large...
2017-11-02 Simon Dardis[mips] Use register scavenging with MSA.
2017-11-02 Sam McCallTemporary workaround for msan false positive.
2017-11-02 Michael ZuckermanAdding test for extraxt sub vector load and store avx512
2017-11-02 Yichao YuAllow inaccessiblememonly and inaccessiblemem_or_argmem...
2017-11-02 Francis Visoiu... [AsmPrinterDwarf] Add support for .cfi_restore directive
2017-11-02 Bjorn Pettersson[SimplifyCFG] Discard speculated dbg intrinsics
2017-11-02 Sam Parker[ARM] and, or, xor and add with shl combine
2017-11-02 Andrew V. TischenkoThe patch updates sched numbers for YMM AVX instrs...
2017-11-02 Sam McCallUpdate go bindings to use new functions from rL317135.
2017-11-02 NAKAMURA Takumillvm-c/DebugInfo.h: Fix warning. [-Wdocumentation]
2017-11-02 Martin Storsjo[test] Remove the leftover empty directory after SVN...
2017-11-02 Martin Storsjo[test] Move llvm-dlltool tests into tools/llvm-dlltool...
2017-11-02 Craig Topper[X86] Remove the model checks from the 486 detection...
2017-11-02 Craig Topper[X86] Simplify the detection of pentium-mmx in Host...
2017-11-02 Eric ChristopherRevert "Remove some of the go specific C bindings for...
2017-11-02 Steven Wu[X86] Fix fast-isel-int-float-conversion test
2017-11-02 Eric ChristopherFix for go bindings header to match previous commit.
2017-11-02 Eric ChristopherRemove some of the go specific C bindings for debug...
2017-11-02 Shoaib Meenai[cmake] Switch FATAL_ERROR to SEND_ERROR
2017-11-01 Mitch PhillipsUpdate cl::opt<uint64_t> instances to cl::opt<unsigned...
2017-11-01 Jake Ehrlich[yaml2obj][ELF] Add support for setting alignment in...
2017-11-01 Adrian Prantlloop-unroll: teach remapInstruction to update dbg.value...
2017-11-01 Petar JovanovicRevert "Correct dwarf unwind information in function...
2017-11-01 whitequark[LLVM-C] Expose functions to create debug locations...
next