]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-16 Petr Hosek[llvm-readobj] Fallback to PT_NOTE if file doesn't...
2019-08-16 Sanjay Patel[CodeGenPrepare] Fix use-after-free
2019-08-16 Jordan RupprechtRevert [X86] SimplifyDemandedVectorElts - attempt to...
2019-08-16 Roman Lebedev[InstCombine][NFC] reuse-constant-from-select-in-icmp...
2019-08-16 Roman Lebedev[InstCombine][NFC] Revisit tests in reuse-constant...
2019-08-16 Eli Friedman[ARM] Preserve liveness in ARMConstantIslands.
2019-08-16 Johannes Doerfert[Attributor] Fix: Do not partially resolve returned...
2019-08-16 Johannes Doerfert[Attributor] Fix: Make sure we set the changed flag
2019-08-16 Johannes Doerfert[CaptureTracking] Allow null to be in either icmp operand
2019-08-16 Sanjay Patel[CodeGenPrepare] fix RUN line settings
2019-08-16 Johannes Doerfert[Attributor] Add all missing attribute definitions...
2019-08-16 Jonas Devlieghere[RWMutex] Simplify availability check
2019-08-16 Craig Topper[X86] Use Register/MCRegister in more places in X86
2019-08-16 Jian CaiRevert "[ARM] push LR before __gnu_mcount_nc"
2019-08-16 Jian Cai[ARM] push LR before __gnu_mcount_nc
2019-08-16 Johannes Doerfert[Attributor] Towards a more structured deduction pattern
2019-08-16 Johannes Doerfert[Attributor][NFC] Introduce aliases for call site attri...
2019-08-16 Johannes Doerfert[Attributor] Introduce initialize calls and move code...
2019-08-16 Lang Hames[ORC] Remove some stray debugging output accidentally...
2019-08-16 Sanjay Patel[InstCombine] canonicalize a scalar-select-of-vectors...
2019-08-16 Evgeniy StepanovEscape % in printf format string.
2019-08-16 Guanzhong Chen[WebAssembly] Forbid use of EM_ASM with setjmp/longjmp
2019-08-16 Simon Pilgrim[X86] resolveTargetShuffleInputs - add DemandedElts...
2019-08-16 Amara Emerson[AArch64][GlobalISel] Lower G_SHUFFLE_VECTOR with 1...
2019-08-16 Simon Pilgrim[X86] combineExtractWithShuffle - handle extract(trunca...
2019-08-16 Paul Walker[AArch64InstrInfo] Stop getInstSizeInBytes returning...
2019-08-16 Paul WalkerRevert [AArch64InstrInfo] Stop getInstSizeInBytes retur...
2019-08-16 Vasileios Porpodas[SLPVectorizer] Make the scheduler aware of the TreeEnt...
2019-08-16 Jonas Devlieghere[ADT] Remove llvm::make_unique utility.
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...
next