platform/upstream/llvm.git
2018-07-30 David Bolvansky[DAGCombiner] Bug 31275- Extract a shift from a constan...
2018-07-30 Thomas Preud... Reapply "Fix crash on inline asm with 64bit matching...
2018-07-30 Thomas Preud... Fix uninitialized read in ARM's PrintAsmOperand
2018-07-30 Jessica PaquetteAttempt to fix Windows test failure caused by r338133
2018-07-30 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
2018-07-30 Simon Pilgrim[X86] Regenerate NOBMI/BMI combine-select tests.
2018-07-30 Simon Pilgrim[X86] Regenerate PKU test to merge 32/64-bit rdpkru...
2018-07-30 Reka Kovacs[analyzer] Add missing state transition in IteratorChecker.
2018-07-30 Simon Pilgrim[X86] Regenerate fast-isel tests.
2018-07-30 Sander de Smalen[AArch64][SVE] Asm: Enable instructions to be prefixed.
2018-07-30 Ilya Biryukov[clangd] Remove outdated comment. NFC
2018-07-30 Reka Kovacs[analyzer] Add support for more invalidating functions...
2018-07-30 Sander de Smalen[AArch64][SVE] Asm: Add MOVPRFX instructions.
2018-07-30 David Bolvansky[InstCombine] [NFC] Added tests for Select with binop...
2018-07-30 Ilya Biryukov[clangd] Do not remove AST from cache if nothing changed
2018-07-30 Ilya Biryukov[CodeComplete] Fix the crash in code completion on...
2018-07-30 Joel Galenson[doc] Fix Getting Started typo.
2018-07-30 Alexey Bataev[OPENMP] Modify the info about OpenMP support in UsersM...
2018-07-30 Krzysztof Parzyszek[Hexagon] Simplify A4_rcmp[n]eqi R, 0
2018-07-30 John BrawnAdjust opt pass pipeline tests to cope with combination...
2018-07-30 George Rimar[ELF] - Implement SHT_SYMTAB_SHNDX (.symtab_shndxr...
2018-07-30 Stefan Maksimovic[mips64][clang] Adjust tests to account for changes...
2018-07-30 Krasimir Georgiev[clang-format] Silence -Wdocumentation warnings
2018-07-30 Matt ArsenaultAMDGPU: Reduce code size with fcanonicalize (fneg x)
2018-07-30 Matt ArsenaultAMDGPU: Make fneg combine handle fcanonicalize
2018-07-30 John Brawn[BasicAA] Use PhiValuesAnalysis if available when handl...
2018-07-30 Ilya Biryukov[clangd] Fix a comment. NFC
2018-07-30 Alexandros... [GVNHoist] Re-enable GVNHoist by default
2018-07-30 Stefan Maksimovic[mips64][clang] Provide the signext attribute for i32...
2018-07-30 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-30 Francis Visoiu... [MachineOutliner][X86] Use TAILJMPd64 instead of JMP_1...
2018-07-30 Dean Michael... Revert "[X86] Correct the immediate cost for 'add/sub...
2018-07-30 Nicolai HaehnleAMDGPU: Force skip over s_sendmsg and exp instructions
2018-07-30 Adam Balogh[Analyzer] Iterator Checker Hotfix: Defer deletion...
2018-07-30 Petr Pavlu[ARM] Fix over-alignment in arguments that are HA of...
2018-07-30 Krasimir Georgiev[clang-format] Indent after breaking Javadoc annotated...
2018-07-30 Karl-Johan... [RegisterScavenger] Fix debug print
2018-07-30 Richard SmithPR38355 Prevent infinite recursion when checking initia...
2018-07-30 Max Kazantsev[NFC] Prepare GuardWidening for widening of cond branches
2018-07-30 Dean Michael... [XRay][compiler-rt] FDR Mode: Use mmap instead of inter...
2018-07-30 Zachary TurnerTry to fix build.
2018-07-30 Zachary Turner[MS Demangler] Demangle symbols in function scopes.
2018-07-30 Fangrui Song[asan] Fix typo
2018-07-29 Jan KratochvilRemove friend class declarations from DWARFUnit and...
2018-07-29 Raoul Wols[clangd] Add command-line option
2018-07-29 Craig Topper[DAGCombiner] Remove unnecessary calls to AddToWorklist.
2018-07-29 Sanjay Patel[InstCombine] try to fold 'add+sub' to 'not+add'
2018-07-29 Sanjay Patel[InstCombine] add tests for another sub-not variant...
2018-07-29 Zachary Turner[MS Demangler] NFC - Remove state from Demangler class.
2018-07-29 Sanjay Patel[InstSimplify] fold funnel shifts with 0-shift amount
2018-07-29 Sanjay Patel[InstSimplify] add tests for funnel shift intrinsics...
2018-07-29 Jonas Devlieghere[dsymutil] Simplify temporary file handling.
2018-07-29 Sanjay Patel[InstSimplify] refactor intrinsic simplifications;...
2018-07-29 Sanjay Patelrevert r338206 because the test does not pass
2018-07-29 Sid Manning[ELF][HEXAGON] Add R_HEX_32_6_X and R_HEX_12_X
2018-07-29 Dylan McKay[AVR] Re-enable expansion of ADDE/ADDC/SUBE/SUBC in...
2018-07-29 Sander de Smalen[AArch64][SVE] Asm: Support for WHILE(LE|LO|LS|LT)...
2018-07-29 Sander de Smalen[AArch64][SVE] Asm: Instructions to perform serialized...
2018-07-29 Chandler CarruthRevert r337456: [CodeGen] Disable aggressive structor...
2018-07-28 Fangrui SongFix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest...
2018-07-28 Zachary Turner[MS Demangler] Refactor some of the name parsing code.
2018-07-28 Thomas Preud... Fix crash on inline asm with 64bit matching input in...
2018-07-28 Craig Topper[SelectionDAG] Pass std::vector by reference instead...
2018-07-28 Craig Topper[X86] Correct the immediate cost for 'add/sub i64 ...
2018-07-28 Craig Topper[X86] Use alignTo and divideCeil to make some code...
2018-07-28 Zachary TurnerAdd VS natvis support for LLVMDemangle's StringView.
2018-07-28 David Bolvansky[InstCombine] Tests for fold Select with binary op
2018-07-28 Sanjay Patel[InstCombine] try to fold 'sub' to 'not'
2018-07-28 Serge Pavlov[UBSan] Strengthen pointer checks in 'new' expressions
2018-07-28 Sander de Smalen[AArch64][SVE] Asm: Support for PFALSE and PTEST instru...
2018-07-28 Matt ArsenaultAMDGPU: Stop wasting argument registers with v3i32...
2018-07-28 Sander de Smalen[AArch64][SVE] Asm: Data-dependent loop predicate parti...
2018-07-28 David Bolvansky[InstSimplify] Moved Select + AND/OR tests from InstCombine
2018-07-28 Matt ArsenaultDAG: Add calling convention argument to calling convent...
2018-07-28 Matt ArsenaultAMDGPU: Stop trying to extend arguments for clover
2018-07-28 David Green[GlobalOpt] Test array indices inside structs for out...
2018-07-28 David Bolvansky[InstCombine] Fold Select with AND/OR condition
2018-07-28 Erik Pilkington[demangler] Fix an oss-fuzz bug from r338138
2018-07-28 Akira Hatanaka[Sema][ObjC] Warn when a method declared in a protocol...
2018-07-28 Yaxun Liu[CUDA][HIP] Allow function-scope static const variable
2018-07-28 George Karpenkov[AST] Add a convenient getter from QualType to RecordDecl
2018-07-28 Erik PilkingtonCompile SemaTemplate.cpp with /bigobj on MSVC
2018-07-28 Michael Kruse[test] Remove non-JSPON comments in JSCOP file. NFC.
2018-07-28 Jakub Kuderski[Dominators] Make applyUpdate's documentation less...
2018-07-28 Fangrui Song[CFG] Remove duplicate function/class names at the...
2018-07-28 Vedant Kumar[docs] Clarify role of DIExpressions within debug intri...
2018-07-28 Craig Topper[DAGCombiner] Teach DAG combiner that A-(B-C) can be...
2018-07-28 Alina Sbirlea[SimpleLoopUnswitch] Fix DT updates for trivial branch...
2018-07-27 Raphael IsemannAdd the actually calculated completions to COMPLETION_MSG
2018-07-27 Alex LangfordRevert "Stop building liblldb with CMake's framework...
2018-07-27 Raphael IsemannAdd missing boundary checks to variable completion.
2018-07-27 Wouter van... Revert "[WebAssembly] Added default stack-only instruct...
2018-07-27 Fangrui Song[Support] Remove unnecessary MemoryBuffer::anchor ...
2018-07-27 Craig Topper[X86] Add support expanding multiplies by constant...
2018-07-27 Fangrui Song[llvm-objcopy] Make --strip-debug strip .zdebug* (zlib...
2018-07-27 Reid Kleckner[InstrProf] Don't register __llvm_profile_runtime_user
2018-07-27 Raphael IsemannFix whitespace in the python test suite.
2018-07-27 Nicolas LesserParse a possible trailing postfix expression suffix...
2018-07-27 Erik Pilkington[Sema] Use a TreeTransform to extract deduction guide...
2018-07-27 Wouter van... [WebAssembly] Added default stack-only instruction...
next