]> granicus.if.org Git - llvm/shortlog
llvm
2019-10-06 Matt ArsenaultGlobalISel: Partially implement lower for G_EXTRACT
2019-10-06 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for sendmsg intrinsics
2019-10-05 Craig Topper[FastISel] Copy the inline assembly dialect to the...
2019-10-05 Simon Pilgrim[X86][AVX] Push sign extensions of comparison bool...
2019-10-05 Sanjay Patel[SLP] avoid reduction transform on patterns that the...
2019-10-05 Simon Pilgrim[X86] lowerShuffleAsLanePermuteAndRepeatedMask - variab...
2019-10-05 David Bolvansky[SelectionDAG] Add tests for LKK algorithm
2019-10-05 Simon PilgrimBranchFolding - IsBetterFallthrough - assert non-null...
2019-10-05 James Molloy[UnitTests] Try and pacify gcc-5
2019-10-05 Mehdi AminiExpose ProvidePositionalOption as a public API
2019-10-05 Philip ReamesFix a *nasty* miscompile in experimental unordered...
2019-10-04 Philip Reames[Test] Add a test case fo a missed oppurtunity in impli...
2019-10-04 Ana Pazos[RISCV] Added missing ImmLeaf predicates
2019-10-04 Aditya KumarAdd a unittest to verify for assumption cache
2019-10-04 Aditya KumarInvalidate assumption cache before outlining.
2019-10-04 Reid KlecknerRevert [CodeGen] Do the Simple Early Return in block...
2019-10-04 Roman Lebedev[InstCombine] Fold 'icmp eq/ne (?trunc (lshr/ashr ...
2019-10-04 Roman Lebedev[InstCombine] Right-shift shift amount reassociation...
2019-10-04 Roman Lebedev[NFC][InstCombine] Autogenerate shift.ll test
2019-10-04 Roman Lebedev[NFC][InstCombine] Autogenerate icmp-shr-lt-gt.ll test
2019-10-04 Roman Lebedev[NFC][InstCombine] Tests for bit test via highest sign...
2019-10-04 Roman Lebedev[NFC][InstCombine] Tests for right-shift shift amount...
2019-10-04 Julian Lettner[lit] Use better name for "test in parallel" concept
2019-10-04 Jessica Paquette[MachineOutliner] Disable outlining from noreturn functions
2019-10-04 Sanjay Patel[InstCombine] add tests for fneg disguised as fmul...
2019-10-04 Huihui Zhang[NFC] Add { } to silence compiler warning [-Wmissing...
2019-10-04 Eli Friedman[ScheduleDAG] When a node is cloned, add an edge betwee...
2019-10-04 Martin Storsjo[test] Remove another two unnecessary uses of REQUIRES...
2019-10-04 Martin Storsjo[JITLink] Silence GCC warnings. NFC.
2019-10-04 Craig Topper[X86] Remove isel patterns for mask vpcmpgt/vpcmpeq...
2019-10-04 Craig Topper[X86] Add DAG combine to form saturating VTRUNCUS/VTRUN...
2019-10-04 Siva ChandraAdd few docs and implementation of strcpy and strcat.
2019-10-04 James Molloy[Automaton] Fix invalid iterator reference
2019-10-04 James Molloy[ModuloSchedule] Do not remap terminators
2019-10-04 Kevin P. Neal[FPEnv] Strict FP tests should use the requisite functi...
2019-10-04 Mikhail Maltsev[utils] Fix incompatibility of bisect[-skip-count]...
2019-10-04 Thomas Preud... [NFC] [FileCheck] Reapply fix init of objects in unit...
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10][WS32] Corrected decoding of dst...
2019-10-04 Simon PilgrimFix uninitialized variable warnings in directory_entry...
2019-10-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Enabled decoding of 'null' operand
2019-10-04 Tim NorthoverARM-Darwin: keep the frame register reserved even if...
2019-10-04 Owen Reynolds[llvm-ar][test] Clarified comment
2019-10-04 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Corrected definition of FLAT GLOBAL...
2019-10-04 Simon Atanasyan[llvm-readobj] Remove redundant semicolon. NFC
2019-10-04 Simon Atanasyan[llvm-readobj][mips] Inline `printMipsPLTGOT` method
2019-10-04 Simon Atanasyan[llvm-readobj][mips] Implement GNU-style printing of...
2019-10-04 Simon Atanasyan[llvm-readobj] Replace arch-specific ObjDumper methods...
2019-10-04 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2019-10-04 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-10-04 Owen ReynoldsRevert [test] Remove locale dependency for mri-utf8...
2019-10-04 Jeremy Morse[DebugInfo] LiveDebugValues: move DBG_VALUE creation...
2019-10-04 Nico Webergn build: (manually) merge r373718
2019-10-04 Dmitri GribenkoRevert "[NFC] [FileCheck] Fix init of stack objects...
2019-10-04 Jeremy Morse[DebugInfo] LiveDebugValues: defer DBG_VALUE creation...
2019-10-04 James Molloy[TableGen] Introduce a generic automaton (DFA) backend
2019-10-04 Thomas Preud... [NFC] [FileCheck] Fix init of stack objects in unit...
2019-10-04 Matt ArsenaultAMDGPU/GlobalISel: Fix using wrong addrspace for aperture
2019-10-04 Matt ArsenaultAMDGPU/GlobalISel: Select G_PTRTOINT
2019-10-04 Matt ArsenaultAMDGPU/GlobalISel: Support wave32 waterfall loops
2019-10-04 David Zarzycki[X86] Enable inline memcmp() to use AVX512
2019-10-04 Martin StorsjoRevert "[Symbolize] Use the local MSVC C++ demangler...
2019-10-04 Thomas Preud... [test] Remove locale dependency for mri-utf8.test
2019-10-04 Piotr Sobczak[AMDGPU][SILoadStoreOptimizer] NFC: Refactor code
2019-10-04 Martin Storsjo[Symbolize] Use the local MSVC C++ demangler instead...
2019-10-04 Martin Storsjo[test] Remove a needless declaration of REQUIRES: targe...
2019-10-04 Martin Storsjo[JITLink] Remove a redundant semicolon, silencing ...
2019-10-04 Lang Hames[JITLink] Explicitly destroy bumpptr-allocated blocks...
2019-10-04 Lang Hames[JITLink] Fix an unused variable warning.
2019-10-04 GN Sync Botgn build: Merge r373689
2019-10-04 Lang Hames[JITLink] Switch from an atom-based model to a "blocks...
2019-10-04 Shiva Chen[RISCV] Split SP adjustment to reduce the offset of...
2019-10-04 Jonas Devlieghere[dsymutil] Fix stack-use-after-scope
2019-10-03 Peter CollingbourneLowerTypeTests: Rename local functions to avoid collisi...
2019-10-03 Jordan Rupprecht[llvm-objdump][test] Move test to X86 dir to avoid...
2019-10-03 Alina Sbirlea[MemorySSA] Don't hoist stores if interfering uses...
2019-10-03 Jordan Rupprecht[llvm-objdump] Further rearrange llvm-objdump sections...
2019-10-03 Sanjay Patel[DAGCombiner] add operation legality checks before...
2019-10-03 Nico WeberReland r349624: Let TableGen write output only if it...
2019-10-03 David BlaikieDebugInfo: Generalize rnglist emission as a precursor...
2019-10-03 Nico Webergn build: (manually) merge 373651 better
2019-10-03 Philip Reames[Tests] Add a unordered atomic load combine test
2019-10-03 Philip Reames[Test] Fix inconsistency in alignment in test case
2019-10-03 Jinsong Ji[AArch64][SVE] Move the testcase into CodeGen dir
2019-10-03 Nick Desaulniers[AArch64InstPrinter] prefer bfi to bfc for < armv8.2-a
2019-10-03 Nico WeberReland "gn build: (manually) merge r373551"
2019-10-03 Jinsong Ji[PowerPC] Adjust the naming and operand order of fnmsub...
2019-10-03 Daniel Sanders[gicombiner] Add a CodeExpander to handle C++ fragments...
2019-10-03 Jordan Rupprecht[NFC] Fix unused variable in release builds
2019-10-03 Craig Topper[X86] Add v32i8 shuffle lowering strategy to recognize...
2019-10-03 Simon Pilgrim[X86] matchShuffleWithSHUFPD - use Zeroable element...
2019-10-03 Jonas Devlieghere[dsymutil] Don't overload LinkOptions.
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Handle RegBankSelect of G_INSERT_VEC...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Split 64-bit vector extracts during...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Allow VGPR to index SGPR register
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Add some more tests for G_INSERT...
2019-10-03 Matt ArsenaultAMDGPU/GlobalISel: Fix mutationIsSane assert v8s8 and
2019-10-03 Michael LiaoFix build failure with GCC on identifier reusing.
2019-10-03 Tom StellardAMDGPU/SILoadStoreOptimizer: Optimize scanning for...
2019-10-03 James Molloy[ModuloSchedule] removeBranch() *before* creating the...
next