platform/upstream/llvm.git
2019-01-30 Dmitry VenikovCommit tests for changes in revision D41342
2019-01-30 Ilya Biryukov[clangd] Fix a use after move
2019-01-30 Joachim Protze[OMPT] Make sure that OMPT is enabled when accessing...
2019-01-30 Michal Gorny[clang] [Driver] [NetBSD] Append -rpath for shared...
2019-01-30 Craig Topper[X86] Remove unnecessary code from the top of handleCom...
2019-01-30 Craig Topper[X86] Remove a couple places where we unnecessarily...
2019-01-30 Craig Topper[X86] Add FPSW as a Def on some FP instructions that...
2019-01-30 Dimitry AndricRecognize FreeBSD specific BFD names in OUTPUT_FORMAT
2019-01-30 Jonas Devlieghere[ModuleDependencyCollector] Use llvm::sys::fs::real_pat...
2019-01-30 Kostya Serebryany[libFuzzer] remove stale code, NFC
2019-01-30 Kostya Serebryany[libFuzzer] refactor the handling of instrumentation...
2019-01-30 Hiroshi Inoue[NFC] fix trivial typos in comments
2019-01-30 Matt ArsenaultGlobalISel: Implement fewerElementsVector for select
2019-01-30 Craig Topper[IR] Use CallBase to simplify some code
2019-01-30 Matt ArsenaultAMDGPU/GlobalISel: Fix clamping shifts with 16-bit...
2019-01-30 Heejin Ahn[WebAssembly] Exception handling: Switch to the new...
2019-01-30 Matt ArsenaultGlobalISel: Use appropriate extension for legalizing...
2019-01-30 Zi Xuan Wu[PowerPC] [NFC] Create a helper function to copy regist...
2019-01-30 James Y KnightCleanup: replace uses of CallSite with CallBase.
2019-01-30 Matt ArsenaultGlobalISel: Support narrowScalar for uneven loads
2019-01-30 Richard SmithSimplify and modernize this code a little.
2019-01-30 Thomas Lively[WebAssembly] Optimize BUILD_VECTOR lowering for size
2019-01-30 Matt ArsenaultGlobalISel: Handle some odd splits in fewerElementsVector
2019-01-30 Nico Weberlld/coff: Implement some support for the comdat selecti...
2019-01-30 Nico Weberlld-link: Add test I forgot to add in 332012
2019-01-30 George Karpenkov[analyzer] [RetainCountChecker] Bugfix for tracking...
2019-01-30 Sam CleggAdd enum values to CodeGenOpt::Level
2019-01-30 Petr Hosek[CMake][Fuchsia] Re-enable iOS runtimes for Fuchsia...
2019-01-30 Matt ArsenaultGlobalISel: Handle more cases for widenScalar for G_STORE
2019-01-30 Petr Hosek[CMake][Fuchsia] Enable hermetic static libunwind for...
2019-01-30 Chen Zheng[PowerPC] more opportunity for converting reg+reg to...
2019-01-30 Matt ArsenaultAdd 8.0 release bug to merge request script
2019-01-30 Matt ArsenaultGlobalISel: Verify memory size for load/store
2019-01-30 Kostya Serebryany[libFuzzer] update a test
2019-01-30 George Burgess IVRemove a redundant space from an error message; NFC
2019-01-30 Sam Clegg[WebAssembly] Fix undefined weak function symbols in...
2019-01-30 Aaron PuchertFix thread safety tests after r352549
2019-01-30 Sam Clegg[WebAssembly] Add missing SymbolRef update from rL352551
2019-01-30 Artem Dergachev[analyzer] NFC: GenericTaintChecker: Revise rule specif...
2019-01-29 Kostya Serebryany[libFuzzer] remove stale code
2019-01-29 Jonas DevlieghereAdd FileCollector + test to Xcode project.
2019-01-29 Thomas Lively[WebAssembly] Lower SCALAR_TO_VECTOR to splats
2019-01-29 Kostya Serebryany[libFuzzer] revert an accidental commit
2019-01-29 Kostya Serebryany[libFuzzer] remove deprecated support for -fsanitize...
2019-01-29 Matt ArsenaultGlobalISel: Fix unused variable warning in release...
2019-01-29 Kostya Serebryany[libFuzzer] remove deprecated support for -fsanitize...
2019-01-29 Craig Topper[IR] Use CallBase to reduce code duplication. NFC
2019-01-29 Matt ArsenaultGlobalISel: Verify pointer casts
2019-01-29 Thomas Anderson[libc++] Fix Windows build error in <functional>
2019-01-29 Matt ArsenaultGlobalISel: Partially implement widenScalar for MERGE_V...
2019-01-29 Petr Hosek[libunwind] Support building hermetic static library
2019-01-29 Stephen KellyNFC: Move GenericSelectionExpr dump to NodeDumper
2019-01-29 Zachary TurnerFix some warnings in building LLDB.
2019-01-29 Jonas Devlieghere[test] Use correct macro in FileCollectorTest.cpp
2019-01-29 Alina SbirleaCheck bool attribute value in getOptionalBoolLoopAttribute.
2019-01-29 Sam Clegg[WebAssembly] Don't load weak undefined symbols from...
2019-01-29 Petr HosekDrop the dependency on <algorithm>, add placement new...
2019-01-29 Stephen KellyNFC: Implement GenericSelectionExpr::Association dump...
2019-01-29 Sam Clegg[WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl...
2019-01-29 Shoaib Meenai[docs] Prevent O0 optnone for opt input
2019-01-29 Aaron PuchertThread safety analysis: Improve diagnostics for double...
2019-01-29 Adrian PrantlMake a blind attempt at fixing PDBASTParser nullability...
2019-01-29 Amara Emerson[AArch64][GlobalISel] Unmerge into scalars from a vecto...
2019-01-29 Matt ArsenaultOpenCL: Try to fix bot test failure
2019-01-29 Alexey Bataev[OPENMP]Fix PR40513: lastprivate taskloop counter.
2019-01-29 Paul Robinson[cc1as] Test that -g of empty .s file does something...
2019-01-29 Paul Robinson[DWARF] Emit reasonable debug info for empty .s files.
2019-01-29 Matt ArsenaultOpenCL: Use length modifier for warning on vector print...
2019-01-29 Matt ArsenaultRevert "OpenCL: Extend argument promotion rules to...
2019-01-29 Jonas Devlieghere[Reproducers] Add file provider
2019-01-29 Steven WuFix the tests from r350970
2019-01-29 Sanjay Patel[InstCombine] canonicalize cmp/select form of uadd...
2019-01-29 James Y KnightFix the behavior of clang's -w flag.
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Track input parameters...
2019-01-29 George Karpenkov[analyzer] [RetainSummaryManager] [NFC] Split one funct...
2019-01-29 George Karpenkov[analyzer] [ARCMT] [NFC] Unify entry point into RetainS...
2019-01-29 George KarpenkovExtend AnyCall to handle callable declarations without...
2019-01-29 George Karpenkov[analyzer] [RetainCountChecker] Support 'taggedRetain...
2019-01-29 Martin Storsjo[MinGW] Don't define names for ignored options. NFC.
2019-01-29 Sanjay Patel[DAGCombiner] fold extract_subvector of extract_subvector
2019-01-29 Michael J.... [VFS] Fix warning and use better check.
2019-01-29 Alexey Bataev[OPENMP]Make the loop with unsigned counter countable.
2019-01-29 Thomas Anderson[libc++] Fix Windows build error in include/filesystem
2019-01-29 Sterling AugustineRollback unwindlib patch.
2019-01-29 Matt ArsenaultGlobalISel: Fix narrowScalar for load/store with differ...
2019-01-29 Eric FiselierFix PR40495 - is_invokable_v<void> does not compile
2019-01-29 Adrian PrantlMake Type::GetByteSize optional (NFC)
2019-01-29 Sanjay Patel[x86] add tests for vector bool math; NFC
2019-01-29 Sanjay Patel[AArch64] add tests for vector bool math; NFC
2019-01-29 Andrea Di Biagio[X86][Btver2] Improved latency/throughput model for...
2019-01-29 Sanjay Patel[InstCombine] regenerate test checks; NFC
2019-01-29 James Y KnightAdd .clang-tidy and .clang-format files to the toplevel...
2019-01-29 Sanjay Patel[InstCombine] add tests for ext-of-bool + add/sub; NFC
2019-01-29 James Y KnightAdjust documentation for git migration.
2019-01-29 Louis Dionne[NFC] Add missing revision for removal of bad_array_len...
2019-01-29 Marshall ClowMark some of the behavior in the move w/allocator const...
2019-01-29 Ilya Biryukov[clangd] Remove extra ';' to fix -Wpedantic warning...
2019-01-29 Ilya Biryukov[clangd] Attempt to fix failing buildbots after r352494
2019-01-29 Ilya Biryukov[clangd] Make -clang-tidy-checks a non-hidden command...
2019-01-29 Nico Weberlld-link: Allow backward references between associated...
next