platform/upstream/llvm.git
2020-04-10 River Riddle[mlir][Pass] Allow duplicate pass registration.
2020-04-10 Louis Dionne[libc++] NFC: Clean up a lot of old Lit features
2020-04-10 Christopher... Clean up usages of asserting vector getters in Type
2020-04-10 River Riddle[mlir][ODS] Add support for optional operands and resul...
2020-04-10 Christopher... Clean up usages of asserting vector getters in Type
2020-04-10 Daniel SandersMake TargetPassConfig and llc add pre/post passes the...
2020-04-10 Christopher... Clean up usages of asserting vector getters in Type
2020-04-10 Lang Hames[ORC] Use CodeGenOpt::Default as the default level...
2020-04-10 Louis Dionne[libc++] NFC: Fix typo in Lit feature (C++14 with a...
2020-04-10 River Riddle[mlir] Emit errors if global constructors are found...
2020-04-10 Sanjay Patel[x86] add test for FP->int->FP casts; NFC (PR36617)
2020-04-10 Jacques Pienaar[mlir][drr] Allow specifying string in location
2020-04-10 Craig Topper[CallSite removal][X86] Remove uses of CallSite from...
2020-04-10 LLVM GN Syncbot[gn build] Port ea11f4726f2
2020-04-10 Marcello MaggioniSplit LiveRangeCalc in LiveRangeCalc/LiveIntervalCalc...
2020-04-10 Nicolas Vasilache[mlir][Linalg] Create a tool to generate named Linalg...
2020-04-10 Sumanth Gundapaneni[Pipeliner] Fix the bug in pragma that disables the...
2020-04-10 Matt MorehouseImplement `-fsanitize-coverage-whitelist` and `-fsaniti...
2020-04-10 Fangrui Song[MC][RISCV] Make .reloc support arbitrary relocation...
2020-04-10 Matt ArsenaultAMDGPU: Teach toolchain to link rocm device libs
2020-04-10 Adrian PrantlAttempt to fix a compile error reported with older...
2020-04-10 Craig Topper[CallSite removal][X86] Remove unneeded use of CallSite...
2020-04-10 Raphael Isemann[lldb] Make some asserts in TestFixIts more expressive
2020-04-10 David BlaikieFix a few mismatched iterator types revealed from a...
2020-04-10 Kevin P. Neal[FPEnv][AArch64] Platform-specific builtin constrained...
2020-04-10 Nemanja Ivanovic[PowerPC][NFC] Add test for 5b18b6e9a84d985c0a907009fb7...
2020-04-10 Simon PilgrimTargetOptions.h - remove unused llvm::Module forward...
2020-04-10 Simon PilgrimTargetLoweringObjectFile.h - remove unnecessary ArrayRe...
2020-04-10 Fangrui Song[llvm-dwarfdump] Interface cleanup. NFC
2020-04-10 Fangrui Song[AArch64InstPrinter] Change printAlignedLabel to print...
2020-04-10 Simon Pilgrim[X86] Remove defunct EmitLoweredAtomicFP declaration...
2020-04-10 Simon Pilgrim[Orc] Speculation.h - remove unnecessary ArrayRef.h...
2020-04-10 Simon Pilgrim[X86] Remove defunct emitFMA3Instr declaration. NFC.
2020-04-10 LLVM GN Syncbot[gn build] Port 89f1321fe4e
2020-04-10 Michael Wyman[clang-tidy] Add check to find calls to NSInvocation...
2020-04-10 Christopher... Clean up usages of asserting vector getters in Type
2020-04-10 Simon PilgrimProfileSummaryInfo.h - remove unnecessary includes...
2020-04-10 Stanislav Mekhanoshin[AMDGPU] Disable sub-dword scralar loads IR widening
2020-04-10 Mircea Trofin[llvm][NFC] Style fixes in Inliner.cpp
2020-04-10 Jinsong Ji[NFC][UpdateTestChecks] Fix typos in comments
2020-04-10 Ilya Leoshkevich[MSan] Add instrumentation for SystemZ
2020-04-10 Simon PilgrimPromoteMemToReg.h - remove unused llvm::AliasSetTracker...
2020-04-10 Simon PilgrimSimplifyLibCalls.h - remove unused llvm::BasicBlock...
2020-04-10 Simon PilgrimVNCoercion.h - remove unused llvm::Function forward...
2020-04-10 Simon PilgrimSizeOpts.h - remove ProfileSummaryInfo forward declarat...
2020-04-10 Christopher... Clean up usages of asserting vector getters in Type
2020-04-10 Jessica Clarke[RISCV] Consume error from parsing attributes section
2020-04-10 Simon Pilgrim[CostModel][X86] Improve InsertElement costs for sub...
2020-04-10 Uday Bondhugula[MLIR][NFC] fix doc comment for isKnownIsolatedFromAbove
2020-04-10 Sanjay Patel[InstSimplify] add tests for folding bool select to...
2020-04-10 Lei Zhang[mlir][spirv] Update doc regarding availability and...
2020-04-10 Raphael Isemann[lldb] Refactor TestFixIts so that most of it can run...
2020-04-10 Simon Cook[Driver] Improve help message for -ffixed-xX flags
2020-04-10 Nico Weber[gn build] add scan-build target
2020-04-10 Florian Hahn[compiler-rt] Try to disable failing test on Darwin.
2020-04-10 Florian Hahn[SCCP] Use SimplifyBinOp for non-integer constant/expre...
2020-04-10 Brian Cain[libunwind] add hexagon support
2020-04-10 Dmitry Vyukovtsan: don't check libc dependency on NetBSD
2020-04-10 Djordje Todorovic[docs][llvm-dwarfdump] Add the release notes about...
2020-04-10 Mehdi AminiRevert "[DomTree] Replace ChildrenGetter with GraphTrai...
2020-04-10 Kiran Kumar T P[MLIR] Support for taskwait and taskyield operations...
2020-04-10 Alina Sbirlea[DomTree] Replace ChildrenGetter with GraphTraits over...
2020-04-10 Uday Bondhugula[MLIR][NFC] applyPatternsGreedily -> applyPatternsAndFo...
2020-04-10 Michael LiaoFix `-Wextra` warning. NFC.
2020-04-10 Michael LiaoRemove extra whitespace. NFC.
2020-04-10 David BlaikieMove CFGDiff.h from IR to Support
2020-04-10 Med Ismail... [lldb/Reproducers] Fix typo introduced when disabling...
2020-04-10 Uday Bondhugula[MLIR] Introduce an op trait that defines a new scope...
2020-04-10 Mehdi AminiRevert "[DomTree] Replace ChildrenGetter with GraphTrai...
2020-04-10 Kang Zhang[PowerPC][UpdateTestChecks] Remove the extra # when...
2020-04-10 Kai Luo[PowerPC] Update alignment for ReuseLoadInfo in LowerFP...
2020-04-10 John McCallRename OptimalLayout to OptimizedStructLayout at Chris...
2020-04-10 David Blaikiellvm-dwarfdump: Return non-zero on error
2020-04-10 Paula Toth[libc] Change minimum cmake requirement.
2020-04-10 LLVM GN Syncbot[gn build] Port 4275eb13315
2020-04-10 Nemanja Ivanovic[PowerPC] Bail out of redundant LI elimination on an...
2020-04-10 Serguei KatkovRe-land [Codegen/Statepoint] Allow usage of registers...
2020-04-10 Johannes Doerfert[OpenMP] Allow <math.h> to go first in C++-mode in...
2020-04-10 Shilei Tian[OpenMP] Put old APIs back and added new _async series...
2020-04-10 Max Kazantsev[LoopLoadElim] Fix crash by always checking simplify...
2020-04-10 Heejin Ahn[WebAssembly] Use dummy debug info in Emscripten SjLj
2020-04-10 Alina SbirleaUpdate empty() call with namespace to clear ambiguity.
2020-04-10 Brad MoodyMake BitVector::operator== return false for different...
2020-04-10 Wenlei He[TLI] Per-function fveclib for math library used for...
2020-04-10 Stefan Pintilie[PowerPC][Future] Fix for 6c4b40def77622a5cf62a219ef4af...
2020-04-10 Alina Sbirlea[DomTree] Replace ChildrenGetter with GraphTraits over...
2020-04-10 Lang Hames[ORC] Require JITDylib to be specified when adding...
2020-04-10 LLVM GN Syncbot[gn build] Port 1229245df7c
2020-04-10 Sam McCall[clangd] Set up machinery for gtests of ClangdLSPServer.
2020-04-10 Craig Topper[X86] Improve min/max reduction costs.
2020-04-10 Nemanja Ivanovic[PowerPC] Don't assert on SELECT_CC with i1 type
2020-04-10 Amara Emerson[AArch64][GlobalISel] CallLowering: Don't generate...
2020-04-09 Francesco Petrogalli[llvm][Codegen] Make `getVectorTypeBreakdownMVT` work...
2020-04-09 Christopher... Clean up usages of asserting vector getters in Type
2020-04-09 Lang Hames[ORC] Add C API support for adding object files to...
2020-04-09 Lang Hames[ORC] Expand the OrcV2 C API bindings.
2020-04-09 LLVM GN Syncbot[gn build] Port a79b2fc44bf
2020-04-09 Fangrui Song[libunwind] Clean up __arm64__
2020-04-09 Daniel SandersAdd pass to strip debug info from MIR
2020-04-09 Med Ismail... [lldb] Reformat 'Fix breakage introduced by llvm::LoadI...
next