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
2019-08-04
Benjamin Kramer
[ORC] Remove a layer of indirection when locking the...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
David Green
[ARM] MVE big endian bitcasts
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Serge Pavlov
[Parser] Emit descriptive diagnostic for misplaced...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Fangrui Song
[ELF][test] Delete redundant version-script-*.s tests
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Eric Fiselier
Revert "Suppress -Wctad-maybe-unsupported on types...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Michael Pozulp
[llvm-objdump] Re-commit r367284.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Craig Topper
[X86] Consistently use MVT::i8 for the constant operand...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Michael Kruse
Revert "[OpenMP 5.0] Codegen support for user-defined...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Michael Kruse
[OpenMP 5.0] Codegen support for user-defined mappers.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Michael Kruse
[OpenMP 5.0] libomptarget interface for declare mapper...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-04
Craig Topper
[SelectionDAG] Add node creation debug message to getMe...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Eric Fiselier
Suppress -Wctad-maybe-unsupported on types w/o deductio...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Yonghong Song
[Transforms] Do not drop !preserve.access.index metadata
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Craig Topper
[DAGCombiner] Prevent the combine added in r367710...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Lang Hames
[JITLink] Fix an overly-wide read in the MachO/x86...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Sanjay Patel
[x86] change free truncate hook to handle only simple...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Keno Fischer
[WebAssembly] Fix allocsize attribute in sjlj lowering
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Lang Hames
[JITLink] Add support for MachO/x86-64 UNSIGNED relocs...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Lang Hames
[JITLink] Fix error message formatting.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Eric Fiselier
Revert accidental change to __member_pointer_traits_imp.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Mehdi Amini
Fixup r367321 "Ask confirmation when `git llvm push...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Hubert Tong
[yaml2obj][tests] Replace 8-byte `od` conversion with...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Serge Pavlov
Use switch instead of series of comparisons
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Tim Northover
IR: Cleanup after test to silence ASAN builds
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Stefan Stipanovic
[Attributor][NFC] run clang-format on Attributor.cpp
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Praveen Velliengiri
Speculative Compilation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Tim Northover
IR: print value numbers for unnamed function arguments
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Sylvestre Ledru
Finish moving TargetRegisterInfo::isVirtualRegister...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Nikita Popov
[Thumb] Fix invalid symbol redefinition due to duplicat...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Joel E. Denny
[lit] Print internal env commands
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Joel E. Denny
[lit] Actually run tests for internal env command
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Bill Wendling
Emit diagnostic if an inline asm constraint requires...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Eric Fiselier
Simplify <type_traits> implementations.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Hideto Ueno
[Attributor] Fix dereferenceable callsite argument...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Craig Topper
[InstSimplify] Add test case to show bad sign bit handl...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Hansang Bae
Add OMPT support for teams construct
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Fangrui Song
[ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Daniel Sanders
MCRegister/Register: DenseMapInfo should take `const...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Diego Astiazaran
[clang-doc] Update documentation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Lang Hames
[ORC] Remove some old debugging output from a unit...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Eric Christopher
Temporarily Revert "[PowerPC][NFC][MachinePipeliner...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-03
Bill Wendling
Add brackets to remove warnings about ambiguous 'else's.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Amara Emerson
Re-commit "[GlobalISel] Add legalization support for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Craig Topper
[ScalarizeMaskedMemIntrin] Bitcast the mask to the...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Amara Emerson
[GlobalISel] Check LLT size matches memory size for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Craig Topper
[X86] Use the pointer VT for the Scale node when loweri...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Yonghong Song
[BPF] Handling type conversions correctly for CO-RE
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
JF Bastien
Remove support for unsupported MSVC versions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Reid Kleckner
The MinGW linker supports response files
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Jinsong Ji
[PowerPC][NFC][MachinePipeliner] Add some regression...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Douglas Yung
Revert Fix and test inter-procedural register allocatio...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Stella Stamenova
[lit] Fix 42812: lit test suite can no longer be run...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Diego Astiazaran
[clang-doc] Add flag to continue after mapping errors
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
JF Bastien
Revert "Remove support for unsupported MSVC versions"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
JF Bastien
Remove support for unsupported MSVC versions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Shafik Yaghmour
Fix ClangASTContext::CreateParameterDeclaration to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Stefan Stipanovic
[Attributor] Using liveness in other attributes.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Yonghong Song
[BPF] annotate DIType metadata for builtin preseve_arra...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Amara Emerson
[AArch64][GlobalISel] Eliminate redundant G_ZEXT when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Eric Fiselier
Add benchmarks to test the cost of allocator
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Simon Pilgrim
[TargetLowering] SimplifyMultipleUseDemandedBits -...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Daniel Sanders
Use MCRegister in MCRegisterInfo's interfaces
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Philip Reames
[Statepoints] Fix overalignment of loads in no-realign...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Peter Collingbourne
hwasan: Remove unused field CurModuleUniqueId. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Lang Hames
[ORC] Remove a dead method.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Craig Topper
[ScalarizeMaskedMemIntrin] Add constant mask support...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Philip Reames
[Test] Demonstrate a realignment bug missed in r366765
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Jinsong Ji
[PowerPC][NFC] Enable ADT BitVectorTest
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Lang Hames
[ORC] Turn on symbol-flags overrides for LLJIT on Windo...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Daniel Sanders
Add MCRegister and use it in MCRegisterClass::contains()
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Sanjay Patel
[DAGCombiner] try to convert opposing shifts to casts
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Hubert Tong
[Driver][test] Avoid undefined grep in darwin-ld.c
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Erik Pilkington
Remove a dead diagnostic, NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Eric Christopher
Temporarily Revert "Changing representation of cv_def_r...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Joseph Tremoulet
Use rip-relative addressing in asm test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Rainer Orth
[sanitizer_common][tests] Fix SanitizerCommon-Unit...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Nilanjana Basu
Changing representation of cv_def_range directives...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Alina Sbirlea
[NewPassManager] Resolve assertion in CGSCCPassManager...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
George Rimar
[llvm-objcopy] - Fix the strip-dwo-groups.test.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Shafik Yaghmour
[Formatters] Temporarily disable libc++ std::function...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Jessica Paquette
[AArch64][GlobalISel] Support the neg_addsub_shifted_im...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Alina Sbirlea
[SimplifyCFG] Cleanup redundant conditions [NFC].
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Simon Pilgrim
[AMDGPU] Regenerated saddo.ll test file for D47927
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Daniel Sanders
Fix ARC after r367633
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Peter Collingbourne
CodeGen: Don't follow aliases when extracting type...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Sanjay Patel
[InstCombine] fold cmp+select using select operand...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Nathan Huckleberry
[clang-tidy] Adding static analyzer check to list of...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
James Y Knight
Fix git-llvm to not delete non-empty directories.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Peter Collingbourne
gn build: Merge r367667.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Joseph Tremoulet
Fix PC adjustment in StackFrame::GetSymbolContext
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Fangrui Song
[Sema] Disable -Wbitwise-op-parentheses and -Wlogical...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Paul Robinson
[doc] Give a workaround for a FileCheck regex that...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Teresa Johnson
Use llvm-nm instead of nm in new test to unbreak Window...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Ilya Biryukov
[clangd] Fix a crash when presenting values for Hover
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Lang Hames
[ORC] Change the locking scheme for ThreadSafeModule.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
David Candler
[NFC] Test commit, corrected some spelling in comment
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Haojian Wu
[clangd][vscode] clang-format the the extension code.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Tim Northover
GlobalISel: support swiftself attribute
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Teresa Johnson
Fix new test try 2
commit
|
commitdiff
|
tree
|
snapshot
2019-08-02
Teresa Johnson
Fix new test
commit
|
commitdiff
|
tree
|
snapshot
next