]> granicus.if.org Git - llvm/shortlog
llvm
2017-07-15 Matt ArsenaultAMDGPU: Return correct type during argument lowering
2017-07-15 Dinar Temirbulatov[SLPVectorizer] Add an extra parameter to tryScheduleBu...
2017-07-15 Yonghong Songbpf: generate better lowering code for certain select...
2017-07-15 Teresa JohnsonRequire asserts in new test that uses debug flag
2017-07-15 Teresa Johnson[ThinLTO] Ensure we always select the same function...
2017-07-15 Haicheng Wu[TTI] Refine the cost of EXT in getUserCost()
2017-07-15 Kostya Serebryany[libFuzzer] remove stale code
2017-07-15 Jakub Kuderski[Dominators] Fix reachable visitation and reenable...
2017-07-14 Jakub Kuderski[Dominators] Temporarily disable a flaky unit test
2017-07-14 Justin Bogner[libFuzzer] Allow non-fuzzer args after -ignore_remaini...
2017-07-14 Adrian PrantlAdd missing space to comment
2017-07-14 Jakub Kuderski[Dominators] Remove an extra semicolon and add a missin...
2017-07-14 Jakub Kuderski[Dominators] Implement incremental deletions
2017-07-14 Kostya Serebryany[libFuzzer] fix stats during merge
2017-07-14 Yi Kong[AArch64] Avoid selecting XZR inline ASM memory operand
2017-07-14 Geoff Berry[AArch64][Falkor] Avoid HW prefetcher tag collisions...
2017-07-14 Jakub Kuderski[Dominators] Add a missing include
2017-07-14 Davide Italiano[AMDGPU] Throw away more dead code. NFCI.
2017-07-14 Jakub Kuderski[Dominators] Implement incremental insertions
2017-07-14 Dimitry AndricFix mixed line terminators. NFC.
2017-07-14 Geoff Berry[EarlyCSE] Handle calls with no MemorySSA info.
2017-07-14 Haicheng Wu[JumpThreading] Add a pattern to TryToUnfoldSelectInCur...
2017-07-14 Krzysztof Parzyszek[Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO...
2017-07-14 Davide Italiano[AMDGPU] Garbage collect dead code. NFCI.
2017-07-14 Craig Topper[TableGen][MC] Fix a few places where we didn't hide...
2017-07-14 Jakub Kuderski[Dominators] Make IsPostDominator a template parameter
2017-07-14 Alfred Huang[AMDGPU] Do not insert an instruction into worklist...
2017-07-14 Jakub Kuderski[Dominators] Simplify block and node printing
2017-07-14 George Rimar[llvm-readobj] - Teach readobj to print DT_FILTER dynam...
2017-07-14 Krzysztof Parzyszek[Hexagon] Add intrinsics for data cache operations
2017-07-14 Sanjay Patel[InstCombine] convert bitwise (in)equality checks to...
2017-07-14 Simon DardisRevert "Reland "[mips][mt][6/7] Add support for mftr...
2017-07-14 Sanjay Patel[InstCombine] add tests for PR32401; NFC
2017-07-14 Jonas Paulsson[SystemZ] Minor fixing in SystemZScheduleZ196.td
2017-07-14 Sanjay Patel[InstCombine] auto-generate complete test checks; NFC
2017-07-14 Nirav DaveImprove Aliasing of operations to static alloca
2017-07-14 Jonas Paulsson[SystemZ] Enable LoopDataPrefetch pass.
2017-07-14 Simon DardisReland "[mips][mt][6/7] Add support for mftr, mttr...
2017-07-14 Zoran JovanovicReverting commit 308011.
2017-07-14 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-07-14 Diana Picus[ARM] GlobalISel: Support G_BRCOND
2017-07-14 Jonas Paulsson[SystemZ] Minor fixing in SystemZScheduleZEC12.td
2017-07-14 Renato Golin[RelTest] Diana is doing both releases now
2017-07-14 Sam Parker[ARM] Allow rematerialization of ARM Thumb literal...
2017-07-14 Max Kazantsev[IRCE] Fix corner case with Start = INT_MAX
2017-07-14 Adam Nemet[opt-viewer] Flush stdout after progress update
2017-07-14 Eric ChristopherAdd a set of comments explaining why getSubtargetImpl...
2017-07-14 Dinar Temirbulatov[SLPVectorizer] Add an extra parameter to alreadyVector...
2017-07-14 Eric ChristopherRemove set but not used variables from the debug info...
2017-07-14 Leo Li[CMake]Use LLVM_LIBRARY_DIR for lib path.
2017-07-14 Kostya Serebryany[libFuzzer] update the comments in afl/afl_driver.cpp
2017-07-14 Kostya Serebryany[libFuzzer] remove stale code; NFC
2017-07-14 Matt ArsenaultAMDGPU: Detect kernarg segment pointer
2017-07-14 Kostya Serebryany[libFuzzer] simplify the handling of memmem/strstr
2017-07-13 Stanislav Mekhanoshin[AMDGPU] fcaninicalize optimization for GFX9+
2017-07-13 Spyridoula... [DWARF] Introduce verification for the unit header...
2017-07-13 Jakub Kuderski[Dominators] Define Arc less-than operator inline.
2017-07-13 Kostya Serebryany[libFuzzer] move code around; NFC
2017-07-13 Reid KlecknerFix build due to const-correctness issue after last...
2017-07-13 Reid Kleckner[PDB] Fix quadratic behavior when writing a BinaryItemS...
2017-07-13 Jakub Kuderski[Dominators] Rename Update.Arc to Update.Edge
2017-07-13 Matt ArsenaultAMDGPU: Annotate call graph with used features
2017-07-13 Jakub Kuderski[Dominators] Add CFGBuilder testing utility
2017-07-13 Jakub Kuderski[Dominators] Simplify templates
2017-07-13 Lang Hames[Orc] Fix some Error-related fixmes in CompileOnDemandL...
2017-07-13 Sanjay Patel[InstCombine] put tests for commuted variants of the...
2017-07-13 Jakub Kuderski[Dominators] Split SemiNCA into smaller functions
2017-07-13 Jakub Kuderski[NFC] Move DEBUG_TYPE below includes in Hexagon
2017-07-13 Reid Kleckner[PDB] Fix type server handling for archives
2017-07-13 Jakub Kuderski[NFC] Move DEBUG_TYPE macro below includes...
2017-07-13 Simon DardisRevert "[mips][mt][6/7] Add support for mftr, mttr...
2017-07-13 George Karpenkov[lit] add a -vv option to echo all executed commands.
2017-07-13 Andrew Zhogin[X86][tests] Added rotate_vec.ll CodeGen test. NFC...
2017-07-13 Jakub Kuderski[Dominators] Improve reachability verification
2017-07-13 Krzysztof Parzyszek[Hexagon] Use VSPLAT instead of COMBINE for vectors...
2017-07-13 Nemanja Ivanovic[PowerPC] Ensure displacements for DQ-Form instructions...
2017-07-13 Sanjay Patel[InstCombine] add descriptive comments for tests; NFC
2017-07-13 Simon PilgrimFix unused variable warning on EXPENSIVE_CHECKS release...
2017-07-13 Martin Storsjo[AArch64] Implement support for windows style vararg...
2017-07-13 Martin Storsjo[llvm-objdump] Properly print MachO aarch64 addend...
2017-07-13 Rafael EspindolaDocumentation fix. NFC.
2017-07-13 Reid KlecknerPut std::mutex usage behind #ifdefs to pacify the sanit...
2017-07-13 Frederich MunchSupport: Add llvm::center_justify.
2017-07-13 Davide Italiano[GlobalOpt] Autogenerate checks for the test in PR33686.
2017-07-13 Davide ItalianoReapply [GlobalOpt] Remove unreachable blocks before...
2017-07-13 Sjoerd Meijer[AArch64] Enable the mnemonic spell checker
2017-07-13 Amara Emerson[AArch64] Add an SVE target feature to the backend...
2017-07-13 Matthew Simpson[AArch64] Add preliminary support for ARMv8.1 SUB/AND...
2017-07-13 Anna Thomas[RuntimeUnrolling] Update DomTree correctly when exit...
2017-07-13 Simon DardisReland "[mips] Fix multiprecision arithmetic."
2017-07-13 Diana Picus[ARM] GlobalISel: Support G_BR
2017-07-13 Florian Hahn[PM] Use range-based for loops in LegacyPassManager...
2017-07-13 Simon Pilgrim[DAGCombiner] Fix issue with rotate combines asserting...
2017-07-13 Javed Absar[ARM] Tidy up and organise better ARM.td. NFC.
2017-07-13 Diana PicusFixup r307893: Silence warning
2017-07-13 Simon PilgrimUse isNullConstantOrNullSplatConstant helper. NFCI.
2017-07-13 Simon PilgrimFix whitespace indentation. NFCI.
2017-07-13 Diana Picus[ARM] GlobalISel: Move local variable. NFC
2017-07-13 Florian Hahn[ARM] Fix typo in test added in r307889
2017-07-13 Dylan McKay[AVR] Fix broken indentation
next