OSDN Git Service

android-x86/external-llvm.git
2018-08-07 Sanjay Patel[InstCombine] fix FP constant in test; NFC
2018-08-07 Michael Berg[NFC] adding tests for Y - (X + Y) --> -X
2018-08-07 Sanjay Patel[InstCombine] add tests for fneg of fmul/fdiv with...
2018-08-07 Vedant Kumar[Coverage] Ignore 'unused' functions with non-zero...
2018-08-07 Vedant Kumar[Coverage] Delete getCounterMismatches, it's dead code...
2018-08-07 Aditya NandakumarRefactor FileCheck to make it usable as an API
2018-08-07 Jan VeselyAMDGPU: Remove broken i16 ternary patterns
2018-08-07 Derek Schuff[WebAssembly] Update SIMD binary arithmetic
2018-08-07 Stella Stamenova[lit] Disable shtest-timeout on Windows
2018-08-07 Stella Stamenova[lit, python3] Update lit error logging to work correct...
2018-08-07 Krzysztof Parzyszek[Hexagon] Allow use of gather intrinsics even with...
2018-08-07 Sanjay Patel[InstSimplify] fold fsub+fadd with common operand
2018-08-07 Sanjay Patel[InstSimplify] fold fadd+fsub with common operand
2018-08-07 Anastasis Grammenos[Local] Add dbg location on unreachable inst in changeT...
2018-08-07 Heejin Ahn[WebAssembly] CFG sort support for exception handling
2018-08-07 Sanjay Patel[InstSimplify] fold fsub+fsub with common operand
2018-08-07 Nico WeberUpdate msbuild integration warnings: Don't warn on...
2018-08-07 Sanjay Patel[InstSimplify] add tests for fadd/fsub; NFC
2018-08-07 Alexey Bataev[SLP] Fix insert point for reused extract instructions.
2018-08-07 Wei Mi[SampleFDO] Fix a bug in getOrCompHotCountThreshold...
2018-08-07 Philip Reames[LICM] Strengthen assume hoisting tests [NFC]
2018-08-07 Craig Topper[SelectionDAG] When splitting scatter nodes during...
2018-08-07 Craig Topper[SelectionDAG][X86][SystemZ] Add a generic nonvolatile_...
2018-08-07 David Bolvansky[RFC] Build LLVM-C.dll on MSVC that exports only the...
2018-08-07 Florian Hahn[GVN,NewGVN] Keep nonnull if K does not move.
2018-08-07 Sjoerd Meijer[ARM] FP16: codegen support for VACGT
2018-08-07 Simon Pilgrim[DAG] Allow non-uniform constant vectors to call BuildSDIV
2018-08-07 Simon Pilgrim[TargetLowering] Use pre-computed Shift value type...
2018-08-07 Andrew V. Tischenko[X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions
2018-08-07 Sanjay Patel[InstSimplify] move minnum/maxnum with common op fold...
2018-08-07 Sanjay Patel[InstSimplify] add tests for minnum/maxnum with shared...
2018-08-07 Sanjay Patel[InstSimplify] move misplaced minnum/maxnum tests; NFC
2018-08-07 Jonas Paulsson[SystemZ] Comment update.
2018-08-07 Jonas Paulsson[SystemZ] NFC: Remove redundant check in SystemZHazard...
2018-08-07 Florian Hahn[GVN,NewGVN] Move patchReplacementInstruction to Utils...
2018-08-07 Jonas DevlieghereFix inconsistency with/without debug information (-g)
2018-08-07 Aleksandar... [mips] Handle branch expansion corner cases
2018-08-07 Andrea Di Biagio[Tablegen] In TargetSchedule.td: Remove unused argument...
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
2018-08-07 Simon Pilgrim[TargetLowering] Add support for non-uniform vectors...
2018-08-07 Simon Pilgrim[X86][SSE] Add more non-uniform exact sdiv vector tests...
2018-08-07 Hans Wennborgvs integration: bump version number
2018-08-07 Hans Wennborgvs integration: update the publisher name
2018-08-07 Hans Wennborgvs integration: fix default path to clang-cl
2018-08-07 George Rimar[yaml2obj] - Add a support for changing EntSize.
2018-08-07 Sjoerd Meijer[ARM][NFC] Replaced tab characters in test file vfcmp.ll.
2018-08-07 Matt ArsenaultAMDGPU: Add feature vi-insts
2018-08-07 Craig Topper[SelectionDAG][X86] Rename MaskedLoadSDNode::getSrc0...
2018-08-07 Craig Topper[SelectionDAG][X86] Rename getValue to getPassThru...
2018-08-07 Dean Michael... [XRay] Improve error reporting when loading traces
2018-08-07 Stella Stamenova[lit, tests] Fix failing lit test: shtest-format.py
2018-08-07 Max Kazantsev[NFC] Factor out implicit control flow logic from GVN
2018-08-07 Heejin Ahn[WebAssembly] Enable atomic expansion for unsupported...
2018-08-06 Derek Schuff[WebAssembly] Replace SIMD expression types with V128
2018-08-06 Matt ArsenaultAMDGPU: cvt_pk_rtz_f16 canonicalizes
2018-08-06 Matt ArsenaultAMDGPU: Handle some vector operations in isCanonicalized
2018-08-06 Stella Stamenova[lit, python] Always add quotes around the python path...
2018-08-06 Matt ArsenaultAMDGPU: Push fcanonicalize through partially constant...
2018-08-06 Matt ArsenaultAMDGPU: Refactor fcanonicalize combine
2018-08-06 Philip Reames[LICM] Extract a helper function for readability [NFC]
2018-08-06 Peter CollingbourneMC: Redirect .addrsig directives referring to private...
2018-08-06 Matt ArsenaultAMDGPU: Treat more custom operations as canonicalizing
2018-08-06 Matt ArsenaultAMDGPU: Conversions always produce canonical results
2018-08-06 Philip Reames[LICM] Further strengthen tests for hoisting guards...
2018-08-06 Matt ArsenaultAMDGPU: Fix implementation of isCanonicalized
2018-08-06 Reid KlecknerFix a -Wsign-compare
2018-08-06 Philip Reames[LICM] Strengthen invariant.start hoisting tests [NFC]
2018-08-06 Reid Kleckner[X86] Fix assertion in subreg extraction
2018-08-06 Philip Reames[LICM] Add tests highlighting missing hoists for intrin...
2018-08-06 Evandro Menezes[SLC] Fix shrinking of pow()
2018-08-06 Alexandre Ganea[llvm-pdbutil] Support PDBs without a DBI stream
2018-08-06 Easwaran Raman[X86] Recognize a splat of negate in isFNEG
2018-08-06 Craig Topper[X86] When using "and $0" and "orl $-1" to store 0...
2018-08-06 Craig Topper[X86] Add test cases to show bad use of "and $0" and...
2018-08-06 Wei Mi[RegisterCoalescer] Delay live interval update work...
2018-08-06 Daniil FukalovFix typo in the MSVC Visualizer for SmallVector class
2018-08-06 Owen ReynoldsFix raw_fd_ostream::write_impl hang due to an infinite...
2018-08-06 Matt ArsenaultAMDGPU: Fold v_lshl_or_b32 with 0 src0
2018-08-06 Matt ArsenaultValueTracking: Handle canonicalize in CannotBeNegativeZero
2018-08-06 Matt ArsenaultAMDGPU: Rename check prefixes in test
2018-08-06 David Bolvansky[NFC] Fixed unused function warnings
2018-08-06 David BolvanskyRevert unused function fix
2018-08-06 David Bolvansky[NFC] Fixed unused function warning
2018-08-06 Bryan Chan[AArch64] Fix assertion failure on widened f16 BUILD_VECTOR
2018-08-06 Tim NorthoverFix modules build with different technique to suppress...
2018-08-06 Tim NorthoverARM-MachO: don't add Thumb bit for addend to non-extern...
2018-08-06 Max KazantsevRe-enable "[ValueTracking] Teach isKnownNonNullFromDomi...
2018-08-06 Chandler Carruth[docs] Continue working around broken Sphinx parsing...
2018-08-06 Chandler Carruth[docs] Remove the `dso_local` tag from these functions.
2018-08-06 Chandler Carruth[docs] Stop trying to parse the ThinLTO summary IR...
2018-08-06 Max KazantsevRevert rL338990 to see if it causes sanitizer failures
2018-08-06 Max KazantsevTry to fix buildbot
2018-08-06 Max Kazantsev[ValueTracking] Teach isKnownNonNullFromDominatingCondi...
2018-08-06 Max Kazantsev[GuardWidening] Widen guards with conditions of frequen...
2018-08-06 Xin Tong[NFC] Fix typo
2018-08-06 David Bolvansky[NFC] Fixed unused function warning
2018-08-06 Hsiangkai Wang[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
2018-08-06 Chandler Carruth[docs] Switch debug info metadata blocks to use `text...
2018-08-06 Chandler Carruth[docs] Correct the basic syntax structure of the DISubr...
2018-08-06 Chandler Carruth[docs] Remove an example that isn't well formed LLVM...
next