platform/upstream/llvm.git
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...
2018-07-27 Davide ItalianoRevert "Recommit [DataFormatters] Add formatter for...
2018-07-27 David Bolvansky[InstCombine] [NFC] [Tests] Fold Select with AND/OR...
2018-07-27 Jessica PaquetteRecommit "Enable MachineOutliner by default under ...
2018-07-27 David Bolvansky[InstCombine] [NFC] [Tests] Fold Select with AND/OR...
2018-07-27 Alexey Bataev[DEBUG_INFO] Fix tests, NFC.
2018-07-27 Jordan Rupprecht[libc++] Exclude posix_l/strtonum fallback inclusion...
2018-07-27 Davide ItalianoRecommit [DataFormatters] Add formatter for C++17 std...
2018-07-27 Alexey Bataev[DEBUGINFO] Disable unsupported debug info options...
2018-07-27 Alex LangfordStop building liblldb with CMake's framework functionality
2018-07-27 Peter CollingbourneReland r338088, "ELF: Make --print-icf-sections output...
2018-07-27 Evandro Menezes[SLC] Test simplification of pow(x, 0.333...) to cbrt...
2018-07-27 Raphael IsemannNarrow the CompletionRequest API to being append-only.
2018-07-27 Sanjay Patel[AArch64, PowerPC, x86] add more signbit math tests...
2018-07-27 George Karpenkov[analyzer] Extend NoStoreFuncVisitor to insert a note...
2018-07-27 Jessica Paquette[MachineOutliner] Exit getOutliningCandidateInfo when...
2018-07-27 Evandro Menezes[ARM] Add new target feature to fuse literal generation
2018-07-27 Joachim Protze[OMPT] Fix OMPT callbacks for the taskloop construct...
2018-07-27 Joachim Protze[OMPT] Adapt OMPT callbacks for tasks to handle untied...
2018-07-27 Joachim Protze[OMPT] Print two more addresses in print_fuzzy_address_...
2018-07-27 Sanjay Patel[AArch64, PowerPC, x86] add more signbit math tests...
2018-07-27 Richard SmithFix typos in comment.
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-27 Alexey Bataev[OPENMP] Static variables on device must be externally...
2018-07-27 Erik Pilkington[demangler] Support for reference collapsing
2018-07-27 George Karpenkov[ASTMatchers] Introduce a matcher for `ObjCIvarExpr...
2018-07-27 Jessica PaquetteRevert "Enable MachineOutliner by default under -Oz...
2018-07-27 Richard SmithAdd missing temporary materialization conversion on...
2018-07-27 Yonghong Songbpf: add missing RegState to notify MachineInstr verifi...
2018-07-27 Jessica PaquetteEnable MachineOutliner by default under -Oz for AArch64
2018-07-27 Sanjay Patel[DAGCombiner] fold 'not' with signbit math
2018-07-27 Sanjay Patel[x86] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[PowerPC] add more tests for signbit math; NFC
2018-07-27 Sanjay Patel[AArch64] add more tests for signbit math; NFC
2018-07-27 Fangrui Song[Support] Use unsigned char for xxHash 64-bit
2018-07-27 Jan VeselyAMDGPU/R600: Add MOV instructions to BFE patterns
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated integer reductions.
2018-07-27 Dmitry Preobrazhensky[AMDGPU][MC][DOC] Updated AMD GPU assembler description
2018-07-27 Ilya Biryukov[clang-tidy] Fix a crash in fuchsia-multiple-inheritance
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Predicated floating point reductions.
2018-07-27 Louis Dionne[libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace...
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FEXPA and FTSSEL.
2018-07-27 Sander de Smalen[AArch64][SVE] Asm: Support for FRECPE and FRSQRTE.
2018-07-27 Philip Pfaffe[CMake] Followup for r337366: Only export LLVM_LINK_LLV...
2018-07-27 Sanjay Patel[InstCombine] not(sub X, Y) --> add (not X), Y
2018-07-27 Sanjay Patel[InstCombine] add tests for not+sub; NFC
2018-07-27 Kirill Bobyrev[clangd] Return Dex Iterators
next