]> granicus.if.org Git - llvm/shortlog
llvm
2019-09-17 Fangrui Song[SimplifyLibCalls] Fix -Wunused-result after D53342...
2019-09-17 David Bolvansky[NFC} Updated test
2019-09-17 Luis MarquesPatch from Phabricator
2019-09-17 David Bolvansky[SimplifyLibCalls] Mark known arguments with nonnull
2019-09-17 George Rimar[llvm-readobj] - Fix BB after r372087.
2019-09-17 Fangrui Song[llvm-ar] Parse 'h' and '-h': display help and exit
2019-09-17 George Rimar[llvm-readobj] - Fix a TODO in elf-reloc-zero-name...
2019-09-17 Alexander Timofeev[AMDGPU]: PHI Elimination hooks added for custom COPY...
2019-09-17 Sam Parker[ARM] LE support in ConstantIslands
2019-09-17 Florian Hahn[LoopUnroll] Use LoopSize+1 as threshold, to allow...
2019-09-17 George Rimar[llvm-readobj] - Refactor the code.
2019-09-17 George Rimar[llvm-objcopy] - Remove python invocations from 2 test...
2019-09-17 Florian Hahn[bugpoint] Add support for -Oz and properly enable...
2019-09-17 Sam Parker[ARM][MVE] Add invalidForTailPredication to TSFlags
2019-09-17 Hideto Ueno[Attributor] Use Alias Analysis in noalias callsite...
2019-09-17 Hideto Ueno[Attributor] Create helper struct for handling analysis...
2019-09-17 David Zarzycki[git-llvm] Do not reinvent `@{upstream}` (take 2)
2019-09-17 Craig Topper[X86] Split oversized vXi1 vector arguments and return...
2019-09-17 Craig Topper[X86] Allow masked VBROADCAST instructions to be turned...
2019-09-17 Craig Topper[X86] Add support for commuting EVEX VCMP instructons...
2019-09-17 Craig Topper[X86] Add test case for missed opportunity to commute...
2019-09-17 Craig Topper[X86] Enable commuting of EVEX VCMP for all immediate...
2019-09-16 David Blaikiellvm-reduce: Clean out previous test temp/output dir...
2019-09-16 David Blaikiellvm-reduce: Remove some string copies
2019-09-16 Joel E. DennyRevert r372035: "[lit] Make internal diff work in pipel...
2019-09-16 Amara Emerson[GlobalISel] Partially revert r371901.
2019-09-16 David Blaikiellvm-reduce: Make tests shell-independent by passing...
2019-09-16 David L. JonesAdd libc to path mappings in git-llvm.
2019-09-16 Nemanja Ivanovic[PowerPC] Cust lower fpext v2f32 to v2f64 from extract_...
2019-09-16 Francis Visoiu... [Remarks] Allow remarks::Format::YAML to take a string...
2019-09-16 Joel E. Denny[lit] Make internal diff work in pipelines
2019-09-16 Bardia Mahjour[NFC] Test commit access
2019-09-16 DeForest Richards[Docs] Bug fix for docs homepage
2019-09-16 DeForest Richards[Docs] Adds Getting Started/Tutorials, Reference to...
2019-09-16 Lei Huang[PowerPC] Cust lower fpext v2f32 to v2f64 from extract_...
2019-09-16 Vedant Kumar[Coverage] Speed up file-based queries for coverage...
2019-09-16 Vedant Kumar[Coverage] Assert that filenames in a TU are unique...
2019-09-16 Steven Wu[LTO][Legacy] Add new C inferface to query libcall...
2019-09-16 Reid Kleckner[PGO] Use linkonce_odr linkage for __profd_ variables...
2019-09-16 Roman Lebedev[ARM][Codegen] Autogenerate arm-cgp-casts.ll test.
2019-09-16 Simon Pilgrim[X86][AVX] matchShuffleWithSHUFPD - add support for...
2019-09-16 David Green[ARM] A predicate cast of a predicate cast is a predica...
2019-09-16 Roman Lebedev[SimplifyCFG] FoldTwoEntryPHINode(): consider *total...
2019-09-16 Sanjay Patel[InstCombine] remove unneeded one-use checks for icmp...
2019-09-16 Sanjay Patel[InstCombine] move tests for icmp+add; NFC
2019-09-16 Oliver Cruickshank[ARM] Add patterns for BSWAP intrinsic on MVE
2019-09-16 Oliver Cruickshank[ARM] Add patterns for bitreverse intrinsic on MVE
2019-09-16 Oliver Cruickshank[ARM] Lower CTTZ on MVE
2019-09-16 Oliver Cruickshank[ARM] Add patterns for CTLZ on MVE
2019-09-16 Simon Pilgrim[ExecutionEngine] Don't dereference a dyn_cast result...
2019-09-16 Sjoerd Meijer[LV] Add ARM MVE tail-folding tests
2019-09-16 Jonas Paulsson[SystemZ] Call erase() on the right MBB in SystemZTarg...
2019-09-16 Guillaume Chatelet[NFC] remove unused functions
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Fail select of G_INSERT non-32-bit...
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Fix some broken run lines
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for G_FRINT and...
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Remove another illegal select test
2019-09-16 Clement Courbet[X86][NFC] Add a `use-aa` feature.
2019-09-16 Sanjay Patel[InstCombine] add/move tests for icmp with add operand...
2019-09-16 James Henderson[docs][llvm-strings] Write llvm-strings documentation
2019-09-16 James Henderson[docs][llvm-size] Write llvm-size documentation
2019-09-16 David Green[ARM] Fold VCMP into VPT
2019-09-16 Sanjay Patel[InstCombine] remove unneeded one-use checks for icmp...
2019-09-16 Sanjay Patel[InstCombine] add icmp tests with extra uses; NFC
2019-09-16 Sanjay Patel[InstCombine] fix comments to match code; NFC
2019-09-16 Nico Webergn build: Merge r371976
2019-09-16 Simon Pilgrim[VPlanSLP] Don't dereference a cast_or_null<VPInstructi...
2019-09-16 Simon Pilgrim[SLPVectorizer] Assert that we find a LastInst to silen...
2019-09-16 Simon Pilgrim[SLPVectorizer] Don't dereference a dyn_cast result...
2019-09-16 Sjoerd MeijerAdded return statement to fix compile and build warning:
2019-09-16 Kerry McLaughlin[SVE][Inline-Asm] Add constraints for SVE predicate...
2019-09-16 Nico Webergn build: Merge r371965
2019-09-16 Nico Webergn build: Merge r371959
2019-09-16 Sjoerd Meijer[AArch64] Some more FP16 FMA pattern matching
2019-09-16 Jonas Paulsson[SystemZ] Merge the SystemZExpandPseudo pass into...
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Remove illegal select tests
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select SMRD loads for more types
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect for kill
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Legalize s1 source G_[SU]ITOFP
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Set type on vgpr live in special...
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select S16->S32 fptoint
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Select s32->s16 G_[US]ITOFP
2019-09-16 Matt ArsenaultAMDGPU/GlobalISel: Fix VALU s16 fneg
2019-09-15 Stefan Stipanovic[Attributor] Heap-To-Stack Conversion
2019-09-15 Sanjay Patel[InstCombine] remove unneeded one-use checks for icmp...
2019-09-15 Sanjay Patel[InstCombine] add icmp tests with extra uses; NFC
2019-09-15 Jinsong Ji[PowerPC][NFC] Add a testcase for fdiv expansion.
2019-09-15 Simon Pilgrim[GlobalISel] findGISelOptimalMemOpLowering - remove...
2019-09-15 Simon Pilgrim[LoadStoreVectorizer] vectorizeLoadChain - ensure we...
2019-09-15 Simon PilgrimInterleavedLoadCombine - merge isa<> and dyn_cast<...
2019-09-15 Simon Pilgrim[DebugInfo] Don't dereference a dyn_cast<PDBSymbolData...
2019-09-15 David Green[ARM] Masked loads and stores
2019-09-15 Sanjay Patel[SLP] limit vectorization of Constant subclasses (PR33958)
2019-09-15 David Green[ARM] Simplify and update vmla test. NFC
2019-09-15 James Molloy[CodeEmitter] Improve testing for APInt encoding
2019-09-15 James Molloy[CodeEmitter] Support instruction widths > 64 bits
2019-09-14 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - add EXTRACT_SUB...
2019-09-14 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): handle...
2019-09-14 Mingjie Xing[ScheduleDAGMILive] Fix typo in comment.
2019-09-14 Johannes Doerfert[Attributor][Fix] Use right type to replace expressions
next