platform/upstream/llvm.git
2019-02-24 Sanjay Patel[CGP] add special-cases to form unsigned add with overf...
2019-02-24 Simon PilgrimFix "enumeral and non-enumeral type in conditional...
2019-02-24 Heejin Ahn[WebAssembly] Rename a variable in CFGStackify (NFC)
2019-02-24 Heejin Ahn[WebAssembly] Merge two identical switch case routines...
2019-02-24 Michael LiaoTypo: s/CHCCK/CHECK
2019-02-24 Michael Liao[NFC] Minor coding style (indent) fix.
2019-02-24 Philip Reames[Hexagon, SystemZ] Be super conservative about atomics
2019-02-23 Duncan P. N... VFS: Avoid some unnecessary std::string copies
2019-02-23 Craig Topper[TwoAddressInstructionPass] After commuting an instruct...
2019-02-23 Craig TopperRecommit r354363 "[X86][SSE] Generalize X86ISD::BLENDI...
2019-02-23 Richard SmithEnable coroutines under -std=c++2a.
2019-02-23 Richard Smith[cxx_status] Update to match Kona motions.
2019-02-23 Craig TopperRecommit r354647 and r354648 "[LegalizeTypes] When...
2019-02-23 Nikita Popov[WebAssembly] Fix select of and (PR40805)
2019-02-23 Simon Pilgrim[X86][AVX] combineInsertSubvector - remove concat_vecto...
2019-02-23 Simon PilgrimFix MSVC constant truncation warnings. NFCI.
2019-02-23 Simon Pilgrim[X86][AVX] concat_vectors(scalar_to_vector(x),scalar_to...
2019-02-23 Simon Pilgrim[X86][AVX] Shuffle->Permute+Blend if we have one v4f64...
2019-02-23 Bruno Ricci[NFC] Fix Wdocumentation warning in OMPToClause
2019-02-23 Bruno Ricci[Sema][NFC] SequenceChecker: More tests in preparation...
2019-02-23 Simon Dardis[MIPS] Fix a incorrect test. (NFC)
2019-02-23 Louis Dionne[libcxx] Make sure all experimental tests are disabled...
2019-02-23 Craig Topper[X86] Sign extend the 8-bit immediate when commuting...
2019-02-23 Brad SmithRemove OpenBSD case for old system libstdc++ header...
2019-02-23 Michael Trentobjdump fails to parse Mach-O binaries with n_desc...
2019-02-23 Brad SmithRemove sanitizer context workaround no longer necessary
2019-02-23 Richard TrieuRemove overly broad assert from r354717.
2019-02-23 Daniel SandersTry again to fix memory leak in r354692
2019-02-23 Julian Lettner[NFC][Sanitizer] Comment out argument checks
2019-02-23 Julian Lettner[NFC][Sanitizer] Add argument checks to BufferedStackTr...
2019-02-23 Alexandre Ganea[LLD][COFF] Add support for /FUNCTIONPADMIN command...
2019-02-23 Jordan Rupprecht[NFC] Fix typos: preceeding -> preceding
2019-02-23 Reid KlecknerRevert r354363 & co "[X86][SSE] Generalize X86ISD:...
2019-02-23 Daniel SandersFix memory leak in r354692
2019-02-23 Jim InghamRevert r354706 - lit touched my thigh
2019-02-23 Craig Topper[LegalizeTypes] Use PromoteTargetBoolean in PromoteIntO...
2019-02-23 Craig Topper[X86] Enable custom splitting of v8i64/v16i32 sext...
2019-02-23 Craig Topper[X86] Add a few test cases for a v8i64 sext/zext from...
2019-02-23 Rui UeyamaSplit a long line to avoid annoying horizontal scrollin...
2019-02-23 Jim InghamMake sure that stop-hooks run asynchronously.
2019-02-23 Sam Clegg[WebAssembly] Update CodeGen test expectations after...
2019-02-22 Rui Ueyamas/method/function/g since function is the correct name...
2019-02-22 Rui UeyamaRemove a function from header and move the implementati...
2019-02-22 Jim InghamWhen deserializing breakpoints some options may not...
2019-02-22 Julian Lettner[NFC][Sanitizer] Re-enable test on Darwin
2019-02-22 Konstantin... Revert "AMDGPU/NFC: Cleanup subtarget predicates"
2019-02-22 Sanjay Patel[CGP] add tests for uaddo increment/decrement; NFC
2019-02-22 Michael Kruse[OpenMP 5.0] Parsing/sema support for to clause with...
2019-02-22 Sam Clegg[WebAssembly] Remove unneeded MCSymbolRefExpr variants
2019-02-22 Julian Lettner[NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStack
2019-02-22 Julian Lettner[Sanitizer] Fix uses of stack->Unwind(..., fast)
2019-02-22 Sam Clegg[WebAssembly] MC: Handle aliases of aliases
2019-02-22 David Greene[CMake] Honor LLVM_EXTERNAL_<proj>_SOURCE_DIR
2019-02-22 Daniel SandersRestore ability for C++ API users to Enable IPRA.
2019-02-22 Louis Dionne[clang] Only provide C11 features in <float.h> starting...
2019-02-22 Alexey Bataev[OPENMP] Delayed diagnostics for VLA support.
2019-02-22 Sanjay Patel[CGP] move overflow intrinsic insertion to common locat...
2019-02-22 Matt ArsenaultMIR: Preserve incoming frame index numbers
2019-02-22 Matt ArsenaultCodeGen: Make RegAllocRegistry a template class
2019-02-22 Matt ArsenaultAMDGPU: Use removeAllRegUnitsForPhysReg
2019-02-22 Matt ArsenaultLiveIntervals: Add removeAllRegUnitsForPhysReg
2019-02-22 Sam Clegg[WebAssembly] Remove debug statement submitted in rL354657
2019-02-22 Mitch Phillips[GN] Updated build file to allow GN builds to succeed...
2019-02-22 Guozhi Wei[MBP] Factor out function hasViableTopFallthrough and...
2019-02-22 Simon PilgrimFix "not all control paths return" warning. NFCI.
2019-02-22 Alexey BataevRevert "[OPENMP] Delayed diagnostics for VLA support."
2019-02-22 Alexey Bataev[OPENMP] Delayed diagnostics for VLA support.
2019-02-22 Saleem AbdulrasoolCodeGen: use COMDAT for block copy/destroy helpers
2019-02-22 Nirav DaveDisable big-endian constant store merges from rL354676.
2019-02-22 Nirav Dave[DAGCombine] Fold overlapping constant stores
2019-02-22 Sanjay Patel[x86] allow narrowing of vector UINT_TO_FP
2019-02-22 Sanjay Patel[x86] simplify code in combineExtractSubvector; NFC
2019-02-22 Matt ArsenaultBreakCriticalEdges: Update PostDominatorTree
2019-02-22 Petar Jovanovic[mips][micromips] fix filling delay slots for PseudoInd...
2019-02-22 Alexey Bataev[CUDA]Delayed diagnostics for the asm instructions.
2019-02-22 Roman Tereshin[LowerSwitch][AMDGPU] Do not handle impossible values
2019-02-22 Chijun Sima[DTU] Refine the interface and logic of applyUpdates
2019-02-22 Pavel LabathAvoid two-stage initialization of MinidumpParser
2019-02-22 David Green[ARM] Add some missing thumb1 opcodes to enable peephol...
2019-02-22 James Henderson[ELF][test]Remove unnecessary empty symbol references...
2019-02-22 Diana Picus[ARM GlobalISel] Support floating point for Thumb2
2019-02-22 Haojian Wu[clangd] Don't attach FixIt to the source code in macro.
2019-02-22 George RimarFix BB after r354661
2019-02-22 Pavel LabathSplit up minidump register context tests
2019-02-22 George Rimar[obj2yaml] - Do not miss section index for special...
2019-02-22 Alina Sbirlea[MemorySSA] Update test with minimized one. NFCI
2019-02-22 Heejin Ahn[WebAssembly] Remove getBottom function from CFGStackif...
2019-02-22 Alina Sbirlea[MemorySSA & LoopPassManager] Resolve PR40038.
2019-02-22 Craig Topper[LegalizeVectorOps] Improve the placement of ANDs in...
2019-02-22 Craig Topper[LegalizeVectorOps] Simplify the non-byte sized load...
2019-02-22 Craig Topper[X86] Add test cases to cover the path in VectorLegaliz...
2019-02-22 Chijun Sima[DTU] Deprecate insertEdge*/deleteEdge*
2019-02-22 Yaxun Liurevert r354615: [HIP] change kernel stub name
2019-02-22 Lang HamesFix a think-o in the disable-kaleidoscope-tests-on...
2019-02-22 Matt ArsenaultDAG: Add helper for creating shifts with correct type
2019-02-22 Craig Topper[X86] Add a DAG combine for (aext_vector_inreg (aext_ve...
2019-02-22 Craig Topper[LegalizeTypes] When promoting the result of EXTRACT_SU...
2019-02-22 Lang HamesAdd 'Windows' to the disabled platforms list for the...
2019-02-22 Lang HamesDisable Kaleidoscope tests on Win32 -- looks like they...
2019-02-22 Artem Dergachev[analyzer] MIGChecker: Enable by default as `osx.MIG'.
next