]> granicus.if.org Git - llvm/shortlog
llvm
2017-07-25 Sam Parker[ARM] Enable partial and runtime unrolling
2017-07-25 Martin Storsjo[COFF] ARM64 support for COFFImportFile
2017-07-25 Martin Storsjo[AArch64] Reserve a 16 byte aligned amount of fixed...
2017-07-25 NAKAMURA TakumiDWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64.
2017-07-25 Kostya Serebryany[libFuzzer] make one test faster, fix compiler warnings...
2017-07-25 Kostya Serebryany[sanitizer-coverage] simplify the code, NFC
2017-07-25 Spyridoula... [DWARF] Modified test for die ranges verification so...
2017-07-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS.
2017-07-25 NAKAMURA Takumillvm-rc: Fixup for r308940. This should use LLVMSupport.
2017-07-25 Marek SokolowskiAdd an empty shell of llvm-rc.
2017-07-24 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-07-24 Spyridoula... [DWARF] Added verification check for die ranges. If...
2017-07-24 Reid KlecknerRevert "[X86][InlineAsm][Ms Compatibility]Prefer variab...
2017-07-24 Kevin EnderbySmall tweak to one check in error handling to the dyld...
2017-07-24 James Y KnightFollowup to r308890: don't assert the llvm llvm version...
2017-07-24 Krzysztof Parzyszek[Hexagon] Recognize C4_cmpneqi, C4_cmpltei and C4_cmplt...
2017-07-24 Rafael EspindolaMove DWARFSectionMap to a .cpp file.
2017-07-24 Tom Stellardtest-release.sh: Fix phase2 and phase3 binary comparision
2017-07-24 George KarpenkovRevert "Revert "[libFuzzer] Add a dependency on symboli...
2017-07-24 Michael ZuckermanAdding base test for interleave store VF16 and expand...
2017-07-24 Matt ArsenaultRA: Replace asserts related to empty live intervals
2017-07-24 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-07-24 Matt ArsenaultAMDGPU: Fix allocating pseudo-registers
2017-07-24 Tim NorthoverRevert "Debug: handle dumping the D language."
2017-07-24 Tim NorthoverDebug: handle dumping the D language.
2017-07-24 Leo Li[CMake] Remove redundant logic in runtimes/CMakeList.txt
2017-07-24 Reid KlecknerAdd missing case to switch
2017-07-24 Benjamin Kramer[CodeGenPrepare] Cut off FindAllMemoryUses if there...
2017-07-24 Reid Kleckner[codeview] Emit 'D' as the cv source language for D...
2017-07-24 Reid KlecknerFormat some case labels and shrink an anonymous namespa...
2017-07-24 Ilya BiryukovNFC. Fixed typos in the comments.
2017-07-24 Alexandre Isoard[DOTGraphTraits] Propagate Graph template argument...
2017-07-24 Simon PilgrimFix spelling in comments. NFCI.
2017-07-24 Florian Hahn[LoopInterchange] Update code to use range-based for...
2017-07-24 Ayman Musa[X86][AVX512] Add patterns for masked AVX512 floating...
2017-07-24 Coby Tayree[X86][InlineAsm][Ms Compatibility]Prefer variable name...
2017-07-23 Dylan McKay[AVR] Remove the instrumentation pass
2017-07-23 Dylan McKay[AVR] Improve the 'icall-func-pointer-correct-addr...
2017-07-23 Petr Hosek[CodeGen][X86] Fuchsia supports sincos* libcalls and...
2017-07-23 Momchil VelikovFix typo: GETTER to SETTER (NFC)
2017-07-23 Florian Hahn[AArch64] Add test for function alignment for a optsize...
2017-07-23 Chad Rosier[AArch64] Redundant Copy Elimination - remove more...
2017-07-23 Max Kazantsev[SCEV] Limit max size of AddRecExpr during evolving
2017-07-23 NAKAMURA TakumiRuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"
2017-07-23 NAKAMURA Takumi[Modules] Rework r274270. Let Clang targets depend...
2017-07-23 Craig Topper[X86] Add some hasSideEffects=0 flags.
2017-07-23 Craig Topper[X86] Add patterns for memory forms of SARX/SHLX/SHRX...
2017-07-23 Nirav Dave[DAG] Fix typo preventing some stores merges to truncat...
2017-07-22 Petr HosekRevert "Reland "[LLVM][llvm-objcopy] Added basic plumbi...
2017-07-22 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-22 Craig Topper[X86] Add nopq instruction which is a rex encoded versi...
2017-07-22 Craig Topper[X86] Add register form of NOPL and NOPW for assembler...
2017-07-22 Matt ArsenaultAMDGPU: Remove leftover td file
2017-07-22 David BlaikieCommit missing/empty test file from r308789
2017-07-22 Matt ArsenaultRA: Remove another assert on empty intervals
2017-07-22 Kostya Serebryany[libFuzzer] reimplement experimental_len_control=1...
2017-07-21 Matt ArsenaultRA: Remove assert on empty live intervals
2017-07-21 Petr HosekRevert "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-21 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
2017-07-21 Erich KeaneRemove Bitrig: LLVM Changes
2017-07-21 David Blaikie[ProfData] Detect if zlib is available
2017-07-21 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize and Include...
2017-07-21 Xinliang David Li[PGOInstr] Add a debug print
2017-07-21 Farhana AleenX86InterleaveAccess: A fix for bug33826
2017-07-21 Konstantin... AMDGPU: Implement memory model
2017-07-21 Guozhi Wei[PPC] Add Defs = [CARRY] to MIR SRADI_32
2017-07-21 Konstantin... AMDGPU: Introduce maybeAtomic instruction flag
2017-07-21 Matt ArsenaultAMDGPU: Preserve undef flag in eliminateFrameIndex
2017-07-21 Xin Tong[DAGCombiner] Update comment. NFC
2017-07-21 Matt ArsenaultAMDGPU: Partially fix improper reliance on memoperands
2017-07-21 Matt ArsenaultAMDGPU: Don't track lgkmcnt for global_/scratch_ instru...
2017-07-21 Reid KlecknerFix DebugInfo/PDB build by adding missing changes
2017-07-21 Reid Kleckner[PDB] Dump extra info about the publics stream
2017-07-21 Matt ArsenaultAMDGPU: Fix getMemOpBaseRegImmOfs for flat with offsets
2017-07-21 Krzysztof Parzyszek[Hexagon] Add inline-asm constraint 'a' for modifier...
2017-07-21 Haojie WangThinLTO Minimized Bitcode File Size Reduction
2017-07-21 Simon Dardis[mips] Support -membedded-data and fix a related bug
2017-07-21 Adrian PrantlDe-brief doxygen comments
2017-07-21 Adrian PrantlUse default initializers (NFC)
2017-07-21 Adrian PrantlCanonicalize the spelling of RefDie (NFC)
2017-07-21 Anna Thomas[RuntimeUnroll] NFC: Add a profitability function for...
2017-07-21 Dinar Temirbulatov[SLPVectorizer] Replace E->Scalars to VL0 at vectorizeT...
2017-07-21 Matt ArsenaultAMDGPU: Add instruction definitions for some scratch_...
2017-07-21 Dinar Temirbulatov[SLPVectorizer] buildTree_rec replace cast<Instruction...
2017-07-21 Petar Jovanovic[mips] Enable IAS by default for Android MIPS64
2017-07-21 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of VOP3 'op_sel' modifier
2017-07-21 Dinar Temirbulatov[SLPVectorizer] Change canReuseExtract function paramet...
2017-07-21 Jonas Paulsson[SystemZ] test update
2017-07-21 Jonas Paulsson[SystemZ, LoopStrengthReduce]
2017-07-21 Simon Pilgrim[X86][SSE] Add extra (sra (sra x, c1), c2) -> (sra...
2017-07-21 Simon Pilgrim[X86][SSE] Add pre-AVX2 support for (i32 bitcast(v32i1...
2017-07-21 Philipp SchaadCommit access test
2017-07-21 Eric BeckmannOnly use xml if iconv is found, which is a prerequisite.
2017-07-21 Adrian Prantldsymutil: strip unused types from imported DW_TAG_modules
2017-07-21 Adrian PrantlDebug Info: Don't strip clang module skeleton CUs.
2017-07-21 Spyridoula... [DWARF] Generalized verification of .debug_abbrev to...
2017-07-21 Craig Topper[AVX-512] Fix a bug that prevented some non-temporal...
2017-07-20 Eric BeckmannExplicitly disable libxml2 on android.
2017-07-20 George KarpenkovGenerate a compile_commands.json DB for external projects.
2017-07-20 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
next