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-07-30
Peiyuan Song
[LLD] [Mingw] Don't export symbols from profile generate
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Nikita Popov
[ConstantRange][CVP] Compute min/max/abs intrinsic...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Nikita Popov
[CVP] Add tests for min/max/abs intrinsic comparisons...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Petr Hosek
[CMake][Fuchsia] Include additional tools in the toolchain
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Peter Steinfeld
[flang] Fix an assert on duplicate initializations
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Petr Hosek
[ELF] Add --dependency-file option
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Nikita Popov
[SCCP] Remove dead switch cases based on range information
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jonas Devlieghere
[lldb/Test] Use self.assertIn in TestGdbRemoteTargetXml...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Florian Hahn
[LAA] Avoid adding pointers to the checks if they are...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Alexander Belyaev
[mlir] NFC: Expose `getElementPtrType` and `getSizes...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Sanjay Patel
[InstCombine] update test checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Ettore Tiotto
Fix computeHostNumPhysicalCores() for Linux on POWER...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Wouter van...
[WebAssembly] Fixed 64-bit indices in br_table
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Stanislav Mekhanoshin
[AMDGPU] Do not use undef on indirect source
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jonas Devlieghere
[lldb] Add copy ctor/assignment operator to SBCommandIn...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jordan Rupprecht
[lldb][test] Move registers-target-xml-reading target...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Simon Pilgrim
LoopUnroll.cpp - pass std::vector by const reference...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Yuanfang Chen
[NewPM][PassInstrument] Add PrintPass callback to Stand...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Craig Topper
[WebAssembly] Fix GCC 5 build.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Johannes Doerfert
[MLIR][OpenMP] Fix OpenMPIRBuilder usage after D82470
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jordan Rupprecht
[lldb][NFC][test] Fix comment referring to FileCheck...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
cgyurgyik
[libc] Implements isdigit and isalnum. Adds a utility...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kuba Mracek
[tsan] Fixup for 1260a155: Move variadic-open.cpp test...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Hiroshi Yamauchi
[PGO] Include the mem ops into the function hash.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Joel E. Denny
[OpenMP][Docs] Mark `present` motion modifier as done
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
hsmahesha
[AMDGPU/MemOpsCluster] Clean-up fixme's around mem...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kuba Mracek
[tsan] Fix the open and open64 interceptors to have...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Louis Dionne
[libc++] Use generator expression in Linker script...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Artem Dergachev
[clang-tidy] Fix ODR violation in unittests.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jonas Devlieghere
[lldb] Add SBCommandInterpreterRunOptions to LLDB.h
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Brendon Cahoon
Align store conditional address
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Fangrui Song
[X86] Parse and ignore .arch directives
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Johannes Doerfert
[OpenMP][FIX] Consistently use OpenMPIRBuilder if requested
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Johannes Doerfert
[OpenMP][IRBuilder] Support allocas in nested parallel...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Alexey Bataev
[OPENMP]Fix PR46824: Global declare target pointer...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kirill Bobyrev
[clangd] NFC: Spell out types in index callback arguments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Alexey Bataev
Revert "[OPENMP]Fix PR46824: Global declare target...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Xiangling Liao
[AIX] Temporarily disable IncrementalProcessingTest...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Momchil Velikov
[AArch64] Fix operand definitions of XPACI/XPACD
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Matt Arsenault
AMDGPU: Convert some tests to use new buffer intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Simon Pilgrim
Attributor.h - remove unnecessary includes. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jinsong Ji
[PowerPC][AIX] Move the testcase to proper dir
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Hans Wennborg
Speculative GCC 5 build fix
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Tim Keith
[flang] Create HostAssoc symbols for uplevel references
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Alexey Bataev
[OPENMP]Fix PR46824: Global declare target pointer...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
jasonliu
[XCOFF][AIX] Enable -ffunction-sections
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Sanjay Patel
[ConstantFolding] add tests for abs intrinsic; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
David Green
[LoopVectorizer] Don't create unused block masks for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Louis Dionne
[libc++] Add XFAIL for <float.h> and <cfloat> tests...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Stephan Herhut
[mlir][shape] Use memref of index in shape lowering
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Christian Sigg
[MLIR] Don't pass separate LowerToLLVMOptions when...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Abhishek Varma
[MLIR] Introduce inter-procedural memref layout normali...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Stephan Herhut
[mlir] Allow index as element type of memref
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jean Perier
[flang] Expose specific to generic intrinsic name mapping
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Florian Hahn
Revert "[IPConstProp] Remove and move tests to SCCP."
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Frederik Gossen
[MLIR][Shape] Limit `shape.rank` lowering to its extent...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Florian Hahn
[IPConstProp] Remove and move tests to SCCP.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Simon Pilgrim
VectorUtils.h - reduce unnecessary includes. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Simon Pilgrim
[X86][SSE] combineExtractWithShuffle - extend extract...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kirill Bobyrev
[clangd] Implement Relations request for remote index
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Florian Hahn
[AArch64] Add machine-combiner tests with instruction...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Raphael Isemann
[lldb] Don't use static locals for return value storage...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Esme-Yi
[NFC] Failed cases for some patterns defined in DAGComb...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Aleksandr Platonov
[clangd] findNearbyIdentifier(): fix the word search...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Xing GUO
[DWARFYAML] Make the 'Length' field of the address...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Xing GUO
[DWARFYAML] Make the 'AddressSize', 'SegmentSelectorSiz...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Sam Tebbs
[DAGCombiner] Fold sext_inreg of a masked load into...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Nathan James
[clang-tidy] Use StringMap for ClangTidyOptions::OptionsMap
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
David Truby
[flang] Fix multi-config generator builds.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Florian Hahn
[IPConstProp] Regenerate check lines.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Rainer Orth
[compiler-rt][cmake] Simplify COMPILER_RT_HAS_VERSION_S...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
George Mitenkov
[MLIR][SPIRVToLLVM] Conversion of GLSL ops to LLVM...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kang Zhang
[PHIElimination] Fix the killed flag for LowerPHINode()
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
George Mitenkov
[MLIR][SPIRVToLLVM] Conversion for inverse sqrt and...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Balázs Kéri
[Analyzer] Remove inclusion of uniqueing decl from...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
David Sherwood
[SVE][CodeGen] At -O0 fallback to DAG ISel when transla...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Haojian Wu
[Concepts] Fix a deserialization crash.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
George Mitenkov
[MLIR][SPIRVToLLVM] Conversion patterns for GLSL ops
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Haojian Wu
[clangd] Fix an assertion failure in TargetFinder's...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Craig Topper
[X86] Pass the OperandVector to ParseMemOperand instead...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Craig Topper
[X86] Don't pass some many parameters to ParseMemOperan...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Serge Pavlov
[Support] Class to facilitate file locking
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Max Kazantsev
[NFC] Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Balázs Kéri
[Analyzer] Use of BugType in DereferenceChecker (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Tony
[AMDGPU] Fix DWARF extensions User Guide table of contents
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Tony
[AMDGPU] DWARF proposal changes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Craig Topper
[X86] Teach the assembler parser to handle a '*' betwee...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Amy Huang
[DebugInfo] Fix to ctor homing to ignore classes with...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Yuanfang Chen
For some tests targeting SystemZ, -march=z13 ---> ...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Yuanfang Chen
NFC. Fix comments
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Yuanfang Chen
[llvm-readobj] NFC. Add -help description of --hex...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Kang Zhang
[PowerPC] Fix RM operands for some instructions
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Tony
[AMDGPU] DWARF proposal changes for expression context
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Matt Arsenault
GlobalISel: Use result of find rather than rechecking map
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Matt Arsenault
GlobalISel: Handle assorted no-op intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Jonas Devlieghere
[lldb] Move finish_swig logic into a function in the...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Richard Smith
PR46729: Reject explicit and partial specializations...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Juneyoung Lee
[JumpThreading] Fold br(freeze(undef))
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Vedant Kumar
[profile] Add InstrProfilingInternal.c.o to Darwin...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-30
Julian Lettner
[Darwin][compiler-rt] kern.osproductversion unavailable...
commit
|
commitdiff
|
tree
|
snapshot
next