platform/upstream/llvm.git
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...
2018-08-07 Michael Berg[NFC] adding tests for Y - (X + Y) --> -X
2018-08-07 JF Bastien[NFC] Improve auto-var-init alignment check
2018-08-07 Sanjay Patel[InstCombine] add tests for fneg of fmul/fdiv with...
2018-08-07 Vedant Kumar[Coverage] Ignore 'unused' functions with non-zero...
2018-08-07 Vedant Kumar[Coverage] Delete getCounterMismatches, it's dead code...
2018-08-07 Aditya NandakumarRefactor FileCheck to make it usable as an API
2018-08-07 JF Bastien[NFC] CGDecl factor out constant emission
2018-08-07 Jan VeselyAMDGPU: Remove broken i16 ternary patterns
2018-08-07 Alexander PolyakovAdd documentation for SBTarget::AppendImageSearchPath
2018-08-07 Douglas YungFix one hard coded value I missed in r339185.
2018-08-07 Richard SmithClean up and simplify RequireCompleteType.
2018-08-07 Derek Schuff[WebAssembly] Update SIMD binary arithmetic
2018-08-07 Douglas YungMake test more robust by not checking hard coded debug...
2018-08-07 Stella Stamenova[lit] Disable shtest-timeout on Windows
2018-08-07 George Karpenkov[analyzer] [tests] Do not be verbose by default when...
2018-08-07 Jim InghamIf a function starts with line number 0, don't try...
2018-08-07 Jim InghamFix the Xcode project for the Core -> Utility moves.
2018-08-07 Stella Stamenova[lit, python] Change the order of the quotes in the...
2018-08-07 Stella Stamenova[lit, python3] Update lit error logging to work correct...
2018-08-07 Alexander Polyakov[lldb-mi] Re-implement target-select command
2018-08-07 Krzysztof Parzyszek[Hexagon] Allow use of gather intrinsics even with...
2018-08-07 Sanjay Patel[InstSimplify] fold fsub+fadd with common operand
2018-08-07 Alexander PolyakovAdd new API to SBTarget class
2018-08-07 Sanjay Patel[InstSimplify] fold fadd+fsub with common operand
2018-08-07 Anastasis Grammenos[Local] Add dbg location on unreachable inst in changeT...
2018-08-07 Heejin Ahn[WebAssembly] CFG sort support for exception handling
2018-08-07 Sanjay Patel[InstSimplify] fold fsub+fsub with common operand
2018-08-07 Martin Storsjo[Headers] Expand _Unwind_Exception for SEH on MinGW...
2018-08-07 Nico WeberUpdate msbuild integration warnings: Don't warn on...
2018-08-07 Sanjay Patel[InstSimplify] add tests for fadd/fsub; NFC
2018-08-07 Leonard Chan[Sema] Fix for crash on conditional operation with...
2018-08-07 Alexey Bataev[SLP] Fix insert point for reused extract instructions.
2018-08-07 Nico Weberlld-link: Take /SUBSYSTEM into account for automatic...
2018-08-07 Volodymyr Sapsai[VFS] Emit an error when entry at root level uses a...
2018-08-07 Sam Clegg[WebAssembly] Remove use of lld -flavor flag
2018-08-07 Wei Mi[SampleFDO] Fix a bug in getOrCompHotCountThreshold...
2018-08-07 Leonard MosescuMisc module/dwarf logging improvements
2018-08-07 Alexander Polyakov[lldb-mi] Re-implement MI HandleProcessEventStateSuspended.
2018-08-07 Philip Reames[LICM] Strengthen assume hoisting tests [NFC]
2018-08-07 David Greene[WebAssembly] Force use of lld for test/Driver/wasm...
2018-08-07 Craig Topper[SelectionDAG] When splitting scatter nodes during...
2018-08-07 Craig Topper[SelectionDAG][X86][SystemZ] Add a generic nonvolatile_...
2018-08-07 Alex LangfordAdd instructions for building LLDB on Mac OS X with...
2018-08-07 Tatyana KrasnukhaCheck result after setting PC value.
2018-08-07 Alexey Bataev[OPENMP] Mark variables captured in declare target...
2018-08-07 David Bolvansky[RFC] Build LLVM-C.dll on MSVC that exports only the...
2018-08-07 Scott Linder[OpenCL] Restore r338899 (reverted in r338904), fixing...
next