OSDN Git Service

android-x86/external-llvm.git
2019-05-21 George Rimar[llvm-objdump] Make --disassemble-functions imply -d
2019-05-21 Clement Courbet[MergeICmps] Preserve the dominator tree.
2019-05-21 Fangrui Song[PPC64] Update LocalEntry from assigned symbols
2019-05-21 Florian Hahn[AArch64] Skip mask checks for masks with an odd number...
2019-05-21 Eugene Leviant[llvm-objcopy] Strip file symbols with --strip-unneeded
2019-05-21 Cullen Rhodes[AArch64][SVE2] Asm: add integer unary instructions...
2019-05-21 Cullen Rhodes[AArch64][SVE2] Asm: add integer pairwise arithmetic...
2019-05-21 Sam Parker[ARM][CGP] Skip nuw in PrepareConstants
2019-05-21 Petr Hosek[CMake] Specify component for all target types
2019-05-21 Dylan McKayAdd TargetLoweringInfo hook for explicitly setting...
2019-05-21 QingShan Zhang[NFC][PowerPC] Add a test to verify if the scheduler...
2019-05-21 Nikita PopovMove thumbv7k test from AArch64 to ARM
2019-05-21 Chen Zheng[PowerPC] test cases for selecting x-form instruction...
2019-05-21 Chen Zheng[PowerPC] use more meaningful name - NFC
2019-05-21 Lang Hames[ORC] Assert that JITDylibs have unique names.
2019-05-21 Nico WeberTweaks for setting CMAKE_LINKER to lld-link
2019-05-21 Nico WeberTry to fix build with older gccs after r361152
2019-05-20 Nick Desaulniers[ORC] fix use-after-move. NFC
2019-05-20 Matt ArsenaultAMDGPU: Force skip branches over calls
2019-05-20 Lang Hames[docs] Fix an RST typo: "code-blocks" should be "code...
2019-05-20 Lang Hames[ORC] Remove some unreachable code.
2019-05-20 Lang Hames[docs] Add more details/examples for LLJIT/LLLazyJIT...
2019-05-20 Cameron McInally[NFC][InstCombine] Add FIXME for one-use check on const...
2019-05-20 Lang Hames[Support] Renamed member 'Size' to 'AllocatedSize'...
2019-05-20 Martin Storsjo[AArch64] Handle lowering lround on windows, where...
2019-05-20 Nico Webergn build: Merge r361148
2019-05-20 Nikita Popov[LFTR] Add additional PR31181 test cases
2019-05-20 Cameron McInally[InstCombine] Add visitFNeg(...) visitor for unary...
2019-05-20 Pete Couperus[TableGen] - Type comparison LE should be LT or equal.
2019-05-20 Sanjay Patel[InstCombine] auto-generate test checks; NFC
2019-05-20 Sanjay Patel[InstSimplify] update stale comment; NFC
2019-05-20 Craig Topper[X86] Add test case for r361177.
2019-05-20 Craig Topper[SelectionDAGBuilder] Flush PendingExports before creat...
2019-05-20 Nick Desaulniers[DWARF] hoist nullptr checks. NFC
2019-05-20 Craig Topper[X86] Add icelake-client and tremont model numbers...
2019-05-20 Nick Desaulniers[INLINER] allow inlining of blockaddresses if sole...
2019-05-20 Bjorn Pettersson[AMDGPU] Fix std::array initializers to avoid warnings...
2019-05-20 Craig Topper[Intrinsics] Merge lround.i32 and lround.i64 into a...
2019-05-20 Craig Topper[DAGCombiner] Refactor code in visitShiftByConstant...
2019-05-20 Matt ArsenaultR600: Fix unconditional return in loop
2019-05-20 Nikita Popov[SDAG] Vector op legalization for overflow ops
2019-05-20 George Rimar[llvm-readelf] - Rework how we parse the .dynamic section.
2019-05-20 Matt ArsenaultRegAlloc: Fix verifier error with undef identity copies
2019-05-20 Dmitri GribenkoFixed the Bindings/OCaml/core.ml test
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add SADALP and UADALP instructions
2019-05-20 Nico Webergn build: Merge r361152
2019-05-20 Cameron McInally[InstSimplify] Teach fsub -0.0, (fneg X) ==> X about...
2019-05-20 Orlando Cazalet... Resubmit "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Orlando Cazalet... Revert "[DebugInfo] Update loop metadata for inlined...
2019-05-20 Guillaume Chatelet[NFC] Refactor visitIntrinsicCall so it doesn't return...
2019-05-20 Petar Jovanovic[DebugInfoMetadata] Refactor DIExpression::prepend...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add int halving add/sub (predicate...
2019-05-20 Cullen Rhodes[AArch64][SVE2] Asm: add saturating multiply-add interl...
2019-05-20 Fangrui SongUse llvm::sort. NFC
2019-05-20 Sander de SmalenMatch types of accumulator and result for llvm.experime...
2019-05-20 Orlando Cazalet... [DebugInfo] Update loop metadata for inlined loops
2019-05-20 Guillaume ChateletRevert "[NFC] Refactor visitIntrinsicCall so it doesn...
2019-05-20 Guillaume Chatelet[NFC] Refactor visitIntrinsicCall so it doesn't return...
2019-05-20 Carl Ritson[AMDGPU] gfx1010 Avoid SMEM WAR hazard for some s_waitc...
2019-05-20 Nico Webergn build: Merge r361117
2019-05-19 Sanjay Patel[InstSimplify] fold fcmp (maxnum, X, C1), C2
2019-05-19 Dinar Temirbulatov[SLP] Refactoring of EdgeInfo and UserTreeIdx in buildT...
2019-05-19 Craig Topper[X86] Remove combineShift function. Just dispatch direc...
2019-05-18 Don Hinton[CommandLine] Reduce size of Option class
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate fcopysign.ll test
2019-05-18 Roman Lebedev[NFC][AArch64] Autogenerate bitfield-insert.ll, selectc...
2019-05-18 Dylan McKay[AVR] Fix 'symbol_relocations.s' MC test
2019-05-18 Matt ArsenaultGVN: Handle addrspacecast
2019-05-18 Roman Lebedev[NFC][AArch64] Add some ubfx tests with immediates
2019-05-18 Roman LebedevUpdateTestChecks: fix AMDGPU handling
2019-05-18 Roman LebedevUpdateTestChecks: arm64-eabi handlind
2019-05-18 Simon PilgrimMemCmpExpansion::getCompareLoadPairs - assert we find...
2019-05-18 Lang Hames[docs] Fix some RST errors.
2019-05-18 Michael TrentUpdate llvm-nm -s to use a multi-var option
2019-05-18 Lang Hames[docs][ORC] Start work on an ORC design doc. Very much...
2019-05-17 Matt ArsenaultAMDGPU/GlobalISel: Implement s64->s64 [SU]ITOFP
2019-05-17 Matt ArsenaultGlobalISel: Implement lower for S64->S32 [SU]ITOFP
2019-05-17 Cameron McInally[NFC][InstSimplify] Add more unary fneg tests to floati...
2019-05-17 Saleem Abdulrasoolbuild: use clang-cl for runtimes when targeting Windows
2019-05-17 Sam Clegg[WebAssembly] Remove expected failure of builtin-locati...
2019-05-17 Nico Webergn build: Merge r360993
2019-05-17 Matt ArsenaultGlobalISel: Define integer min/max instructions
2019-05-17 Cameron McInally[NFC][InstSimplify] Precommit new unary fneg test
2019-05-17 Nico WeberRevert r361033 "Add a Visit overload for DynTypedNode...
2019-05-17 Sanjay Patel[InstCombine] move bitcast after insertelement-with...
2019-05-17 Cameron McInally[NFC][InstSImplify] Fix flip-flopped comments and test...
2019-05-17 Simon Pilgrim[X86][SSE] Fold movmsk(not(x)) -> not(movmsk)
2019-05-17 Nico Webergn build: Merge r361033
2019-05-17 Nico Webergn build: Merge r360991
2019-05-17 Simon Pilgrim[X86][SSE] Match all-of bool scalar reductions into...
2019-05-17 Sanjay Patel[InstCombine] add tests for insertelement with bitcaste...
2019-05-17 Cameron McInally[InstSimplify] Add unary fneg to `fsub 0.0, (fneg X...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of NAME:VALUE modifiers
2019-05-17 Roman Lebedev[DAGCombiner] visitShiftByConstant(): drop bogus signbi...
2019-05-17 Roman Lebedev[InstCombine] canShiftBinOpWithConstantRHS(): drop...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled labels with s_call_b64 and s_cbran...
2019-05-17 Simon Pilgrim[X86][AVX] Remove LowerCTTZ's AVX1 custom vector handling.
2019-05-17 Simon Pilgrim[X86][AVX] isNOT - add extract_subvector(xor X, -1...
2019-05-17 Dmitry Preobrazhensky[AMDGPU][MC] Enabled expressions for most operands...
2019-05-17 Matt ArsenaultAMDGPU: Fix unused variable warnings in release builds
next