platform/upstream/llvm.git
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-27 Florian Hahn[NewGVN] Update phi-of-ops def block when updating...
2018-02-27 Martin Storsjo[test] Extend the Driver/mingw-msvcrt.c test with a...
2018-02-27 George Rimar[ELF] - Fix case of using both --icf and --symbol-order...
2018-02-27 Jonas Paulsson[SystemZ] Make sure SelectCode() is not called on...
2018-02-27 George Burgess IV[MemorySSA] Invalidate def caches on deletion
2018-02-27 Igor Kudrin[ELF] Create and export symbols provided by a linker...
2018-02-27 George Burgess IV[MemorySSA] Call the correct dtors
2018-02-27 Serguei Katkov[SCEV] Cleanup SCEVInitRewriter. NFC.
2018-02-27 Martin Storsjo[RecordLayout] Don't align to non-power-of-2 sizes...
2018-02-27 Martin Storsjo[MinGW] Ignore the --start-group --end-group parameters
2018-02-27 Shoaib Meenai[Driver] Fix codeview-column-info on macOS
2018-02-27 Craig Topper[X86] Simplify if condition. NFC
2018-02-27 Adam NemetMake test agnostic to cost model
2018-02-27 Adam NemetAttempt to fix greendragon bot after r326141
2018-02-27 Craig Topper[X86] Replace an impossible if condition with an assert.
2018-02-27 Ed MasteMark test_*int*_t_dwarf as failing on FreeBSD
2018-02-27 Artem Dergachev[analyzer] Fix an uninitialized field.
2018-02-27 Igor Kudrin[Driver] Allow using a canonical form of '-fuse-ld...
2018-02-27 Kamil RytarowskiAdd new interceptors: getnetent(3) family
2018-02-27 Kamil RytarowskiAdd new interceptors: getprotoent(3) family
2018-02-27 Kamil RytarowskiAdd new interceptors: getttyent(3) family
2018-02-27 Vitaly Buka[asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 Android
2018-02-27 Pavel LabathMove "concurrent events" tests back into one folder
2018-02-27 Evgeny StupachenkoFix r326154 buildbots test fail
2018-02-27 George Karpenkov[analyzer] Switch the default exploration strategy...
2018-02-27 George Karpenkov[analyzer] Logging test typo quickfix.
2018-02-27 George Karpenkov[analyzer] Logging test quickfix.
2018-02-27 Evgeny StupachenkoFix PR36032, PR35432
2018-02-27 Craig Topper[SelectionDAG] Remove code from PromoteIntRes_CONCAT_VE...
2018-02-27 George KarpenkovRevert "Revert "[analyzer] Quickfix: do not overflow...
2018-02-27 Petr Hosek[Driver] Add SafeStack to a map of incompatible sanitizers
2018-02-26 Kuba MracekFix build for iOS/ARM ("__Unwind_RaiseException" is...
2018-02-26 Vitaly Buka[asan] Fix build for Android
2018-02-26 Sanjay Patel[InstCombine, InstSimplify] add tests with undef elemen...
2018-02-26 Evandro Menezes[AArch64] Harden test cases
2018-02-26 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-02-26 Volodymyr SapsaiFix which Darwin versions have ObjC runtime with full...
2018-02-26 Reid KlecknerFix codeview-column-info.c test with a triple
2018-02-26 Volodymyr SapsaiFix which Darwin versions have ObjC runtime with full...
2018-02-26 Aditya Nandakumar[GISel]: Don't assert when constraining RegisterOperand...
2018-02-26 Reid KlecknerRe-land "Emit proper CodeView when -gcodeview is passed...
2018-02-26 Adrian PrantlAdd a sanity check for inline testcases.
2018-02-26 Ed MasteRevert r326134 due to broken buildbot
2018-02-26 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-26 Rafael EspindolaKeep flags from phantom synthetic sections.
2018-02-26 George Karpenkov[analyzer] Exploration strategy prioritizing unexplored...
2018-02-26 George Karpenkov[analyzer] Do not analyze bison-generated files
2018-02-26 Ed MasteMark test_*int*_t_dwarf as failing on FreeBSD
2018-02-26 Simon Pilgrim[X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets...
2018-02-26 Vitaly Buka[asan] Intercept std::rethrow_exception indirectly
2018-02-26 George KarpenkovRevert "[analyzer] Quickfix: do not overflow in calcula...
2018-02-26 Adrian McCarthyPartial fix for TestConflictingSymbol.py on Windows
2018-02-26 Scott Linder[DebugInfo] Remove target-specific instructions in...
2018-02-26 Craig Topper[X86] Add constant folding to combineMOVMSK.
2018-02-26 Adam Nemet[opt-viewer] Kill parser processes before moving onto...
2018-02-26 Adam Nemetopt-diff: Support splitting to multiple output files
2018-02-26 Adam Nemet[opt-viewer] Set title for the source pages
2018-02-26 Adam Nemetopt-viewer: also find thinlto opt.yaml files
2018-02-26 Adam Nemetopt-viewer: output index first
2018-02-26 George Karpenkov[analyzer] Quickfix: do not overflow in calculating...
2018-02-26 Davide Italiano[Darwin] Specify DWARF 2/4 when running apple accelerat...
2018-02-26 Stephan T.... [libcxx] [test] Fix MSVC warnings and errors.
2018-02-26 Craig Topper[X86] Add a custom legalization for (i16 (bitcast v16i1...
2018-02-26 David ZarzyckiFix for LLVM r326109
2018-02-26 Alexey Bataev[SLP] Added new test + fixed some checks, NFC.
2018-02-26 Zachary TurnerRevert "Emit proper CodeView when -gcodeview is passed...
2018-02-26 Craig Topper[InstCombine] Add test cases with vector constants...
2018-02-26 Craig Topper[InstCombine] Switch to using FileCheck instead of...
2018-02-26 Zachary TurnerEmit proper CodeView when -gcodeview is passed without...
2018-02-26 Pavel LabathAdd "lldb-test breakpoint" command and convert the...
2018-02-26 Kuba MracekFix-up for r326106: FindAvailableMemoryRange needs...
2018-02-26 David ZarzyckiFix for LLVM r326109
2018-02-26 David Zarzycki[ADT] Simplify and optimize StringSwitch
2018-02-26 Adam Nemet[Driver] Forward opt-remark hotness threshold to LTO
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-26 Kuba Mracek[asan] Be more careful and verbose when allocating...
2018-02-26 Alex Shlyapnikov[MSan] Print current stack on CHECK violation
2018-02-26 Simon Pilgrim[X86][AVX] createPSADBW - support 256-bit cases on...
2018-02-26 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-26 Matt ArsenaultAMDGPU/GlobalISel: Make f64 constants legal
2018-02-26 Kostya Kortchinsky[scudo] Make some tests less Linux-y
2018-02-26 Scott Linder[CodeGen][DebugInfo] Refactor duplicated code, NFC
2018-02-26 Sanjay Patel[InstCombine] allow fdiv folds with less than fully...
2018-02-26 Simon Pilgrim[X86][AVX] Add AVX1 PSAD tests
2018-02-26 Ilya BiryukovRevert r326092: [gtest] Add PrintTo overload for StringRef.
2018-02-26 Adrian McCarthyFix tabs/spaces indentation problem in TestUnicodeSymbo...
2018-02-26 Francis Visoiu... [CodeGen] Don't omit any redundant information in ...
2018-02-26 Simon Pilgrim[X86][SSE] Regenerate PSAD tests
2018-02-26 Ilya Biryukov[gtest] Add PrintTo overload for StringRef.
2018-02-26 Jonas DevlieghereRe-land: "[Support] Replace HashString with djbHash."
2018-02-26 George Rimar[ELF] - Fix variable name and mistype in comment. NFC.
2018-02-26 Hans WennborgRe-commit r324991 "Fix for PR32992. Static const classe...
2018-02-26 Tim Renouf[AMDGPU] Scratch setup fix on AMDPAL gfx9+ merge shader
2018-02-26 Tim Renouf[LiveIntervals] Handle moving up dead partial write
2018-02-26 Bjorn PetterssonResolve build bot problems in unittests/Format/FormatTe...
2018-02-26 David ZarzyckiTest commit
2018-02-26 Kamil RytarowskiSkip two more ioctl interceptors for NetBSD
2018-02-26 Ilya BiryukovExplicitly initialize ForceEnableInt128 to avoid UB
2018-02-26 Jonas DevlieghereRevert "[Support] Replace HashString with djbHash."
next