]> granicus.if.org Git - llvm/shortlog
llvm
2019-03-11 Sam Parker[CGP] Limit distance between overflow math and cmp
2019-03-11 Jeremy Morse[JumpThreading] Retain debug info when replacing branch...
2019-03-11 George Rimar[llvm-objcopy] - Fix --compress-debug-sections when...
2019-03-11 Benjamin Kramer[MIPS GlobalISel] Silence uninitialized variable warning
2019-03-11 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_UMULH
2019-03-11 Petar Avramovic[MIPS GlobalISel] NarrowScalar G_MUL
2019-03-11 Pavel LabathAttempt to fix build errors caused by r355812
2019-03-11 Pavel Labath[Support/Endian] Add support for endian-specific enums
2019-03-11 Craig Topper[X86] Enable sse2_cvtsd2ss intrinsic to use an EVEX...
2019-03-11 Craig Topper[X86] Remove apparently unneeded patterns for storing...
2019-03-11 Craig Topper[X86] Use 'UseAVX' in place of 'HasAVX, NoAVX512'. NFC
2019-03-11 Craig Topper[X86] Add SCALAR_SINT_TO_FP/SCALAR_UINT_TO_FP ISD opcod...
2019-03-11 Craig Topper[X86] Split SCALEF(S) ISD opcodes into a version withou...
2019-03-11 Craig Topper[X86] Split RCP28/RSQRT/GETEXP/EXP2 ISD opcodes into...
2019-03-11 Craig Topper[X86] Rename _RND versions of RANGE/REDUCE/GETMANT...
2019-03-11 Craig Topper[X86] Rename X86ISD::CVTPH2PS_RND to CVTPH2PS_SAE....
2019-03-11 Craig Topper[X86] Rename the CVTT*_RND ISD nodes to _SAE and remove...
2019-03-11 Craig Topper[X86] Rename X86ISD::CMPM_RND and X86ISD::FSETCCM_RND...
2019-03-11 Craig Topper[X86] Split the VFIXUPIMM/VFIXUPIMMS nodes into a curre...
2019-03-11 Craig Topper[X86] Begin removing matching of FROUND_CURRENT and...
2019-03-11 Zi Xuan Wu[PowerPC] Remove the override of isMachineVerifierClean...
2019-03-11 Amaury SechetAdd test case for add to sub post legalization. NFC
2019-03-11 Craig Topper[X86] Remove unneeded isel patterns from VCVTSI2SDZ...
2019-03-11 Craig Topper[X86] Remove VCVTSI2SDZrrb_Int as it shouldn't exist.
2019-03-11 Amaury SechetRemove redundant extractBooleanFlip argument. NFC
2019-03-10 Sanjay Patel[x86] add x86-specific opcodes to extractelement scalar...
2019-03-10 Sanjay Patel[CGP] fix comments; NFC
2019-03-10 Craig Topper[X86] Remove unused variable. NFC
2019-03-10 Craig Topper[X86] Make lowering of intrinsics with rounding mode...
2019-03-10 Craig Topper[X86] Remove dead code from the handler for INTR_TYPE_S...
2019-03-10 Nikita Popov[AArch64] Add tests for saddsat/ssubsat; NFC
2019-03-10 Craig Topper[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAll...
2019-03-10 Craig TopperRecommit r355224 "[TableGen][SelectionDAG][X86] Add...
2019-03-10 Petr Hosek[runtime] Use --strip-all rather than --strip-sections
2019-03-10 Shoaib Meenai[git-llvm] Only use --force-interactive when supported
2019-03-09 Nikita Popov[ValueTracking] Move constant range computation into...
2019-03-09 Nikita Popov[ARM] Use non-constant operand in umulo-32.ll; NFC
2019-03-09 Nikita Popov[ARM] Generate test checks for umulo-32.ll; NFC
2019-03-09 Alex Bradbury[RISCV][NFC] Minor refactoring of CC_RISCV
2019-03-09 Alex Bradbury[RISCV][NFC] Split out emitSelectPseudo from EmitInstrW...
2019-03-09 Alex Bradbury[RISCV] Support -target-abi at the MC layer and for...
2019-03-09 Thomas Lively[WebAssembly] Use named operands to identify loads...
2019-03-09 Amaury SechetRefactor isBooleanFlip into extractBooleanFlip so that...
2019-03-09 Sanjay Patel[x86] add tests for extract of FP select; NFC
2019-03-09 Craig Topper[ScalarizeMaskedMemIntrin] Use IRBuilder functions...
2019-03-09 Petr Hosek[CMake] Support stripping and linking output to .build...
2019-03-08 Wei MiRename a local variable counter to Counter.
2019-03-08 Wei Mi[RegisterCoalescer][NFC] bind a DenseMap access to...
2019-03-08 Craig Topper[ScalarizeMaskedMemIntrin] Only set the ModifiedDT...
2019-03-08 Ana Pazos[RISCV] Allow access to FP CSRs without F extension
2019-03-08 Rong Xu[CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
2019-03-08 Mitch Phillips[Go / ASAN] Disable Go bindings for ASAN tests.
2019-03-08 Amara Emerson[AArch64][GlobalISel] Fix i1 arguments not being zero...
2019-03-08 Sunil SrivastavaImprove "llvm-nm -f sysv" output for Elf files
2019-03-08 Sanjay Patel[x86] scalarize extract element 0 of FP cmp
2019-03-08 Alexey Bataev[NVPTX][DEBUGINFO]Temp workaround for crash of ptxas...
2019-03-08 Mitch Phillips[HWASan] Save + print registers when tag mismatch occur...
2019-03-08 Shoaib Meenai[cmake] Remove llvm from LLVM_ALL_PROJECTS
2019-03-08 Mitch Phillips[GN] Merge 355720.
2019-03-08 Michael Kruse[RegionPass] Fix forgotten "!".
2019-03-08 Matt ArsenaultAMDGPU: Move d16 load matching to preprocess step
2019-03-08 Matt ArsenaultDAG: Don't try to cluster loads with tied inputs
2019-03-08 Sanjay Patel[x86] add tests for extracted vector FP cmp; NFC
2019-03-08 Matthew VossRevert "[runtimes] Move libunwind, libc++abi and libc...
2019-03-08 Matt ArsenaultAMDGPU: Add more tests for d16 loads
2019-03-08 Matt ArsenaultAMDGPU: Don't bother checking the chain in areLoadsFrom...
2019-03-08 Matt ArsenaultAMDGPU: Correct DS implementation of areLoadsFromSameBa...
2019-03-08 Alexey Bataev[DEBUG_INFO][NVPTX]Emit empty .debug_loc section in...
2019-03-08 Amaury Sechet[DAGCombiner] fold (add (add (xor a, -1), b), 1) -...
2019-03-08 George Burgess IV[CFLAnders] Fix typo in comment; NFC
2019-03-08 Wei Mi[RegisterCoalescer] Limit the number of joins for large...
2019-03-08 Sanjay Patel[x86] prevent infinite looping from inverse shuffle...
2019-03-08 Simon Pilgrim[X86] Add test case for PR22473
2019-03-08 Diogo N. Sampaio[ARM][FIX] Fix vfmal.f16 and vfmsl.f16 operand
2019-03-08 Simon PilgrimFix typo in constant vector
2019-03-08 James Henderson[llvm-readelf]Don't lose negative-ness of negative...
2019-03-08 Nico Webergn build: Merge r355685
2019-03-08 Nico Webergn build: Unbreak finding a working `gn` on $PATH on...
2019-03-08 Nico Webergn build: Unbreak get.py and gn.py on Windows
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSMULO+visitUMULO into visitMULO...
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSADDO+visitUADDO into visitADDO...
2019-03-08 Simon Pilgrim[DAGCombine] Merge visitSSUBO+visitUSUBO into visitSUBO...
2019-03-08 Michael Platings[IR][ARM] Add function pointer alignment to datalayout
2019-03-08 Clement Courbet[SelectionDAG] Allow the user to specify a memeq function.
2019-03-08 Carl Ritson[AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instruc...
2019-03-08 Craig Topper[X86] Improve the type checking in isLegalMaskedLoad...
2019-03-08 Petr Hosek[runtimes] Move libunwind, libc++abi and libc++ to...
2019-03-08 Steven Wu[Bitcode] Fix bitcode compatibility issue with clang...
2019-03-07 Sanjay Patel[x86] add extract FP tests for target-specific nodes...
2019-03-07 Adrian PrantlTemporarily diasble debug output in GenericDomTreeConst...
2019-03-07 Adrian PrantlMake GenericDomTreeConstruction textual instead.
2019-03-07 Adrian PrantlWork around a module build error on the LLDB incrementa...
2019-03-07 Mitch Phillips[GN] Locate prebuilt binaries correctly.
2019-03-07 Hubert TongAdd secondary libstdc++ 4.8 and 5.1 detection mechanisms
2019-03-07 Craig Topper[X86] Correct scheduler information for rotate by const...
2019-03-07 Craig Topper[X86] Model ADC/SBB with immediate 0 more accurately...
2019-03-07 Brian Gesiak[CodeGen] Reuse BlockUtils for -unreachableblockelim...
2019-03-07 Konstantin... AMDHSA: Code object v3 updates
2019-03-07 Matt Davis[llvm-mca] Emit a message when no bottlenecks are ident...
2019-03-07 Mitch Phillips[GN] Remove DataLayoutTest.cpp from IR Unittests.
next