]> granicus.if.org Git - llvm/shortlog
llvm
2019-02-03 Sanjay Patel[x86] add CGP uaddo test with weird type; NFC
2019-02-03 Sanjay Patel[CGP] move test file to prevent bot failures
2019-02-03 Sanjay Patel[CGP] refactor optimizeCmpExpression (NFCI)
2019-02-03 Sanjay Patel[PowerPC] add tests for saturating add; NFC
2019-02-03 Philip Pfaffe[DA][NewPM] Handle transitive dependencies in the new...
2019-02-03 Craig Topper[X86] Print %st(0) as %st to match what gcc inline...
2019-02-03 Craig Topper[X86] Lower ISD::UADDO to use the Z flag instead of...
2019-02-03 Fangrui Song[AMDGPU] Fix -Wunused-variable after rL352978
2019-02-03 Dmitry Venikov[InstSimplify] Missed optimization in math expression...
2019-02-03 Matt ArsenaultGlobalISel: Implement widenScalar for G_UNMERGE_VALUES
2019-02-02 Matt ArsenaultGlobalISel: Implement widenScalar for G_EXTRACT vector...
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Avoid reporting illegal extloads...
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize icmp for pointer types
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize constant for pointer types
2019-02-02 Matt ArsenaultAMDGPU/GlobalISel: Legalize select for pointer types
2019-02-02 Matt ArsenaultGlobalISel: Legalization for inttoptr/ptrtoint
2019-02-02 Craig Topper[X86] Add another test case for PR40539. NFC
2019-02-02 Simon Pilgrim[X86][AVX] Enable INSERT_SUBVECTOR(SRC0, SHUFFLE(SRC1...
2019-02-02 Simon Pilgrim[SDAG] Add SDNode/SDValue getConstantOperandAPInt helpe...
2019-02-02 Florian Hahn[LCSSA] Handle case with single new PHI faster.
2019-02-02 Florian Hahn[LCSSA] Add expensive verification of LCSSA form for...
2019-02-02 Craig Topper[X86][SSE]: Adding full coverage of MC encoding tests...
2019-02-02 JF BastienRevert "Bump minimum toolchain version"
2019-02-02 Yonghong Song[BPF] [BTF] Process FileName with absolute path correctly
2019-02-02 JF BastienBump minimum toolchain version
2019-02-02 Alexander Shaposhnikov[llvm-objcopy] Temporarily limit one test to darwin
2019-02-02 Julian Lettner[ASan] Do not instrument other runtime functions with...
2019-02-02 Alexander Shaposhnikov[llvm-objcopy] Fix triples in macho tests.
2019-02-02 Mandeep Singh... [AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
2019-02-02 Alexander Shaposhnikov[llvm-objcopy] Add ability to copy MachO object files
2019-02-01 Yonghong SongRevert "[BPF] [BTF] Process FileName with absolute...
2019-02-01 Mandeep Singh... [AArch64] Fix unused variable [NFC]
2019-02-01 Yonghong Song[BPF] [BTF] Process FileName with absolute path correctly
2019-02-01 Philip Reames[CodeGen] Be as conservative about atomic accesses...
2019-02-01 Evandro Menezes[InstCombine] Refactor test checks (NFC)
2019-02-01 Philip Reames[Test] Update file w/update_test_checks.py to make...
2019-02-01 Dan Gohman[WebAssembly] Add codegen support for the import_field...
2019-02-01 Mandeep Singh... [COFF, ARM64] Fix localaddress to handle stack realignm...
2019-02-01 Simon Pilgrim[X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain...
2019-02-01 Scott Linder[AMDGPU] Mark test functions with hidden visibility
2019-02-01 Jordan Rupprecht[DebugInfo] Fix mkdir use in test
2019-02-01 Evandro Menezes[InstCombine] Expand Windows test (NFC)
2019-02-01 Jordan Rupprecht[DebugInfo] Don't use realpath when looking up debug...
2019-02-01 James Y Knight[opaque pointer types] Pass function type for CallBase...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to GetElementPtr...
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to InvokeIns...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to CallInst...
2019-02-01 Evandro Menezes[InstCombine] Expand Windows test (NFC)
2019-02-01 Peter Collingbournegn build: Create regular archives for the sanitizer...
2019-02-01 Michael Liao[InstCombine] Extra null-checking on TFE/LWE support
2019-02-01 James Y KnightHopefully fix a couple more sphinx doc errors.
2019-02-01 Sid Manning[llvm-objdump] - llvm-objdump can skip bytes at the...
2019-02-01 Philip ReamesFix a bug in the definition of isUnordered on MachineMe...
2019-02-01 Roland Froesetest commit (add blank line) NFC
2019-02-01 Matt Davis[llvm-readobj] Add a flag to dump just the section...
2019-02-01 Evandro Menezes[InstCombine] Refactor test checks (NFC)
2019-02-01 Nico Webergn build: Add a missing dependency from llvm/test to...
2019-02-01 Evandro Menezes[InstCombine] Expand Windows test (NFC)
2019-02-01 Matt Davis[llvm-nm] Report '.comment' ELF sections as 'n' instead...
2019-02-01 Wolfgang Pieb[DWARF v5] Fix DWARF emitter and consumer to produce...
2019-02-01 Jordan Rupprecht[llvm-objcopy][NFC] More error propagation (executeObjc...
2019-02-01 James Y KnightFix some sphinx doc errors.
2019-02-01 Evandro Menezes[InstCombine] Refactor test checks (NFC)
2019-02-01 Tim Corringham[AMDGPU] Fix for vector element insertion
2019-02-01 Sanjay Patel[SDAG] improve variable names; NFC
2019-02-01 Simon Pilgrim[X86][SSE] Use PSLLDQ/PSRLDQ to mask out zeroable ends...
2019-02-01 Sanjay Patel[TargetLowering] try harder to determine undef elements...
2019-02-01 Simon Pilgrim[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, BITCAST(SHUFF...
2019-02-01 Eugene Leviant[llvm-strip] Implement --keep-file-symbols
2019-02-01 Jordan Rupprecht[llvm-objcopy][NFC] Propagate errors in removeSymbols...
2019-02-01 Sanjay Patel[InstCombine] reduce duplicate code; NFC
2019-02-01 Fangrui Song[InstCombine] Fix -Wunused-variable when -DLLVM_ENABLE_...
2019-02-01 Sanjay Patel[InstCombine] try to reduce x86 addcarry to generic...
2019-02-01 Stefan Granitz[CMake] Add install targets for utilities to LLVM expor...
2019-02-01 Adhemerval... [AArch64] Optimize floating point materialization
2019-02-01 Ilya BiryukovDisable tidy checks with too many hits
2019-02-01 Roman Lebedev[X86][BdVer2] Transfer delays from the integer to the...
2019-02-01 Yevgeny RoubanProvide reason messages for unviable inlining
2019-02-01 James HendersonRevert r352750.
2019-02-01 James Henderson[llvm-symbolizer][test] Rename and tweak tests using...
2019-02-01 James Henderson[doc]Update String Error documentation in Programmer...
2019-02-01 Oliver Stannard[CodeGen] Don't scavenge non-saved regs in exception...
2019-02-01 George Rimar[obj2yaml] - Merge dumpRelSection and dumpRelaSection...
2019-02-01 Yevgeny Rouban[SLPVectorizer] Get rid of IndexQueue array from vector...
2019-02-01 JF BastienRevert "Bump minimum toolchain version"
2019-02-01 JF BastienBump minimum toolchain version
2019-02-01 Alex Bradbury[RISCV] Implement RV64D codegen
2019-02-01 Alex Bradbury[SelectionDAG] Support promotion of the FPOWI integer...
2019-02-01 James Y KnightFix compilation of examples after 13680223b9d8 / r352827
2019-02-01 James Y Knight[opaque pointer types] Add a FunctionCallee wrapper...
2019-02-01 Sanjay Patel[x86] adjust test to show both add/inc options; NFC
2019-01-31 Sanjay Patel[x86] add test for missed opportunity to use 'inc'...
2019-01-31 Kostya Serebryany[sanitizer-coverage] prune trace-cmp instrumentation...
2019-01-31 Matt ArsenaultGlobalISel: Fix MMO creation with non-power-of-2 mem...
2019-01-31 JF BastienRevert "Bump minimum toolchain version"
2019-01-31 Thomas Lively[WebAssembly] Fix a regression selecting negative build...
2019-01-31 JF BastienDeveloperPolicy: update toolchain with sample RFC ...
2019-01-31 JF BastienBump minimum toolchain version
2019-01-31 Wouter van... Fixed hasLinkerPrivateGlobalPrefix treating StringRef...
next