platform/upstream/llvm.git
2018-08-16 Michael Bergadd a missed case for binary op FMF propagation under...
2018-08-16 Philip Reames[AST] Speculative build fix for a polly buildbot
2018-08-16 Philip Reames[MemLoc] Fix a bug causing any use of invariant.end...
2018-08-16 Evgeniy Stepanov[hwasan] Add __hwasan_handle_longjmp.
2018-08-16 Matt ArsenaultAMDGPU: Correct errors in device table
2018-08-16 Emmett NeymanUpdate README and Dockerfile to include llvm-proto...
2018-08-16 Evgeniy Stepanov[hwasan] Add malloc_fill_byte and free_fill_byte flags.
2018-08-16 Krzysztof Parzyszek[SystemZ] Require asserts in subregliveness-06.mir
2018-08-16 Philip Reames[LICM][NFC] Restructure pointer invalidation API in...
2018-08-16 Vedant Kumar[dotest] Make --test-subdir work with --no-multiprocess
2018-08-16 Andrea Di Biagio[llvm-mca] Fix -Wpessimizing-move warnings introduced...
2018-08-16 Peter CollingbourneAdd missing test file from r339799.
2018-08-16 Craig Topper[X86] Pre-commit test case for D50827.
2018-08-16 Jacob Gravelle[WebAssembly] Remove temporary workaround for function...
2018-08-16 Krzysztof Parzyszek[MachineVerifier] Check if predecessor is jointly domin...
2018-08-16 Andrea Di Biagio[llvm-mca] Refactor how execution is orchestrated by...
2018-08-16 Eli Friedman[SelectionDAG] Improve the legalisation lowering of...
2018-08-16 Jordan Rupprecht[llvm-strip] Add support for -p/--preserve-dates
2018-08-16 Reid KlecknerFix lldb-vscode build on Windows
2018-08-16 Raphael Isemann[ASTImporter] Add test for member pointer types.
2018-08-16 Raphael Isemann[ASTImporter] Add test for importing CompoundAssignOper...
2018-08-16 Raphael Isemann[ASTImporter] Add test for DoStmt
2018-08-16 Raphael Isemann[ASTImporter] Add test for WhileStmt
2018-08-16 Raphael Isemann[ASTImporter] Add test for IndirectGotoStmt
2018-08-16 Vedant KumarDisable two flaky pexpect-backed tests on Darwin
2018-08-16 Reid KlecknerUpdate LLD tests for CodeView dumper change in r339907
2018-08-16 Krzysztof Parzyszek[RegisterCoalescer] Shrink to uses if needed after...
2018-08-16 Greg ClaytonAdd a new tool named "lldb-vscode" that implements...
2018-08-16 Reid KlecknerUpdate LLDB for LLVM CodeView API change in r339907
2018-08-16 Zachary TurnerFix memory leak in demangling of string literals.
2018-08-16 Simon Pilgrim[TargetLowering] Add support for non-uniform vectors...
2018-08-16 Reid Kleckner[codeview] Use push_macro to avoid conflicts instead...
2018-08-16 Nirav Dave[MC] Cleanup noop default case spelling. NFC.
2018-08-16 Fangrui Song[ELF] mergeSections: remove non-alive MergeInputSection
2018-08-16 Tom StellardRevert "unittests: Don't install TestPlugin.so"
2018-08-16 Matt ArsenaultAMDGPU: Custom lower fexp
2018-08-16 Simon Pilgrim[X86][SSE] Add sdiv by nonuniform constant vector test...
2018-08-16 Evandro Menezes[NFC] Fix typo in test cases
2018-08-16 Jordan RupprechtNFC: Test commit access
2018-08-16 Simon Pilgrim[TargetLowering] Refactor BuildSDIV in preparation...
2018-08-16 Tom Stellardunittests: Don't install TestPlugin.so
2018-08-16 Benjamin Kramer[MC] Remove unused variable
2018-08-16 Nirav Dave[MC][X86] Enhance X86 Register expression handling...
2018-08-16 Zachary TurnerFix -Wmicrosoft-goto warnings.
2018-08-16 Zachary TurnerAdd support for AVX-512 CodeView registers.
2018-08-16 Zachary Turner[MS Demangler] Demangle string literals.
2018-08-16 Zachary Turner[MS Demangler] Don't fail on MD5-mangled names.
2018-08-16 Simon Pilgrim[TableGen] TypeSetByHwMode::operator== optimization
2018-08-16 Sanjay Patel[ConstantFolding] add tests for funnel shift intrinsics...
2018-08-16 Simon Pilgrim[TableGen] Avoid self getPredicates() != comparison...
2018-08-16 Evandro Menezes[InstCombine] Expand the simplification of pow(x, 0...
2018-08-16 David Carlier[Sanitizer] Fix build openbsd
2018-08-16 Andrea Di Biagio[llvm-mca] Small refactoring in preparation for another...
2018-08-16 Simon Pilgrim[TableGen] Return ValueTypeByHwMode by const reference...
2018-08-16 Hans Wennborg[cmake] Prevent LLVMgold.so from being unloaded on...
2018-08-16 George Rimar[LLD][ELF] - Add a test case for DT_SONAME entry reading.
2018-08-16 Simon PilgrimFixed unused variable warning. NFCI.
2018-08-16 Stefan Maksimovic[libunwind][mips] Include gcc_s for linkage
2018-08-16 Kirill Bobyrev[clangd] NFC: Improve Dex Iterators debugging traits
2018-08-16 George Rimar[LLD][ELF] - Add a test case.
2018-08-16 Sanjay Patel[InstCombine] move vector compare before same-shuffled ops
2018-08-16 Louis Dionne[libcxx] By default, do not use internal_linkage to...
2018-08-16 George Rimar[yaml2obj] - Allow to use numeric sh_link (Link) value...
2018-08-16 George Rimar[yaml2elf] - Use check-next in test.
2018-08-16 Sam Parker[ARM] Ignore GEPs in ARMCodeGenPrepare
2018-08-16 George Rimar[yaml2elf] - Simplify code, add a test. NFC.
2018-08-16 Dean Michael... [XRay][compiler-rt] Remove MAP_NORESERVE from XRay...
2018-08-16 Sam Parker[ARM] Allow zext in ARMCodeGenPrepare
2018-08-16 George Rimar[LLD][ELF] - Add test case.
2018-08-16 Simon PilgrimAttempt to fix clangd tests on older compilers
2018-08-16 Yvan Roux[libcxxabi] Fix test_exception_address_alignment test...
2018-08-16 Alex Bradbury[RISCV][MC] Don't fold symbol differences if requiresDi...
2018-08-16 Simon Pilgrim[ADT] Replace APInt::WORD_MAX with APInt::WORDTYPE_MAX
2018-08-16 Bruno Ricci[AST] Store the OwnedTagDecl as a trailing object in...
2018-08-16 Bruno Ricci[AST] Pack the unsigned of SubstTemplateTypeParmPackTyp...
2018-08-16 Bruno Ricci[AST] Pack the unsigned of DependentTemplateSpecializat...
2018-08-16 Sam Parker[ARM] Allow signed icmps in ARMCodeGenPrepare
2018-08-16 Stefan Maksimovic[libunwind][mips] Guard accumulator registers
2018-08-16 Stefan Maksimovic[libunwind][mips] Modify the __mips_fpr macro check
2018-08-16 Simon Atanasyan[mips] Remove dead code from MipsPassConfig
2018-08-16 Max Kazantsev[NFC] Remove const modifier to allow further developmen...
2018-08-16 Craig Topper[X86] Remove masking from the 512-bit paddus/psubus...
2018-08-16 Max Kazantsev[NFC] Add missing const modifier
2018-08-16 Craig Topper[X86] Remove masking from the 512-bit padds and psubs...
2018-08-16 Craig Topper[X86] Remove masking from the 512-bit padds and psubs...
2018-08-16 Craig Topper[X86] Remove the unused masked 128 and 256-bit masked...
2018-08-16 Craig Topper[X86] Correct some bad FileCheck prefixes in tests...
2018-08-16 Raphael Isemann[ASTImporter] Add test for CXXDefaultInitExpr
2018-08-16 Raphael Isemann[ASTImporter] Add test for CXXScalarValueInit
2018-08-16 Raphael Isemann[ASTImporter] Add test for ForStmt and ContinueStmt
2018-08-16 Chandler Carruth[x86] Actually initialize the SLH pass with the x86...
2018-08-16 Easwaran Raman[BFI] Use rounding while computing profile counts.
2018-08-16 Petr Hosek[Driver] -print-target-triple and -print-effective...
2018-08-15 Jim InghamFix a little thinko in generating ___lldb_unnamed_symbo...
2018-08-15 Emmett NeymanImplementation of nested loops in cxx_loop_proto
2018-08-15 Raphael Isemann[ASTImporter] Add test for ArrayInitLoopExpr
2018-08-15 Raphael Isemann[ASTImporter] Add test for ExprWithCleanups
2018-08-15 Chris Bieneman[Darwin Driver] Fix Simulator builtins and test cases
2018-08-15 Adrian PrantlAdd libc++ data formatters for std::optional.
2018-08-15 Raphael Isemann[ASTImporter] Add test for IfStmt
next