platform/upstream/llvm.git
2018-08-09 Philip Reames[LICM] Suppress a compiler warning noticed by one of...
2018-08-09 Erich KeaneRevert -r339382, which apparently breaks the Windows...
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Stephen KellyPort getStartLoc -> getBeginLoc
2018-08-09 Erich Keane[NFC] Complete the rule-of-5 for ParsedAttr
2018-08-09 Erich Keane[NFC] Simplify 'friend' declaration in ParsedAttr
2018-08-09 Ana Pazos[RISC-V] Fixed alias for addi x2, x2, 0
2018-08-09 Erich Keane[NFC] Convert ParsedAttr to use llvm::TrailingObjects
2018-08-09 Stephen KellyFix build
2018-08-09 Philip Reames[LICM] hoist fences out of loops w/o memory operations
2018-08-09 Stephen KellyFix typo
2018-08-09 Stephen KellyRemove obsolete policy settings
2018-08-09 Erik Pilkington[Sema] P0961R1: Relaxing the structured bindings custom...
2018-08-09 Stephen KellyAdd getEndLoc API to replace getLocEnd
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getStartLoc
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getLocStart
2018-08-09 Sid Manning[ELF][HEXAGON] Add R_HEX_HI16/R_HEX_LO16 relocations
2018-08-09 Kostya Kortchinsky[sanitizer] Remove rsp from the clobber list in interna...
2018-08-09 George Karpenkov[analyzer] Fix the bug in UninitializedObjectChecker...
2018-08-09 Sanjay Patel[InstCombine] allow fsub+fmul FMF folds for vectors
2018-08-09 David CarlierFix few g++ 8 warning with non obvious copy object...
2018-08-09 JF Bastien[NFC] Remove magic bool param in RAUW
2018-08-09 Krzysztof Parzyszek[Hexagon] Map ISD::TRAP to J2_trap0(#0)
2018-08-09 Rui UeyamaSupport RISC-V
2018-08-09 Alina SbirleaSCEV should forget all loops containing a deleted block.
2018-08-09 Paul Semel[llvm-objcopy] Add --prefix-symbols option
2018-08-09 Sanjay Patel[InstCombine] add vector tests for fsub+fmul; NFC
2018-08-09 Reid Kleckner[GlobalOpt] Don't apply fastcc if it would break inallo...
2018-08-09 Sanjay Patel[SelectionDAG] try harder to convert funnel shift to...
2018-08-09 Paul Semel[llvm-objcopy] Add --dump-section
2018-08-09 Michael Bergextend folding fsub/fadd to fneg for FMF
2018-08-09 Evandro Menezes[ARM] Adjust the feature set for Exynos
2018-08-09 Evandro Menezes[ARM] Replace processor check with feature
2018-08-09 Raphael IsemannAdded missing null checks to fix r339351
2018-08-09 Andrea Di Biagio[MC][PredicateExpander] Extend the grammar to support...
2018-08-09 Raphael IsemannAlso display the output and error output of a failed...
2018-08-09 Bjorn Pettersson[MC] Remove PhysRegSize from MCRegisterClass
2018-08-09 Sanjay Patel[InstCombine] reduce code duplication; NFC
2018-08-09 George Rimar[LLD][ELF] - Add a test for elf::getPriority(StringRef S)
2018-08-09 Sjoerd Meijer[AArch64][NFC] better matching of AArch64 target in...
2018-08-09 Simon Pilgrim[TargetLowering] Add BuildSDIVPattern helper to BuildEx...
2018-08-09 Hans Wennborg[COFF] Make the relocation scanning for CFG more discri...
2018-08-09 Erich KeaneImplement diagnostic stream operator for ParsedAttr.
2018-08-09 Tim NorthoverDarwin: mark test unsupported while we sort out how...
2018-08-09 George Rimar[LLD][ELF] - Add a test for ScriptParser::readPhdrType().
2018-08-09 Sjoerd Meijer[ARM] FP16: codegen support for VTRN
2018-08-09 Simon Pilgrim[X86][SSE] Remove PMULDQ/PMULUDQ by zero
2018-08-09 Gabor MartonFix structural inequivalency of forward EnumDecl
2018-08-09 Simon Pilgrim[X86][SSE] Combine (some) target shuffles with multiple...
2018-08-09 Gabor MartonAdd support for importing imaginary literals
2018-08-09 George Rimar[LLD][ELF] - Add a test for ScriptParser::readOutputSec...
2018-08-09 Sid ManningAdd R_HEX_6_X relocation support
2018-08-09 Hans Wennborgvs integration: bump version number
2018-08-09 Hans Wennborgvs integration: update the manifest to require VS 2017
2018-08-09 Tatyana KrasnukhaRemove unused type Either from Utility library.
2018-08-09 George Rimar[LLD][ELF] - Add a test for ScriptParser::readPhdrs...
2018-08-09 George Rimar[LLD][ELF] - Add a test case for parsing -defsym.
2018-08-09 Eric Liu[clangd] Try to fix buildbot after r339320.
2018-08-09 Andrew V. Tischenko[X86] Improved sched models for X86 XCHG*rr and XADD...
2018-08-09 Eric Liu[clangd] Record the file being processed in a TUSchedul...
2018-08-09 Hans Wennborgcmake: don't pack system libs unless CMAKE_INSTALL_UCRT...
2018-08-09 David CarlierEnable getentropy for FreeBSD 12
2018-08-09 David ChisnallCorrectly initialise global blocks on Windows.
2018-08-09 Jonas Hahnfeld[NVPTX] Select atomic loads and stores
2018-08-09 Roger Ferrer... [RISCV] Add "lla" pseudo-instruction to assembler
2018-08-09 Tobias GrosserUpdate isl-cpp bindings
2018-08-09 Tobias GrosserUpdate to isl-0.20-65-gb822a210
2018-08-09 Philip Reames[LICM] Add tests for future hoisting of fence instructi...
2018-08-09 JF Bastien[NFC] ConstantMerge: don't insert when find should...
2018-08-09 Philip Reames[LICM] Add an assert to ensure all instruction types...
2018-08-09 Petr Hosek[CMake] Use normalized Windows target triples
2018-08-09 Richard SmithRefactor attribute printing to be a bit more obviously...
2018-08-09 Emmett NeymanAdded another optimization pass to make vectorizing...
2018-08-09 Richard SmithDelete some unreachable AST printing code.
2018-08-09 George Karpenkov[libFuzzer] Increase the iteration limit in shrink...
2018-08-08 Paul Robinson[DWARF] Verifier now handles .debug_types sections.
2018-08-08 Peter CollingbourneELF: Only add libcall symbols to the link if defined...
2018-08-08 Sanjay Patel[x86] add test for commuted variant for fsub fold; NFC
2018-08-08 Sanjay Patel[DAGCombiner] loosen constraints for fsub+fadd fold
2018-08-08 Sanjay Patel[DAGCombiner] move fadd simplification ahead of other...
2018-08-08 Stefan Granitz[Demangle] Add another test for ItaniumPartialDemangler
2018-08-08 Craig Topper[VFS] Remove superfluous semicolon from unittest.
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-08-08 Sanjay Patel[x86] add tests for fsub+fadd with FMF; NFC
2018-08-08 Stefan GranitzAdd ConstString test FromMidOfBufferStringRef
2018-08-08 Stefan GranitzUse rich mangling information in Symtab::InitNameIndexes()
2018-08-08 Vedant Kumar[IRMemoryMap] Shrink Allocation and make it move-only...
2018-08-08 Craig TopperRevert r339287 "[Builtins] Add __builtin_clrsb support...
2018-08-08 Jonas Devlieghere[DWARF] Unclamp line table version on Darwin for v5...
2018-08-08 Craig Topper[Builtins] Add __builtin_clrsb support to IntExprEvalua...
2018-08-08 Michal Gorny[cmake] Append LLVM_VERSION_SUFFIX to SOVERSION
2018-08-08 Michal Gornycmake: Store LLVM_VERSION_SUFFIX in LLVMConfig.cmake
2018-08-08 Pirama Arumuga... [Headers] Define *_HAS_SUBNORM for FLT, DBL, LDBL
2018-08-08 Eli Friedman[ARM] Avoid spilling lr with Thumb1 tail calls.
2018-08-08 Craig Topper[Builtins] Implement __builtin_clrsb to be compatible...
2018-08-08 Craig Topper[CodeGen][Timers] Enable llvm::TimePassesIsEnabled...
2018-08-08 Matt ArsenaultFix missing C++ mode comment in header
2018-08-08 Sam Clegg[WebAssembly] Group rodata into a single output segment
next