platform/upstream/llvm.git
2019-02-05 James Y Knight[opaque pointer types] Fix the CallInfo passed to EmitC...
2019-02-05 Louis Dionne[NFC][libc++] Reindent function
2019-02-05 Sanjay Patel[CGP] add test for unsigned subtract of 1 with overflow...
2019-02-05 Sanjay Patel[AArch64][x86] add tests for unsigned subtract with...
2019-02-05 Nico Webergn build: BUILD.gn files for clang-tidy and clang-apply...
2019-02-05 Krasimir GeorgievFix typo in comment, NFCI
2019-02-05 Nico Webergn build: Merge r353072
2019-02-05 Stefan GranitzUpdate Xcode project after r353047
2019-02-05 Thomas Preud... Recommit: Detect incorrect FileCheck variable CLI defin...
2019-02-05 Thomas Preud... Recommit: Add support for prefix-only CLI options
2019-02-05 Simon Pilgrim[X86][SSE] Rename SimplifyDemandedVectorElts BLENDV...
2019-02-05 Andrea Di Biagio[MCA] Moved the logic that updates register dependencie...
2019-02-05 Serge Gueltongn build: Fix Python 3 write_vcsrevision script compati...
2019-02-05 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts support for...
2019-02-05 Simon Pilgrim[X86][SSE] Add tests showing missing SimplifyDemandedVe...
2019-02-05 Nemanja Ivanovic[NFC] Explicitly add -std=c++14 option to tests that...
2019-02-05 Andrea Di Biagio[MCA] Simplify the logic in method WriteState::addUser...
2019-02-05 Krasimir Georgiev[Expressions] Fix -Wreorder warning from r353149
2019-02-05 Anastasia StulovaFix ICE on reference binding with mismatching addr...
2019-02-05 Jeremy Morse[DebugInfo][NFCI] Split salvageDebugInfo into helper...
2019-02-05 Hans WennborgFix format string in bindings/go/llvm/ir_test.go (PR40561)
2019-02-05 Simon Pilgrim[X86][AVX] Attempt to share broadcasts of different...
2019-02-05 Simon Pilgrim[CostModel][X86] Add UMUL fixed point cost tests
2019-02-05 Florian Hahn[CGP] Add support for sinking operands to their users...
2019-02-05 Diana Picus[ARM GlobalISel] Support G_GEP for Thumb2
2019-02-05 Kristof UmannFix the sphinx buildbot after D54429
2019-02-05 Aleksandr Urakov[Expressions] Add support of expressions evaluation...
2019-02-05 Dan LiewPreviously if the user configured their build but then...
2019-02-05 Hiroshi Inoue[NFC] fix trivial typos in comments
2019-02-05 Martin Storsjo[COFF] Avoid O(n^2) accesses into PartialSections
2019-02-05 Martin Storsjo[MinGW] Hook up the --no-insert-timestamp option
2019-02-05 Clement Courbet[DAG][NFC] Add unit tests.
2019-02-05 Clement Courbet[DAG] BaseIndexOffset: FrameIndexSDNodes with the same...
2019-02-05 Craig Topper[X86] Change MS inline asm clobber list filter to check...
2019-02-05 Craig Topper[X86] Connect the default fpsr and dirflag clobbers...
2019-02-05 JF BastienFix double curlies
2019-02-05 Peter Collingbournegn build: Upgrade to NDK r19.
2019-02-05 Craig Topper[X86] Add test case from PR40529. NFC
2019-02-05 Petr Hosek[CMake] Update lit test configuration
2019-02-05 Max Kazantsev[LSR] Check SCEV on isZero() after extend. PR40514
2019-02-05 Teresa Johnson[SamplePGO] More pipeline changes when flattened profil...
2019-02-05 Richard TrieuFix narrowing issue from r353129
2019-02-05 Heejin Ahn[WebAssembly] Fix indentation after adding IsCanonical...
2019-02-05 Wouter van... [WebAssembly] Make disassembler always emit most canoni...
2019-02-05 Davide Italiano[Python2 to Python 3] Fix print -> print().
2019-02-05 Wei Mi[SamplePGO][NFC] Minor improvement to replace a tempora...
2019-02-05 Matt ArsenaultGlobalISel: Fix verifier crashing on non-register operands
2019-02-05 Thomas Lively[WebAssembly] memory.copy
2019-02-05 Kristof Umann[analyzer] Creating standard Sphinx documentation
2019-02-05 Matt ArsenaultGlobalISel: Consolidate load/store legalization
2019-02-05 Craig Topper[DAGCombiner] Discard pointer info when combining extra...
2019-02-05 Teresa Johnson[SamplePGO] Minor efficiency improvement in samplePGO ICP
2019-02-05 Matt ArsenaultGlobalISel: Implement narrowScalar for select
2019-02-04 Matt ArsenaultGlobalISel: Combine g_extract with g_merge_values
2019-02-04 Julian Lettner[Sanitizers] UBSan unreachable incompatible with Kernel...
2019-02-04 Sam Clegg[llvm-readobj] Fix readobj test expectation broken...
2019-02-04 Evandro MenezesRevert "[PATCH] [TargetLibraryInfo] Update run time...
2019-02-04 Evandro Menezes[ADT] Refactor the Windows query functions (NFC)
2019-02-04 Joe Daniels[OBJC] Add attribute to mark Objective C class as non...
2019-02-04 Erik Pilkington[SemaObjC] Don't infer the availabilty of +new from...
2019-02-04 Evandro Menezes[PATCH] [TargetLibraryInfo] Update run time support...
2019-02-04 Matt ArsenaultGlobalISel: Enforce operand types for constants
2019-02-04 Matt ArsenaultGlobalISel: Verify g_select
2019-02-04 Matt ArsenaultMachineVerifier: Move verification of G_* instructions...
2019-02-04 Vitaly Buka[tsan] Disable fgetpwent_r to work around performance...
2019-02-04 Sam Clegg[WebAssembly] MC: Mark more function aliases as functions
2019-02-04 Jonathan Metzman[libFuzzer][Windows] Clean up RawPrint
2019-02-04 Matt ArsenaultMIR: Validate LLT types when parsing
2019-02-04 Sanjay Patel[CGP] fix bogus test names/comments; NFC
2019-02-04 Sam Clegg[WebAssembly] Update test to match new readobj output...
2019-02-04 Sam Clegg[llvm-readobj] Report more WebAssembly symbol info
2019-02-04 Sanjay Patel[CGP] add tests for usubo; NFC
2019-02-04 Matt ArsenaultGlobalISel: Fix not calling observer when legalizing...
2019-02-04 Matt ArsenaultAMDGPU: Don't rematerialize mov with implicit operands
2019-02-04 Julian Lettner[SanitizerCoverage] Clang crashes if user declares...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Revert r353094 (bad merge)
2019-02-04 Nicolai Haehnle[InstCombine] Cleanup the TFE/LWE check in AMDGPU Simpl...
2019-02-04 Craig Topper[X86] Add test case for report_fatal_error added in...
2019-02-04 Craig Topper[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr...
2019-02-04 David Majorgn build: Windows: use a more standard format for PDB...
2019-02-04 David Majorgn build: Windows: write PDBs when is_debug
2019-02-04 Malcolm Parsons[clang-tidy] Handle unions with existing default-member...
2019-02-04 Aditya Nandakumar[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DA...
2019-02-04 Philip Pfaffe[NewPM][MSan] Add Options Handling
2019-02-04 Wolfgang Pieb[DEBUGINFO] Reposting r352642: Handle restore instructi...
2019-02-04 Johannes DoerfertGeneralize pthread callback test case
2019-02-04 Jonas DevlieghereUpdate stale comment in lang/c/struct_types/main.c
2019-02-04 JF BastienSupport tests in freestanding
2019-02-04 Petr Hosek[CMake] Support CMake variables for setting target...
2019-02-04 Scott Linder[AMDGPU] Support emitting GOT relocations for function...
2019-02-04 Michael Kruse[WarnMissedTransforms] Do not warn about already vector...
2019-02-04 Matt ArsenaultGlobalISel: Fix CheckMachineFunction passing if ReadChe...
2019-02-04 Matt ArsenaultGlobalISel: Allow constructing SrcOp/DstOp from Machine...
2019-02-04 Hyrum Wright[clang-tidy] Add the abseil-duration-unnecessary-conver...
2019-02-04 Matt ArsenaultGlobalISel: Fix parameter name in documentation
2019-02-04 Matt ArsenaultGlobalISel: Fix CSE handling of buildConstant
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Heejin Ahn[WebAssembly] clang-tidy (NFC)
2019-02-04 Jordan Rupprecht[llvm-objcopy][NFC] simplify an error return
next