platform/upstream/llvm.git
2019-04-03 James Henderson[llvm-nm]Add support for --no-demangle
2019-04-03 Nico Webergn build: Add build files for clangd xpc framework...
2019-04-03 Simon Pilgrim[X86] Regenerate LEA codegen tests
2019-04-03 Pavel Labathmodify-python-lldb.py: clean up __iter__ and __len__...
2019-04-03 Simon Pilgrim[DAGCombine] Don't use getZExtValue() until we know...
2019-04-03 Simon Atanasyan[mips] Remove unused FGRH32 register class. NFC
2019-04-03 Hans WennborgRevert "[libc++] Correctly handle Objective-C++ ARC...
2019-04-03 Clement Courbet[X86] Make the post machine scheduler macrofusion-aware.
2019-04-03 Eric Liu[clang-format] Regroup #includes into blocks for Google...
2019-04-03 Sylvestre LedruAdding 'CLion integration' to clang-format doc
2019-04-03 Clement Courbet[X86][NFC] Add tests for misched macro-fusion.
2019-04-03 David Bolvansky[InstCombine] Simplify ctpop with bitreverse/bswap
2019-04-03 Hans WennborgRevert r357256 "[DAGCombine] Improve Lifetime node...
2019-04-03 Fangrui Song[libclang][test] Suppress annoying 'LIBCLANG TOOLING...
2019-04-03 Ilya Biryukov[clangd] Return clangd::TextEdit in ClangdServer::renam...
2019-04-03 Chen Zheng[PowerPC]add testcase for ppcctrloops pass shortloop...
2019-04-03 Sam CleggFix TargetLibraryInfoTest.ValidProto after rL357552
2019-04-03 Matt ArsenaultAMDGPU: Assume ECC is enabled by default if supported
2019-04-03 Artem Dergachev[analyzer] When failing to evaluate a __builtin_constan...
2019-04-03 Petr Hosek[CMake] Differentiate between static and shared libc...
2019-04-03 Jonas Devlieghere[lit] Use 10 minute timeout by default.
2019-04-03 Jonas Devlieghere[lldb-dotest] Print dotest.py invocation.
2019-04-03 Jason MolendaAvoid macro redefinition error if HAVE_LIBCOMPRESSION
2019-04-03 Alon Zakai[WebAssembly] Add Emscripten OS definition + small_printf
2019-04-03 Sam Clegg[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake option
2019-04-03 Sam Clegg[libc++abi] Actually set POSITION_INDEPENDENT_CODE...
2019-04-03 Matt ArsenaultInstSimplify: Fold round intrinsics from sitofp/uitofp
2019-04-03 Sam Clegg[WebAssembly] Remove unneeded target operand flags
2019-04-03 Billy Robert... [libcxx] [test] Add missing <stdexcept> to name std...
2019-04-03 Billy Robert... [libcxx] [test] Use ptrdiff_t rather than int in splice...
2019-04-03 Billy Robert... [libcxx] [test] Fix test bugs in string.cons/copy_alloc...
2019-04-03 Craig Topper[X86] Update the test case for v4i1 bitselect in combin...
2019-04-03 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-03 Matt ArsenaultAMDGPU: Remove unnecessary subtarget get
2019-04-03 Matt ArsenaultAMDGPU: Fix names for generation features
2019-04-03 Marshall ClowFix backwards test that I committed yesterday. Sigh
2019-04-03 Matt ArsenaultAMDGPU: Don't use the default cpu in a few tests
2019-04-02 Jessica Paquette[GlobalISel] Add IRTranslator support for llvm.stacksav...
2019-04-02 Stanislav MekhanoshinX86: regenerate speculative-load-hardening-indirect...
2019-04-02 Louis DionneRevert "[libc++] Fix error flags and exceptions propaga...
2019-04-02 Reid Kleckner[COFF] Reduce the size of Chunk and SectionChunk, NFC
2019-04-02 Adrian PrantlRevert r357504, r357491, r357482 because of bot breakage.
2019-04-02 Louis Dionne[libc++] Fix build when exceptions are turned off
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Louis Dionne[libc++] Fix error flags and exceptions propagated...
2019-04-02 Julian Lettner[NFC][TSan][libdispatch] Cleanup test
2019-04-02 Craig Topper[X86] Mark the default case of the X86InstrInfo::conver...
2019-04-02 Craig Topper[X86] Check MI.isConvertibleTo3Addr() before calling...
2019-04-02 Craig Topper[TableGen] Properly calculate the minimum size needed...
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Alexandre Ganea[LLD][COFF] Move type merging structures out of PDB...
2019-04-02 Julian Lettner[NFC] Test is C++, not C
2019-04-02 Sanjay Patel[x86] add more tests for FP scalarization; NFC
2019-04-02 David Bolvansky[InstCombine] Added tests for PR41337
2019-04-02 David Bolvansky[InstCombine] Simplify ctlz/cttz with bitreverse
2019-04-02 Aaron Enye Shi[HIP-Clang] Fat binary should not be produced for non...
2019-04-02 Julian Lettner[TSan][libdispatch] We don't require any setup on Darwin
2019-04-02 Jessica Paquette[AArch64][GlobalISel] Select llvm.aarch64.stlxr(i64...
2019-04-02 Louis Dionne[libc++] Correctly handle Objective-C++ ARC qualifiers...
2019-04-02 Erik Pilkington[Sema] Fix a use-after-deallocate of a ParsedAttr
2019-04-02 Erik Pilkington[CodeGen] Fix a regression by emitting lambda expressio...
2019-04-02 Alexey Bataev[OPENMP]Add codegen for private vars with allocate...
2019-04-02 Zachary Turner[NativePDB] Don't fail on import modules.
2019-04-02 Louis Dionne[libc++] Remove use of auto with actual type
2019-04-02 Louis Dionne[libc++][NFC] Remove useless public: label at the end...
2019-04-02 Julian Lettner[NFC][libdispatch] Improve a few tests
2019-04-02 Rainer Orth[FileCheck] Fix FileCheck.cpp compilation on Solaris
2019-04-02 David Bolvansky[InstCombine] Added tests for PR41273
2019-04-02 Jonas Devlieghere[Reproducers] Print warning when generating the reproducer.
2019-04-02 Simon Atanasyan[driver][mips] Check both `gnuabi64` and `gnu` suffixes...
2019-04-02 Simon Atanasyan[driver] clang-format. Fix indentation, split long...
2019-04-02 Greg ClaytonClean up windows build bot.
2019-04-02 Francis Visoiu... [Remarks][NFCI] Remove useless include
2019-04-02 Peter CollingbourneFix problem with ar_to_bc.sh script introduced by r357450.
2019-04-02 Vedant Kumar[os_log] Mark os_log_helper `nounwind`
2019-04-02 Vedant Kumar[ArgPromotion] Set debug location at updated callsites
2019-04-02 Vedant Kumar[DebugInfo] Fix pr41180 : Loop Vectorization Debugify...
2019-04-02 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2019-04-02 Craig Topper[X86] Allow FixupLEAs to form INC/DEC under OptSize...
2019-04-02 Aaron Smith[lldb-server] Use llgs namespace to avoid conflicts...
2019-04-02 Aaron SmithFix typo; NFC
2019-04-02 Stefan Pintilie[PowerPC] Fix reversed bit issue in DCMX mask for ...
2019-04-02 Philip Reames[WideableCond] Fix a nasty bug in detection of "explici...
2019-04-02 Jordan Rupprecht[llvm-objcopy] Change SHT_NOBITS to SHT_PROBITS for...
2019-04-02 Greg ClaytonFix buildbot where paths were not matching up.
2019-04-02 Simon Pilgrim[SLP] reorderInputsAccordingToOpcode is const method...
2019-04-02 Fangrui Song[BPF] Replace fstream and sstream with line_iterator
2019-04-02 Alexey Bataev[OPENMP]Fix mapping of the pointers captured by reference.
2019-04-02 Shoaib Meenai[llvm-shlib] Fix cross-compilation for LLVM-C
2019-04-02 Shoaib Meenai[cmake] Add function for building native tool
2019-04-02 Joseph Tremoulet[SimplifyCFG] Don't split musttail call from ret
2019-04-02 Taewook Oh[SampleProfile] Repeat indirect call promotion only...
2019-04-02 Joseph Tremoulet[PruneEH] Don't split musttail call from ret
2019-04-02 Greg ClaytonAllow partial UUID matching in Minidump core file plug-in
2019-04-02 Jonas Paulsson[SystemZ] Improve instruction selection of 64 bit...
2019-04-02 Pierre Gousseau[Driver] Enable -fsanitize-address-globals-dead-strippi...
2019-04-02 Brian Gesiak[Transforms] Redundant getValueOperand (NFC)
2019-04-02 Marshall ClowSpecial case some duration arithmetic for GCC and PPC...
2019-04-02 Nico Webergn build: Merge r357469
2019-04-02 Nico Webergn build: Add build files for non-framework xpc clangd...
next