platform/upstream/llvm.git
2020-05-08 zoecarverRe-commit: Mark values as trivially dead when their...
2020-05-08 Sanjay Patel[InstCombine] add/adjust tests for fpext of casted...
2020-05-08 Sanjay Patel[InstCombine] add helper for known exact cast to FP...
2020-05-08 zoecarver[libcxx] Delete pointer in shared_ptr deduction test.
2020-05-08 Raphael Isemann[lldb] Remove 'use_synthetic' parameters in ValueObject...
2020-05-08 Craig Topper[X86] Add assembler support for {vex} prefix to match...
2020-05-08 Wei Mi[SampleFDO] For functions without profiles, provide...
2020-05-08 Wei Mi[lld] Add a new output section ".text.unknown" for...
2020-05-08 Ricky Zhou[SimplifyCFG] Remap rewritten debug intrinsic operands.
2020-05-08 Simon Pilgrim[DAG] SimplifyMultipleUseDemandedBits - remove superflu...
2020-05-08 David Tenty[AIX] Make sure we use export lists for plugins
2020-05-08 Lawrence D... Re-land "get rid of PythonInteger::GetInteger()"
2020-05-08 Adrian PrantlAdd an API to construct an XcodeSDK from an SDK type.
2020-05-08 Sanjay Patel[InstCombine] add tests for known bits before FP casts...
2020-05-08 zoecarverRevert "[libc++] ECMAScript IdentityEscape is ambiguous...
2020-05-08 Nico WeberFix bugs when an included file name is typo corrected.
2020-05-08 Evgenii Stepanov[hwasan] Reset current thread pointer on thread exit.
2020-05-08 Raphael IsemannReland [lldb][cmake] Also use local submodule visibilit...
2020-05-08 Reid Kleckner[PDB] Optimize public symbol processing
2020-05-08 Vedant Kumar[lldb/test][Darwin] Ask dyld where the real python is
2020-05-08 Matt ArsenaultAMDGPU: Don't assert on unknown address spaces
2020-05-08 Nico WeberUnbreak clang-tidy tests after D79599 / e9b4113902850.
2020-05-08 Fangrui SongReland D79501 "[DebugInfo] Fix handling DW_OP_call_ref...
2020-05-08 Raphael Isemann[lldb][modules] Disable Clang Modules in source/Host...
2020-05-08 Sanjay Patel[InstCombine] clean up foldItoFPtoI; NFC
2020-05-08 Arthur EubanksFix MSan test use-after-dtor.cpp under new pass manager
2020-05-08 Nico WeberAdd a flag that controls if clang-tidy and clang-includ...
2020-05-08 Krasimir GeorgievRevert "[DebugInfo] Fix handling DW_OP_call_ref in...
2020-05-08 Denis Khalikov[mlir][spirv] Handle debuginfo for variables.
2020-05-08 Matt ArsenaultAMDGPU/GlobalISel: Regenerate checks
2020-05-08 Matt ArsenaultAMDGPU: Lower addrspacecast to 32-bit constant
2020-05-08 Fangrui Song[ELF] Add convenience TableGen classes to enforce two...
2020-05-08 Sanjay Patel[PatternMatch] add missing FP cast matchers; NFC
2020-05-08 Sanjay Patel[InstCombine] simplify code for FP to integer casts...
2020-05-08 Simon PilgrimLiveIntervalCalc - remove unnecessary includes. NFC.
2020-05-08 Simon PilgrimDFAEmitter.h - remove unnecessary headers. NFC.
2020-05-08 Simon PilgrimItaniumManglingCanonicalizer.h - add cstdint.h include...
2020-05-08 David Green[ARM] Change test target to arm-none-none-eabi. NFC
2020-05-08 Casey Carter[libc++][test] Add test coverage for codecvt<char(16...
2020-05-08 Haojian Wu[clangd] Update the new clangd url, NFC.
2020-05-08 Simon PilgrimCachePruning.h - reduce StringRef.h to Optional.h inclu...
2020-05-08 Simon PilgrimItaniumManglingCanonicalizer - reduce StringRef.h inclu...
2020-05-08 Raphael Isemann[lldb] Fix RecordDecl match string in module-ownership...
2020-05-08 Benjamin KramerRevert "Recommit "[LV] Induction Variable does not...
2020-05-08 Raphael Isemann[lldb] Prevent objc-root-class warning when compiling...
2020-05-08 Adam Czachorowski[clangd] Fix crash in AddUsing tweak due to non-identif...
2020-05-08 Raphael Isemann[lldb] Make module-ownership.mm test more robust agains...
2020-05-08 Simon Pilgrim[X86][AVX] Don't let X86ISD::BROADCAST peek through...
2020-05-08 Simon PilgrimRemarkStringTable.h - reduce StringRef/Remark includes...
2020-05-08 Calixte Denizet[compiler-rt] Reduce the number of threads in gcov...
2020-05-08 Simon PilgrimRemark.h - reduce ArrayRef.h include to SmallVector...
2020-05-08 Simon PilgrimAArch6/ARMTargetParser.h - move Triple.h dependency...
2020-05-08 Frederik Gossen[MLIR] Add complex addition and substraction to the...
2020-05-08 Kirill Bobyrev[clangd] NFC: Use deprecated grpc++ headers for compati...
2020-05-08 Igor KudrinFix a failing test.
2020-05-08 Nikita PopovReapply [InstSimplify] Remove known bits constant folding
2020-05-08 Igor Kudrin[DebugInfo] Fix handling DW_OP_call_ref in DWARF64...
2020-05-08 Igor Kudrin[DebugInfo] Fix printing values of forms which depend...
2020-05-08 Nikita Popov[AMDGPU] Try to determine sign bit during div/rem expansion
2020-05-08 Marcel Koester[mlir] Updated SideEffect interface definitions to...
2020-05-08 Craig Topper[X86] Add v32i8 and v64i8 tests to vec_smulo.ll and...
2020-05-08 sameeran joshi [flang]Semantics for SELECT RANK.
2020-05-08 WeverythingFix false positive with -Wnon-c-typedef-for-linkage
2020-05-08 aartbik[llvm] [CodeGen] Fixed vector halving bug for masked...
2020-05-08 Jason MolendaAdd a new lockdownd plist for launching posix processes
2020-05-08 Xing GUO[Object] Remove unneeded check in ELFFile<ELFT>::dynami...
2020-05-08 Sriraman TallamUniuqe Names for Internal Linkage Symbols.
2020-05-07 Diego Caballero[LoopFusion] Remove unreachable blocks from DT and...
2020-05-07 Nico WeberRevert "[YAMLVFSWriter][Test][NFC] Add couple tests"
2020-05-07 James Y KnightCorrectly modify the CFG in IfConverter, and then remov...
2020-05-07 Jonas Devlieghere[lldb/Test] Skip more tests that are not expected to...
2020-05-07 Johannes Doerfert[Attributor][FIX] Record dependences for assumed dead...
2020-05-07 Johannes Doerfert[Attributor] Mark dependence as optional
2020-05-07 zoecarver[libc++] ECMAScript IdentityEscape is ambiguous (2584)
2020-05-07 Ed MastegetMainExecutable: Fix hand-rolled AT_EXECPATH for...
2020-05-07 zoecarver[libcxx] [NFC] fpos Requirements (p0759r1).
2020-05-07 mydeveloperday[clang-format] [PR45639] clang-format splits up the...
2020-05-07 Alina Sbirlea[SimpleLoopUnswitch] Update DefaultExit condition to...
2020-05-07 Marcel HlopkoRemove unused _LIBCPP_RAW_ITERATORS
2020-05-07 Erich KeaneEnsure aux-target specific builtins get validated.
2020-05-07 Sanjay Patel[VectorCombine] adjust test to make intent clearer...
2020-05-07 Huihui Zhang[NFC] Adjust test check lines for D78267.
2020-05-07 Evgenii StepanovAllow -fsanitize-minimal-runtime with memtag sanitizer.
2020-05-07 Huihui Zhang[InstCombine][SVE] Fix visitExtractElementInst for...
2020-05-07 Nico WeberMake -Wnonportable-include-path ignore drive case on...
2020-05-07 Erich KeaneAdd static assert to ID Table to make sure aux targets...
2020-05-07 Huihui Zhang[InstCombine][SVE] Fix visitInsertElementInst for scala...
2020-05-07 Jacques Pienaar[mlir] Add NamedAttrList
2020-05-07 Sanjay Patel[VectorCombine] add tests with undefs; NFC
2020-05-07 Matt ArsenaultAMDGPU: Fix broken tests for HSA metadata
2020-05-07 Sanjay Patel[SLP] add another bailout for load-combine patterns...
2020-05-07 Sanjay Patel[SLP] add test for constant expression fake of load...
2020-05-07 Hiroshi Yamauchi[BFI][CGP] Add limited support for detecting missed...
2020-05-07 Paula Toth[libc] Fix warnings on release build.
2020-05-07 Jonas Devlieghere[lldb/Test] Fix typo in find-and-replace.
2020-05-07 mydeveloperday[clang-format] [PR45791] BeforeLambdaBody is confused...
2020-05-07 mydeveloperday[clang-format] ensure dump_format_style.py works with...
2020-05-07 mydeveloperday[clang-format] [PR45126] Help text is missing all avail...
2020-05-07 sameeran joshi [flang]Add examples in documentation/BijectiveInter...
2020-05-07 Adrian PrantlAdd a function to detect whether an Xcode SDK supports...
next