]> granicus.if.org Git - llvm/shortlog
llvm
2017-02-01 Matthew Simpson[LV] Move interleaved access helper functions to Vector...
2017-02-01 David BlaikieMake test case resilient to \ or / directory separators
2017-02-01 David BlaikieAdd missing test cases from r293697/D29094
2017-02-01 Sanjoy Das[InstCombine] Allow InstCombine to merge adjacent guards
2017-02-01 Simon Pilgrim[X86][SSE] Remove unused argument. NFCI.
2017-02-01 Matt ArsenaultAMDGPU: Improve nsw/nuw/exact when promoting uniform...
2017-02-01 Sanjoy Das[ImplicitNullCheck] Extend canReorder scope
2017-02-01 Sanjay Patel[ValueTracking] avoid crashing from bad assumptions...
2017-02-01 Simon Dardis[mips] Fix an initialization issue with MipsABIInfo...
2017-02-01 Kit Barton[PowerPC] Fix sjlj pseduo instructions to use G8RC_NOX0...
2017-02-01 Simon Pilgrim[X86][SSE] Merge SSE2 PINSRW lowering with SSE41 PINSRB...
2017-02-01 Florian Hahn [legalizetypes] Push fp16 -> fp32 extension node to...
2017-02-01 Sam Parker[ARM] const cast fix for ARMAttributeParser test
2017-02-01 Artur Pilipenko[LoopPredication] Add a new line to debug output in...
2017-02-01 Javed Absar[ARM] Enable Cortex-M23 and Cortex-M33 support.
2017-02-01 Daniel Sanders[globalisel] Make the MatchAction hierarchy consistent...
2017-02-01 Florian Hahn[LoopUnroll] Use addClonedBlockToLoopInfo to add loop...
2017-02-01 NAKAMURA Takumi*MacroFusion.cpp: Suppress warnings to eliminate \param...
2017-02-01 Craig Topper[X86] For AVX1/AVX2 isel, don't use FP move instruction...
2017-02-01 Evandro Menezes[AArch64] Add new target feature to fuse literal generation
2017-02-01 Evandro Menezes[AArch64] Add new subtarget feature to fuse AES crypto...
2017-02-01 Evandro Menezes[CodeGen] Move MacroFusion to the target
2017-02-01 Sanjoy Das[ImplicitNullCheck] NFC isSuitableMemoryOp cleanup
2017-02-01 Justin BognerSanitizerCoverage: Support sanitizer guard section...
2017-02-01 Matthias BraunMCMacho: Allow __thread_ptr section after dwarf sections
2017-02-01 Eugene Zelenko[Mips] Fix some Clang-tidy modernize and Include What...
2017-02-01 Stanislav MekhanoshinFix regalloc assignment of overlapping registers
2017-02-01 Davide Italiano[IPSCCP] Teach how to not propagate return values of...
2017-02-01 Matt ArsenaultAMDGPU: Cleanup fmin/fmax legacy function
2017-02-01 Dean Michael... [XRay] Use std::errc::invalid_argument instead of std...
2017-02-01 Matt ArsenaultInferAddressSpaces: Handle select
2017-02-01 Kostya Serebryany[libFuzzer] increase the default size for shmem
2017-02-01 Dean Michael... [XRay] Define the InstrumentationMap type
2017-01-31 Matt ArsenaultInferAddressSpaces: Remove dead declaration
2017-01-31 Matt ArsenaultInferAddressSpaces: Avoid double map lookup
2017-01-31 Matt ArsenaultInferAddressSpaces: Fix broken casting of constants
2017-01-31 Matt ArsenaultAMDGPU: Fix warning
2017-01-31 Kyle ButtCodeGen: Allow small copyable blocks to "break" the...
2017-01-31 Rafael EspindolaMove more code to helper functions. NFC.
2017-01-31 Justin Lebar[NVPTX] Compute approx sqrt as 1/rsqrt(x) rather than...
2017-01-31 Rafael EspindolaMove some code to a helper function. NFC.
2017-01-31 Michael KupersteinShut up GCC warning about operator precedence. NFC.
2017-01-31 Daniel BerlinNewGVN: Dead argument cleanup
2017-01-31 Daniel BerlinNewGVN: Cleanup conditions to match reality
2017-01-31 Daniel BerlinNewGVN: Add basic support for symbolic comparison evalu...
2017-01-31 Daniel BerlinNewGVN: Formatting cleanup after lookupOperandLeader...
2017-01-31 Daniel BerlinNewGVN: Remove the unsued two arguments from lookupOper...
2017-01-31 Daniel BerlinNewGVN: Cleanup header files we are using.
2017-01-31 David BlaikieAdd a verbose/human readable mode to llvm-symbolizer...
2017-01-31 Daniel BerlinScopedHashTable lookup should be const
2017-01-31 Davide Italiano[NewGVN] Preserve TargetLibraryInfo analysis.
2017-01-31 Dan Gohman[Utils] Update comment in vimrc
2017-01-31 Davide Italiano[Support] Add newline when dumping an APInt.
2017-01-31 Rafael EspindolaMake this file clang-format friendly and clang-format it.
2017-01-31 Taewook OhDo not propagate DebugLoc across basic blocks
2017-01-31 Matthew SimpsonFix VectorUtils include guard name (NFC)
2017-01-31 Tim NorthoverGlobalISel: the translation of an invoke must branch...
2017-01-31 Matthias BraunInterleaveAccessPass: Avoid constructing invalid shuffl...
2017-01-31 Tim NorthoverGlobalISel: merge invoke and call translation paths.
2017-01-31 Peter CollingbourneMC: Introduce the ABS8 symbol modifier.
2017-01-31 Simon Pilgrim[X86][XOP] Add test showing failure to combine build...
2017-01-31 Kevin EnderbyFix a bug in llvm-obdump(1) with the -macho flag disass...
2017-01-31 Davide Italiano[Instcombine] Combine consecutive identical fences
2017-01-31 Arnold SchwaighoferDon't combine stores to a swifterror pointer operand...
2017-01-31 Dehao ChenExplicitly promote indirect calls before sample profile...
2017-01-31 Sanjay Patel[InstCombine] add test for possible zext-phi transform...
2017-01-31 Matt ArsenaultAMDGPU: Use source mods with fcanonicalize
2017-01-31 Sanjay Patelfix formatting; NFC
2017-01-31 Nirav Dave[X86] Implement -mfentry
2017-01-31 David BozierAdd support for demangling C++11 thread_local variables.
2017-01-31 Artem Tamazov[AMDGPU][mc][tests][NFC] Revert coverage/smoke Gfx7...
2017-01-31 Tom StellardAMDGPU/SI: Fix inst-select-load-smrd.mir on some builds
2017-01-31 Simon Pilgrim[X86][SSE] Add support for combining PINSRB into a...
2017-01-31 Nicolai Haehnle[DAGCombine] require UnsafeFPMath for re-association...
2017-01-31 Sam Parker[ARM] Avoid using ARM instructions in Thumb mode
2017-01-31 Benjamin Kramer[X86] Silence unused variable warning in Release builds.
2017-01-31 Silviu Baranga[InstCombine] Make sure that LHS and RHS have the same...
2017-01-31 Simon Pilgrim[X86][SSE] Detect unary PBLEND shuffles.
2017-01-31 Simon Pilgrim[X86][SSE] Add support for combining PINSRW into a...
2017-01-31 Nemanja Ivanovic[PowerPC][Altivec] Add vmr extended mnemonic
2017-01-31 Florian Hahn[LoopUnroll] Use addClonedBlockToLoopInfo to clone...
2017-01-31 Simon Dardis[mips] Addition of the immediate cases for the instruct...
2017-01-31 Craig Topper[AVX-512] Don't both looking into the AVX512DQ executio...
2017-01-31 Craig Topper[X86] Add AVX and SSE2 version of MOVSDmr to execution...
2017-01-31 Craig Topper[AVX-512] Fix copy and paste bug in execution domain...
2017-01-31 Justin Lebar[NVPTX] Implement NVPTXTargetLowering::getSqrtEstimate.
2017-01-31 Craig Topper[X86] Update the broadcast fallback patterns to use...
2017-01-31 Craig Topper[X86] Add test cases for AVX1 broadcast fallback patter...
2017-01-31 Craig Topper[AVX-512] Fix the ExeDomain for VMOVDDUP, VMOVSLDUP...
2017-01-31 Matt ArsenaultAMDGPU: Generalize matching of v_med3_f32
2017-01-31 Matt ArsenaultInferAddressSpaces: Rename constant
2017-01-31 Matt ArsenaultInferAddressSpaces: Handle icmp
2017-01-31 Craig Topper[X86] Remove patterns for X86VPermilpi with integer...
2017-01-31 Craig Topper[X86] Remove duplicate patterns for X86VPermilpv that...
2017-01-31 Craig Topper[X86] Remove patterns for selecting PSHUFD with FP...
2017-01-31 Craig Topper[X86] Remove 'else' after 'return'. NFC
2017-01-31 Craig Topper[X86] Use integer broadcast instructions for integer...
2017-01-31 Matt ArsenaultInferAddressSpaces: Support memory intrinsics
2017-01-31 Matt ArsenaultInferAddressSpaces: Support atomics
2017-01-31 Matt ArsenaultInferAddressSpaces: Don't replace volatile users
next