platform/upstream/llvm.git
2020-02-26 Krzysztof Parzyszek[Hexagon] Improve casting of boolean HVX vectors to...
2020-02-26 Martijn VelsInline basic_string::erase for fastpath where __n ...
2020-02-26 Reid KlecknerRemove unneeded Compiler.h and DataTypes.h includes...
2020-02-26 Fangrui Song[ELF] --orphan-handling=: don't warn/error for input...
2020-02-26 Greg ClaytonFix buildbots after recent GSYM commit.
2020-02-26 Vedant Kumar[lldb/test] Skip running a test under ASan, it intentio...
2020-02-26 Krzysztof Parzyszek[SDAG] Add SDNode::values() = make_range(values_begin...
2020-02-26 Juneyoung Lee[TTI] Let getOperationCost assume that Freeze is free
2020-02-26 Mikhail Maltsev[libcxx] Fix _LIBCPP_HAS_THREAD_API_EXTERNAL build
2020-02-26 Hiroshi YamauchiDevirtualize a call on alloca without waiting for post...
2020-02-26 Lei Zhang[mlir][spirv] NFC: move folders and canonicalizers...
2020-02-26 Steven Wu[compiler-rt] Build all alias in builtin as private...
2020-02-26 Sean Fertile[PowerPC][NFC] Convert grep usage to FileCheck in lit...
2020-02-26 John BrawnUse virtual functions in ParsedAttrInfo instead of...
2020-02-26 Alex Brachet[libc] Fix build when -DBUILD_SHARED_LIBS=On
2020-02-26 Reid KlecknerAvoid SmallString.h include in MD5.h, NFC
2020-02-26 Fangrui Song[llvm-objcopy][test] Improve empty section tests
2020-02-26 Fangrui Song[ELF] --orphan-handling=: don't warn/error for unused...
2020-02-26 Kadir Cetinkaya[clangd] Clean-up XRefs.cpp from Lexer usages and unnec...
2020-02-26 Sanjay Patel[DAGCombiner] avoid narrowing fake fneg vector op
2020-02-26 LLVM GN Syncbot[gn build] Port 3c36d8dad57
2020-02-26 Pavel LabathIntroduce DWARFDataExtractor::getInitialLength
2020-02-26 Martijn VelsAdd _LIBCPP_BUILTIN_CONSTANT_P support.
2020-02-26 Sanjay Patel[AArch64] add tests for fake fneg; NFC
2020-02-26 Unnar Freyr... Add unit tests for RangeDataVector::FindEntryIndexesTha...
2020-02-26 Simon Pilgrim[DAG] visitRotate - modulo non-uniform constant rotatio...
2020-02-26 Pavel LabathRecommit "[DWARFDebugLine] Avoid dumping prologue membe...
2020-02-26 Jonathan Coe[clang-format] Special handling of spaces for C# code
2020-02-26 Haojian Wu[clangd] use printQualifiedName to skip the inlinenames...
2020-02-26 Nicolai HähnleFull fix for "AMDGPU/SIInsertSkips: Fix the determinati...
2020-02-26 Simon Tatham[ARM,MVE] Add predicated intrinsics for many unary...
2020-02-26 Xiangling Liao[AIX] Remove whitelist checking for ExternalSymbolSDNodes
2020-02-26 Hans WennborgPut microsoft template parameter shadow warning behind...
2020-02-26 Nicolai HähnleQuick fix for bot failure on "AMDGPU/SIInsertSkips...
2020-02-26 Yitzhak Mandelbaum[libTooling] Add function to determine associated text...
2020-02-26 Jay FoadAMDGPU: Fix some more incorrect check lines
2020-02-26 Nicolai HähnleAMDGPU/SIInsertSkips: Fix the determination of whether...
2020-02-26 Nicolas Vasilache[mlir][Linalg] NFC - Refactor LinalgStructuredOps towar...
2020-02-26 Sven van Haastregt[OpenCL] Add atomic type builtins
2020-02-26 Nico Weber[gn build] re-"gn format" all gn files
2020-02-26 evgeny[Assembler] Allow assembling empty index with non-zero...
2020-02-26 Nico Weber[gn build] (manually) port 2f6cc21f44e
2020-02-26 Kirill Bobyrev[OpenMP] Fix the test by generating output file in...
2020-02-26 Kadir Cetinkaya[clang][Tooling] Add a way to tokenize a FileRange
2020-02-26 Haojian Wu[clangd] Bump index version number.
2020-02-26 Nico Weber[gn build] (manually) merge e058667a2e01
2020-02-26 Hans WennborgRevert "[compiler-rt] Add a critical section when flush...
2020-02-26 Dmitry Vyukovtsan: fix pthread_detach with called_from_lib suppressions
2020-02-26 Kerry McLaughlin[AArch64][SVE] Add SVE2 intrinsics for bit permutation...
2020-02-26 Sam Parker[ARM][RDA] add getUniqueReachingMIDef
2020-02-26 Florian Hahn[AArch64] Flip default for register renaming in the...
2020-02-26 James Henderson[docs][llvm-objcopy][llvm-strip] Move --wildcard descri...
2020-02-26 James Henderson[docs][llvm-symbolizer] Fix indentation of inline optio...
2020-02-26 James Henderson[docs][llvm-symbolizer] Fix --functions description
2020-02-26 Jay FoadAMDGPU: Fix some incorrect FUNC-LABEL checks
2020-02-26 serge-sans... Fix typo in clang lit config
2020-02-26 serge-sans... Support -fuse-ld=lld for riscv
2020-02-26 Pavel Labath[lldb/gdb-remote] Add support for the qOffsets packet
2020-02-26 Haojian WuFix the clangd-fuzzer build error.
2020-02-26 Haojian Wu[clangd] Expose the rename LimitFiles option to the...
2020-02-26 Kadir CetinkayaStrip preceeding -Xclang when stripping -fcolor-diagnos...
2020-02-26 serge-sans... Remove no un-necessary require for load_extension.ll
2020-02-26 Michael LiaoAdd missing dependency to fix shared library build.
2020-02-26 Juneyoung Lee[SimpleLoopUnswitch] Canonicalize variable names
2020-02-26 Jim Lin[ARC][NFC] Remove trailing space
2020-02-26 Greg ClaytonAdd a llvm-gsymutil tool that can convert object files...
2020-02-26 Juneyoung Lee[SimpleLoopUnswitch] Fix introduction of UB when hoiste...
2020-02-26 Kang Zhang[PowerPC] Fix the unexpected modification caused by...
2020-02-26 Fangrui Song[MC] Default MCContext::UseNamesOnTempLabels to false...
2020-02-26 Fangrui Song[MC][ARM] Don't create multiple .ARM.exidx associated...
2020-02-26 Fangrui Song[Analysis] Fix -Wrange-loop-analysis after D69876
2020-02-26 Nathan James[docs] dump-ast-matchers removes const from Matcher...
2020-02-26 Reid KlecknerRemove namespace lld { namespace coff { from COFF LLD...
2020-02-26 Max Moroz[compiler-rt] Fix a typo in a comment in FuzzedDataProv...
2020-02-26 Craig Topper[SelectionDAG][PowerPC][AArch64][X86][ARM] Add chain...
2020-02-26 zoecarverRemove std::shared_ptr::allocate_shared
2020-02-26 Lang Hames[ORC] Remove the JITDylib::SymbolTableEntry::isInMateri...
2020-02-26 Adrian PrantlFix a null dereference in the LLDB data formatters.
2020-02-26 Nico WeberRevert "[libTooling] Add function to determine associat...
2020-02-25 Quentin Colombet[GISel][KnownBits] Update a comment regarding the effec...
2020-02-25 aartbik[mlir] [VectorOps] Add vector.print to EDSC
2020-02-25 Louis Dionne[NFC][libc++] Refactor some future tests to reduce...
2020-02-25 River Riddle[mlir][DenseElementsAttr] Fix storage size for bfloat16...
2020-02-25 Jason MolendaRe-land Unwind past an interrupt handler correctly...
2020-02-25 Louis Dionne[libc++] Avoid including <semaphore.h> on Apple
2020-02-25 Vedant KumarRevert "[X86MCTargetDesc.h] Speculative fix for macro...
2020-02-25 Roman Lebedev[clang] Annotating C++'s `operator new` with more attri...
2020-02-25 Roman Lebedev[Sema] Perform call checking when building CXXNewExpr
2020-02-25 Cyndy Ishida[llvm][TextAPI] rename test vars, NFC
2020-02-25 Johannes Doerfert[OpenMP][Opt] Combine `struct ident_t*` during deduplic...
2020-02-25 Thomas Lively[WebAssembly] Simplify extract_vector lowering
2020-02-25 Yitzhak Mandelbaum[libTooling] Add function to determine associated text...
2020-02-25 Akira Hatanaka[ObjC][ARC] Don't move a retain call living outside...
2020-02-25 Alexey Bataev[LIBOMPTARGET]Fix PR44933: fix crash because of the...
2020-02-25 Craig Topper[X86] Add test to show incorrect ordering of flt.rounds...
2020-02-25 zoecarverCheck args passed to __builtin_frame_address and __buil...
2020-02-25 Bill WendlingUse "nop" to avoid size warnings.
2020-02-25 Roman Lebedev[SCEV][IndVars] Always provide insertion point to the...
2020-02-25 Roman Lebedev[SCEV] rewriteLoopExitValues(): even if have hard uses...
2020-02-25 Roman Lebedev[SCEV] SCEVExpander::isHighCostExpansionHelper(): cost...
next