]> granicus.if.org Git - llvm/shortlog
llvm
2017-01-13 Konstantin... [AMDGPU] Implement f16 fcopysign and fcopysign(f32...
2017-01-13 Rui UeyamaAdd a description how to checkout the LLD repository.
2017-01-13 James Y KnightCheck for register clobbers when merging a vreg live...
2017-01-13 Sanjay Patel[InstCombine] use 'match' and other clean-up; NFCI
2017-01-13 Artem Belevich[NVPTX] Only lower sin/cos to approximate instructions...
2017-01-13 Sanjay Patel[InstCombine] use m_APInt to allow shl folds for vector...
2017-01-13 Michael Liao[SCEV] Limit recursion depth of constant evolving.
2017-01-13 Sanjay Patel[InstCombine] add tests to show missing transforms...
2017-01-13 Simon Pilgrim[X86][AVX] Bad v4f64/v4i64 '1z3z' shuffle test case
2017-01-13 Sanjay Patel[InstCombine] use Op0/Op1 local variables more consiste...
2017-01-13 Simon PilgrimRegenerate test.
2017-01-13 Ivan KrasinFix UBSan bots by blacklisting bits/stl_tree.h.
2017-01-13 Malcolm ParsonsRemove unused lambda captures. NFC
2017-01-13 Sanjay Patel[InstCombine] if the condition of a select may be known...
2017-01-13 Ivan KrasinRevert r291903 and r291898. Reason: they break check...
2017-01-13 Simon PilgrimRegenerate test with update_llc_test_checks.py
2017-01-13 Saleem AbdulrasoolARM: match GCC's behaviour for builtins
2017-01-13 George Rimar[llvm-dwp] - Reuse object::Decompressor class
2017-01-13 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-01-13 Sam Parker[ARM] Fix ubig32_t read in ARMAttributeParser
2017-01-13 Daniel Sanders[globalisel][aarch64] Make getCopyMapping() take regist...
2017-01-13 Simon Pilgrim[X86][AVX512] Add support for variable ASHR v2i64/v4i64...
2017-01-13 Daniel Sanders[aarch64][globalisel] Move getValueMapping/getCopyMappi...
2017-01-13 Daniel Sanders[aarch64][globalisel] Refactor getRegBankBaseIdxOffset...
2017-01-13 Sam Parker[ARM] Enable objdump to construct triple for ARM
2017-01-13 Daniel Sanders[aarch64][globalisel] Move data into <Target>GenRegiste...
2017-01-13 Sam Parker[ARM] Moved ARMAttributeParser to Support
2017-01-13 Diana Picus[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC...
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultCC. NFC.
2017-01-13 Diana Picus[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultPred. NFC.
2017-01-13 Michael Zuckerman[X86][AVX512] Adding missing shuffle lowering to blend...
2017-01-13 Tobias GrosserRegionPass: Set isExecuted flag correctly
2017-01-13 NAKAMURA TakumiDWARFDie.h: Move a class declaration out of the method...
2017-01-13 Craig Topper[AVX-512] Remove unmasked BLENDM instructions from...
2017-01-13 Craig Topper[X86] Move some entries in the load folding tables...
2017-01-13 Craig Topper[IR] Don't call assertModuleIsMaterialized in release...
2017-01-13 Serge PavlovTrack validity of pass results
2017-01-13 Easwaran RamanProfileSummaryInfo improvements.
2017-01-13 NAKAMURA TakumiRevert r291503, "Lift the 10-type limit for AlignedChar...
2017-01-13 Eugene Zelenko[PowerPC] Fix some Clang-tidy modernize and Include...
2017-01-13 Greg ClaytonFix buildbots.
2017-01-13 NAKAMURA Takumixray-account: Avoid std::errc::bad_message to appease...
2017-01-13 Adam NemetMove test of lazy BFI with ORE to a generic directory
2017-01-13 Greg ClaytonAdd the ability to iterate across all attributes in...
2017-01-12 Evgeniy Stepanov[asan] Don't overalign global metadata.
2017-01-12 Evgeniy Stepanov[asan] Refactor instrumentation of globals.
2017-01-12 Zachary Turner[llvm-pdbdump] Add a compact dump mode.
2017-01-12 Teresa Johnson[ThinLTO] Import static functions from the same module...
2017-01-12 Hans WennborgClear the release notes for 5.0.0
2017-01-12 Chris Bieneman[ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuse
2017-01-12 Hans WennborgBump trunk version to 5.0.0svn
2017-01-12 Robert Lougher[DebugInfo] Remove redundant check in SimplifyCFG;...
2017-01-12 Robert Lougher[DebugInfo] Handle same locations in DILocation::getMer...
2017-01-12 Eli Friedman[SCEV] Simplify SolveLinEquationWithOverflow a bit.
2017-01-12 Nikolai Bozhenov[X86] Replace AND+IMM64 with SRL/SHL
2017-01-12 Nikolai Bozhenov[X86] Modify BypassSlowDivision tests to match their...
2017-01-12 Marcello Maggioni[llvm-config] Fix obviously wrong code in parsing DyLib...
2017-01-12 Nikolai Bozhenov[X86] Rename tests for bypassing slow division (NFC)
2017-01-12 Nikolai Bozhenov[X86] Tune bypassing of slow division for Intel CPUs
2017-01-12 Nikolai Bozhenov[X86] Update LLC tests for slow division bypassing...
2017-01-12 Matt ArsenaultAMDGPU: Skip fneg/select combine if it can fold into...
2017-01-12 Matt ArsenaultAMDGPU: Fold free fneg into sin
2017-01-12 Saleem AbdulrasoolARM: slightly more table driven libcall setup
2017-01-12 Robert Lougher[DebugInfo] DILocation variable declaration should...
2017-01-12 Hans WennborgAvoid std::errc::protocol_* to appease mingw
2017-01-12 Robert Lougher[DebugInfo] Add const to DILocation variable declaratio...
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fmul_legacy
2017-01-12 Hans WennborgBump year to 2017 in LICENSE.txt
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into rcp
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fp_round
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fp_extend
2017-01-12 David BlaikieFix some -Wsign-compare warnings by making some integer...
2017-01-12 Chad RosierTTI: Add comment clarifying the meaning of MemIntrinsic...
2017-01-12 Daniel Sanders[globalisel] Move as much RegisterBank initialization...
2017-01-12 Amjad Aboud[DebugInfo] Added DI macro creation API to DIBuilder.
2017-01-12 Daniel Sanders[globalisel] Initialize RegisterBanks with static data.
2017-01-12 Piotr Padlewski[Devirtualization] MemDep returns non-local !invariant...
2017-01-12 Simon PilgrimWdocumentation fix
2017-01-12 Simon PilgrimFix windows buildbots building llvm-xray
2017-01-12 Dean Michael... [XRay] Include <numeric> for std::accumulate.
2017-01-12 Dean Michael... [XRay] Implement the `llvm-xray account` subcommand
2017-01-12 Matt ArsenaultAMDGPU: Fix sub_oneuse being marked commutative
2017-01-12 Craig Topper[AVX-512] Improve lowering of zero_extend of v4i1 to...
2017-01-12 Craig Topper[AVX-512] Improve lowering of sign_extend of v4i1 to...
2017-01-12 Elad Cohen[X86][AVX512] Fix PR31515 - Do not flip vselect conditi...
2017-01-12 Craig Topper[AVX-512] Add more varied avx512 feature command lines...
2017-01-12 Chandler CarruthMake a test actually test what it set out to test.
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fma or fmad
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fmul
2017-01-12 Matt ArsenaultAMDGPU: Fold fneg into fadd
2017-01-11 Matt ArsenaultAMDGPU: Pull fneg/fabs out of a select
2017-01-11 Davide Italiano[NewGVN] Fixup store count for the `initial` congruency...
2017-01-11 Zachary Turner[CodeView] Finish decoupling TypeDatabase from TypeDumper.
2017-01-11 Peter CollingbourneX86: Remove dead code. NFC.
2017-01-11 Matt ArsenaultAMDGPU: Fix shrinking of addc/subb.
2017-01-11 Rui UeyamaAdd -Wl,-color-diagnostics if a linker supports the...
2017-01-11 Matt ArsenaultAMDGPU: Fix sext_inreg for i1 in i16
2017-01-11 Matt ArsenaultAMDGPU: Fix breaking VOP3 v_add_i32s
2017-01-11 Kuba Mracek[asan] Set alignment of __asan_global_* globals to...
next