platform/upstream/llvm.git
2018-02-27 Sanjay Patel[ARM] add loop vectorizer test based on 482.sphinx3...
2018-02-27 Krzysztof Parzyszek[Hexagon] Add patterns for compares of i1 values
2018-02-27 Kamil RytarowskiHandle the NetBSD case in ToolChain::getOSLibName()
2018-02-27 Pavel LabathMove TestGdbRemoteExitCode next to the other llgs tests
2018-02-27 Sanjay Patel[AArch64] add SLP test based on TSVC; NFC
2018-02-27 Kamil RytarowskiDisable ASan exceptions on NetBSD
2018-02-27 Aditya Nandakumar[GISel]: Print more fallback information when aborting
2018-02-27 Han Ming OngRemoved accidentally committed code from previous commit.
2018-02-27 Han Ming OngGot rid of weak imports of libpenergy and libpsample...
2018-02-27 Alexey Bataev[OPENMP] Allow multiple mappings for member expressions...
2018-02-27 Sam McCall[clangd] Remove codecomplete override content API....
2018-02-27 Rafael EspindolaAdd missing REQUIRES.
2018-02-27 Rafael EspindolaFix gcc warning.
2018-02-27 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2018-02-27 Rafael EspindolaAdd support for SHF_ARM_PURECODE.
2018-02-27 Kostya Kortchinsky[scudo] Introduce Chunk::getHeaderSize
2018-02-27 Ben Hamilton[clang-format] Tidy up new API guessLanguage()
2018-02-27 Roman LebedevRevert "[Tooling] [0/1] Refactor FrontendActionFactory...
2018-02-27 Roman LebedevRevert "[Tooling] [1/1] Refactor FrontendActionFactory...
2018-02-27 Roman Lebedev[Tooling] [1/1] Refactor FrontendActionFactory::create...
2018-02-27 Roman Lebedev[Tooling] [0/1] Refactor FrontendActionFactory::create...
2018-02-27 George Rimar[ELF] - Format, fix mistype. NFC.
2018-02-27 Hans WennborgAttrDocs.td: fix some bad code-blocks
2018-02-27 Hans WennborgAttrDocs.td: fix bad bullet list
2018-02-27 Hans WennborgAttrDocs.td: fix bad indent and code block
2018-02-27 Francois Ferrandclang-format: use AfterControlStatement to format ObjC...
2018-02-27 Francois Ferrandclang-format: fix formatting of ObjC @synchronized...
2018-02-27 Simon Pilgrim[X86][AVX] combineLoopMAddPattern - support 256-bit...
2018-02-27 Alexander RichardsonMake the LLParser accept call instructions of variables...
2018-02-27 Alexander RichardsonDon't output bitcode to stdout in 2002-07-31-SlashInStr...
2018-02-27 Jonas Devlieghere[dsymutil][test] Add PowerPC test
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...
next