]> granicus.if.org Git - llvm/shortlog
llvm
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...
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...
next