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
2018-11-30
Craig Topper
[X86] Split skylake-avx512 run lines in SLP vectorizer...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Sanjay Patel
[InstSimplify] add tests for undef + partial undef...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kristof Umann
[analyzer] Deleting unnecessary test file
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Nikita Popov
[ValueTracking] Make unit tests easier to write; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Saleem Abdulrasool
Support: use std::is_trivially_copyable on MSVC
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Brad Smith
Add myself as code owner for OpenBSD driver
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jason Molenda
Add a test to verify that lldb can load a kext binary.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Fangrui Song
Revert r347417 "Re-Reinstate 347294 with a fix for...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kristof Umann
[analyzer] Emit an error for invalid -analyzer-config...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Fangrui Song
[ExprConstant] Try fixing __builtin_constant_p after...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jessica Paquette
[MachineOutliner] Outline both register save calls...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Peter Collingbourne
AArch64: Don't emit CFI for SCS register in nounwind...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Evandro Menezes
[TableGen] Fix negation of simple predicates
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Adding tests for -ast-dump; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Bill Wendling
Revert r348029. I was git-ing and jumped the gun.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kristof Umann
[analyzer] Evaluate all non-checker config options...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
Revert "Reverting r347949-r347951 because they broke...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Bill Wendling
We're in a constant context in the ConstantEmitter.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Matthew Voss
Expect mixed path separators in FileManagerTest when...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kamil Rytarowski
Add a new interceptor for getvfsstat(2) from NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Revert an inadvertent change from r348020.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kristof Umann
[analyzer][PlistMacroExpansion] Part 5.: Support for...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Joseph Tremoulet
[Mem2Reg] Fix nondeterministic corner case
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Updating this test, which changed after the reverts...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Scott Linder
[DWARFv5] Verify all-or-nothing constraint on DIFile...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jonas Devlieghere
[dsymutil] Gather global and local symbol addresses...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Reverting r347949-r347951 because they broke the test...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Craig Topper
[X86] Change vXi8 MULHU lowering to unpack high and...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Craig Topper
[X86] Prefer lowerVectorShuffleAsBitMask over using...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Move AST tests into their own test directory; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Sanjay Patel
[SelectionDAG] fold FP binops with 2 undef operands...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kadir Cetinkaya
[clang] Fix rL348006 for windows
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Ron Lieberman
[AMDGPU] Disable SReg Global LD/ST, perf regression
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Rui Ueyama
Inline a function template that is used only once....
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jonas Devlieghere
Skip TestRequireHWBreakpoints on Windows
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Stella Stamenova
Revert "[PDB] Support PDB-backed expressions evaluation"
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Adding tests for -ast-dump; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Andrea Di Biagio
[llvm-mca] Speedup the default resource selection strategy.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kadir Cetinkaya
[clang] Fill RealPathName for virtual files.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Kadir Cetinkaya
[clangd] Populate include graph during static indexing...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Yonghong Song
Revert "[BTF] Add BTF DebugInfo"
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alexey Bataev
[OPENMP][NVPTX]Make runtime compatible with the origina...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Sanjay Patel
[x86] add tests for fake vector FP ops; NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alexandre Ganea
[PDB] Quote linker arguments containing spaces (mimic...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Rui Ueyama
Do not assume .idata is zero-initialized.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Yonghong Song
[BTF] Add BTF DebugInfo
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Than McIntosh
[CodeGen] Prefer static frame index for STATEPOINT...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alexey Bataev
[SLP]PR39774: Update references of the replaced externa...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Adding tests for -ast-dump; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Nico Weber
[gn build] Add build files for llvm/lib/Bitcode/Reader...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aaron Ballman
Adding tests for -ast-dump; NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Valery Pykhtin
[AMDGPU] Combine DPP mov with use instructions (VOP1...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Nicolai Haehnle
TableGen/ISel: Allow PatFrag predicate code to access...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[RISCV] Add additional CSR instruction aliases (imm...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Renato Golin
Fix parenthesis warning in IVDescriptors
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Renato Golin
Add a new reduction pattern match
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[RISCV] Add UNIMP instruction (32- and 16-bit forms)
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Mikael Holmen
Fix warning about unused variable [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[SelectionDAG] Support result type promotion for FLT_RO...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Andrea Di Biagio
[llvm-mca] Simplify code in class Scheduler. NFCI
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Eric Liu
[clangd] Penalize destructor and overloaded operators...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Eric Liu
[clangd] Drop injected class name when class scope...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Adam Balogh
lyzer] [HOTFIX!] SValBuilder crash when `aggressive...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[SelectionDAG] Support promotion of PREFETCH operands
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Max Kazantsev
[LoopSimplifyCFG] Update MemorySSA in terminator foldin...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[SelectionDAG] Support promotion of FRAMEADDR/RETURNADD...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[TargetLowering][RISCV] Introduce isSExtCheaperThanZExt...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Max Kazantsev
[NFC] Simplify and reduce tests for PR39783
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aleksandr Urakov
[NativePDB] Fix ast-reconstruction test on x86
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aleksandr Urakov
[Target] Do not skip a stop on a breakpoint if a plan...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[RISCV] Introduce codegen patterns for instructions...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alex Bradbury
[docs][AtomicExpandPass] Document the alternate lowerin...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Haojian Wu
Fix a use-after-scope bug.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Haojian Wu
[clangd] Bump vscode-clangd v0.0.8
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Haojian Wu
[clangd] Fix junk output in clangd vscode plugin
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Craig Topper
[X86] Emit PACKUS directly from the v16i8 LowerMULH...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Craig Topper
[X86] Change the pre-sse4.1 code in the v16i8 MULHU...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Sjoerd Meijer
[ARM] Don't expand sdiv when optimising for minsize
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Hsiangkai Wang
[CodeGen] Fix bugs in BranchFolderPass when debug label...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Hsiangkai Wang
[NFC] Refine doxygen format.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aleksandr Urakov
[PDB] Support PDB-backed expressions evaluation
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jonas Paulsson
[SystemZ::TTI] i8/i16 operands extension costs revisited
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Aleksandr Urakov
[Symbol] Search symbols with name and type in a symbol...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Craig Topper
[X86] Fix a couple types in SimplifyDemandedVectorEltsF...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Alexander Shaposhnikov
[llvm-objcopy] Move elf-specific tests into subfolder
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Artem Dergachev
Revert r344580 "[analyzer] Nullability: Don't detect...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Artem Dergachev
[analyzer] MallocChecker: Avoid redundant transitions.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Artem Dergachev
[analyzer] Nullability: Don't detect post factum violat...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Artem Dergachev
[analyzer] Fix the "Zombie Symbols" bug.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
Jonas Devlieghere
Fix the Xcode project (pt. 2)
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] Fixes after rebase.
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] RetainCountChecker for OSObject model the...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] RetainCountChecker: recognize that OSObject...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] Switch retain count checker for OSObject...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[attributes] Add a family of OS_CONSUMED, OS_RETURNS...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] [NFC] Minor refactoring of RetainCountDiagno...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] For OSObject, trust that functions starting...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] Print a fully qualified name for functions...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] Add the type of the leaked object to the...
commit
|
commitdiff
|
tree
|
snapshot
2018-11-30
George Karpenkov
[analyzer] Reference leaked object by name, even if...
commit
|
commitdiff
|
tree
|
snapshot
next