platform/upstream/llvm.git
2018-07-19 Chandler Carruth[x86/SLH] Major refactoring of SLH implementaiton....
2018-07-19 Simon Pilgrim[DAGCombiner] Add rotate-extract tests
2018-07-19 Serge GueltonUse std::reference_wrapper instead of llvm::ReferenceSt...
2018-07-19 Dean Michael... [XRay][compiler-rt] Profiling: No files when empty
2018-07-19 Simon PilgrimFix spelling mistake in comments. NFCI.
2018-07-19 Dean Michael... [XRay][compiler-rt] FDR Mode: Add extents metadata...
2018-07-19 David Carlier[Xray] Fix allocator build, MAP_NORESERVE flag is not...
2018-07-19 Takuto Ikuta[PDB] Add PDBSourcePath flag to support absolutize...
2018-07-19 Martin Storsjo[COFF] Don't produce base relocs for discardable sections
2018-07-19 Kostya Serebryany[libFuzzer] fix the bot (the no-assert build)
2018-07-19 Kostya Serebryany[libFuzzer] quick hack to fix the bot
2018-07-19 Max Kazantsev[SCEV] Fix buggy behavior in getAddExpr with truncs
2018-07-19 Kostya Serebryany[libFuzzer] first experimental attempt at DFT-based...
2018-07-19 Manoj Gupta[clang]: Add support for "-fno-delete-null-pointer...
2018-07-19 Matthew VossRemove scheduling dependency from XRay :: Posix/fork_ba...
2018-07-18 James DennettDocumentation: fix a typo in the AST Matcher Reference...
2018-07-18 Bruno Cardoso... Reapply r336660: [Modules] Autoload subdirectory module...
2018-07-18 Peter CollingbourneELF: Implement --icf=safe using address-significance...
2018-07-18 Peter CollingbourneRename __asan_gen_* symbols to ___asan_gen_*.
2018-07-18 Fangrui Song[ELF] Error if -r --gdb-index are used together
2018-07-18 Sam Clegg[WebAssembly] Fix archive member display in error messages
2018-07-18 Heejin Ahn[WebAssembly] Add missing -mattr=+exception-handling...
2018-07-18 Tim NorthoverRevert "ARM: switch armv7em triple to hard-float defaul...
2018-07-18 David BlaikieFix some tests that had (implied) duplicate mtriple
2018-07-18 Richard SmithDR330: when determining whether a cast casts away const...
2018-07-18 Vedant KumarRevert "[CMake] Sort dependency list and add safestack...
2018-07-18 Erich KeaneAdd support for __declspec(code_seg("segname"))
2018-07-18 Simon Pilgrim[X86][SSE] Canonicalize scalar fp arithmetic shuffle...
2018-07-18 Petr Hosek[Fuzzer] Improve crash unwinding on Fuchsia
2018-07-18 Artem Dergachev[analyzer] Remove a debug print that was accidentally...
2018-07-18 Xin TongSkip debuginfo intrinsic in markLiveBlocks.
2018-07-18 Roman LebedevAdd (very partial) Kate syntax highlighting definition...
2018-07-18 Nirav Dave[DAG] Add testcase.
2018-07-18 Rui UeyamaRevert r336609: Fix direct calls to __wrap_sym when...
2018-07-18 Vedant Kumar[CMake] Sort dependency list and add safestack to it
2018-07-18 David Blaikie[DebugInfo] Dwarfv5: Avoid unnecessary base_address...
2018-07-18 JF BastienSupport implicit _Atomic struct load / store
2018-07-18 Nirav Dave[ScheduleDAG] Fix unfolding of SUnits to already existe...
2018-07-18 Paul Semel[llvm-readobj] Generic -string-dump option
2018-07-18 Rui UeyamaLook for an entry point function if /nodefaultlib is...
2018-07-18 Marshall ClowUpdate the synopsis for <chrono> for C++20. No function...
2018-07-18 Rui UeyamaFix `ld.lld --help` message.
2018-07-18 Teresa Johnson[docs] Update GoldPlugin documentation
2018-07-18 Max Moroz[libFuzzer] Create single template for visiting Inline8...
2018-07-18 Wei Mi[RegAlloc][NFC] Fix the help string of the option ...
2018-07-18 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-18 Roman Lebedev[NFC][X86][AArch64][DAGCombine] More tests for optimize...
2018-07-18 Benjamin Kramer[llvm-objcopy] %python wants to be in quotes, because...
2018-07-18 Nirav Dave[MC] Fix nested macro body parsing
2018-07-18 Stella StamenovaFix variables.test after D49018
2018-07-18 Eric Liu[clangd] Also get scope for RK_pattern completion results.
2018-07-18 Stella Stamenova[windows] Use a well-known path for ComSpec if we fail...
2018-07-18 Eric Liu[CodeComplete] Allow getDeclaration on RK_Pattern result.
2018-07-18 Stella Stamenova[lit, lldbsuite] Remove tests that are duplicated betwe...
2018-07-18 Simon Atanasyan[mips] Fix predicate for the MipsTruncIntFP pattern
2018-07-18 Chandler Carruth[x86/SLH] Add the design document for Speculative Load...
2018-07-18 Simon Pilgrim[SLPVectorizer] Avoid duplicate scalar cost calculation...
2018-07-18 Tim Northover[Support] Build fix for Haiku when checking for a local...
2018-07-18 Erich KeaneClear properties inadvertantly added to tests in R336379
2018-07-18 Simon Pilgrim[X86][SSE] Remove BLENDPD canonicalization from combine...
2018-07-18 Tim NorthoverARM: stop explicitly marking armv7k libcalls as hard...
2018-07-18 Tim NorthoverARM: switch armv7em triple to hard-float defaults and...
2018-07-18 Tim NorthoverARM: deduplicate hard-float detection code. NFC.
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for unpredicated FP operations.
2018-07-18 George Rimar[ELF] - Stop silently producing a broken .eh_frame_hdr.
2018-07-18 Nico WeberMention clang-cl improvements from r335466 and r336379...
2018-07-18 Andrea Di Biagio[TargetInstPredicate] Add definition of CheckInvalidReg...
2018-07-18 Max Kazantsev[NFC] Make a test more neat
2018-07-18 Andrea Di Biagio[Tablegen][PredicateExpander] Add the ability to define...
2018-07-18 George Rimar[ELF] - Add a test case to check DW_EH_PE_absptr addres...
2018-07-18 Roman Lebedev[InstCombine] Re-commit: Fold 'check for [no] signed...
2018-07-18 Simon Pilgrim[X86][SSE] Add extra scalar fop + blend tests for commu...
2018-07-18 George Rimar[ELF] - Improve eh-frame-value-format7.s test case.
2018-07-18 Daniel CedermanRevert "[Sparc] Use the IntPair reg class for r constra...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for UDOT/SDOT instructions.
2018-07-18 George Rimar[llvm-objdump] - An attempt to fix BB after r337361.
2018-07-18 Daniel Cederman[Sparc] Use the IntPair reg class for r constraints...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Integer divide instructions.
2018-07-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-18 Philip Pfaffe[CMake] Export the LLVM_LINK_LLVM_DYLIB setting
2018-07-18 George Rimar[ELF] - Improve relocatable-many-sections.s test case...
2018-07-18 Roman Lebedev[NFC][InstCombine] i65 tests for 'check for [no] signed...
2018-07-18 George Rimar[ELF] - Do not produce broken output when amount of...
2018-07-18 George Rimar[ELF] — Add a test case for DW_EH_PE_udata2 encoding.
2018-07-18 George Rimar[llvm-objdump] - Stop reporting bogus section IDs.
2018-07-18 George Rimar[llvm-readobj] - Teach tool to dump objects with >...
2018-07-18 Roman LebedevRevert test changes part of "Revert "[InstCombine]...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for integer MUL instructions.
2018-07-18 Craig Topper[X86] Enable commuting of VUNPCKHPD to VMOVLHPS to...
2018-07-18 Craig Topper[X86] Add test case for missed opportunity to commute...
2018-07-18 Joachim Protze[libomptarget] Also support several images for elf
2018-07-18 Craig Topper[X86] Regenerate fma.ll checks using current version...
2018-07-18 Vassil Vassilev[modules] Print input files when -module-file-info...
2018-07-18 Martin Storsjo[AArch64] Define TARGET_HEADER_BUILTIN
2018-07-18 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-07-18 Justin HibbitsFix build failures from r337347, found by clang
2018-07-18 Craig Topper[X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS...
2018-07-18 Craig Topper[X86] Generate v2f64 X86ISD::UNPCKL/UNPCKH instead...
2018-07-18 Justin HibbitsIntroduce codegen for the Signal Processing Engine
next