OSDN Git Service

android-x86/external-llvm.git
2018-08-03 Dean Michael... [XRay][tools] Use Support/JSON.h in llvm-xray convert
2018-08-03 Simon Pilgrim[X86] Add example of 'zero shift' guards on rotation...
2018-08-03 Sjoerd Meijer[ARM] FP16: support VFMA
2018-08-03 Dean Michael... [XRay] fixup: add one more missing std::move(...)
2018-08-03 Dean Michael... [XRay] fixup: Add missing std::move(...)
2018-08-03 Dean Michael... [XRay] Fixup: remove 'noexcept' in defaulted move members
2018-08-03 Dean Michael... [XRay][llvm] Load XRay Profiles
2018-08-03 Craig Topper[X86] Remove all the vector NOP bitcast patterns. Use...
2018-08-03 Hans Wennborgbuild_llvm_package.bat: Add OpenMP back
2018-08-03 Chijun Sima[Dominators] Refine the logic of recalculate() in the...
2018-08-03 Craig Topper[X86] Support fp128 and/or/xor/load/store with VEX...
2018-08-03 Hiroshi Inoue[InstSimplify] fold extracting from std::pair (2/2)
2018-08-03 Chijun Sima[Dominators] Convert existing passes and utils to use...
2018-08-03 Craig Topper[X86] When post-processing the DAG to remove zero exten...
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Craig Topper[X86] Add R13D to the isInefficientLEAReg in FixupLEAs.
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Craig Topper[X86] Prevent promotion of i16 add/sub/and/or/xor to...
2018-08-03 Philip Reames[LICM] Remove unneccessary safety check to increase...
2018-08-03 Dave Leeobjdump: Better handling of Mach-O universal binaries
2018-08-02 Eli Friedman[GlobalMerge] Allow merging globals with explicit secti...
2018-08-02 Tim Renouf[AMDGPU] Minor change to d16 buffer load implementation
2018-08-02 Tim Renouf[AMDGPU] Reworked SIFixWWMLiveness
2018-08-02 Craig Topper[X86] Allow 'atomic_store (neg/not atomic_load)' to...
2018-08-02 Craig Topper[X86] Add NEG and NOT test cases to atomic_mi.ll in...
2018-08-02 Tim Renouf[AMDGPU] Avoid using divergent value in mubuf addr64...
2018-08-02 Zachary Turner[MS Demangler] Fix some tests that are no longer broken.
2018-08-02 Krzysztof Parzyszek[Hexagon] Simplify CFG after atomic expansion
2018-08-02 Heejin Ahn[WebAssembly] Support for atomic.wait / atomic.wake...
2018-08-02 Krzysztof Parzyszek[Unittests] Fix returning string in SolveQuadraticEquat...
2018-08-02 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-02 Lang Hames[ORC] Add a re-exports fallback definition generator.
2018-08-02 George Burgess IV[Support] Add an enable bit to our DebugCounters
2018-08-02 Krzysztof ParzyszekUnbreak build after r338758: specify lambda return...
2018-08-02 Paul Robinson[DebugInfo/DWARF] Remove redundant iterator type. NFC
2018-08-02 Krzysztof Parzyszek[SCEV] Properly solve quadratic equations
2018-08-02 Bob Haarman[Support] [NFC] change comment about retries in createU...
2018-08-02 Puyan Lotfi[NFC] clang-format cleanup of a couple files in llvm...
2018-08-02 Tom StellardCMake: Remove LLVM_DYLIB_SYMBOL_VERSIONING
2018-08-02 Erik Pilkington[itanium demangler] Support dot suffixes on block invoc...
2018-08-02 Bob Haarman[Support] fix TempFile infinite loop and permission...
2018-08-02 Sam Clegg[WebAssembly] Ensure bitcasts that would result in...
2018-08-02 Zachary TurnerFix one more warning.
2018-08-02 Zachary TurnerUpdate the LLVM VS integration to sign the assembly.
2018-08-02 Zachary TurnerFix a couple of warnings.
2018-08-02 Zachary TurnerUse %.*s instead of %*s when formatting strings with...
2018-08-02 Zachary Turner[MS Demangler] Resolve back-references lazily.
2018-08-02 Craig Topper[X86] Allow fake unary unpckhpd and movhlps to be commu...
2018-08-02 Evandro Menezes[SLC] Refactor simplification of pow() (NFC)
2018-08-02 Simon Pilgrim[X86][SSE] Add uniform/non-uniform exact sdiv vector...
2018-08-02 David Bolvansky[InstCombine] [NFC] Tests for select with binop fold
2018-08-02 Sanjay Patel[InstSimplify] move minnum/maxnum with undef fold from...
2018-08-02 Sjoerd Meijer[ARM][NFC] Follow up of r338568
2018-08-02 Sanjay Patel[ValueTracking] fix maxnum miscompile for cannotBeOrder...
2018-08-02 Matt ArsenaultDAG: Fix vector widening fcanonicalize
2018-08-02 Matt ArsenaultAMDGPU: Fix scalarizing v4f16 fcanonicalize
2018-08-02 Ben Dunbobbin[llvm-ar] Fix help text test. NFC.
2018-08-02 Ben Dunbobbin[llvm-ar] Correct help text
2018-08-02 Andrea Di Biagio[llvm-mca] Use a vector to store ResourceState objects...
2018-08-02 Guillaume Chatelet[llvm-exegesis] Rename InstructionInstance into Instruc...
2018-08-02 Simon Pilgrim[X86][SSE] Add more UDIV nonuniform-constant vector...
2018-08-02 Stefan GranitzAdd include guard
2018-08-02 Simon Pilgrim[X86][SSE] Pull out duplicate VSELECT to shuffle mask...
2018-08-02 Alexander Ivchenko[GlobalISel] Fix typo with missed override specifier
2018-08-02 Andrew Savonichev[emacs] Indent statement continuation to match clang...
2018-08-02 Alexander Ivchenko[GlobalISel] Rewrite CallLowering::lowerReturn to accep...
2018-08-02 Hans Wennborgutils/release/tag.sh: add debuginfo-tests to project...
2018-08-02 Hans Wennborglit: bump version number
2018-08-02 David Green[UnJ] Add debug messages for why loops are not unrolled...
2018-08-02 David Green[AArch64] Add support for got relocated LDR's
2018-08-02 Kito ChengTest commit.
2018-08-02 Philip Reames[LICM] Factor out fault legality from canHoistOrSinkIns...
2018-08-02 Philip Reames[LICM] Expand tests to highlight an oddity in sinking...
2018-08-02 Lei LiuFix FCOPYSIGN expansion
2018-08-02 Philip Reames[LICM] hoisting/sinking legality - bail early for unsup...
2018-08-02 Tim Shen[ADT] Add some documentation for GraphTraits.
2018-08-02 Nemanja Ivanovic[PowerPC] Do not round values prior to converting to...
2018-08-01 Lei Liu[AArch64] DWARF: do not generate AT_location for thread...
2018-08-01 Nick DesaulniersAdd maybe-unused attribute to a variable.
2018-08-01 George Burgess IVReland r338431: "Add DebugCounters to DivRemPairs"
2018-08-01 Sanjay Patel[InstSimplify] move minnum/maxnum with same arg fold...
2018-08-01 Reid KlecknerLoad from the GOT for external symbols in the large...
2018-08-01 John Baldwin[ASAN] Use the correct shadow offset for ASAN on FreeBS...
2018-08-01 Lang Hames[ORC] Add a 'Callable' flag to JITSymbolFlags.
2018-08-01 Jordan Rupprecht[llvm-objcopy] Add missing -I command line flag alias...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [4/4] Unify handling of compile and...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to...
2018-08-01 Matt ArsenaultAMDGPU: Use SPseudoInst helper
2018-08-01 Paul Robinson[DebugInfo/DWARF] [2/4] Type units no longer in a std...
2018-08-01 Paul Robinson[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection...
2018-08-01 Matt ArsenaultAMDGPU: Improve hack for packing conversion ops
2018-08-01 Matt ArsenaultAMDGPU: Partially fix handling of packed amdgpu_ps...
2018-08-01 Heejin Ahn[WebAssembly] Support for a ternary atomic RMW instruction
2018-08-01 Alexey Bataev[DEBUGINFO] Disable emission of the dwarf sections...
2018-08-01 Zachary TurnerTry to fix FreeBSD build.
2018-08-01 Craig Topper[X86] Canonicalize the pattern for __builtin_ffs in...
2018-08-01 Craig Topper[X86] Add test cases for the patterns used by __builtin...
2018-08-01 Jan VeselyAMDGPU/R600: Convert kernel param loads to use PARAM_I_...
2018-08-01 Zachary Turner[llvm-undname Add an option to dump back references.
next