platform/upstream/llvm.git
2022-05-02 Phoebe Wang[ArgPromotion][Attributor] Update min-legal-vector...
2022-05-02 Shraiysh Vaishay[flang] Added tests for taskwait and taskyield translation
2022-05-02 Congzhe Cao[LoopCacheAnalysis] Use stable_sort() to avoid non...
2022-05-02 Ben Shi[clang][preprocessor] Add more macros to target AVR
2022-05-02 Brad Smith[Driver][Ananas] -r: imply -nostdlib like GCC
2022-05-02 Fangrui Song[Driver][test] Remove unneeded -no-canonical-prefixes...
2022-05-02 Ben Shi[compiler-rt][builtins] Add several helper functions...
2022-05-01 LLVM GN Syncbot[gn build] Port 3939e99aae68
2022-05-01 Matt Arsenaultllvm-reduce: Fix not removing first instruction in...
2022-05-01 Matt Arsenaultllvm-reduce: Introduce new scoring mechanism for MIR...
2022-05-01 Matt Arsenaultllvm-reduce: Do not try to delete frame instructions
2022-05-01 Matt Arsenaultllvm-reduce: Add pass to reduce IR references from MIR
2022-05-01 Fangrui Song[RISCV] Lower case the first letter of LowerRISCVMachin...
2022-05-01 Sylvestre Ledrudoc: update of the adv build doc now that clang is...
2022-05-01 River Riddle[mlir:PDLInterp] Refactor the implementation of result...
2022-05-01 Florian Hahn[SimpleLoopUnswitch] Freeze individual OR/AND operands.
2022-05-01 Simon Pilgrim[VectorCombine] Merge isa<>/cast<> into dyn_cast<>...
2022-05-01 Michael Kruse[Polly] Fix test after D119669.
2022-05-01 Simon Pilgrim[DAG] (style) Break apart if-else chain as they all...
2022-05-01 Stanislav Gatev[clang][dataflow] Optimize flow condition representation
2022-05-01 Simon Pilgrim[X86] (style) Use auto for dyn_cast<> results
2022-05-01 Simon Pilgrim[X86] (style) Don't use auto for non obvious types
2022-05-01 Simon Pilgrim[SLPVectorizer] Remove weird unicode character from...
2022-05-01 Simon Pilgrim[InstCombine] Add test coverage from D124503
2022-05-01 Simon Pilgrim[Coroutines] Regenerate coro-retcon-resume-values.ll
2022-05-01 Simon Pilgrim[LoopVectorize][X86] Regenerate invariant-store-vectori...
2022-05-01 Andrew Ng[analyzer] Fix return of llvm::StringRef to destroyed...
2022-05-01 Simon Pilgrim[CostModel][X86] Check for 'null op' truncations
2022-05-01 Nikolas Klauser[libc++][NFC] Replace _LIBCPP_INLINE_VISIBILTIY and...
2022-05-01 PeixinQiao[flang] Add one semantic check for implicit interface
2022-05-01 sstwcw[clang-format] Take out common code for parsing blocks NFC
2022-05-01 Simon Pilgrim[CostModel][X86] Reduce cost of vector selects on SSE2...
2022-05-01 Nathan James[clang-tidy][NFC] Re-alphabetize the clang tidy release...
2022-04-30 Jack Andersen[CAPI] Expose CastInst::getCastOpcode in C API
2022-04-30 Dmitry Vassiliev[NVPTX] Prefix "$L__" for branch label names
2022-04-30 Florian Hahn[LV] Add test for interleaving multiple iterations...
2022-04-30 Simon Pilgrim[PhaseOrdering][X86] Use passes="" instead of passes...
2022-04-30 Florian Hahn[SimpleLoopUnswitch] Freeze trivial conditions if needed.
2022-04-30 Simon Pilgrim[PhaseOrdering][X86] Use passes="default<O3>" instead...
2022-04-30 Simon Pilgrim[SLP][X86] extractelement tests - use -mattr=avx2 inste...
2022-04-30 Paul Walker[LegalizeDAG] Fix TypeSize conversion error when expand...
2022-04-30 Craig Topper[DAGCombiner] When matching a disguised rotate by const...
2022-04-30 Craig Topper[RISCV][AArch64] Pre-commit tests for D124711. NFC
2022-04-30 Aaron BallmanAccept -fno-knr-functions as a driver flag as well
2022-04-30 luxufan[RISCV] Don't getDebugLoc for the end node of MBB iterator
2022-04-30 Saleem AbdulrasoolAArch64: modify Swift async frame record storage on...
2022-04-30 Aaron BallmanGeneralize calls to ImplicitlyDefineFunction
2022-04-30 Arjun P[MLIR][Presburger] subtraction: add support for divs...
2022-04-30 Mark de WeverRevert "[msan][libcxx] Enable -fsanitize-memory-param...
2022-04-30 Juneyoung Lee[InstCombine] Remove the undef-related workaround code...
2022-04-30 Juneyoung LeeAdd a pre-commit test for D124426
2022-04-30 Simon Pilgrim[X86] lowerShuffleAsRepeatedMaskAndLanePermute - permit...
2022-04-30 Sam McCallReland [clangd] More precisely enable clang warnings...
2022-04-30 NAKAMURA TakumiClangDriverTests:ToolChainTest.cpp: Fix warnings. ...
2022-04-30 Yeting Kuo[RISCV] Add DAGCombine to fold base operation and reduc...
2022-04-30 Amir Ayupov[BOLT][NFC] Reduce Target/{AArch64,X86} dependencies
2022-04-30 Kito Cheng[RISCV] Fix int16 -> __fp16 conversion code gen
2022-04-30 Kito Cheng[RISCV] Precommit test for D124509
2022-04-30 Joseph Huber[OpenMP] Fix printing commands twice in verbose mode
2022-04-30 Kito Cheng[compiler-rt][profile][RISCV] Enable profile for RISC-V
2022-04-30 Craig Topper[RISCV] Copy test from mem.ll to mem64.ll for completen...
2022-04-30 Craig Topper[RISCV] Don't merge addi into load/store address if...
2022-04-30 LLVM GN Syncbot[gn build] Port 73417c517644
2022-04-30 Craig Topper[RISCV] Remove 'frameindex' from list for ComplexPatter...
2022-04-30 Nico WeberRevert "[clangd] More precisely enable clang warnings...
2022-04-30 Hongtao Yu[CSSPGO] Turn on priority inlining for probe-only profile
2022-04-30 Craig Topper[SelectionDAG] Pre-commit test for D124696. NFC
2022-04-30 joker881[RISCV]Add CTZ Intrinsic for ZBB in Clang
2022-04-30 Hongtao Yu[CSSPGO] Rename ProfileIsCSNested and ProfileIsCSFlat
2022-04-29 python3kgae[HLSL][clang][Driver] Support validator version command...
2022-04-29 David KreitzerTest commit. Fixed a typo in a comment.
2022-04-29 Siva Chandra... [libc] Add implementations of feof, ferror and clearerr.
2022-04-29 Congzhe Cao[LoopCacheAnalysis] Minor test case update
2022-04-29 Petr Hosek[Driver] Support for compressed debug info on Fuchsia
2022-04-29 Dmitry Vassiliev[NVPTX] Add add.cc/addc.cc/sub.cc/subc.cc for i64
2022-04-29 Simon Dardis[MIPS] Address instruction selection failure for abs...
2022-04-29 Jason MolendaLocationListLookup test case failing on lldb-arm-ubuntu
2022-04-29 Jason MolendaDecr pc when looking for DWARF loc list entry mid-stack
2022-04-29 James Y KnightRevert "[JumpThreading][NFC][CompileTime] Do not recomp...
2022-04-29 Aaron PuchertThread safety analysis: Don't pass capability kind...
2022-04-29 Aaron PuchertThread safety analysis: Store capability kind in Capabi...
2022-04-29 Aaron PuchertThread safety analysis: Store CapabilityExprs in Scoped...
2022-04-29 Aaron PuchertThread safety analysis: Pack CapabilityExpr using Point...
2022-04-29 Sam McCall[clangd] More precisely enable clang warnings through...
2022-04-29 Congzhe Cao[LoopCacheAnalysis] Enable delinearization of fixed...
2022-04-29 Sanjay Patel[InstCombine] add tests for FP<->int casts; NFC
2022-04-29 Chris Lattner[AsmParser] Introduce a new "Argument" abstraction...
2022-04-29 Teresa Johnson[memprof] Correct comment in test [NFC]
2022-04-29 AlexisPerry[flang] Update Google Doc link for Flang Biweekly Sync...
2022-04-29 Martin Storsjö[lldb] Fix initialization of LazyBool/bool variables...
2022-04-29 Greg ClaytonFix the encoding and decoding of UniqueCStringMap<T...
2022-04-29 Joe Nash[AMDGPU][clang] Definition of gfx11 subtarget
2022-04-29 Stanislav Mekhanoshin[AMDGPU] Produce waitcounts for LDS DMA
2022-04-29 Peter Klausler[flang] Fix build bot problem
2022-04-29 Jim InghamAdd a paragraph showing how to use container commands.
2022-04-29 Vitaly Buka[mlir] Prevent argStorage relocations
2022-04-29 Jim InghamAdd a mutex to the ThreadPlanStackMap class.
2022-04-29 Bill Wendling[randstruct] Automatically randomize a structure of...
2022-04-29 Joe NashFix sphinx build error in AMDGPUUsage.rst
2022-04-29 David PenryReapply [CodeGen][ARM] Enable Swing Module Scheduling...
next