OSDN Git Service

android-x86/external-llvm.git
2018-07-19 Michael J.... [docs] Add support for Markdown documentation in Sphinx
2018-07-19 Eli Friedman[SCCP] Don't use markForcedConstant on branch conditions.
2018-07-19 Stephen CanonSkip out of SimplifyDemandedBits for BITCAST of f16...
2018-07-19 Duncan P. N... ADT: Shrink size of SmallVector by 8B on 64-bit platforms
2018-07-19 Teresa Johnson[ThinLTO] Only emit referenced type id records in index...
2018-07-19 Craig Topper[DAGCombiner] Teach DAGCombiner that A-(-B) is A+B.
2018-07-19 Simon Pilgrim[X86][AVX] Use extract_subvector to reduce vector op...
2018-07-19 Matt Davis[llvm-mca][docs] Add Timeline and How MCA works.
2018-07-19 Reid KlecknerWork around bug in mingw-w64 GCC 8.1.0
2018-07-19 Reid KlecknerDisable GCC's -Wclass-memaccess warning
2018-07-19 Craig Topper[X86] Fix some 'return SDValue()' after DCI.CombineTo...
2018-07-19 Reid KlecknerFix -Wsign-compare in llvm-readobj
2018-07-19 Roman Tereshin[LSV] Refactoring + supporting bitcasts to a type of...
2018-07-19 Stefan Pintilie[Power9] Code Cleanup - Remove needsAggressiveScheduling()
2018-07-19 Shoaib Meenai[Analysis] Fix typo in assert. NFC
2018-07-19 Mandeep Singh... [OpenEmbedded] Add a unittest for aarch64-oe-linux
2018-07-19 Krzysztof Parzyszek[APInt] Keep the original bit width in quotient and...
2018-07-19 Matt Morehouse[libFuzzer] Update documentation regarding MSan.
2018-07-19 Farhana Aleen[LoadStoreVectorizer] Use getMinusScev() to compute...
2018-07-19 Andrea Di Biagio[X86][BtVer2] correctly model the latency/throughput...
2018-07-19 Simon Pilgrim[X86][SSE] Add FPEXT vXf32 - vXf64 tests
2018-07-19 George Rimar[llvm-readobj] - Do not report invalid amount of sections.
2018-07-19 Teresa Johnson[ThinLTO] Enable ThinLTO WholeProgramDevirt and LowerTy...
2018-07-19 Anastasis Grammenos[Docs] Testing Debug Info Preservation in Optimizations
2018-07-19 Tim NorthoverARM: switch armv7em MachO triple to hard-float defaults...
2018-07-19 David Green[UnJ] Document unroll and jam pass and loop metadata
2018-07-19 Chandler Carruth[x86/SLH] Major refactoring of SLH implementaiton....
2018-07-19 Simon Pilgrim[DAGCombiner] Add rotate-extract tests
2018-07-19 Serge GueltonUse std::reference_wrapper instead of llvm::ReferenceSt...
2018-07-19 Simon PilgrimFix spelling mistake in comments. NFCI.
2018-07-19 Max Kazantsev[SCEV] Fix buggy behavior in getAddExpr with truncs
2018-07-18 Peter CollingbourneRename __asan_gen_* symbols to ___asan_gen_*.
2018-07-18 Heejin Ahn[WebAssembly] Add missing -mattr=+exception-handling...
2018-07-18 Tim NorthoverRevert "ARM: switch armv7em triple to hard-float defaul...
2018-07-18 David BlaikieFix some tests that had (implied) duplicate mtriple
2018-07-18 Simon Pilgrim[X86][SSE] Canonicalize scalar fp arithmetic shuffle...
2018-07-18 Xin TongSkip debuginfo intrinsic in markLiveBlocks.
2018-07-18 Roman LebedevAdd (very partial) Kate syntax highlighting definition...
2018-07-18 Nirav Dave[DAG] Add testcase.
2018-07-18 David Blaikie[DebugInfo] Dwarfv5: Avoid unnecessary base_address...
2018-07-18 Nirav Dave[ScheduleDAG] Fix unfolding of SUnits to already existe...
2018-07-18 Paul Semel[llvm-readobj] Generic -string-dump option
2018-07-18 Teresa Johnson[docs] Update GoldPlugin documentation
2018-07-18 Wei Mi[RegAlloc][NFC] Fix the help string of the option ...
2018-07-18 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-18 Roman Lebedev[NFC][X86][AArch64][DAGCombine] More tests for optimize...
2018-07-18 Benjamin Kramer[llvm-objcopy] %python wants to be in quotes, because...
2018-07-18 Nirav Dave[MC] Fix nested macro body parsing
2018-07-18 Simon Atanasyan[mips] Fix predicate for the MipsTruncIntFP pattern
2018-07-18 Chandler Carruth[x86/SLH] Add the design document for Speculative Load...
2018-07-18 Simon Pilgrim[SLPVectorizer] Avoid duplicate scalar cost calculation...
2018-07-18 Tim Northover[Support] Build fix for Haiku when checking for a local...
2018-07-18 Simon Pilgrim[X86][SSE] Remove BLENDPD canonicalization from combine...
2018-07-18 Tim NorthoverARM: stop explicitly marking armv7k libcalls as hard...
2018-07-18 Tim NorthoverARM: switch armv7em triple to hard-float defaults and...
2018-07-18 Tim NorthoverARM: deduplicate hard-float detection code. NFC.
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for unpredicated FP operations.
2018-07-18 Andrea Di Biagio[TargetInstPredicate] Add definition of CheckInvalidReg...
2018-07-18 Max Kazantsev[NFC] Make a test more neat
2018-07-18 Andrea Di Biagio[Tablegen][PredicateExpander] Add the ability to define...
2018-07-18 Roman Lebedev[InstCombine] Re-commit: Fold 'check for [no] signed...
2018-07-18 Simon Pilgrim[X86][SSE] Add extra scalar fop + blend tests for commu...
2018-07-18 Daniel CedermanRevert "[Sparc] Use the IntPair reg class for r constra...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for UDOT/SDOT instructions.
2018-07-18 George Rimar[llvm-objdump] - An attempt to fix BB after r337361.
2018-07-18 Daniel Cederman[Sparc] Use the IntPair reg class for r constraints...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Integer divide instructions.
2018-07-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2018-07-18 Philip Pfaffe[CMake] Export the LLVM_LINK_LLVM_DYLIB setting
2018-07-18 Roman Lebedev[NFC][InstCombine] i65 tests for 'check for [no] signed...
2018-07-18 George Rimar[llvm-objdump] - Stop reporting bogus section IDs.
2018-07-18 George Rimar[llvm-readobj] - Teach tool to dump objects with >...
2018-07-18 Roman LebedevRevert test changes part of "Revert "[InstCombine]...
2018-07-18 Sander de Smalen[AArch64][SVE] Asm: Support for integer MUL instructions.
2018-07-18 Craig Topper[X86] Enable commuting of VUNPCKHPD to VMOVLHPS to...
2018-07-18 Craig Topper[X86] Add test case for missed opportunity to commute...
2018-07-18 Craig Topper[X86] Regenerate fma.ll checks using current version...
2018-07-18 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-07-18 Justin HibbitsFix build failures from r337347, found by clang
2018-07-18 Craig Topper[X86] Remove patterns that mix X86ISD::MOVLHPS/MOVHLPS...
2018-07-18 Craig Topper[X86] Generate v2f64 X86ISD::UNPCKL/UNPCKH instead...
2018-07-18 Justin HibbitsIntroduce codegen for the Signal Processing Engine
2018-07-18 Justin HibbitsComplete the SPE instruction set patterns
2018-07-18 Justin HibbitsAdd PowerPC e500(v2) core scheduler and directives.
2018-07-18 Bob HaarmanRevert "[InstCombine] Fold 'check for [no] signed trunc...
2018-07-18 Peter CollingbourneCodeGen: Don't create address significance table entrie...
2018-07-18 Puyan Lotfi[NFC][llvm-objcopy] Cleanup namespace usage in llvm...
2018-07-17 Craig Topper[X86] Remove the vector alignment requirement from...
2018-07-17 Peter CollingbourneCodeGen: Add a target option for emitting .addrsig...
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-17 Eli Friedman[LangRef] Clarify semantics of load metadata.
2018-07-17 Eli Friedman[LangRef] nnan and ninf produce poison.
2018-07-17 Eli Friedman[LangRef] Clarify which fast-math flags affect fcmp.
2018-07-17 Craig Topper[X86] Add patterns for folding full vector load into...
2018-07-17 Craig Topper[X86] Add test case for missed opportunity to use MOVLP...
2018-07-17 Fangrui Song[Demangle] Add missing header files
2018-07-17 Zachary TurnerAdd missing include.
2018-07-17 Zachary TurnerAdd some helper functions to the demangle utility classes.
2018-07-17 Vedant Kumar[InstCombine] Preserve debug value when simplifying...
next