platform/upstream/llvm.git
2018-01-18 Jan Veselyhalf_sin: Implement using sin
2018-01-18 Jan Veselyhalf_recip: Implement using 1/x
2018-01-18 Jan Veselyhalf_log2: Implement using log2
2018-01-18 Jan Veselyhalf_log10: Implement using log10
2018-01-18 Jan Veselyhalf_log: Implement using log
2018-01-18 Jan Veselyhalf_exp10: Implement using exp10
2018-01-18 Jan Veselyhalf_exp2: Implement using exp2
2018-01-18 Jan Veselyhalf_exp: Implement using exp
2018-01-18 Jan Veselyhalf_cos: Implement using cos
2018-01-18 Jan Veselyhalf_sqrt: Cleanup implementation
2018-01-18 Jan Veselyhalf_rsqrt: Cleanup implementation
2018-01-18 Ben Hamilton[clang-tidy objc-property-declaration] Expand list...
2018-01-18 Peter CollingbourneSupport: Add missing #include.
2018-01-18 Paul Robinson[DWARFv5] Number the line-table's directory array corre...
2018-01-18 Steve O'Brienc-index-test: small fix to CXString handling and disposal
2018-01-18 Kostya Kortchinsky[scudo] Use -fsanitize=scudo rather than --whole-archiv...
2018-01-18 Sylvestre Ledruwe have now https support for apt.llvm.org. Updating...
2018-01-18 Sam CleggConvert comment to C-style to prevent warning
2018-01-18 Dimitry AndricFollow-up to rL322875 by initializing the do_libcxxabi...
2018-01-18 Amara Emerson[AArch64][GlobalISel] Add isel support for global value...
2018-01-18 Simon Pilgrim[X86][SSE] Regenerate vector promotion tests
2018-01-18 Ana Pazos[RISCV] Fixed setting predicates for compressed instruc...
2018-01-18 Dimitry AndricAdd a -no-libcxxabi option to the test-release.sh script.
2018-01-18 Simon Pilgrim[X86][AVX] Add 256/512-bit slow PMULLD tests
2018-01-18 Ben Hamilton[ClangFormat] ObjCSpaceBeforeProtocolList should be...
2018-01-18 Marshall ClowAdd memory tracking
2018-01-18 Zachary TurnerSpeed up iteration of CodeView record streams.
2018-01-18 Don Hinton[cmake] [libcxxabi] Don't print warning when tests...
2018-01-18 Dimitry AndricSprinkle a few <cstdlib> includes, for libomptarget...
2018-01-18 Francis Visoiu... [CodeGen][NFC] Rename IsVerbose to IsStandalone in...
2018-01-18 Francis Visoiu... [CodeGen] Print RegClasses on MI in verbose mode
2018-01-18 Alexey Bataev[SLP] Fix test checks, NFC.
2018-01-18 Marshall ClowUse high_resolution_clock instead of steady_clock....
2018-01-18 Marshall ClowA simple program for testing OSS-Fuzz test cases locally.
2018-01-18 Benjamin Kramer[ADT] Just give up on GCC, I can't fix this.
2018-01-18 Simon Atanasyan[ELF][MIPS] Rename function. NFC
2018-01-18 Simon Atanasyan[ELF][MIPS] Decompose relocation type for N32 / N64...
2018-01-18 Benjamin Kramer[ADT] Add a workaround for GCC miscompiling the trivial...
2018-01-18 Jonas Hahnfeld[OpenMP] Correct generation of offloading entries
2018-01-18 Sam McCall[clangd] Remove unused IncludeGlobals completion option...
2018-01-18 Sanjay Patel[TargetLowering] add punctuation for readability; NFC
2018-01-18 Ilya Biryukov[clangd] Always use preamble (even stale) for code...
2018-01-18 Ilya Biryukov[Frontend] Allow to use PrecompiledPreamble without...
2018-01-18 Michael Kruse[ScopBuilder] Revise statement naming when there are...
2018-01-18 Michael Kruse[ScopInfo] Pass name to ScopStmt ctor. NFC.
2018-01-18 Sam McCall[MachineOutliner] Fix r322788 - don't write to working...
2018-01-18 Joel Jones[docs] Make ReleaseProcess.rst 80 column. NFCI
2018-01-18 Francis Visoiu... [CodeGen][NFC] Refactor MachineInstr::print
2018-01-18 Benjamin Kramer[HWAsan] Fix uninitialized variable.
2018-01-18 Simon Pilgrim[X86] Add PR35918 test case
2018-01-18 Simon PilgrimFix MSVC "uninitialized variable" warning.
2018-01-18 Klaus Kretzschmartest commit
2018-01-18 Alex Bradbury[RISCV] Codegen support for the standard RV32M instruct...
2018-01-18 Kamil RytarowskiEnable sanitizer_common tests on NetBSD
2018-01-18 Kamil RytarowskiBreak a line into two lines
2018-01-18 Alex Bradbury[RISCV] Implement frame pointer elimination
2018-01-18 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2018-01-18 Kamil RytarowskiAdd new NetBSD interceptors: getgrouplist(3) & getgroup...
2018-01-18 Pavel LabathFix logging test on windows
2018-01-18 Kamil RytarowskiAdd new interceptors: access(2), faccessat(2)
2018-01-18 Jonas HahnfeldAdd missing headers for Debug builds
2018-01-18 Kamil RytarowskiAdd new interceptors for pwcache(3)-style functions
2018-01-18 Andrew V. TischenkoA new test to demostrate the current SHLD/SHRD code...
2018-01-18 Sam McCall[clangd] Output log messages to stderr when not configu...
2018-01-18 Haojian Wu[ASTMatcher] Add isScoped matcher for enumDecl.
2018-01-18 Alex Bradbury[RISCV][NFC] Add nounwind to functions in div.ll and...
2018-01-18 Sam McCall[clangd] CodeCompleteTests cleanup: naming, ordering...
2018-01-18 Sam Parker[SelectionDAG] Convert assert to condtion
2018-01-18 Haojian Wu[clang-tidy] Don't generate fix for argument constructe...
2018-01-18 Sam McCall[clangd] Use fuzzy match to select top N index results.
2018-01-18 Craig Topper[X86] Use vmovdqu64/vmovdqa64 for unmasked integer...
2018-01-18 Craig Topper[X86] Remove isel patterns for using unmasked vmovdqa32...
2018-01-18 Clement CourbetRevert "Add a value_type to ArrayRef."
2018-01-18 Craig Topper[X86] Remove windows line endings from a test file...
2018-01-18 Hiroshi InoueRevert rC322769: [RISCV] Propagate -mabi and -march...
2018-01-18 Rafael EspindolaAdd a lld test for a llvm fix.
2018-01-18 Rafael EspindolaDon't drop dso_local in LTO.
2018-01-18 Richard TrieuFix Scope::dump()
2018-01-18 Eric FiselierUpdate Google Benchmark library
2018-01-18 Craig Topper[DAGCombiner] Add a DAG combine to turn a splat build_v...
2018-01-18 Eric FiselierFix most GCC test failures.
2018-01-18 George Karpenkov[analyzer] a few helper methods for getting and compari...
2018-01-18 Rafael EspindolaUpdate for llvm change.
2018-01-18 Rafael EspindolaUpdate for llvm change.
2018-01-18 Rafael EspindolaMake GlobalValues with non-default visibilility dso_local.
2018-01-18 Justin BognerGlobalISel: Make MachineCSE runnable in the middle...
2018-01-18 Artem Dergachev[analyzer] NFC: Remove unused method - BugReporter...
2018-01-18 Vedant Kumar[CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''
2018-01-18 Derek Schuff[WebAssembly] Remove duplicated RTLIB names
2018-01-18 Rafael EspindolaHandle parsing AT(ADDR(.foo-bar)).
2018-01-18 Volkan KelesFix the failure caused by r322773
2018-01-18 Artem Dergachev[analyzer] NFC: RetainCount: Protect from dumping raw...
2018-01-18 Artem Dergachev[analyzer] NFC: Use "= default" for default ProgramPoin...
2018-01-18 Artem Dergachev[analyzer] operator new: Fix callback order for CXXNewExpr.
2018-01-18 Artem Dergachev[analyzer] operator new: Add a new ProgramPoint for...
2018-01-18 Artem Dergachev[analyzer] Suppress "this" pointer escape during constr...
2018-01-18 Peter Collingbournelibcxx: Define set_unexpected, _get_unexpected and...
2018-01-18 Alex Shlyapnikov[Sanitizers] Changes in Hwasan allocator missed in...
2018-01-18 Rafael EspindolaUse an enum value instead of a string.
2018-01-18 Artem Dergachev[analyzer] operator new: Fix path diagnostics around...
next