platform/upstream/llvm.git
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
2018-08-08 Matt ArsenaultAMDGPU: Fix enabling denormals by default on pre-VI...
2018-08-08 Alex Lorenz[macOS] stop generating the libclang_rt.10.4.a library...
2018-08-08 Ties Stuijrevert tests of '[CodeGen] emit inline asm clobber...
2018-08-08 Zachary Turner[MS Demangler] Create a new backref context for templat...
2018-08-08 Ties Stuijrevert '[CodeGen] emit inline asm clobber list warnings...
2018-08-08 JF BastienCDDecl More automatic variable tail padding test
2018-08-08 Krzysztof Parzyszek[Hexagon] Diagnose misaligned absolute loads and stores
2018-08-08 Matt ArsenaultAMDGPU: Error more gracefully on libcalls
2018-08-08 Matt ArsenaultAMDGPU: Fix shifts for i128
2018-08-08 Jonas Devlieghere[WASM] Fix overflow when reading custom section
2018-08-08 Jonas Devlieghere[DebugInfo] Fine tune emitting flags as part of the...
2018-08-08 Sanjay Patel[InstCombine] fold fadd+fsub with common operand
2018-08-08 Sanjay Patel[InstCombine] fold fsub+fsub with common operand
2018-08-08 Scott Linder[DebugInfo][OpenCL] Address post-commit review for...
2018-08-08 Simon Pilgrim[CGObjCGNU] Rename GetSelector helper method to fix...
2018-08-08 Sanjay Patel[InstCombine] add tests for fsub folds; NFC
2018-08-08 Simon Pilgrim[DAG] DAGCombiner::visitSDIVLike - remove unnecessary...
2018-08-08 Simon PilgrimFix -Wdocumentation warnings. NFCI.
2018-08-08 Zaara Syeda[PowerPC] Improve codegen for vector loads using scalar...
2018-08-08 Charles DavisRemove unneeded preprocessor condition.
2018-08-08 Charles Davis[libunwind][include] Add SEH declarations to <unwind.h>.
2018-08-08 Ties Stuij[CodeGen] emit inline asm clobber list warnings for...
2018-08-08 Balazs Keri[AST] Check described template at structural equivalenc...
2018-08-08 Alex Bradbury[RISCV] Add mnemonic alias: move, sbreak and scall.
2018-08-08 Simon Pilgrim[TargetLowering] BuildUDIV - Add support for divide...
2018-08-08 Peter SmithAdd missing REQUIRES x86 to tests.
2018-08-08 Alex Bradbury[RISCV] Add InstAlias definitions for add[w], and,...
2018-08-08 Sjoerd Meijer[ARM][NFC] Replaced tab-characters in test file vtrn.ll
2018-08-08 Michael TrentAdd a CommandGuide for llvm-objdump
2018-08-08 Max Moroz[libFuzzer] Optimize handle unstable checks by reducing...
2018-08-08 Sanjay Patel[InstCombine] fold fneg into constant operand of fmul...
2018-08-08 Simon Pilgrim[X86][SSE] PR38477 test is more cleanly tested with...
2018-08-08 Simon Pilgrim[TargetLowering] Remove APInt divisor argument from...
2018-08-08 Ties Stuijtest commit access
2018-08-08 Henry Wong[analyzer] Fix a typo in `RegionStore.txt`.
2018-08-08 Roman Lebedev[InstCombine] De Morgan: sink 'not' into 'xor' (PR38446)
2018-08-08 Sjoerd Meijer[ARM] FP16: codegen support for VEXT
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Pointer/referenc...
2018-08-08 Sjoerd Meijer[ARM] FP16: vector vmov and vdup support
2018-08-08 Kristof Umann[analyzer][UninitializedObjectChecker] Fixed a false...
2018-08-08 Sjoerd Meijer[ARM] FP16: vector VMUL variants
2018-08-08 Simon Pilgrim[X86][SSE] Add divide-by-one exact sdiv vector test
2018-08-08 Benjamin Kramer[Wasm] Don't iterate over MachineBasicBlock::successors...
2018-08-08 Simon Pilgrim[TargetLowering] BuildUDIV - Early out for divide by...
2018-08-08 Sjoerd Meijer[ARM] FP16: support vector INT_TO_FP and FP_TO_INT
2018-08-08 Balazs Keri[ASTImporter] Load external Decls when getting field...
2018-08-08 Thomas Preud... Support inline asm with multiple 64bit output in 32bit GPR
2018-08-08 Kadir CetinkayaAdded functionality to suggest FixIts for conversion...
2018-08-08 Roman Lebedev[NFC][InstCombine] Cleanup demorgan-sink-not-into-xor...
2018-08-08 Sjoerd Meijer[ARM] FP16: support the vector vmin and vmax variants
2018-08-08 Max Kazantsev[NFC] Add some tests on mustexec
2018-08-08 Billy Robert... [libcxx] [test] Avoid -Wunused-local-typedef in node_ha...
2018-08-08 Charles Davis[libunwind] Fix pointer-to-integer cast warnings on...
2018-08-08 Balaji V. IyerFixed a breaking test case
2018-08-08 Volodymyr Sapsai[NFC][VFS] Fix typos in comments.
2018-08-08 Billy Robert... [libcxx] [test] Allow a standard library that implement...
2018-08-08 Billy Robert... [libcxx] [test] Remove nonportable locale assumption...
2018-08-08 Billy Robert... [libcxx] [test] Remove asserts that <cstddef> and ...
2018-08-08 Zachary Turner[MS Demangler] Properly handle backreferencing of speci...
2018-08-08 Richard SmithPR38286: Don't crash when attempting to define a constr...
2018-08-08 Billy Robert... [libcxx] [test] Add missing <stdexcept> in several...
2018-08-08 Daniel Sanders[tablegen] Improve performance of -gen-register-info...
2018-08-08 Balaji V. Iyer[CodeGen] IncompleteArray Support
2018-08-07 Vedant KumarDelete a dead Function constructor (NFC)
2018-08-07 Vedant Kumar[StackFrame] Add more clarifying comments to StackFrame...
2018-08-07 Raphael IsemannRemoved doxygen comment that doesn't fit to function...
2018-08-07 Sanjay Patel[InstCombine] add tests for fneg fold including FMF...
2018-08-07 Raphael IsemannRemoved duplicated commented-out code [NFC]
2018-08-07 Matt Davis[analyzer] Avoid querying this-pointers for static...
2018-08-07 Sanjay Patel[InstCombine] fix FP constant in test; NFC
2018-08-07 Volodymyr Sapsai[VFS] Unify iteration code for VFSFromYamlDirIterImpl...
2018-08-07 Erik Pilkington[Sema] Ensure an auto non-type template parameter is...
next