]> granicus.if.org Git - llvm/shortlog
llvm
2016-11-15 Craig Topper[AVX-512] Add an example test case for PR31018.
2016-11-15 Craig Topper[X86] Add LLVM version number for each intrinsic handle...
2016-11-15 Matt ArsenaultAMDGPU: Fix f16 fabs/fneg
2016-11-15 Lang Hames[ORC] Work around an apparent modules/linkage issue.
2016-11-15 Rui UeyamaSimplify identify_magic.
2016-11-15 Greg ClaytonImprove DWARF parsing speed by improving DWARFAbbreviat...
2016-11-15 Rui UeyamaFix -Wswitch.
2016-11-15 Rui UeyamaAdd a file magic for CL.exe's object file created with...
2016-11-15 Lang Hames[ORC] Temporarily disable RPCUtils unit test.
2016-11-15 Saleem Abdulrasoolllvm-strings: support the `-n` option
2016-11-15 Matt ArsenaultAMDGPU: Set hasExtraSrcRegAllocReq on v_div_scale_*
2016-11-15 Matt ArsenaultAMDGPU: Fix formatting of 1/2pi immediate
2016-11-15 Tom StellardMIRParser: Add support for parsing vreg reg alloc hints
2016-11-15 Vitaly BukaAvoid calling std::memcmp with nullptr
2016-11-14 Evandro Menezes[AArch64] Compute the Newton series for reciprocals...
2016-11-14 Peter CollingbourneLinker: Remove unnecessary call to copyMetadata in...
2016-11-14 Tim NorthoverGlobalISel: add tests for G_ZEXT/G_SEXT to types smalle...
2016-11-14 Sanjay Patel[InstCombine] add tests to show missing bitcast folds
2016-11-14 Adrian PrantlRemove redundant uses of \brief.
2016-11-14 Vitaly BukaDon't pass nullptr into memcpy
2016-11-14 Tom StellardRegAllocGreedy: Properly initialize this pass, so that...
2016-11-14 Kuba Brecka[tsan] Add support for C++ exceptions into TSan (call...
2016-11-14 Saleem AbdulrasoolRevert "Revert "llvm-strings: support printing the...
2016-11-14 Kevin EnderbyAdd a checkSymbolTable() method to the MachOObjectFile...
2016-11-14 Krzysztof Parzyszek[Hexagon] Give a predicate function a more meaningful...
2016-11-14 Tim NorthoverARM: try to fix GCC 4.8 compilation again after r286881.
2016-11-14 Tim NorthoverRecommit: ARM: sort register lists by encoding in push...
2016-11-14 Geoff Berry[AArch64] Change some pointers to references. NFC.
2016-11-14 Michael Kuperstein[X86] Tests exhibiting bad parial reloading behavior...
2016-11-14 Geoff Berry[AArch64] Split 0 vector stores into scalar store pairs.
2016-11-14 Geoff Berry[AArch64] Factor out transform code from split16BStore...
2016-11-14 Teresa Johnson[ThinLTO] Only promote exported locals as marked in...
2016-11-14 Kostya Serebryany[libFuzzer] replace 'auto' with 'auto *' to better...
2016-11-14 Daniel SandersRevert: r286868 - Test commit
2016-11-14 Daniel SandersTest commit
2016-11-14 Tim NorthoverRevert "ARM: sort register lists by encoding in push...
2016-11-14 Tim NorthoverARM: sort register lists by encoding in push/pop instru...
2016-11-14 Michael KupersteinGive SLP vectorizer credit where it's due.
2016-11-14 Sean Fertile[PPC] Add intrinsic mapping to the xscvhpsp instruction
2016-11-14 Adam Nemet[opt-viewer] Don't fail with remarks without debug...
2016-11-14 Changpeng FangAMDGPU/SI: Support data types other than V4f32 in image...
2016-11-14 Zvi Rackover[X86] Adding reproducer for pr30981
2016-11-14 Zachary Turner[PDB] Add documentation for the DBI Stream.
2016-11-14 Zachary Turner[PDB] Add documentation for the PDB Stream.
2016-11-14 Bob WilsonUse _Unwind_Backtrace on Apple platforms.
2016-11-14 Adrian PrantlTypo
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-14 Sumanth Gundapaneni[Hexagon] Remove unsafe load instructions that affect...
2016-11-14 Stephan BergmannHandle non-inlined clang::Type::getAs specializations...
2016-11-14 Teresa Johnson[ThinLTO] Make inline assembly handling more efficient...
2016-11-14 Simon Pilgrim[CostModel][X86] Added mul costs for vXi8 vectors
2016-11-14 Simon Pilgrim[X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1...
2016-11-14 Sean Fertile[PPC] add intrinsics for vec extract exp/significand...
2016-11-14 Aaron BallmanReverting r285406, which was a temporary workaround...
2016-11-14 Renato GolinRevert "llvm-strings: support printing the filename"
2016-11-14 Simon PilgrimRemove redundant condition (PR28352) NFCI.
2016-11-14 James Molloy[InlineCost] Remove skew when calculating call costs
2016-11-14 Simon PilgrimRemove redundant condition (PR28800) NFCI.
2016-11-14 Diana PicusGlobalISel: Fix indentation. NFC
2016-11-14 Pablo Barrio[JumpThreading] Prevent non-deterministic use lists
2016-11-14 Diana PicusGlobalISel: Fix typos. NFC
2016-11-14 Eric FiselierAdd explicit (void) cast to unused unique_ptr::release...
2016-11-14 Saleem AbdulrasoolDemangle: only demangle mangled symbols
2016-11-14 Craig Topper[AVX-512] Add suffixless aliases for EVEX encoded vcvts...
2016-11-14 Craig Topper[X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2...
2016-11-14 Craig Topper[AVX-512] Remove and autoupgrade masked dword/qword...
2016-11-13 Sanjoy Das[LangRef] Drop misleading anecdote
2016-11-13 Saleem Abdulrasooltest: remove the archive before modifying it
2016-11-13 Saleem Abdulrasoolllvm-cxxfilt: support reading from stdin
2016-11-13 Sanjay Patel[ValueTracking] recognize even more variants of smin...
2016-11-13 Craig Topper[AVX-512] Fix a disassembler failure for AVX-512 vcmpss...
2016-11-13 Saleem Abdulrasooltest: synchronise lit substitutions
2016-11-13 Sanjay Patel[ValueTracking] move min/max matching to helper functio...
2016-11-13 Craig Topper[X86][IR] Reduce the number of full string comparisons...
2016-11-13 Saleem Abdulrasoolllvm-strings: support printing the filename
2016-11-13 Matt ArsenaultAMDGPU: Implement SGPR spilling with scalar stores
2016-11-13 Igor Bregerrevert commit r286761, some builds failed on Win platforms
2016-11-13 Simon Pilgrim[X86][SSE] Add zero lower 32-bits test case for PR30845
2016-11-13 Simon Pilgrim[X86][AVX512] Add masked VPMOZX test case for PR26762
2016-11-13 Simon Pilgrim[X86][SSE] Add additional test case for PR30845
2016-11-13 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-13 Ayman Musa[X86][AVX512] Add patterns for all variants of VMOVSS...
2016-11-13 Craig Topper[InstCombine][AVX-512] Teach InstCombineCalls to handle...
2016-11-13 Craig Topper[AVX-512] Add unmasked intrinsics for variable shifts...
2016-11-13 Konstantin... [AMDGPU] Add f16 support (VI+)
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-13 Peter CollingbourneAnalysis: Simplify the ScalarEvolution::getGEPExpr...
2016-11-13 Peter CollingbourneBitcode: More precise casting. NFCI.
2016-11-13 Peter CollingbourneIR: Change the Type::get{Array,Vector,Pointer}ElementTy...
2016-11-13 Craig Topper[AVX-512] Move masked shift intrinsics tests to the...
2016-11-13 Craig Topper[InstCombine][AVX-512] Expand vector shift handling...
2016-11-13 Sanjay Patel[x86] add smin/smax with zero tests
2016-11-12 Simon Pilgrim[X86][SSE] Add test case for PR30845
2016-11-12 Lang Hames[ORC] Remove the 'const' qualifier from the member...
2016-11-12 Saleem Abdulrasooltest: explicitly use gnu format
2016-11-12 Saleem Abdulrasoolllvm-strings: trivialise logic until we support more...
2016-11-12 Craig Topper[AVX-512] Remove the remaining masked shift by immediat...
2016-11-12 Zachary Turner[Support] Add StringRef::find_lower and contains_lower.
2016-11-12 Michal Gorny[OCaml] Clear cross-target test deps when building...
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
next