OSDN Git Service

android-x86/external-llvm.git
2018-07-13 Andrea Di Biagio[llvm-mca][BtVer2] Add tests for dependency breaking...
2018-07-13 Ulrich Weigand[TableGen] Suppress type validation when parsing patter...
2018-07-13 Matt ArsenaultAMDGPU: Properly handle shader inputs with split arguments
2018-07-13 Matt ArsenaultAMDGPU: Fix handling of alignment padding in DAG argume...
2018-07-13 Marcello Maggioni[Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter...
2018-07-13 Evgeniy StepanovRevert "CallGraphSCCPass: iterate over all functions."
2018-07-13 Roman Lebedev[NFC][X86][AArch64] Negative tests for 'check for ...
2018-07-13 Joel Galenson[cfi-verify] Only run AArch64 tests when it is a suppor...
2018-07-13 Jonas Devlieghere[dwarfdump] Pretty print DW_AT_APPLE_runtime_class
2018-07-13 Sjoerd Meijer[AArch64] Armv8.4-A: LDAPR & STLR with immediate offset...
2018-07-13 Nemanja Ivanovic[PowerPC] Materialize more constants with CR-field...
2018-07-13 Joel Galenson[cfi-verify] Support AArch64.
2018-07-13 Stella Stamenova[json, test] Fix the json.td test - the path to python...
2018-07-13 Simon Atanasyan[mips] Add microMIPS case to the tests and regenerate...
2018-07-13 Andrea Di Biagio[llvm-mca] Improve a few debug prints. NFC
2018-07-13 Erich KeaneAdd parens to silence Wparentheses warning, introduced...
2018-07-13 Erich Keane[NFC] Silence Wparentheses warning in DomTreeUpdater...
2018-07-13 Ulrich Weigand[TableGen] Support multi-alternative pattern fragments
2018-07-13 Tim RenoufDivergenceAnalysis: added debug output
2018-07-13 Chandler Carruth[SLH] Introduce a new pass to do Speculative Load Harde...
2018-07-13 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-13 Chandler Carruth[UpdateTestChecks] Teach the x86 asm parser to skip...
2018-07-13 Chandler Carruth[x86] Fix a capitalization that I failed to save in...
2018-07-13 Chandler Carruth[x86] Teach the EFLAGS copy lowering to handle much...
2018-07-13 Andrea Di Biagio[llvm-mca] Simplify the Pipeline constructor. NFC
2018-07-13 Andrea Di Biagio[llvm-mca] Removed unused arguments from methods in...
2018-07-13 Sander de Smalen[AArch64][SVE] Asm: Vector Unpack Low/High instructions.
2018-07-13 Simon Pilgrim[AArch64] Updated bigendian buildvector tests
2018-07-13 Simon Pilgrim[ARM] Regenerated arg endian test
2018-07-13 Sander de Smalen[AArch64][SVE] Asm: Support for insert element (INSR...
2018-07-13 Petar Jovanovic[LiveDebugValues] Tracking copying value between registers
2018-07-13 Craig Topper[X86] Prefer MOVSS/SD over BLEND under optsize in isel.
2018-07-13 Dean Michael... [XRay][compiler-rt] Add PID field to llvm-xray tool...
2018-07-13 Craig Topper[X86] Remove isel patterns that turns packed add/sub...
2018-07-13 Chijun Sima[DomTreeUpdater] Ignore updates when both DT and PDT...
2018-07-13 Joel E. Denny[FileCheck] Implement -v and -vv for tracing matches
2018-07-13 Sanjay Patel[InstCombine] return when SimplifyAssociativeOrCommutat...
2018-07-13 Matthias BraunCodeGen: Remove pipeline dependencies on StackProtector...
2018-07-12 Piotr PadlewskiSimplify recursive launder.invariant.group and strip
2018-07-12 Matt Davis[llvm-mca] Constify SourceMgr::hasNext. NFC.
2018-07-12 Matt Davis[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca...
2018-07-12 Craig Topper[X86] Regenerate checks in sse-scalar-fp-arith.ll.
2018-07-12 Fangrui Song[InstCombine] Simplify isKnownNegation
2018-07-12 Craig Topper[X86] Add AVX512 equivalents of some isel patterns...
2018-07-12 Craig TopperRevert r336950 and r336951 "[X86] Add AVX512 equivalent...
2018-07-12 George Burgess IVRemove redundant *_or_null checks; NFC
2018-07-12 Craig Topper[X86] Add AVX512 equivalents of some isel patterns...
2018-07-12 Craig Topperfoo
2018-07-12 Martin StorsjoRevert "[SLPVectorizer] Add initial alternate opcode...
2018-07-12 Bill Wendling[gold-plugin] Disable section ordering for relocatable...
2018-07-12 Matt Morehouse[SanitizerCoverage] Add associated metadata to 8-bit...
2018-07-12 Stefan Pintilie[PowerPC] [NFC] Update __float128 tests
2018-07-12 Craig Topper[X86][FastISel] Support EVEX version of sqrt.
2018-07-12 Craig Topper[X86] Add show-mc-encoding to some fast-isel intrinsic...
2018-07-12 Matt ArsenaultAMDGPU: Fix assert in truncate combine with vectors
2018-07-12 Matthias BraunRevert "(HEAD -> master, origin/master, arcpatch-D37582...
2018-07-12 Matthias BraunCodeGen: Remove pipeline dependencies on StackProtector...
2018-07-12 Wolfgang Pieb[DWARF v5] Generate range list tables into the .debug_r...
2018-07-12 Craig Topper[X86] Connect the flags user from PCMPISTR instructions...
2018-07-12 Craig Topper[X86][FastISel] Choose EVEX instructions when possible...
2018-07-12 Galina KistanovaReverted r336805 as it broke llvm-clang-x86_64-expensiv...
2018-07-12 Stephen HinesAdd --strip-all option back to llvm-strip.
2018-07-12 Roman Lebedev[NFC][X86][AArch64] Add tests for the 'check for [no...
2018-07-12 Matt Davis[llvm-mca] Simplify eventing by adding an onEvent templ...
2018-07-12 Sjoerd MeijerFollow up of r336913: forgot to add the new test files.
2018-07-12 Sjoerd Meijer[AArch64] Armv8.4-A: LDAPR & STLR with immediate offset...
2018-07-12 Roman Lebedev[InstCombine] icmp-logical.ll: restore the original...
2018-07-12 Roman Lebedev[InstCombine] Fold x & (-1 >> y) != x to x u> (...
2018-07-12 Andrew Ng[ThinLTO] Escape module paths when printing
2018-07-12 Francis Visoiu... [DebugInfo][X86] Add start-after flags to MIR tests
2018-07-12 Francis Visoiu... [XRay] Fix machine verifier issues in X86
2018-07-12 Simon Pilgrim[X86][SSE] Utilize ZeroableElements for canWidenShuffle...
2018-07-12 Chen Zheng[InstCombine]add testcases for folding more SPFofSPF...
2018-07-12 Simon Pilgrim[X86][AVX] Use Zeroable mask to improve shuffle mask...
2018-07-12 David Green[UnJ] Use SmallPtrSets for block collections. NFC
2018-07-12 Simon PilgrimFix -Wdocumentation warnings. NFCI.
2018-07-12 Simon Pilgrim[X86] Add UDIV by uniform/non-uniform constant tests
2018-07-12 Simon Atanasyan[mips] Mark standard encoded instructions as not being...
2018-07-12 Craig Topper[X86] Remove i128 type from FR128 regclass.
2018-07-12 Sam McCall[Support] Require llvm::Error passed to formatv() to...
2018-07-12 Stefan GranitzFix few typos in comments (write access test commit)
2018-07-12 Chijun Sima[Dominators] Add isUpdateLazy() method to the DomTreeUp...
2018-07-12 Craig Topper[X86] Remove patterns and ISD nodes for the old scalar...
2018-07-12 Chen Zheng[InstSimplify] simplify add instruction if two operands...
2018-07-12 Fangrui Song[AsmParser] Fix inconsistent declaration parameter...
2018-07-12 Eric ChristopherTemporarily revert "Recommit r328307: [IPSCCP] Use...
2018-07-12 Chandler Carruth[x86] Fix another trivial bug in x86 flags copy lowerin...
2018-07-12 Craig Topper[X86] Add patterns to use VMOVSS/SD zero masking for...
2018-07-12 Chandler Carruth[x86] Fix EFLAGS copy lowering to correctly handle...
2018-07-12 Craig Topper[X86] Remove and autoupgrade the scalar fma intrinsics...
2018-07-12 Eric ChristopherAdd -allow-deprecated-dag-overlap to one of the experim...
2018-07-11 Duncan P. N... IR: Skip -print-*-all after -print-*
2018-07-11 Eli Friedman[CodeGen] Emit more precise AssertZext/AssertSext nodes.
2018-07-11 Craig Topper[LoopIdiomRecognize] Don't convert a do while loop...
2018-07-11 Craig Topper[LoopIdiomRecognize] Add a test case showing a loop...
2018-07-11 Tom StellardAMDGPU/SI: Initialize InstrInfo before TargetLoweringIn...
2018-07-11 Alina Sbirlea[MemorySSA] Add APIs to move memory accesses between...
2018-07-11 Bill WendlingTemporarily reverting.
2018-07-11 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) != x ...
2018-07-11 Tom StellardAMDGPU: Remove duplicate call to initializeSubtargetDep...
next