]> granicus.if.org Git - llvm/shortlog
llvm
2017-02-02 Krzysztof Parzyszek[Hexagon] Fix insertBranch for loops with multiple...
2017-02-02 Dan Gohman[WebAssembly] Add instruction definitions for drop...
2017-02-02 Xinliang David Li[PGO] make graph view internal options available for...
2017-02-02 Marcos Pividori[libFuzzer] Properly handle exceptions with UnhandledEx...
2017-02-02 Peter CollingbourneFunctionImport: Remove the -disable-force-link-odr...
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Simon Pilgrim[X86][XOP] Added FIXME comments to missed shuffle combi...
2017-02-02 Nirav DaveRevert "In visitSTORE, always use FindBetterChain,...
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-02 Teresa Johnson[ThinLTO] PrintStatistics when we exit early for thinlt...
2017-02-02 Simon Pilgrim[X86][SSE] Add test case for PR18344
2017-02-02 Simon Dardis[mips] Expansion of BEQL and BNEL with immediate operands
2017-02-02 Amaury SechetUse N0 instead of N->getOperand(0) in DagCombiner:...
2017-02-02 Kamil RytarowskiMake llvm::call_once more convenient to reuse out of...
2017-02-02 Teresa Johnson[ThinLTO] Resolve old FIXME for alias importing in...
2017-02-02 Jonas Paulsson[SystemZ] Add comment for ISD::FP_TO_UINT expansion.
2017-02-02 Krzysztof Parzyszek[Hexagon] Emitting individual instructions without...
2017-02-02 Jun Bum Lim[JumpThread] Enhance finding partial redundant loads...
2017-02-02 Krzysztof Parzyszek[Hexagon] Rename TypeCOMPOUND to TypeCJ
2017-02-02 Nirav DaveIn visitSTORE, always use FindBetterChain, rather than...
2017-02-02 Nirav Dave[X86,ISEL] Fix X86 increment chain dependence calculation
2017-02-02 Diana Picus[ARM] GlobalISel: Lower pointer args and returns
2017-02-02 Diana Picus[ARM] GlobalISel: Error out instead of asserting
2017-02-02 Anna Thomas[LICM] Hoist loads that are dominated by invariant...
2017-02-02 Diana Picus[ARM] GlobalISel: Legalize loading pointers
2017-02-02 Diana Picus[ARM] GlobalISel: Test default banks for load results...
2017-02-02 Simon Pilgrim[X86][SSE] Use MOVMSK for all_of/any_of reduction patterns
2017-02-02 NAKAMURA TakumiDIBuilder.h: Fix a typo. [-Wdocumentation]
2017-02-02 Craig Topper[X86] Remove some unused DAGCombinerInfo parameters...
2017-02-02 Craig Topper[X86] Move some INSERT_SUBVECTOR optimizations from...
2017-02-02 Adam Nemet[opt-viewer] HTML-escape function names
2017-02-02 Adam Nemet[opt-viewer] Alternating row background colors on index...
2017-02-02 Adam Nemet[LV] Also port failure remarks to new OptimizationRemar...
2017-02-02 Peter CollingbourneLTO: Link non-prevailing weak_odr or linkonce_odr globa...
2017-02-02 Peter CollingbourneLinker: Move special casing for available_externally...
2017-02-02 Craig Topper[AVX-512] Fix the implicit defs for VZEROALL/VZEROUPPER...
2017-02-02 Craig Topper[AVX-512] Add test case demonstrating that we have...
2017-02-02 Craig Topper[X86] Use update_llc_test_checks.py to regenerate a...
2017-02-02 Matt ArsenaultInferAddressSpaces: Handle more cases with constant...
2017-02-02 Matt ArsenaultAMDGPU: Use source modifiers with f16->f32 conversions
2017-02-02 Matthias BraunRegisterCoalescer: Cleanup joinReservedPhysReg(); NFC
2017-02-02 Matthias BraunAArch64RegisterInfo: Simplify getReservedReg(); NFC
2017-02-02 Dehao ChenRefactor the gmlt tests. (NFC)
2017-02-02 Matt ArsenaultNVPTX: Fix not preserving volatile when expanding memset
2017-02-02 Omair JavaidFix LLDB Android AArch64 GCC debug info build
2017-02-02 Rui UeyamaRe-submit r293820: Return Error instead of bool from...
2017-02-02 Davide Italiano[IPSCCP] Restore the old behaviour (pre r293799).
2017-02-02 Peter CollingbourneX86: Produce @ABS8 symbol modifiers for absolute symbol...
2017-02-02 Matt ArsenaultInferAddressSpaces: clang-format some things
2017-02-02 Steven Wu[dsymutil] Fix __LINKEDIT vmsize in dsymutil upgrade...
2017-02-01 Paul RobinsonRemove an assertion that doesn't hold when mixing ...
2017-02-01 Dehao ChenRemove XFAIL for test/DebugInfo/Generic/gmlt_profiling.ll
2017-02-01 Stanislav Mekhanoshin[AMDGPU] Account workgroup size in LDS occupancy limits
2017-02-01 Eugene Zelenko[AArch64] Fix some Clang-tidy modernize and Include...
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-02-01 Marcos Pividori[libFuzzer] Disable afl tests on non-posix systems.
2017-02-01 Marcos Pividori[libFuzzer] Disable equivalence tests on non posix...
2017-02-01 Marcos Pividori[libFuzzer] Isolate merge tests that require posix.
2017-02-01 Marcos Pividori[libFuzzer] Add features `windows` and `posix` for...
2017-02-01 Marcos Pividori[libFuzzer] Accept different extensions.
2017-02-01 Marcos Pividori[libFuzzer] Fix test because cmd prompt does not expand...
2017-02-01 Rui UeyamaRevert r293820: Return Error instead of bool from merge...
2017-02-01 Sanjay Patel[ValueTracking] remove a FIXME for something we don...
2017-02-01 Rui UeyamaReturn Error instead of bool from mergeTypeStreams().
2017-02-01 Paul RobinsonRemove an assertion that doesn't hold when mixing ...
2017-02-01 Sanjay Patelfix typos; NFC
2017-02-01 Sanjay Patel[InstCombine] move folds for shift-shift pairs; NFCI
2017-02-01 Michael KupersteinShut up another GCC warning about operator precedence...
2017-02-01 Matt ArsenaultAMDGPU: Allow clustering flat memory operations
2017-02-01 Jun Bum Lim[JumpThread] No need to erase BB from LoopHeaders....
2017-02-01 Davide Italiano[SCCP] Make sure we get this case right without noinline.
2017-02-01 Davide Italiano[IPSCCP] Don't propagate return values of functions...
2017-02-01 Simon Dardis[mips] Parse the 'bopt' and 'nobopt' directives in...
2017-02-01 Zachary Turner[pdb] Add a new command for analyzing hash collisions.
2017-02-01 Michael Kuperstein[X86] Extend single-source shuffle cost test to test...
2017-02-01 Marcos Pividori[libFuzzer] Do not use llvm-objdump for disassembling...
2017-02-01 Marcos Pividori[libFuzzer] Properly check if we can use dumpbin.
2017-02-01 Sanjoy Das[ImplicitNullChecks] NFC Fix the implicit-null-checks...
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...
next