projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2020-04-20
Florian Hahn
[VectorUtils] Use early_inc_range instead of DelSet...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sam McCall
[Preamble] Allow recursive inclusion of header-guarded...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sander de Smalen
[SveEmitter] Explicitly merge with zero/undef
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
David Tenty
[AIX] Return the correct set of callee saved regs
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Alexander Belyaev
[MLIR] Add AtomicRMWRegionOp.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Petre-Ionut...
Revert "[ARM] Fix conditions for lowering to S[LR]I"
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
BranchFolding.h - cleanup includes and forward declarat...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
MIRVRegNamerUtils.h - remove unnecessary includes....
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Fangrui Song
[ELF] Add --warn-backrefs-exclude=<glob>
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Tom Weaver
[Dexter][NFC] Add Debugger Controller To Dexter
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Louis Dionne
[libc++] Fix the no-exceptions build of libc++ on Apple
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Emre Kultursay
[lldb] Remove m_last_file_sp from SourceManager
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Emre Kultursay
[lldb] Fix SourceManager::SourceFileCache insertion
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Emre Kultursay
[lldb] Add new LLDB setting: use-source-cache
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Pavel Labath
[lldb] Fix gcc warnings in TypeCategory.cpp
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Yuri Per
[lldb] Prefer executable files from sysroot over files...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sander de Smalen
[SveEmitter] Add immediate checks for lanes and complex...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Bjorn Pettersson
[Scalarizer] Fix a non-deterministic scatter order...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sander de Smalen
[SveEmitter] Add more immediate operand checks.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86MacroFusion.cpp - ensure X86MacroFusion.h module...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Michael Forster
Explicitly move from llvm::json Array/Object to Value
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
LLVM GN Syncbot
[gn build] Port 12030494fce
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Konstantin...
[GlobalISel] Introduce InlineAsmLowering class
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Peter Smith
[LLD][ELF][ARM] Convert ADR/LDR to .inst .reloc
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
serge-sans...
[nfc] Cleanup extension header generation
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Artem Dergachev
[analyzer] GenericTaint: Don't expect CallEvent to...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Mark Murray
Revert 3ce0ad1b336e67a76d78ae7ff7d66fe127586620 Die...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Ayke van Laethem
[AVR] Do not place functions in .progmem.data
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Ayke van Laethem
[AVR] Do not use divmod calls for bigger integers
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Georgii Rymar
[FileCheck] - Refactor the code related to string array...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Georgii Rymar
[obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Georgii Rymar
[llvm-readobj] - Fix crashes and misbehaviors when...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86Subtarget.h - remove unused includes. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Dmitry Preobrazhensky
[MC][DWARF] Corrected handling of is_stmt flag in ...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86Subtarget.cpp - sort includes. NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86MCTargetDesc.h - remove unnecessary MCStreamer.h...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86MCAsmInfo.h - remove unnecessary MCAsmInfo.h include...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Simon Pilgrim
X86InstrFoldTables.h - remove unnecessary include....
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Kerry McLaughlin
[AArch64][SVE] Remove LD1/ST1 dependency on llvm.masked...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Valeriy Savchenko
[analyzer] Do not report CFError null dereference for...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Valeriy Savchenko
[analyzer] Do not report NSError null dereference for...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Florian Hahn
[VPlan] Clean up tryToCreate(Widen)Recipe. (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sam Parker
[ARM][MVE] Add patterns for VRHADD
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Mark Murray
[ARM][MC][Thumb] Revert relocation for some pc-relative...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Florian Hahn
[PredicateInfo] Use new Instruction::comesBefore instea...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Alexander Belyaev
[MLIR] Add #include "llvm/ADT/SmallPtrSet.h" back to...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Sam Parker
[NFC][TTI] Explicit use of VectorType
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Kang Zhang
[CodeGen] Support freeze expand for ppc_fp128
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Alexander Belyaev
[MLIR] Move `replaceAllUsesExcept` from LoopUtil.h...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][SCCP] Use CallBase instead of CallSi...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Kadir Cetinkaya
[clangd][test] Make sed git bash compliant
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][Analysis] Use CallBase instead of...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][CalledValuePropagation] Use CallBase...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
David Blaikie
llvm-dwarfdump: Fix UB (unsequenced writes) introduced...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Max Kazantsev
[Test] Fix test failure: platform-dependent printout
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Xiang1 Zhang
Handle CET for -exception-model sjlj
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Bill Wendling
[Object] Use BFD name for little-endian PowerPC64
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Max Kazantsev
[Test] Add a test showing how CFG analyses are invalida...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Shengchen Kan
[X86][MC][NFC] Reduce the parameters of functions in...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][WebAssembly] Replace CallSite with...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][Analysis] Replace CallSite with...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-20
Craig Topper
[CallSite removal][Lint] Replace visitCallSite with...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Craig Topper
[X86] Add X86ISD nodes for PDEP and PEXT.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Craig Topper
[CallSite removal][AMDGPU] Use CallBase instead of...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86CallLowering.h - remove unnecessary ArrayRef.h inclu...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
SectionMemoryManager.h - remove unnecessary StringRef...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Nikita Popov
[LVI] Use Optional instead of out parameter (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Florian Hahn
[TTI] Clean up includes (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Florian Hahn
[IVDescriptors] Clean up includes.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Florian Hahn
[LoopUtils] Clean up includes, use forward decls if...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Mehdi Amini
Fix one more link for a Rationale doc moved under Ratio...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
DependenceGraphBuilder.h - remove unused includes....
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Mehdi Amini
Fix documentation link to MlirSpirvAbi
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Mehdi Amini
Fix one more doc links after moving the document under...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Mehdi Amini
Fix more broken doc links after some moved under the...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86MachineFunctionInfo.h - remove unused include. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86InstrInfo.h - remove unused forward declarations...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86DisassemblerDecoder.h - remove unused forward declar...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Fangrui Song
[CMake] Delete HAVE_SCHED_GETAFFINITY and HAVE_CPU_COUNT
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sanjay Patel
[InstSimplify] add tests for logic+icmp folds for nullp...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sanjay Patel
[x86] avoid build warning for enum mismatch; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Florian Hahn
[LAA] Remove unnecessary includes (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86MCTargetDesc.h - remove unnecessary includes and...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86.h - remove unused forward declarations. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86SelectionDAGInfo.h - remove unnecessary includes...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86TargetTransformInfo.h - remove unnecessary includes...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
David Green
[ARM] Regenerate tests. NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
[X86][SSE] getFauxShuffle - don't combine shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sam McCall
[clangd] Add index export to dexp
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sanjay Patel
[x86] use vector instructions to lower more FP->int...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sam McCall
[clangd] Extend YAML Serialization
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sanjay Patel
[VectorCombine] transform bitcasted shuffle to wider...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Sanjay Patel
[InstSimplify] add tests for logic-of-icmp with min...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
[X86][SSE] Add test case for PR45604
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
SelectionDAGBuilder.h - remove unused includes + forwar...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86InstrFMA3Info.h - remove unnecessary includes. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
InstrEmitter.h - reduce SelectionDAG.h include to Selec...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
X86AsmPrinter.h - cleanup includes and forward declarat...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
DebugHandlerBase.h - reduce MachineInstr.h include...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-19
Simon Pilgrim
BuildLibCalls.h - remove unnecessary TargetLibraryInfo...
commit
|
commitdiff
|
tree
|
snapshot
next