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-13
Steven Wu
[AutoUpgrader] Make ArcRuntime Autoupgrader more conser...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[NFC] Fixed test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nico Weber
clang: Don't warn on unused momit-leaf-frame-pointer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Heejin Ahn
Use Register over unsigned in LateEHPrepare (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Jordan Rupprecht
[util] Allow callsigns when running git llvm revert
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[NFC] Updated tests after r368724
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[SimplifyLibCalls] Add noalias from known callsites
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nikita Popov
[ValueTracking] Improve reverse assumption inference
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[NFC] Revisited/updated tests
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Hubert Tong
Reland r368691: "[AIX] Implement LR prolog/epilog save...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Tenty
[NFC][AIX] Use assert instead of llvm_unreachable
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Sam Clegg
[lld][WebAssembly] Allow linking of pic code into stati...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Jonas Devlieghere
[Dwarf] Complete the list of type tags.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Kristof Umann
[analyzer][NFC] Refactoring BugReporter.cpp P3.: std...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Simon Pilgrim
[X86] Add some vXi8 extract subvector cost model tests
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[SLC] Improve dereferenceable bytes annotation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Matt Arsenault
GlobalISel: Partially implement fewerElementsVector...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Momchil Velikov
[ARM] Fix detection of duplicates when parsing reg...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Momchil Velikov
[ARM] Fix encoding of APSR in CLRM instruction
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Jordan Rupprecht
[lld][test] Update test to print ELF note description...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Matt Arsenault
GlobalISel: Implement lower for G_SHUFFLE_VECTOR
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Lang Hames
[ORC] Refactor definition-generation, add a generator...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Elizabeth Andrews
Fix crash on switch conditions of non-integer types...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Matt Arsenault
GlobalISel: Add more verifier checks for G_SHUFFLE_VECTOR
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Matt Arsenault
GlobalISel: Change representation of shuffle masks
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Louis Dionne
[libc++] Always build with -fvisibility=hidden
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[CodeGen][SelectionDAG] More efficient code for X ...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[TargetLowering][NFC] prepareUREMEqFold(): fixup comment
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Yitzhak Mandelbaum
[clang-tidy] Update `TransformerClangTidyCheck` to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Hubert Tong
Revert r368691; test checked in without changes by...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Jordan Rupprecht
[llvm-readelf] Implement note parsing for NT_FILE and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Momchil Velikov
Enable memtag sanitizer in all AArch64 toolchains
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Momchil Velikov
[AArch64] Make the memtag sanitizer require the memtag...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Raphael Isemann
[lldb] Fix Microsoft guard variable detection
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Kristof Umann
[analyzer][NFC] Refactoring BugReporter.cpp P2.: Clean...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Simon Pilgrim
Fix -Wdocumentation warning (@returns used in void...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Simon Pilgrim
Fix -Wdocumentation typo. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Hubert Tong
[AIX] Implement LR prolog/epilog save/restore
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Hubert Tong
[AIX][test/Index] Set/propagate AIXTHREAD_STK for AIX
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Kristof Umann
[analyzer][NFC] Refactoring BugReporter.cpp P1.: Store...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Raphael Isemann
[lldb] Reland "Refactor guard variable checks in IRForT...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[InstCombine] Non-canonical clamp-like pattern handling
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[InstCombine][NFC] Rename IsFreeToInvert() -> isFreeToI...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[InstCombine] foldXorOfICmps(): don't give up on non...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Louis Dionne
[pstl] Allow customizing whether per-TU insulation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Yitzhak Mandelbaum
[libTooling] In Transformer, generalize `applyFirst...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Raphael Isemann
[lldb][NFC] Add basic IOHandler completion test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
George Rimar
[llvm-readobj] - Remove 'error(Error EC)' helper.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Brian Gesiak
[CodeGen] Disable UBSan for coroutine functions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Louis Dionne
[pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKEND
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nico Weber
gn build: Extract git() and git_out() functions in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nico Weber
gn build: Merge r368630
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nico Weber
gn build: Give cmake sync script an opt-in --write...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Louis Dionne
[libc++] Fix incorrect UNSUPPORTED annotation
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Nico Weber
gn build: Make sync script group output by revision
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Louis Dionne
[libc++] Use [[nodiscard]] for lock_guard, as an extension
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Simon Pilgrim
[X86] XFormVExtractWithShuffleIntoLoad - handle shuffle...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Simon Pilgrim
[X86] SimplifyDemandedVectorElts - attempt to recombine...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Fangrui Song
[ELF] Don't special case symbolic relocations with...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Hans Wennborg
Revert r368276 "[TargetLowering] SimplifyDemandedBits...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Fangrui Song
[ELF] Simplify handling of exportDynamic and isPreemptible
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[NFC] Updated tests after r368657
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
David Bolvansky
[SimplifyLibCalls] Add dereferenceable bytes from known...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Roman Lebedev
[NFC][InstCombine] Non-canonical clamp pattern: non...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Balazs Keri
[ASTImporter] Import additional flags for functions.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Qiu Chaofan
[PowerPC] Fix ICE when truncating some vectors
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Amara Emerson
[AArch64][GlobalISel] Replace explicit vreg creation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Amara Emerson
[GlobalISel] Make the InstructionSelector instance...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Fangrui Song
[ELF] Rename odd variable names "New" after r365730...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Serge Pavlov
Added unit tests to check supported rounding modes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Fangrui Song
[ELF][test] Add dynamic-list-preempt2.s
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Aditya Nandakumar
[GlobalISel]: Add KnownBits for G_XOR
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Yevgeny Rouban
Verifier: check prof branch_weights
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Akira Hatanaka
Do not call replaceAllUsesWith to upgrade calls to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Stanislav Mekhanoshin
[AMDGPU] Fix msan failure in printf lowering
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Bob Haarman
[lld] Remove unnecessary "class Lazy"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Daniel Sanders
Eliminate implicit Register->unsigned conversions in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Julian Lettner
[TSan] Fix test failing on Linux
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Alex Lorenz
clang-scan-deps: do not spawn threads when LLVM_ENABLE_...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Alex Langford
[Symbol] Remove redundant include
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Akira Hatanaka
Revert "Do not call replaceAllUsesWith to upgrade calls...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Eric Christopher
Move findBBwithCalls to the file it's used in to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-13
Craig Topper
[X86] Remove 'Server' from Tigerlake description comments.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Akira Hatanaka
Do not call replaceAllUsesWith to upgrade calls to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Stanislav Mekhanoshin
[AMDGPU] removed unused functions from printf lowering
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Stephane Moore
[clang] Update isDerivedFrom to support Objective-C...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Reid Kleckner
[WinEH] Fix catch block parent frame pointer offset
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Juergen Ributzka
[TextAPI] Fix & Add tests for tbd files version 3.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[risc-v] Apply llvm-prefer-register-over-unsigned from...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[aarch64] Apply llvm-prefer-register-over-unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[webassembly] Apply llvm-prefer-register-over-unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Stanislav Mekhanoshin
[AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor] Use the cached data layout directly
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Whitney Tsang
Title: Fix build warning for operator<< when using...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Allow combineTruncateWithSat to use pack instruct...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor][NFC] Add IntegerState raw_ostream << operator
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor] Make the InformationCache an Attributor...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Davide Italiano
[CompilerType] Pass an ExecutionContextScope to GetType...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Mitch Phillips
[GWP-ASan] Update backtrace function signature.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Aditya Nandakumar
[GISel]: Fix a bug in KnownBits where we should have...
commit
|
commitdiff
|
tree
|
snapshot
next