OSDN Git Service

android-x86/external-llvm-project.git
2020-07-09 Eric Schweitz[flang] ifdef to avoid warning about supposedly dead...
2020-07-09 peter klausler[flang] Fix frontend build with -DBUILD_SHARED_LIBS=On
2020-07-09 Zequan WuRevert "[Lexer] Fix missing coverage line after #endif"
2020-07-09 Pete Steinfeld[flang] Fix a crash when creating generics from a copy
2020-07-09 Amy HuangSwitch to using -debug-info-kind=constructor as default...
2020-07-09 Zequan Wu[Lexer] Fix missing coverage line after #endif
2020-07-09 Albion Fung[PowerPC][Power10] Add Instruction definition/MC Tests...
2020-07-09 Joel E. Denny[FileCheck] Improve -dump-input documentation
2020-07-09 Craig TopperRecommit "[X86] Merge the FEATURE_64BIT and FEATURE_EM6...
2020-07-09 Stanislav Mekhanoshin[AMDGPU] Return restricted number of regs from TTI
2020-07-09 Sanjay Patel[DAGCombiner] convert if-chain in store merging to...
2020-07-09 Sanjay Patel[DAGCombiner] add helper function for store merging...
2020-07-09 Sanjay Patel[DAGCombiner] add helper function for store merging...
2020-07-09 Sanjay Patel[DAGCombiner] add helper function for store merging...
2020-07-09 Sanjay Patel[DAGCombiner] add helper function to manage list of...
2020-07-09 Nikita Popov[PredicateInfo] Print RenamedOp (NFC)
2020-07-09 Roman LebedevRevert "[CallGraph] Ignore callback uses"
2020-07-09 Eric ChristopherTemporarily Revert "Fix [-Werror,-Wsign-compare] warnin...
2020-07-09 Eric ChristopherTemporarily Revert "[PowerPC] Split s34imm into two...
2020-07-09 Fangrui SongRevert D83013 "[LPM] Port CGProfilePass from NPM to...
2020-07-09 Giorgis Georgakoudis[CallGraph] Ignore callback uses
2020-07-09 Roman Lebedev[llvm-reduce] Reducing attributes
2020-07-09 Roman Lebedev[NFC][llvm-reduce] Purify for_each usage in Operand...
2020-07-09 Roman Lebedev[NFCI][llvm-reduce] OperandBundleCounter: drop pointles...
2020-07-09 Roman Lebedev[Docs] CodingStandards: for_each is discouraged
2020-07-09 Roman LebedevRevert "[InstCombine] Lower infinite combine loop detec...
2020-07-09 Petr Hosek[CMake][Fuchsia] Support for building with MSVC
2020-07-09 Zequan Wu[LPM] Port CGProfilePass from NPM to LPM
2020-07-09 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-07-09 Craig Topper[InstSimplify] Re-enable select ?, undef, X -> X transf...
2020-07-09 Louis Dionne[libc++] Get rid of the %{libcxx_src_root} substitution
2020-07-09 David Tenty[Clang][Driver] Recognize the AIX OBJECT_MODE environme...
2020-07-09 Jeremy Bruestle[MLIR] IR changes to add yield semantics for affine...
2020-07-09 Jan Korous[AST][test] Add regression test forPointerExprEvaluator...
2020-07-09 Kyungwoo Lee[NFC][AArch64] Refactor getArgumentPopSize
2020-07-09 Jonas Devlieghere[LLDB/Reproducers] Add flag to avoid installing the...
2020-07-09 Jonas Devlieghere[lldb/Reproducers] Rename developer-oriented reproducer...
2020-07-09 Puyan Lotfi[NFC][test] Adding fastcc test case for promoted 16...
2020-07-09 cchen[OPENMP50] extend array section for stride (Parsing...
2020-07-09 Louis Dionne[libc++] The enable_experimental Lit feature should...
2020-07-09 Eric ChristopherFix [-Werror,-Wsign-compare] warnings arising from...
2020-07-09 Craig Topper[InstSimplify] Don't fold vectors of partial undef...
2020-07-09 Louis Dionne[libc++] Move the enable_experimental Lit param to...
2020-07-09 Craig Topper[X86] Immediately call LowerShift from lowerBuildVector...
2020-07-09 David BlaikieRemove unnecessary 'rm' in llvm-reduce tests
2020-07-09 Hiroshi Yamauchi[PGO][PGSO] Add profile guided size optimization to...
2020-07-09 Craig Topper[X86] Directly emit X86ISD::BLENDV instead of VSELECT...
2020-07-09 Stefan Pintilie[PowerPC] Fix test case from beb52b12cb17
2020-07-09 Louis Dionne[libc++] Clean up some outdated documentation about...
2020-07-09 Vedant Kumar[lldb/Function] Reflow doxygen comments for member...
2020-07-09 Vedant Kumar[Function] Lock the function when parsing call site...
2020-07-09 Florian Hahn[ValueLattice] Simplify canTrackGlobalVariableInterproc...
2020-07-09 Daniel GrumbergMerge TableGen files used for clang options
2020-07-09 Louis Dionne[libc++] Move the long_tests Lit feature to the DSL
2020-07-09 Louis Dionne[libc++] Move the stdlib Lit parameter to the DSL
2020-07-09 Louis Dionne[libc++] Fix test failure in C++03 mode
2020-07-09 Hiroshi Yamauchi[PGO][PGSO] Add profile guided size optimization tests...
2020-07-09 Sergej Jaskiewicz[compiler-rt] [test] Allow expanding lit substitutions...
2020-07-09 Louis Dionne[runtimes] Allow passing Lit parameters through CMake
2020-07-09 Sergej Jaskiewicz[compiler-rt] [test] Use the parent process env as...
2020-07-09 Fred Riss[lldb] Use enum constant instead of raw value
2020-07-09 Sergej Jaskiewicz[compiler-rt] Better Windows support for running tests...
2020-07-09 Nikita Popov[AliasSetTracker] More precise AAInfo intersection...
2020-07-09 Stefan Pintilie[PowerPC] Split s34imm into two types
2020-07-09 Florian Hahn[SCCP] Move tests using only ipsccp from IPConstantProp...
2020-07-09 Hans WennborgRevert 51b0da73 "Recommit "[X86] Merge the FEATURE_64BI...
2020-07-09 Dmitri GribenkoRefactored NumericLiteralParser to not require a Prepro...
2020-07-09 Anatoly Trosinenko[MSP430] Align the _Complex ABI with current msp430-gcc
2020-07-09 George Mitenkov[MLIR][SPIRVToLLVM] Conversion of SPIR-V array, runtime...
2020-07-09 Zhi ZhuangFix warning caused by __builtin_expect_with_probability...
2020-07-09 Stefan Pintilie[PowerPC] Support PCRelative Callees for R_PPC64_REL24...
2020-07-09 George Mitenkov[MLIR][SPIRVToLLVM] SPIR-V types size in bytes function
2020-07-09 Eric Schweitz[flang] partially revert upstreamed code to support...
2020-07-09 Diogo Sampaio[NFC] Add SExt multiuses test
2020-07-09 Matt ArsenaultAMDGPU/GlobalISel: Work around verifier error in test
2020-07-09 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-07-09 David Green[BasicAA] Enable -basic-aa-recphi by default
2020-07-09 Matt ArsenaultOpaquePtr: Don't check pointee type for byval/preallocated
2020-07-09 Gabor Marton[analyzer] Add CTUImportCppThreshold for C++ files
2020-07-09 Luboš Luňákmake -fmodules-codegen and -fmodules-debuginfo work...
2020-07-09 Simon Pilgrim[X86][AVX] Attempt to fold extract_subvector(shuffle...
2020-07-09 Simon PilgrimBasicAAResult::constantOffsetHeuristic - pass APInt...
2020-07-09 Sam Elliott[RISCV] Avoid Splitting MBB in RISCVExpandPseudo
2020-07-09 dfukalovSpeculativeExecution: Fix for logic change introduced...
2020-07-09 Benjamin Kramer[DebugInfo] Fix pessimizing move. NFC.
2020-07-09 Igor Kudrin[DebugInfo] Add more checks to parsing .debug_pub*...
2020-07-09 Igor Kudrin[DebugInfo] Do not hang when parsing a malformed .debug...
2020-07-09 Florian Hahn[SCCP] Use conditional info with AND/OR branch conditions.
2020-07-09 Benjamin KramerMake helpers static. NFC.
2020-07-09 Kirill Bobyrev[clangd] Implement path and URI translation for remote...
2020-07-09 Xing GUO[DWARFYAML] Use override instead of virtual for better...
2020-07-09 Paul Walker[SVE] Scalarize fixed length masked loads and stores.
2020-07-09 Paul Walker[SVE] Disable some BUILD_VECTOR related code generator...
2020-07-09 Georgii Rymar[llvm-readelf] - Stop using 'unwrapOrError()' in 'ELFDu...
2020-07-09 Simon PilgrimDebugCounterList::printOptionInfo - use const auto...
2020-07-09 Nathan James[change-namespace][NFC] Clean up joinNamespaces
2020-07-09 Jun Ma[Coroutines] Refactor sinkLifetimeStartMarkers
2020-07-09 Simon PilgrimConstantFoldScalarCall3 - use const APInt& returned...
2020-07-09 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-07-09 Simon PilgrimVersionPrinter - use const auto& iterator in for-range...
next