]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-16 Jordan RoseFix llvm-config support for CMake build-mode-style...
2019-08-16 Sanjay Patel[SLP] add tests for PR16739; NFC
2019-08-16 Simon Pilgrim[X86] Alphabetize pass initialization definitions....
2019-08-16 Guozhi Wei[CodeGen/Analysis] Intrinsic llvm.assume should not...
2019-08-16 Krzysztof Parzyszek[Hexagon] Generate min/max instructions for 64-bit...
2019-08-16 Sander de SmalenRelanding r368987 [AArch64] Change location of frame...
2019-08-16 Evandro Menezes[InstCombine] Simplify pow(2.0, itofp(y)) to ldexp...
2019-08-16 Cyndy Ishida[TextAPI] Update reader to be supported by lib/Object
2019-08-16 David Green[ARM] MVE sext of a load is free
2019-08-16 Roman Lebedev[InstCombine] Shift amount reassociation in bittest...
2019-08-16 Simon Pilgrim[X86][SSE] Add shuffled load tests from PR16739
2019-08-16 Simon PilgrimRevert rL369112 : [X86][SSE] Add shuffled load tests...
2019-08-16 Luis Marques[RISCV] Convert registers from unsigned to Register
2019-08-16 Simon Pilgrim[X86][SSE] Add shuffled load tests from PR16739
2019-08-16 Paul Walker[AArch64InstrInfo] Stop getInstSizeInBytes returning...
2019-08-16 Simon Pilgrim[X86] Remove unused include. NFCI.
2019-08-16 David Green[ARM] Correct register for narrowing and widening MVE...
2019-08-16 Sanjay Patel[x86] fix fdiv test; NFC
2019-08-16 Sanjay Patel[x86] add tests for fdiv with variable operands; NFC
2019-08-16 Florian HahnRevert [CodeGen] Do the Simple Early Return in block...
2019-08-16 Bjorn Pettersson[DAGCombiner] Add simple folds for SMULFIX/UMULFIX...
2019-08-16 Bjorn Pettersson[X86] Add test case for future MULFIX DAG combine folds...
2019-08-16 David Green[ARM] Don't pretend we know how to generate MVE VLDn
2019-08-16 Lewis Revill[RISCV] Allow parsing of bare symbols with offsets
2019-08-16 Benjamin KramerRevert "[CallGraph] Refine call graph for indirect...
2019-08-16 Lewis Revill[RISCV] Lower inline asm constraint A for RISC-V
2019-08-16 Simon Pilgrim[SLPVectorizer] Silence null dereference warning. NFCI.
2019-08-16 Jeremy Morse[DebugInfo] Handle complex expressions with spills...
2019-08-16 Tim NorthoverAssumptionCache: remove old affected values after RAUW.
2019-08-16 Florian Hahn[ValueTracking] Fix recurrence detection to check both...
2019-08-16 Craig Topper[X86] Manually reimplement getTargetInsertSubreg in...
2019-08-16 Igor KudrinRemove the temporary code. NFC.
2019-08-16 Nico WeberRevert r368987, it caused PR43016.
2019-08-16 Chen Zheng[PowerPC] add testcases for folding frame offset - NFC
2019-08-16 Nico Webergn build: Merge r369064
2019-08-16 Nico Webergn build: Merge r369061
2019-08-15 Jonas Devlieghere[DebugLine] Don't try to guess the path style
2019-08-15 Volkan Keles[GlobalISel] CSEMIRBuilder: Add support for G_GEP
2019-08-15 Eli Friedman[ARM][LowOverheadLoops] Fix generated code for "revert".
2019-08-15 David L. Jones[NewPM][PassInstrumentation] Fix test added in r369024.
2019-08-15 Jonas Devlieghere[Support] Re-introduce the RWMutexImpl for macOS <...
2019-08-15 Evgeniy StepanovMove isPointerOffset function to ValueTracking (NFC).
2019-08-15 Diego Trevino... [Bugpoint redesign] Added Pass to Remove Global Variables
2019-08-15 Diego Trevino... [Bugpoint redesign] Output option can now print to...
2019-08-15 Jonas DevlieghereRevert "[Support] Re-introduce the RWMutexImpl for...
2019-08-15 Hubert Tong[AIX] For XL, pick GCC-compatible std & default warning...
2019-08-15 Philip Reames[SDAG] Minor code cleanup/standardization of atomic...
2019-08-15 Jonas Devlieghere[Support] Re-introduce the RWMutexImpl for macOS <...
2019-08-15 Jinsong Ji[Utils][NFC] Copy bisect usage documents from commit...
2019-08-15 Evgeniy StepanovAdd missing MIR serialization text for AArch64II::MO_TA...
2019-08-15 Alina Sbirlea[MemorySSA] Remove restrictive asserts.
2019-08-15 Nico Webergn build: Merge r369039
2019-08-15 Nico Webergn build: Merge r369018
2019-08-15 JF BastienFix nm on GCC 5.1 after the C++14 move
2019-08-15 Daniel SandersApply llvm-prefer-register-over-unsigned from clang...
2019-08-15 Krzysztof Parzyszek[Hexagon] Fix instruction selection for vselect v4i8
2019-08-15 Diego Trevino... Revert [Bugpoint redesign] Added Pass to Remove Global...
2019-08-15 Matt ArsenaultMVT: Add v3i16/v3f16 vectors
2019-08-15 Philip Reames[NFC] Add a couple of dump routines for RegisterPressur...
2019-08-15 Florian Hahn[ValueTracking] Look through ptrmask intrinsics during...
2019-08-15 David Bolvansky[NFC] Added tests for 'select with ctlz to cttz' fold
2019-08-15 Craig Topper[X86] Add custom type legalization for bitcasting mmx...
2019-08-15 Siva ChandraAdd LLVMLibC proposal to docs/index.rst.
2019-08-15 Benjamin KramerLink libpthread into LLVMCore.so
2019-08-15 Pavel LabathRevert "MemoryBuffer: Add a missing error-check to...
2019-08-15 Jeremy Morse[DebugInfo] Avoid crash from dropped fragments in LiveD...
2019-08-15 Mark Lacey[CallGraph] Refine call graph for indirect calls with...
2019-08-15 Taewook Oh[NewPM][PassInstrumentation] IR printing support for...
2019-08-15 Craig Topper[X86] Improve cost model for subvector extraction of...
2019-08-15 Benjamin Kramer[Support] Base RWMutex on std::shared_timed_mutex ...
2019-08-15 Simon Pilgrim[LLVM][Alignment] Fix MSVC potential division by 0...
2019-08-15 Krzysztof Parzyszek[Hexagon] Generate vector min/max for HVX
2019-08-15 Jonas Devlieghere[llvm] Migrate llvm::make_unique to std::make_unique
2019-08-15 Siva ChandraAdd a proposal for a libc project under the LLVM umbrella.
2019-08-15 Justin Bogner[cmake] install_symlink should obey DESTDIR unconditionally
2019-08-15 Andrea Di Biagio[MCA] Slightly refactor class RetireControlUnit, and...
2019-08-15 Simon PilgrimRemove SmallBitVector.h include. NFCI.
2019-08-15 Simon PilgrimRemove BitVector.h include. NFCI.
2019-08-15 Jinsong Ji[PowerPC] Use xxleqv to set all one vector IMM(-1).
2019-08-15 George Rimar[lib/Object] - Remove objdump-file-header.test
2019-08-15 Simon Pilgrim[DAGCombine] MergeConsecutiveStores - fix cppcheck...
2019-08-15 Kang Zhang[CodeGen] Do the Simple Early Return in block-placement...
2019-08-15 David Green[ARM] Fix alignment checks for BE VLDRH
2019-08-15 Sanjay Patel[SDAG][x86] check for relaxed math when matching an...
2019-08-15 Andrea Di Biagio[MCA] Slightly refactor the logic in ResourceManager...
2019-08-15 Florian Hahn[ValueTracking] Add MustPreserveNullness arg to functio...
2019-08-15 Benjamin Kramer[ADT] PointerUnion: Use C++14 constexpr std::min
2019-08-15 Benjamin KramerReplace llvm::integer_sequence and friends with the...
2019-08-15 Benjamin KramerBump llvm-go to C++14
2019-08-15 David Green[ARM] MVE predicate store patterns
2019-08-15 Sander de Smalen[AArch64] Change location of frame-record within callee...
2019-08-15 Florian HahnAdd ptrmask intrinsic
2019-08-15 Russell GallopRevert rL368939 "Remove LVALUE / RVALUE workarounds"
2019-08-15 Sven van Haastregt[Support] Fix Wundef warning
2019-08-15 Chris Jackson[llvm-objcopy] Allow 'protected' visibility to be set...
2019-08-15 David Green[ARM] MVE trunc to i1 vectors
2019-08-15 Florian Hahn[InstCombine] Precommit test case for D66216
2019-08-15 Pavel LabathMemoryBuffer: Add a missing error-check to getOpenFileImpl
2019-08-15 Seiya Nuta[llvm-readobj][MachO] Fix section type printing
2019-08-15 Dorit Nuzman[LV] fold-tail predication should be respected even...
next