]> granicus.if.org Git - llvm/shortlog
llvm
2016-10-27 Tim ShenRevert "[APFloat] Add DoubleAPFloat mode to APFloat...
2016-10-27 Kostya Serebryany[libFuzzer] enable use_cmp by default
2016-10-27 Tim Shen[APFloat] Add DoubleAPFloat mode to APFloat. NFC.
2016-10-27 Peter CollingbourneBitcodeReader: Require clients to read the block info...
2016-10-27 Kyle ButtCodeGen: Handle missed case of block removal during...
2016-10-27 Sanjay Patel[InstCombine] fix foldSPFofSPF() to handle vector splats
2016-10-27 Kostya Serebryany[libFuzzer] docs: update the examples
2016-10-27 Kevin EnderbyAnother additional error check for invalid Mach-O files...
2016-10-27 Sanjay Patel[InstCombine] add vector tests for foldSPFofSPF to...
2016-10-27 Kostya Serebryany[libFuzzer] docs: separate section for fuzz target
2016-10-27 Tom StellardAMDGPU/SI: Handle s_setreg hazard in GCNHazardRecognizer
2016-10-27 Kostya Serebryany[libFuzzer] remove large examples from the libFuzzer...
2016-10-27 Sanjay Patel[InstCombine] auto-generate checks for min/max tests
2016-10-27 Ehsan Amiri[PPC] Adding the removed testcase again
2016-10-27 Haicheng Wu[LoopUnroll] Check partial unrolling is enabled before...
2016-10-27 Simon Pilgrim[X86][AVX512] Fix MUL v8i64 costs on non-AVX512DQ targets
2016-10-27 Sanjay Patel[InstCombine] handle simple vector integer constants...
2016-10-27 Simon Pilgrim[X86][AVX512DQ] Move v2i64 and v4i64 MUL lowering to...
2016-10-27 Saleem AbdulrasoolARM: ensure that the Windows DBZ check is in range
2016-10-27 Greg ClaytonSwitch all DWARF variables for tags, attributes and...
2016-10-27 Dehao ChenAdd Loop Sink pass to reverse the LICM based of basic...
2016-10-27 Vasileios Kalintiris[mips] Do not allow -opt-bisect-limit to skip the PIC...
2016-10-27 Simon Pilgrim[X86][AVX512DQ] Improve lowering of MUL v2i64 and v4i64
2016-10-27 Sanjay Patel[ValueTracking] fix matchSelectPattern to allow vector...
2016-10-27 Benjamin KramerRemove duplicated default move ctors/move assign. No...
2016-10-27 Sanjay Patel[InstCombine] add tests for missing folds of vector...
2016-10-27 Bjorn PetterssonFix memory issue in AttrBuilder::removeAttribute uses.
2016-10-27 Krzysztof Parzyszek[Hexagon] Do not expand ISD::SELECT for HVX vectors
2016-10-27 Simon Pilgrim[DAGCombiner] Add vector demanded elements support...
2016-10-27 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2016-10-27 George RimarRevert r285285 "[Object/ELF] - Fixed behavior when...
2016-10-27 Alexey Bataev[SLP] Fix for PR30626: Compiler crash inside SLP Vector...
2016-10-27 George Rimar[Object/ELF] - Fixed behavior when SectionHeaderTable...
2016-10-27 George Rimar[Object/ELF] - Do not allow overflow when checking...
2016-10-27 George Rimar[Object/ELF] - Do not crash if string table sh_size...
2016-10-27 Sam Parker[ARM] Add newline char to test.
2016-10-27 Sam Parker[ARM] Predicate UMAAL selection on hasDSP.
2016-10-27 Dylan McKay[AVR] Generate all of the TableGen files we need
2016-10-27 Nicolai HaehnleAMDGPU: Fix SILoadStoreOptimizer when writes cannot...
2016-10-27 Dylan McKay[AVR] Compile the disassembler
2016-10-27 Dylan McKay[AVR] Add AVRISelDAGToDAG.cpp
2016-10-27 Dylan McKay[AVR] Add the machine code emitter
2016-10-27 Nemanja Ivanovic[PowerPC] - No SExt/ZExt needed for count trailing...
2016-10-27 Kostya Serebryany[libFuzzer] speculatively trying to fix the Mac build...
2016-10-27 NAKAMURA Takumixray-extract.cc: Quick fix for mingw, to avoid errc...
2016-10-27 Kostya Serebryany[libFuzzer] revert 285259 -- hit commit too soon
2016-10-27 Kostya Serebryany[libFuzzer] speculatively trying to fix the Mac build
2016-10-26 Davide Italiano[IR] Retire unused getGEPReturnType overload. NFCI.
2016-10-26 Tim Shen[APFloat] Fix APFloat::getExactInverse when the input...
2016-10-26 Justin Bognerllvm-objdump: Make some error messages more consistent
2016-10-26 Vedant Kumar[utils] Add a '--unified-report' option to the code...
2016-10-26 Vedant Kumar[utils] Use print_function in the code coverage prep...
2016-10-26 Vedant Kumar[utils] Add an '--only-merge' option to the code covera...
2016-10-26 Evandro Menezes[AArch64] Create feature set for Samsung Exynos-M2
2016-10-26 Victor LeschukDebugInfo: fix incorrect alignment type (NFC)
2016-10-26 Reid Kleckner[lit] Work around Windows MSys command line tokenizatio...
2016-10-26 Ehsan Amiri[PPC] Remove testcase from incorrect directory
2016-10-26 Tim NorthoverARM: don't rely on push/pop reglists being in order...
2016-10-26 Nemanja IvanovicDo not assume that FP vector operands are never legaliz...
2016-10-26 Sanjoy DasSimplify `x >=u x >> y` and `x >=u x udiv y`
2016-10-26 Chad RosierRevert "[AliasSetTracker] Make AST smarter about intrin...
2016-10-26 Nemanja Ivanovic[PowerPC] Implement vec_insert_exp builtins - llvm...
2016-10-26 Kostya Serebryany[libFuzzer] simplify TracePC::HandleTrace even further...
2016-10-26 Chad RosierFix test from r285217.
2016-10-26 Chad Rosier[AArch64] Avoid materializing constant 1 when generatin...
2016-10-26 Dan Gohman[WebAssembly] Update the README.txt.
2016-10-26 Nirav Dave[MC] Fix comma typo in .loc parsing
2016-10-26 Robert LougherReapply: "Remove debug location from common tail when...
2016-10-26 Yaxun LiuAMDGPU: Refactor processor definition to use ISA versio...
2016-10-26 Dehao ChenIntroduce updateDiscriminator interface to DILocation...
2016-10-26 Matt ArsenaultReapply "AMDGPU: Don't use offen if it is 0"
2016-10-26 Matt ArsenaultAMDGPU: Fix counting si_mask_branch as 4 bytes
2016-10-26 Matt ArsenaultFix nondeterministic output in local stack slot alloc...
2016-10-26 Sanjay Patel[InstCombine] clean up commonCastTransforms; NFC
2016-10-26 Tom StellardLegalizeDAG: Support promoting [US]DIV and [US]REM...
2016-10-26 Tom StellardAMDGPU/SI: Don't emit multi-dword flat memory ops when...
2016-10-26 Tom StellardAMDGPU/SI: Remove unnecessary run lines from test
2016-10-26 Zvi Rackover[X86] AVX512 fallback for floating-point scalar selects
2016-10-26 Sanjay Patel[InstCombine] consolidate zext tests and auto-generate...
2016-10-26 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2016-10-26 Chad Rosier[AliasSetTracker] Make AST smarter about intrinsics...
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Andrea Di Biagio[IndVarSimplify][DebugLoc] When widening the exit loop...
2016-10-26 Vassil VassilevRevert r285181 "DebugInfo: support for DWARFv5 DW_AT_al...
2016-10-26 Victor LeschukDebugInfo: support for DWARFv5 DW_AT_alignment attribute
2016-10-26 Victor LeschukDebugInfo: add bitcode upgrade test for alignment
2016-10-26 Dean Michael... [XRay] Be case-insensitive for error strings
2016-10-26 Craig Topper[AVX-512] Add scalar vfmsub/vfnmsub mask3 intrinsics
2016-10-26 Dean Michael... [XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Dean Michael... [XRay] Remove unnecessary include of <unistd.h>
2016-10-26 Dean Michael... [XRay] Move specialisations into correct namespace
2016-10-26 Dean Michael... [XRay] Remove extra `;` to make -wpedantic happy
2016-10-26 Dean Michael... [XRay] Add llvm-xray as a dependency to test/CMakeLists.txt
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Peter CollingbourneCloning: Also clone global variable attached metadata.
2016-10-26 Kostya Serebryany[libFuzzer] refresh docs
2016-10-26 Dean Michael... Revert "[XRay] Implement `llvm-xray extract`, start...
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Rui UeyamaUse printf instead of "echo -e" or "echo -n".
2016-10-26 Kostya Serebryany[libFuzzer] simplify the code in TracePC::HandleTrace...
next