2020-07-03 |
Xing GUO | [DWARFYAML][unittest] Use parseDWARFYAML() in unit... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Ehsan Toosi | [mlir] Add redundant copy removal transform |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Sam Parker | [NFC][SimplifyCFG] Move X86 tests into subdir |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Georgii Rymar | [llvm-readobj] - Use cantFail() for all `Obj->sections... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Danila Malyutin | [IR] Short-circuit comparison with itself for Attributes |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Bruno Ricci | [clang][NFC] Add a missing /dev/null in test/AST/ast... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Bruno Ricci | [clang][NFC] Also test for serialization in test/AST... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Bruno Ricci | [clang][NFC] Store a pointer to the ASTContext in ASTDu... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Add tests for trunc(shl/lshr/ashr(*ext(x),zext(and... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Add vector trunc(or(shl(zext(x),c1),zext(x))) tests |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Ben Dunbobbin | [LLD][ELF][Windows] Allow LLD to overwrite existing... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
vpykhtin | [AMDGPU] Don't combine DPP if DPP register is used... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Luke Geeson | [ARM] Add Cortex-A77 Support for Clang and LLVM |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Dmitri Gribenko | Revert RecursiveASTVisitor fixes. |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Dmitri Gribenko | Make RecursiveASTVisitor call WalkUpFrom for operators... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Dmitri Gribenko | Make RecursiveASTVisitor call WalkUpFrom for unary... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Dmitri Gribenko | RecursiveASTVisitor: don't call WalkUp unnecessarily... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Dmitri Gribenko | Added tests for RecursiveASTVisitor for AST nodes that... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
David Zarzycki | [libcxx testing] Remove ALLOW_RETRIES from another... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
James Henderson | [DebugInfo] Use Cursor to detect errors in debug line... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Regenerate apint-cast tests and replace %tmp variable... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Add nonuniform vector trunc(or(shl(zext(x),c1),srl... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Regenerate mul-trunc tests, add vector variants and... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Martin Svensson | [lldb] Fix missing characters when autocompleting LLDB... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Xing GUO | [DWARFYAML][debug_gnu_*] Add the missing context `IsGNU... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Fix MSVC "result of 32-bit shift implicitly converted... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Adam Czachorowski | [clangd] Improve hover on arguments to function call |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | [InstCombine] Add sext(ashr(shl(trunc(x),c),c)) folding... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Simon Pilgrim | Regenerate PR19420 tests |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Georgii Rymar | [llvm-readelf] - Do not report a misleading warning... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Georgii Rymar | [llvm-readelf] - Do not error out when dumping symbols. |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Guillaume Chatelet | [Alignment][NFC] Use 5 bits to store Instructions Alignment |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Jean Perier | [flang][NFC] Move and rework pgmath description used... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Guillaume Chatelet | [Alignment][NFC] Use proper getter to retrieve alignmen... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Joachim Protze | [OpenMP][OMPT]Add event callbacks for taskwait with... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Luofan Chen | [Attributor] Create getName() method for abstract attribute |
commit | commitdiff | tree | snapshot |
2020-07-03 |
serge-sans... | Fix stack-clash probing for large static alloca |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Guillaume Chatelet | [NFC] Use ADT/Bitfields in Instructions |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Craig Topper | [X86] Remove MODRM_SPLITREGM from the disassembler... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Haojian Wu | [clang] Check ValueDependent instead of InstantiationDe... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Sam Parker | [CostModel] Fix cast crash |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Kai Luo | [PowerPC] Implement probing for dynamic stack allocation |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Craig Topper | [X86] Add back support for matching VPTERNLOG from... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Carl Ritson | [AMDGPU] Insert PS early exit at end of control flow |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Kai Luo | [PowerPC][NFC] Prevent unused error when assertion... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Jez Ng | [lld-macho] Support binding dysyms to any section |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Carl Ritson | Revert "[AMDGPU] Insert PS early exit at end of control... |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Kai Luo | [PowerPC][NFC] Refactor lowerDynamicAlloc |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Carl Ritson | [AMDGPU] Insert PS early exit at end of control flow |
commit | commitdiff | tree | snapshot |
2020-07-03 |
Carl Ritson | [AMDGPU] Unify early PS termination blocks |
commit | commitdiff | tree | snapshot |
2020-07-03 |
peter klausler | [flang] External I/O runtime work, repackaged (part 2) |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Roman Lebedev | [NFC][Scalarizer] Also scalarize loads in newly-added... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Roman Lebedev | [NFC][Scalarizer] Add some insertelement/extractelement... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nico Weber | [gn build] get everything to build when llvm_targets_to... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Craig Topper | [X86] Teach lower512BitShuffle to try bitmask and bitbl... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
peter klausler | [flang] External I/O runtime work, repackaged (part 1) |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Biplob Mishra | [PowerPC] Implement Vector Blend Builtins in LLVM/Clang |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Sameer Arora | Fix typo and check commit access. |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Sanjay Patel | [x86] remove redundant tests with no check lines; NFC |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Sanjay Patel | [SelectionDAG] don't split branch on logic-of-vector... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Amy Kwan | [PowerPC]Add Vector Insert Instruction Definitions... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Craig Topper | [X86] Add vpternlog to the broadcast unfolding table. |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Craig Topper | [X86] Add test case for unfolding broadcast load from... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Vedant Kumar | [test] Deflake test/profile/ContinuousSyncMode/online... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nikita Popov | [InstSimplify] Add test for sext/zext comparisons ... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
aartbik | [mlir] [VectorOps] Add choice between dot and axpy... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Sanjay Patel | [x86] add tests for vector select with bit-test conditi... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Craig Topper | [X86] Modify the conditions for when we stop making... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Craig Topper | [X86] Add test cases for v32i8 rotate with min-legal... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Lei Zhang | Revert "[MLIR][SPIRV] Support two memory access attribu... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Biplob Mishra | [PowerPC]Implement Vector Permute Extended Builtin |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nico Weber | ld64.lld: Make janky support for tbd files actually... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
peter klausler | [flang] Clean up binary dependences of runtime libraries |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Tim Keith | [flang] Fix bug determining alternate return |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Bruno Ricci | Revert "[clang][NFC] Store a pointer to the ASTContext... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
David Tenty | [DebugInfo] Fix LineTest byteswap for cross-targeting... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Bruno Ricci | [clang][NFC] Store a pointer to the ASTContext in ASTDu... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Arthur Eubanks | [NewPM] Add -basic-aa to pr33196.ll |
commit | commitdiff | tree | snapshot |
2020-07-02 |
George Mitenkov | [MLIR][SPIRVToLLVM] Convert spv.constant scalars and... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nico Weber | [gn build] make building on an arm mac work |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Arthur Eubanks | [NewPM][LSR] Rename strength-reduce -> loop-reduce |
commit | commitdiff | tree | snapshot |
2020-07-02 |
sstefan1 | [OpenMPOpt][Fix] Remove double initialization of omp... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Jonas Hahnfeld | [OpenMP][CMake] Fix version detection of testing compiler |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nemanja Ivanovic | [LLD] Add required dependency after shared libs break... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nemanja Ivanovic | [PowerPC] Remove undefs from splat input when changing... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
ergawy | [MLIR][SPIRV] Support two memory access attributes... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
George Mitenkov | [MLIR][SPIRVToLLVM] SPIR-V function call conversion... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
George Mitenkov | [MLIR][SPIRVToLLVM] Implementation of spv.BitFieldInser... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Simon Pilgrim | [InstCombine] Add some sext/trunc tests to show missing... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Pavel Labath | [lldb] Fix type conversion in the Scalar getters |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Sander de Smalen | [AArch64][SVE] NFC: Rename isOrig -> isReverseInstr |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Simon Pilgrim | [InstCombine] Add (vXi1 trunc(lshr(x,c))) -> icmp_eq... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Simon Pilgrim | [InstCombine] Add some (vXi1 trunc(lshr(x,c))) -> icmp_... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
James Henderson | [ELF][test] Add some additional .eh_frame/.eh_frame_hdr... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Ryan Santhiraraja | Preserve GlobalsAA analysis result in LowerConstantIntr... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Vince Bridgers | [ASTImporter] Add unittest case for friend decl import |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Arjun P | [MLIR] Exact integer emptiness checks for FlatAffineCon... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Dmitry Preobrazhensky | [AMDGPU][CODEGEN] Added support of new inline assembler... |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Jon Roelofs | Fix missing build dependencies on omp_gen |
commit | commitdiff | tree | snapshot |
2020-07-02 |
Nathan James | [ASTMatchers] Enhanced support for matchers taking... |
commit | commitdiff | tree | snapshot |
next |