OSDN Git Service

android-x86/external-llvm.git
2018-10-11 Zachary TurnerUse fully qualified namespace name.
2018-10-11 Thomas Lively[WebAssembly][NFC] Use intrinsic dag nodes directly
2018-10-11 Fangrui Song[MC][ELF] Fix section_mergeable_size.ll
2018-10-11 Thomas Lively[WebAssembly] Saturating float to int intrinsics
2018-10-10 Saleem Abdulrasoolllvm-c: Add C APIs to access DebugLoc info
2018-10-10 Richard SmithAdd a flag to remap manglings when reading profile...
2018-10-10 Warren Ristow[LTO] Account for overriding lib calls via the alias...
2018-10-10 Nick Desaulniers[MC][ELF] compute entity size for explicit sections
2018-10-10 Craig Topper[X86] Prevent non-temporal loads from folding into...
2018-10-10 Chris Bieneman[CMake] NFC. Updating documentation on options
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 George Burgess IVReplace most users of UnknownSize with LocationSize...
2018-10-10 Armando MontanezTest commit: fix typo in comment
2018-10-10 Richard SmithSupport for remapping profile data when symbols change...
2018-10-10 James Y Knightllvm-ar: Darwin archive format fixes.
2018-10-10 Roman Lebedev[NFC][X86][AArch64] extract-bits.ll: add tests with...
2018-10-10 Sanjay Patel[InstCombine] reverse 'trunc X to <N x i1>' canonicaliz...
2018-10-10 Thomas Lively[WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]
2018-10-10 Roman Lebedev[X86] Move X86DAGToDAGISel::matchBEXTRFromAnd() into...
2018-10-10 Sanjay Patelrevert r344082: [InstCombine] reverse 'trunc X to ...
2018-10-10 David Bolvansky[DwarfVerifier] Fixed -Wimplicit-fallthrough warning
2018-10-10 Thomas Lively[WebAssembly][NFC] Use vnot patfrag to simplify v128.not
2018-10-10 Renato Golin[LV] Add a new reduction pattern match
2018-10-10 Francis Visoiu... Reland: [OptRemarks] Add library for parsing optimizati...
2018-10-10 Scott Linder[Support] Remove redundant qualifiers in YAMLTraits...
2018-10-10 Francis Visoiu... Revert "[OptRemarks] Add library for parsing optimizati...
2018-10-10 Volkan Keles[GlobalISel] Fix the artifact combiner to fold G_IMPLIC...
2018-10-10 Francis Visoiu... [OptRemarks] Add library for parsing optimization remarks
2018-10-10 Renato Golin[VPlan] Fix CondBit quoting in dumpBasicBlock
2018-10-10 Craig TopperChange the timestamp of llvmcache-foo file to meet...
2018-10-10 Scott LinderRelax trivial cast requirements in CallPromotionUtils
2018-10-10 Guillaume Chatelet[llvm-exegesis] Fix always true assert
2018-10-10 Andrea Di Biagio[llvm-mca] Minor refactoring in preparation for a patch...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Pass Instruction instead of bare...
2018-10-10 Andrea Di Biagio[llvm-mca][BtVer2] Add two more move-elimination tests...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Code simplification
2018-10-10 Nirav Dave[DAGCombine] Improve Load-Store Forwarding
2018-10-10 Sanjay Patel[x86] allow single source horizontal op matching (PR39195)
2018-10-10 Jonas DevlieghereLift VFS from clang to llvm (NFC)
2018-10-10 John Brawn[llvm-exegesis] Fix function return generation so it...
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - rename demanded...
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Fix typo
2018-10-10 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - pull out repeat...
2018-10-10 Carlos Alberto... Revert "[DebugInfo][Dexter] Unreachable line stepped...
2018-10-10 Valery Pykhtin[TableGen] fix assert in !cast when used out of definit...
2018-10-10 Simon Pilgrim[TargetLowering] Add root node back to work list after...
2018-10-10 Guillaume Chatelet[llvm-exegesis] Fix broken build.
2018-10-10 Guillaume Chatelet[llvm-exegesis][NFC] Simplify code now that Instruction...
2018-10-10 Jonas Paulsson[SystemZ] Temporarily disable high VFs with integer...
2018-10-10 Neil HenningFix an ordering bug in the scalarizer.
2018-10-10 Guillaume Chatelet[llvm-exegesis] Remove unused variable, add more semant...
2018-10-10 Carlos Alberto... [DebugInfo][Dexter] Unreachable line stepped onto after...
2018-10-10 Craig Topper[X86] Remove FeatureRTM from Skylake processor list
2018-10-10 Jonas Paulsson[SystemZ] Take better care when computing needed vecto...
2018-10-10 George Burgess IV[Analysis] Make LocationSizes carry an 'imprecise' bit
2018-10-10 Max Kazantsev[NFC] Make a variable const
2018-10-10 Nemanja Ivanovic[PowerPC][NFC] Add a test case for extract and store...
2018-10-10 Dylan McKay[AVR] Fix the 'call.ll' CodeGen test
2018-10-10 QingShan Zhang[PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG...
2018-10-10 George Burgess IV[Analysis] Make LocationSize pretty-printing more descr...
2018-10-10 Thomas Lively[WebAssembly] Fix fneg lowering
2018-10-10 Heejin Ahn[WebAssembly] Improve comments for SIMD instruction...
2018-10-10 George Karpenkov[sancov] Generalize the code to get the previous instru...
2018-10-10 Fangrui Song[opt] Change the parameter of OptTable::PrintHelp from...
2018-10-09 Zachary Turner[git-llvm] Fix some issues surrouding EOL conversion...
2018-10-09 Thomas Lively[WebAssembly] Handle V128 register class in explicit...
2018-10-09 Nemanja Ivanovic[DAGCombiner] Expand combining of FP logical ops to...
2018-10-09 Rong Xu[X86] Fix sanitizer bot failure from 344085
2018-10-09 Nemanja Ivanovic[PowerPC][NFC] Commit nabs test case in preparation...
2018-10-09 Justin Bogner[LV] Move test for r343954 into x86 subdirectory
2018-10-09 Heejin Ahn[WebAssembly] Improve readability of SIMD instructions...
2018-10-09 Rong XuRecommit r343993: [X86] condition branches folding...
2018-10-09 Cameron McInally[FPEnv] PatternMatcher support for checking FNEG ignori...
2018-10-09 Sanjay Patel[InstCombine] reverse 'trunc X to <N x i1>' canonicaliz...
2018-10-09 Zachary Turner[PDB] Fix another bug in globals stream name lookup.
2018-10-09 Jake Ehrlich[llvm-objcopy] Make -S an alias for --strip-all
2018-10-09 Adrian Prantlllvm-dwarfdump: Extend --name to also search DW_AT_link...
2018-10-09 Lang Hames[ORC] Promote and rename private symbols inside the...
2018-10-09 Nemanja Ivanovic[PowerPC] Implement hasBitPreservingFPLogic for types...
2018-10-09 Craig Topper[X86] When lowering unsigned v2i64 setcc without SSE42...
2018-10-09 Sam Clegg[SLPVectorizer] Check that lowered type is floating...
2018-10-09 Wolfgang Pieb[DWARF] Make llvm-dwarfdump display the .debug_loc...
2018-10-09 Sanjay Patel[InstCombine] add tests for extract subvector shuffles...
2018-10-09 Adrian PrantlAdd missing space
2018-10-09 Zachary Turner[PDB] Fix failure on big endian machines.
2018-10-09 Craig Topper[X86] Autogenerate complete checks. NFC
2018-10-09 Sanjay Patel[AArch64][x86] add tests for bitcasted fnabs; NFC
2018-10-09 Sanjay Patel[InstCombine] make helper function 'static'; NFC
2018-10-09 Guillaume ChateletFix function case.
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix invalid return type and add a Dump...
2018-10-09 Sanjay Patel[x86] use demanded bits to simplify masked store codegen
2018-10-09 Simon Pilgrim[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_...
2018-10-09 Simon Atanasyan[mips] Fix FDE/CFI encoding in case of N32 ABI
2018-10-09 Simon Atanasyan[mips] Set pointer size to 4 bytes for N32 ABI
2018-10-09 Nemanja IvanovicFix buildbot failures with the newly added test case...
2018-10-09 Nemanja Ivanovic[PowerPC] Remove self-copies in pre-emit peephole
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix wrong index type.
2018-10-09 Guillaume Chatelet[llvm-exegesis] Fix unused lambda capture.
2018-10-09 Guillaume Chatelet[llvm-exegesis][NFC] Use accessors for Operand.
2018-10-09 Aleksandr Urakov[ADT] Force the alignment of the `data` field of `Inter...
next