platform/upstream/llvm.git
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
2018-07-18 Justin HibbitsComplete the SPE instruction set patterns
2018-07-18 Justin HibbitsAdd PowerPC e500(v2) core scheduler and directives.
2018-07-18 Bob HaarmanRevert "[InstCombine] Fold 'check for [no] signed trunc...
2018-07-18 Dean Michael... [XRay][compiler-rt] Segmented Array: Simplify and Optimise
2018-07-18 Dean Michael... [XRay][compiler-rt] Simplify Allocator Implementation
2018-07-18 Dean Michael... [XRay][compiler-rt] FDR Mode: Allow multiple runs
2018-07-18 Sterling AugustineWorkaround warning bug in old versions of gcc.
2018-07-18 Peter CollingbourneRe-land r337333, "Teach Clang to emit address-significa...
2018-07-18 Peter CollingbourneCodeGen: Don't create address significance table entrie...
2018-07-18 Puyan Lotfi[NFC][llvm-objcopy] Cleanup namespace usage in llvm...
2018-07-17 Peter CollingbourneRevert r337333, "Teach Clang to emit address-significan...
2018-07-17 Jason MolendaLink the lldb driver ("lldb") against the llvm static
2018-07-17 Craig Topper[X86] Remove the vector alignment requirement from...
2018-07-17 Peter CollingbourneTeach Clang to emit address-significance tables.
2018-07-17 Sterling AugustineImplement framework for linking split-stack object...
2018-07-17 Peter CollingbourneCodeGen: Add a target option for emitting .addrsig...
2018-07-17 Richard SmithReplace LLVM_ALIGNAS with just alignas.
2018-07-17 Richard SmithRestructure checking for, and warning on, lifetime...
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-17 Mandeep Singh... [COFF] Add more missing MSVC ARM64 intrinsics
2018-07-17 Eli Friedman[LangRef] Clarify semantics of load metadata.
2018-07-17 Max Moroz[libFuzzer] Mutation tracking and logging implemented.
2018-07-17 Eli Friedman[LangRef] nnan and ninf produce poison.
2018-07-17 Eli Friedman[LangRef] Clarify which fast-math flags affect fcmp.
2018-07-17 Eric ChristopherRemove unnecessary trailing ; in macro intrinsic defini...
2018-07-17 Craig Topper[X86] Add patterns for folding full vector load into...
2018-07-17 Craig Topper[X86] Add test case for missed opportunity to use MOVLP...
2018-07-17 Fangrui Song[Demangle] Add missing header files
2018-07-17 Zachary TurnerAdd missing include.
2018-07-17 Zachary TurnerAdd some helper functions to the demangle utility classes.
2018-07-17 Sam Clegg[WebAssemlby] Set IsUsedInRegularObj correctly for...
2018-07-17 Martin Storsjo[builtins] Implement the __chkstk function for ARM...
2018-07-17 Joerg SonnenbergerThe semantics of DW_CFA_GNU_args_size have changed...
2018-07-17 Alex LangfordInvert dependency between lldb-framework and lldb-suite
2018-07-17 Vedant Kumar[InstCombine] Preserve debug value when simplifying...
2018-07-17 Vedant KumarRemove an errant piece of !dbg metadata from a test...
2018-07-17 Chandler Carruth[x86/SLH] Flesh out the data-invariant instruction...
2018-07-17 Simon Pilgrim[llvm-mca][x86] Add extend, carry-flag and CMP instruct...
2018-07-17 Simon Pilgrim[llvm-mca][x86] Add MOVBE resource tests to all support...
2018-07-17 Mikhail R.... [analyzer] Fix Z3 backend after D48205
2018-07-17 Florian HahnRevert rL337292 due to another MSVC STL problem.
2018-07-17 Simon Pilgrim[llvm-mca][x86] Add BSWAP resource tests
2018-07-17 Sam Clegg[WebAssembly] Update WebAssemblyLowerEmscriptenEHSjLj...
2018-07-17 Sam CleggAdd wasm-ld to help text Improve error text
2018-07-17 Craig Topper[X86] Remove some standalone patterns in favor of the...
2018-07-17 Simon Pilgrim[llvm-mca][x86] Add displacement-only and additional...
2018-07-17 Simon Pilgrim[llvm-mca][x86] Add LEA resource tests (PR32326)
2018-07-17 Matt MorehouselibFuzzer: prevent irrelevant strings from leaking...
2018-07-17 Matt Davis[llvm-mca][docs] Revert mca internals docs.
2018-07-17 Andrea Di Biagio[Tablegen][PredicateExpander] Fix a bug in `expandCheck...
2018-07-17 Sander de Smalen[AArch64][SVE]: Integer multiply-add/subtract instructions.
2018-07-17 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-17 Jonas Devlieghere[CMake] Have check-lldb-unit use CMAKE_CURRENT_BINARY_DIR
2018-07-17 Nico Weberclang-cl: Postpone Wmsvc-not-found emission until link...
2018-07-17 Leonard Chan[Fixed Point Arithmetic] Fix for bug where integer...
2018-07-17 Petar Jovanovic[Mips][FastISel] Fix handling of icmp with i1 type
2018-07-17 George Rimar[ELF] - Eliminate dead 'return' in EhFrameSection:...
2018-07-17 Idriss Riouak[clang-tidy: modernize] Fix modernize-use-equals-defaul...
2018-07-17 Nico WeberRemove superfluous ; to fix -Wpedantic warning from gcc
2018-07-17 Simon Marchi[Tooling] Add operator== to CompileCommand
2018-07-17 Florian Hahn[IPSCCP] Run Solve each time we resolved an undef in...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: FP fused multiply-add/subtract...
2018-07-17 George Rimar[ELF] - Remove dead code from EhFrameSection::addCie...
2018-07-17 Simon Pilgrim[SLPVectorizer] Don't attempt horizontal reduction...
2018-07-17 Benjamin KramerRevert "[Sema] Reword warning for constant captures...
2018-07-17 Joerg SonnenbergerAlways use __mcount on NetBSD. Some platforms don't...
2018-07-17 George Rimar[ELF] - Eliminate dead code. NFC.
2018-07-17 Gabor Marton[ASTImporter] Fix poisonous structural equivalence...
2018-07-17 Joerg SonnenbergerFor NetBSD, unwind data is emitted by default, so also...
2018-07-17 Tim RenoufMore fixes for subreg join failure in RegCoalescer
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP operation...
2018-07-17 Joerg SonnenbergerBy popular demand, switch in64_t on NetBSD/AArch64...
2018-07-17 Chen Zheng[NFC][testcases] add testcases for folding srem whose...
2018-07-17 Joerg SonnenbergerDon't assert that a size_t fits into 64bit.
2018-07-17 George Rimar[ELF] - Add test for checking unknown -color-diagnostic...
2018-07-17 Gabor Marton[ASTImporter] Fix import of unnamed structs
2018-07-17 George Rimar[ELF] - Add a test for --no-warn-symbol-ordering.
2018-07-17 George Rimar[ELF] - Simplify Symbol::getSize(). NFC.
next