OSDN Git Service

android-x86/external-llvm.git
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-10-11 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2018-10-11 Ana Pazos[RISCV] Fix disassembling of fence instruction with...
2018-10-11 Richard TrieuInline variable into assert to avoid unused variable...
2018-10-11 Alexander Shaposhnikov[llvm-objcopy] Factor out CopyConfig
2018-10-11 Aaron Smith[llvm-pdbutil] Add missing pdb for test
2018-10-11 Wei Mi[SampleFDO][NFC] Remove debugging log left over in...
2018-10-11 Sanjay Patel[x86] add tests for extract_element; NFC
2018-10-11 Sanjay Patel[x86] regenerate CHECKs; NFC
2018-10-11 Aaron Smith[llvm-pdbutil] Pretty print PDBSymbolUsingNamespace...
2018-10-11 Craig Topper[X86] Type legalize v2f32 loads by using an f64 load...
2018-10-11 Thomas Lively[WebAssembly][NFC] Remove repetition of Defs = [ARGUMEN...
2018-10-11 Warren RistowUpdate test of r344198 to work with release builds.
2018-10-11 Sumanth Gundapaneni[Hexagon] Restrict compound instructions with constant...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Use the Index from Topo instead of relying...
2018-10-11 Sumanth Gundapaneni[Pipeliner] Fix the Schedule DAG topoligical order.
2018-10-11 Thomas Lively[WebAssembly] Revert rL344180, which was breaking expen...
2018-10-11 Zachary TurnerRevert SymbolFileNativePDB plugin.
2018-10-11 Artem DergachevRevert r344197 "[MC][ELF] compute entity size for expli...
2018-10-11 Leonard Chan[PassManager/Sanitizer] Port of AddresSanitizer pass...
2018-10-11 Nirav Dave[DAG] Fix Big Endian in Load-Store forwarding
2018-10-11 Krzysztof Parzyszek[Hexagon] Eliminate potential sources of non-determinis...
2018-10-11 Craig Topper[X86] Restore X86ISelDAGToDAG::matchBEXTRFromAnd. Teach...
2018-10-11 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-11 Jordan Rupprecht[llvm-nm] Fix crash when running with --print-armap...
2018-10-11 Sanjay Patel[DAGCombiner] move comment closer to the corresponding...
2018-10-11 Andrea Di Biagio[llvm-mca][BtVer2] Add tests for optimizable GPR regist...
2018-10-11 Amara Emerson[InstCombine] Fix SimplifyLibCalls erasing an instructi...
2018-10-11 Diogo N. Sampaio[AARCH64][FIX] Emit data symbol for constant pool data
2018-10-11 Dylan McKayGeneralize an IR verifier check to work with non-zero...
2018-10-11 David Green[InstCombine] Demand bits of UMin
2018-10-11 Alex Bradbury[RISCV] Re-generate test/CodeGen/RISCV/vararg.ll after...
2018-10-11 David Green[InstCombine] Demand bits of UMax
2018-10-11 David Green[InstCombine] Add tests for demand bits of min/max...
2018-10-11 Andrea Di Biagio[tblgen][CodeGenSchedule] Add a check for invalid Regis...
2018-10-11 Florian Hahn[LV] Use SmallVector instead of DenseMap in calculateRe...
2018-10-11 Florian Hahn[LV] Ignore more debug info.
2018-10-11 Calixte Denizet[gcov] Display the hit counter for the line of a functi...
2018-10-11 Max Kazantsev[NFC] Factor out getOrCreateAddRecExpr method
2018-10-11 Roman Lebedev[X86][BMI1]: X86DAGToDAGISel: select BEXTR from x ...
2018-10-11 Max Kazantsev[IndVars] Drop "exact" flag from lshr and udiv when...
2018-10-11 Martin Storsjo[llvm-nm] Include the text "@FILE" in the output of...
2018-10-11 Chris Bieneman[CMake] Temporarily remove the LLVM_ENABLE_IDE option
2018-10-11 Chris Bieneman[CMake] Unconditionally add .h and .td files to target...
2018-10-11 Chris Bieneman[Coverage] Apply filtered paths to summary
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
next