platform/upstream/llvm.git
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...
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
next