OSDN Git Service

android-x86/external-llvm.git
2017-03-15 Daniel Sanders[tablegen][globalisel] Trivial changes to reduce size...
2017-03-15 Adrian McCarthyIntroduce NativeEnumModules and NativeCompilandSymbol
2017-03-15 Zvi Rackover[DAGCombine] Bail out if can't create a vector with...
2017-03-15 Derek Schuff[WebAssembly] Update format of 'names' section.
2017-03-15 Simon Pilgrim[X86] Add missing BITREVERSE costs for SSE2 vectors...
2017-03-15 Ahmed Bougacha[GlobalISel] Avoid translating synthetic constants...
2017-03-15 Ahmed Bougacha[GlobalISel][AArch64] Select ADDXri.
2017-03-15 Matt ArsenaultAMDGPU: Fix unnecessary ands when packing f16 vectors
2017-03-15 Tim NorthoverARM: avoid clobbering register in v6 jump-table expansion.
2017-03-15 Rong Xu[PGO] Refactor the code for value profile annotation
2017-03-15 Ahmed Bougacha[GlobalISel] Insert translated switch icmp blocks after...
2017-03-15 Ahmed Bougacha[GlobalISel] Preserve IR block layout.
2017-03-15 Ahmed Bougacha[GlobalISel] Use ASCII quote/apostrophe in comment...
2017-03-15 Matt ArsenaultAMDGPU: Minor SIAnnotateControlFlow cleanups
2017-03-15 Zachary Turner[YAML] When outputting, provide the ability to write...
2017-03-15 Reid KlecknerMove some LAST_* enum sentinels out of their enums
2017-03-15 Craig Topper[CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom...
2017-03-15 Ahmed Bougacha[GlobalISel][AArch64] Add back constant select tests...
2017-03-15 Ahmed Bougacha[GlobalISel][AArch64] Use appropriate test function...
2017-03-15 Ahmed Bougacha[GlobalISel][AArch64] Split out select tests. NFC.
2017-03-15 Ahmed Bougacha[GlobalISel] Remove dead member. NFC.
2017-03-15 Peter CollingbourneRe-apply r296730, "cmake: Configure the ThinLTO cache...
2017-03-15 Peter CollingbourneCodeGen: Use the source filename as the argument to...
2017-03-15 Simon Pilgrim[SelectionDAG] Support BUILD_VECTOR implicit truncation...
2017-03-15 Nemanja Ivanovic[PowerPC][Altivec] Add mfvrd and mffprd extended mnemonic
2017-03-15 Simon Pilgrim[SelectionDAG][AArch64] Add test case showing incorrect...
2017-03-15 Sanjay PatelCyle -> Cycle; NFCI
2017-03-15 Eric LiuRevert "Refactor SimplifyCFG:canSinkInstructions [NFC]"
2017-03-15 Artyom SkrobovRevert "[Thumb1] Fix the bug when adding/subtracting...
2017-03-15 Simon PilgrimReverted unintended commit
2017-03-15 Simon PilgrimFix Wint-in-bool-context warning (PR32248)
2017-03-15 Aditya KumarRefactor SimplifyCFG:canSinkInstructions [NFC]
2017-03-15 Sam ParkerReverting r297821 due to breaking lld test.
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...
next