OSDN Git Service

android-x86/external-llvm.git
2017-03-15 Sanjay Patel[Target] fix typo; NFC
2017-03-15 Eric LiuAdd 'REQUIRES: asserts' to pr32278.ll introduced in...
2017-03-15 Simon Pilgrim[X86][SSE] Fixed shuffle MOVSS/MOVSD combining of all...
2017-03-15 Petar Jovanovic[Mips] Add support to match more patterns for DEXT...
2017-03-15 Simon PilgrimAlign cost model columns. NFCI.
2017-03-15 Zvi RackoverFix malformed XFAIL in previous commit
2017-03-15 Zvi Rackover[DAGCombine] Add reproducer for pr32278
2017-03-15 Sam Parker[ARM] Fix for branch label disassembly for Thumb
2017-03-15 Artyom Skrobov[Thumb1] Fix the bug when adding/subtracting -2147483648
2017-03-15 Nuno Lopesfix gcc -Wmisleading-indentation [NFC]
2017-03-15 Eric Liu[Support][CommandLine] Make it possible to get error...
2017-03-15 Sam Parker[ARM] Enable SMLAL[B|T] isel
2017-03-15 Taewook OhNFC: Reformats comments according to the coding guildel...
2017-03-15 Michal Gorny[llvm-config] Add minimal sanity tests for path options
2017-03-15 Taewook Oh[BranchFolding] Merge debug locations from common tail...
2017-03-15 Peter CollingbourneEnsure that prefix data is preserved with subsections...
2017-03-15 Kostya Serebryany[libFuzzer] remove even more stale code
2017-03-15 Kostya Serebryany[libFuzzer] simplify code a bit
2017-03-14 Francis Visoiu... [MachineFunction] Fix documentation. NFC
2017-03-14 Volkan Keles[GlobalISel] IRTranslator: Return the scalar for <1...
2017-03-14 Fiona GlaserMemCpyOptimizer: don't create new addrspace casts
2017-03-14 Daniel Sanders[globalisel] LLVM_BUILD_GLOBAL_ISEL=OFF should prevent...
2017-03-14 Kostya Serebryany[libFuzzer] remove more stale code
2017-03-14 Kostya Serebryany[libFuzzer] don't clear Counters in TracePC::CollectFea...
2017-03-14 Daniel Sanders[globalisel][tblgen] Add support for ComplexPatterns
2017-03-14 Kostya Serebryany[libFuzzer] remove stale code
2017-03-14 Simon Pilgrim[SelectionDAG] Add a signed integer absolute ISD node
2017-03-14 Derek Schuff[WebAssembly] Use LEB encoding for value types
2017-03-14 Rafael EspindolaArchives require a symbol table on Solaris, even if...
2017-03-14 Evgeniy StepanovFix asm printing of associated sections.
2017-03-14 Eli Friedman[ARM] Replace some C++ selection code with TableGen...
2017-03-14 Juergen Ributzka[Support] Make the SystemZ bot happy by using make_erro...
2017-03-14 Sanjay Patel[DAG] vector div/rem with any zero element in divisor...
2017-03-14 Dehao ChenSamplePGO ThinLTO ICP fix for local functions.
2017-03-14 Sanjay Patel[InstCombine] improve readability; NFCI
2017-03-14 Sanjay Patel[InstCombine] consolidate rem tests and update checks...
2017-03-14 Sanjay Patel[InstCombine] regenerate checks; NFC
2017-03-14 Krzysztof Parzyszek[Hexagon] Fix a condition in HexagonEarlyIfConv.cpp
2017-03-14 Artyom SkrobovFix typo in comment
2017-03-14 Simon Pilgrim[X86] Add extra BITREVERSE tests
2017-03-14 Gil Rapaport[LV] Refactor cross-iteration phi's back-patching; NFC
2017-03-14 Oliver Stannard[ARM] Diagnose ARM MOVT without :lower16: or :upper16...
2017-03-14 Artyom SkrobovDe-duplicate the two implementations of ARMBaseInstrInf...
2017-03-14 Ayal Zaks[LV] Refactor Cost Model's selectVectorizationFactor...
2017-03-14 Simon Pilgrim[X86][MMX] Update FIXME comment. NFCI.
2017-03-14 Daniel BerlinMake PredIteratorCache size() logically const. Do not...
2017-03-14 James HendersonTest commit.
2017-03-14 Benjamin Kramer[CodeGen] Fix -Wreorder warning.
2017-03-14 Tobias GrosserFix typos in ADCE comments
2017-03-14 Oliver Stannard[ValueTracking] Out of range shifts might be undef
2017-03-14 Sam Parker[ARM] Move SMULW[B|T] isel to DAG Combine
2017-03-14 Oren Ben SimhonDisable Callee Saved Registers
2017-03-14 Craig Topper[AVX-512] Use iPTR instead of i64 in patterns for extra...
2017-03-14 Craig Topper[AVX-512] Add test cases that demonstrate some patterns...
2017-03-14 Jonas Paulsson[TargetTransformInfo] getIntrinsicInstrCost() scalariza...
2017-03-14 Craig Topper[AVX-512] Pre-emptively fix more places in fastisel...
2017-03-14 Daniel BerlinAdd missing condprop-xfail.ll that contains the remaini...
2017-03-14 Nirav DaveRecommitting Craig Topper's patch now that r296476...
2017-03-14 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-03-13 Vitaly Buka[libFuzzer] Reorder includes in test
2017-03-13 Vitaly Buka[libFuzzer] Fix compilation of CustomCrossOverAndMutate...
2017-03-13 Zachary TurnerAdd the beginning of PDB diffing support.
2017-03-13 Adrian PrantlRevert "Debug Info: Add basic support for external...
2017-03-13 Daniel BerlinNewGVN: We pass rle-nonlocal, we just perform the repla...
2017-03-13 Artyom Skrobov[Thumb1] combine ADDC/SUBC with a negative immediate
2017-03-13 Rui UeyamaMake FileOutputBuffer fail early if you pass a directory.
2017-03-13 Craig Topper[AVX-512] Fix another case where we are copying from...
2017-03-13 David BlaikieFix llvm-symbolizer to navigate both DW_AT_abstract_ori...
2017-03-13 David BlaikieRemove unused lambda capture
2017-03-13 David BlaikieFix sign compare warning in unit test by using an expli...
2017-03-13 Marcello Maggioni[IPRA] Change algorithm for RegUsageInfoCollector.
2017-03-13 Juergen Ributzka[Support] Follow-up for "Test directory iterators and...
2017-03-13 Volkan KelesGlobalISel: Translate ConstantDataVector
2017-03-13 Juergen Ributzka[Support] Test directory iterators and recursive direct...
2017-03-13 Tim NorthoverRevert "GlobalISel: move vector extract/insert inside...
2017-03-13 Simon Pilgrim[X86][MMX] Fix folding of shift value loads to cover...
2017-03-13 Tim NorthoverGlobalISel: move vector extract/insert inside generic...
2017-03-13 Andrew KaylorRevert r295004 (Add MXCSR) due to errors reported by...
2017-03-13 Volkan Keles[GlobalISel] Update PRE_ISEL_GENERIC_OPCODE_END marker
2017-03-13 Matt ArsenaultAMDGPU: Re-use TM.getNullPointerValue
2017-03-13 Rafael EspindolaBring back r297624.
2017-03-13 Sanjay Patel[SimplifyCFG] move tests for PR31028 from CGP
2017-03-13 Matt ArsenaultAMDGPU: Treat 0 as private null pointer in addrspacecas...
2017-03-13 Rafael EspindolaRevert "Fix crash when multiple raw_fd_ostreams to...
2017-03-13 Daniel BerlinFix some indenting and line-wrapping issues identified...
2017-03-13 Jessica Paquette[Outliner] Add tail call support
2017-03-13 Craig Topper[X86] Lower AVX2 gather intrinsics similar to AVX-512...
2017-03-13 Craig Topper[AVX-512] If gather mask is all ones, force the input...
2017-03-13 Matt ArsenaultAMDGPU: Fold icmp/fcmp into icmp intrinsic
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-03-13 Craig Topper[SelectionDAG] Enhance SDTCisSameNumEltsAs to work...
2017-03-13 Zachary TurnerAdd missing include on <limits>.
2017-03-13 Adrian PrantlAPI gardening: Rename FindAllocaDbgValue to findDbgValu...
2017-03-13 Zachary TurnerUse numeric_limits<size_t>::max() instead of size_t...
2017-03-13 Zachary TurnerFix a warning due to signed/unsigned comparison.
2017-03-13 Zachary TurnerUse the new member accessors of llvm::enumerate.
2017-03-13 Zachary Turner[ADT] Improve the genericity of llvm::enumerate().
2017-03-13 Zachary TurnerRemove an unused variable.
2017-03-13 Sanjay Patel[CGP] add tests for PR31028; NFC
2017-03-13 Zachary Turner[llvm-pdbdump] Add support for dumping symbols from...
next