platform/upstream/llvm.git
2019-02-04 Leonard Chan[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
2019-02-04 Jessica Paquette[GlobalISel] Add IRTranslator support for G_FFLOOR
2019-02-04 Jessica Paquette[GlobalISel] Introduce a generic floating point floor...
2019-02-04 Sanjay Patel[CGP] use IRBuilder to simplify code
2019-02-04 Kostya Kortchinsky[scudo] Initial standalone skeleton check-in
2019-02-04 Kadir Cetinkaya[clangd] Enable include insertion for static index
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-04 Joachim Protze[OMPT] Make sure that OMPT is enabled when accessing...
2019-02-04 Simon Pilgrim[X86][SSE] SimplifyDemandedBitsForTargetNode - PCMPGT...
2019-02-04 James HendersonRevert r353048.
2019-02-04 Pavel LabathFixes for the ProcessLaunchInfo move
2019-02-04 James Henderson[CommandLine] Don't print empty sentinel values from...
2019-02-04 Pavel LabathMove FileAction, ProcessInfo and ProcessLaunchInfo...
2019-02-04 Matt ArsenaultGlobalISel: Fix formatting of debug output
2019-02-04 Matt ArsenaultAMDGPU/GlobalISel: Legalize select for v4s16
2019-02-04 Simon Pilgrim[DAGCombine] Add ADD(SUB,SUB) combines
2019-02-04 Andrea Di Biagio[AsmPrinter] Remove hidden flag -print-schedule.
2019-02-04 Simon Pilgrim[X86] Add a couple of missed ADD combine tests
2019-02-04 Simon PilgrimUse auto for dyn_cast case to save a line. NFCI.
2019-02-04 David Green[ARM] Mark 255 and 65535 as cheap for Thumb1 "And"
2019-02-04 David Green[ARM] Add testcases for D57671. NFC
2019-02-04 Max Kazantsev[NFC] Make a check in GuardWidening more obvious
2019-02-04 Dmitry VenikovCommit tests for changes in revision D41608
2019-02-04 Max Kazantsev[NFC] Rename variables to reflect the actual status...
2019-02-04 Clement Courbet[llvm-objcopy][NFC] Fix trailing semicolon warning.
2019-02-04 Max Kazantsev[NFC] Remove redundant parameters for better readability
2019-02-04 Krasimir Georgiev[clang-format] Fix breaking of qualified operator
2019-02-04 Max Kazantsev[NFC] Replace equivalent condition for better readability
2019-02-04 Kadir Cetinkaya[clang] Add getCommentHandler to PreambleCallbacks
2019-02-04 Clement Courbet[SelectionDAG] Add a BaseIndexOffset::print() method...
2019-02-04 Haojian Wu[clangd] Bump vscode-clangd v0.0.10
2019-02-04 Haojian Wu[clangd] Update vscode dependencies
2019-02-04 Roman Lebedev[llvm-exegesis] Cut run time of analysis mode by anothe...
2019-02-04 Roman Lebedev[llvm-exegesis] Cut run time of analysis mode by -84...
2019-02-04 Roman Lebedev[llvm-exegesis] Throughput support in analysis mode
2019-02-04 Roman Lebedev[llvm-exegesis] deserializeMCInst(): bump SmallVector...
2019-02-04 Roman Lebedev[llvm-exegesis] Don't default to running&dumping all...
2019-02-04 Sergi Mateo... [OpenMP] Adding support to the mutexinoutset dep-type
2019-02-04 Max Kazantsev[SCEV] Do not bother creating separate SCEVUnknown...
2019-02-04 Craig TopperRecommit r352660 "[X86] Mark EMMS and FEMMS as clobberi...
2019-02-04 Craig Topper[X86] Print %st(0) as %st when its implicit to the...
2019-02-04 Craig Topper[X86] Regenerate test to drop 'End function' comments...
2019-02-04 Craig TopperRevert r352985 "[X86] Print %st(0) as %st to match...
2019-02-04 Saleem Abdulrasooltests: loosen restriction
2019-02-03 Sunil SrivastavaCompute the correct symbol size in llvm-nm even without...
2019-02-03 Martin StorsjoProvide a placement new definition for the SEH version...
2019-02-03 James Y Knight[opaque pointer types] Trivial changes towards CallInst...
2019-02-03 Davide Italiano[docs] Recommend assertions when testing.
2019-02-03 Davide Italiano[LoopIdiomRecognize] @llvm.dbg values shouldn't affect...
2019-02-03 Bruno Ricci[AST] Update the comments of the various Expr::Ignore...
2019-02-03 Simon Pilgrim[NFC] Make vector types legal in UREM test
2019-02-03 Bruno Ricci[ASTDump] Add a flag indicating whether a CXXThisExpr...
2019-02-03 Sanjay Patel[PowerPC] adjust test for uaddo change in rL353001
2019-02-03 Sanjay Patel[CGP] adjust target constraints for forming uaddo
2019-02-03 Jonathan Metzman[libFuzzer][Windows] Reenable passing tests
2019-02-03 Simon Pilgrim[X86][AVX] Support shuffle combining for VBROADCAST...
2019-02-03 Sanjay Patel[PatternMatch] add special-case uaddo matching for...
2019-02-03 Simon Pilgrim[X86][AVX] Support shuffle combining for VPMOVZX with...
2019-02-03 David ZarzyckiHot fix two test regressions (%T vs %t)
2019-02-03 David Chisnall[objc-gnustep] Fix encoding of ivar size for _Bool.
2019-02-03 Simon Pilgrim[X86][AVX] More aggressively simplify BROADCAST source...
2019-02-03 Sanjay Patel[x86] add CGP uaddo test with weird type; NFC
2019-02-03 Sanjay Patel[CGP] move test file to prevent bot failures
2019-02-03 Simon PilgrimRemove trailing semicolon. NFCI.
2019-02-03 Simon PilgrimRemove trailing semicolon. NFCI.
2019-02-03 Stephen Kelly[AST] Extract ASTNodeTraverser class from ASTDumper
2019-02-03 Sanjay Patel[CGP] refactor optimizeCmpExpression (NFCI)
2019-02-03 Sanjay Patel[PowerPC] add tests for saturating add; NFC
2019-02-03 Philip Pfaffe[DA][NewPM] Handle transitive dependencies in the new...
2019-02-03 Craig Topper[X86] Print %st(0) as %st to match what gcc inline...
2019-02-03 Craig Topper[X86] Lower ISD::UADDO to use the Z flag instead of...
2019-02-03 Eric FiselierCorrect test my *really really* overaligning a type.
2019-02-03 Fangrui Song[AMDGPU] Fix -Wunused-variable after rL352978
2019-02-03 Dmitry Venikov[InstSimplify] Missed optimization in math expression...
2019-02-03 Eric FiselierFix handling of usual deallocation functions in various...
2019-02-03 Matt ArsenaultGlobalISel: Implement widenScalar for G_UNMERGE_VALUES
2019-02-02 Matt ArsenaultGlobalISel: Implement widenScalar for G_EXTRACT vector...
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Avoid reporting illegal extloads...
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize icmp for pointer types
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize constant for pointer types
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize select for pointer types
2019-02-02 Matt ArsenaultGlobalISel: Legalization for inttoptr/ptrtoint
2019-02-02 Philip Pfaffe[NewPM] Add support for new-PM plugins to clang
2019-02-02 Nico WeberReplace uses of %T with %t in from previous frontend...
2019-02-02 Eric FiselierMove the feature test macros script to the utils directory.
2019-02-02 Stephane MooreRevert rCTE352968 due to compilation failures 💥
2019-02-02 Stephane Moore[clang-tidy] Make google-objc-function-naming ignore...
2019-02-02 Craig Topper[X86] Add another test case for PR40539. NFC
2019-02-02 Petr Hosek[libunwind] Provide placement new definition
2019-02-02 Petr Hosek[libunwind] Remove the remote unwinding support
2019-02-02 Hyrum Wright[clang-tidy] Rename time lookup functions; NFC
2019-02-02 Simon Pilgrim[X86][AVX] Enable INSERT_SUBVECTOR(SRC0, SHUFFLE(SRC1...
2019-02-02 Simon Pilgrim[SDAG] Add SDNode/SDValue getConstantOperandAPInt helpe...
2019-02-02 Florian Hahn[LCSSA] Handle case with single new PHI faster.
2019-02-02 Kristof Umann[analyzer][UninitializedObjectChecker] New flag to...
2019-02-02 Florian Hahn[LCSSA] Add expensive verification of LCSSA form for...
2019-02-02 Eric Liu[clangd] Fix heap-use-after-free after r352868
2019-02-02 David Green[ASTImporter] Fix up test that only works on X86.
2019-02-02 Craig Topper[X86][SSE]: Adding full coverage of MC encoding tests...
2019-02-02 JF BastienRevert "Bump minimum toolchain version"
next