OSDN Git Service

android-x86/external-llvm.git
2019-04-07 Fangrui Song[llvm-objdump] Fix split of source lines; don't ltrim...
2019-04-07 Fangrui Song[llvm-objdump] Simplify some ELF typename: ELFFile...
2019-04-07 Fangrui Song.
2019-04-07 Fangrui Song[llvm-objdump] Simplify Expected<T> handling with unwra...
2019-04-07 Marcello Maggioni[ConstantRange] Shl considers full-set shifting to...
2019-04-07 Fangrui Song[llvm-objdump] Simplify disassembleObject
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-04-06 Petr Hosek[gn] Support for per-target runtime directory layout
2019-04-06 Nick Lewycky[NFC] Fix typo in comment.
2019-04-06 Craig Topper[X86] When converting (x << C1) AND C2 to (x AND (C2...
2019-04-06 Simon Pilgrim[X86] combineBitcastvxi1 - provide dst VT and src SDVal...
2019-04-06 Craig Topper[X86] Use a signed mask in foldMaskedShiftToScaledMask...
2019-04-06 Craig Topper[X86] Add test cases to show missed opportunities to...
2019-04-06 Craig Topper[X86] Autogenerate complete checks. NFC
2019-04-06 Simon PilgrimFix spelling mistake. NFCI.
2019-04-06 Simon Pilgrim[X86] Add AVX-target expandload and compressstore tests
2019-04-06 Roman Lebedev[llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_C...
2019-04-06 Simon Pilgrim[X86] Split expandload and compressstore tests
2019-04-06 Simon Pilgrim[X86][SSE] Add more exhaustive masked load/store tests
2019-04-06 Simon Pilgrim[CostModel][X86] Add more exhaustive masked load/store...
2019-04-06 Stanislav Mekhanoshin[AMDGPU] Sort out and rename multiple CI/VI predicates
2019-04-06 Fangrui Song[DWARF] Simplify DWARFDebugAranges::findAddress
2019-04-06 Fangrui Song[Symbolize] Uniquify sorted vector<pair<SymbolDesc...
2019-04-05 Nico Webergn build: Pacify `gn format`
2019-04-05 Zachary Turner[PDB Docs] Add documentation for the hash table format.
2019-04-05 Zachary Turner[PDB Docs] The IPI Stream actually has index 4.
2019-04-05 Robert Widmann[LLVM-C] Begin to Expose A More General Binary Interface
2019-04-05 Petr Hosek[gn] Support for building compiler-rt builtins
2019-04-05 Daniel Sanders[globalisel] Allow combiners to query legality
2019-04-05 Zachary Turner[PDB Docs] Delete * LINKER * Stream information.
2019-04-05 Sanjay Patel[InstCombine] add more tests for fmul+fdiv+sqrt; NFC
2019-04-05 Daniel Sanders[globalisel] Support 3-type legalForCartesianProduct()
2019-04-05 Robert Widmann[LLVM-C] Add bindings to insert basic blocks
2019-04-05 Francis Visoiu... [X86] Enable tail calls for CallingConv::Swift
2019-04-05 Francis Visoiu... [X86] Preserve operand flag when expanding TCRETURNri
2019-04-05 Stanislav Mekhanoshin[AMDGPU] Add MachineDCE pass after RenameIndependentSubregs
2019-04-05 Craig Topper[X86] Merge the different Jcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different SETcc instructions for each...
2019-04-05 Craig Topper[X86] Merge the different CMOV instructions for each...
2019-04-05 Petr Hosek[gn] Rebase paths in symlink_or_copy against root_build_dir
2019-04-05 Petr Hosek[gn] Make -no-exceptions flag a config
2019-04-05 Guozhi Wei[LCG] Add aliased functions as LCG roots
2019-04-05 Stanislav Mekhanoshin[AMDGPU] predicate and feature refactoring
2019-04-05 Zachary TurnerTry to fix Sphinx bot.
2019-04-05 Saleem Abdulrasoollit: make rm python 3 friendly (NFC)
2019-04-05 Zachary Turner[PDB Docs] Finish documentation for PDB Info Stream.
2019-04-05 Zachary Turner[PDB Docs] Add info about the hash adjustment buffer.
2019-04-05 Nico Webergn build: Merge 357768 and 357770
2019-04-05 Sanjay Patel[InstCombine] add tests for fdiv+fmul; NFC
2019-04-05 Nico Webergn build: Merge r357719
2019-04-05 Sanjay Patel[InstCombine] add tests for sqrt+fdiv+fmul; NFC
2019-04-05 Saleem Abdulrasoollit: support long paths on Windows
2019-04-05 Zachary TurnerAdd documentation for PDB TPI/IPI Stream.
2019-04-05 Sanjay Patel[InstCombine] add test to show reassociation that creat...
2019-04-05 Stephen TozerRevert "[llvm-readobj] Improve error message for -...
2019-04-05 Fangrui SongChange some dyn_cast to more apropriate isa. NFC
2019-04-05 Stephen Tozer[llvm-readobj] Improve error message for --string-dump
2019-04-05 Stephen Tozer[format] Add correct punctuation to comment
2019-04-05 Guillaume ChateletAdd an option do not dump the generated object on disk
2019-04-05 Clement Courbet[ExpandMemCmp][NFC] Add tests for `memcmp(p, q, n)...
2019-04-05 Simon Pilgrim[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG...
2019-04-05 Matt ArsenaultGlobalISel: Add another overload of buildUnmerge
2019-04-05 Matt ArsenaultAMDGPU/GlobalISel: Fix non-power-of-2 select
2019-04-05 Don Hinton[llvm] Add isa_and_nonnull
2019-04-05 Sanjay Patel[DAGCombiner][x86] scalarize splatted vector FP ops
2019-04-05 Petar Jovanovic[TextAPI] Fix off-by-one error in the bit index extract...
2019-04-05 Fangrui Song[Symbolize] Replace map<SymbolDesc, StringRef> with...
2019-04-05 Simon Pilgrim[X86][AVX] Add PR34584 masked store test cases
2019-04-05 Simon Pilgrim[X86] Add SSE/AVX1/AVX2 masked trunc+store tests
2019-04-05 Pavel LabathFix r357749 for big-endian architectures
2019-04-05 Roger Ferrer... [RISCV] Implement adding a displacement to a BlockAddress
2019-04-05 Pavel LabathFix MSVC build for r357749
2019-04-05 Pavel LabathMinidump: Add support for reading/writing strings
2019-04-05 Piotr Sobczak[SelectionDAG] Compute known bits of CopyFromReg
2019-04-05 Craig Topper[X86] Promote i16 SRA instructions to i32
2019-04-05 Serguei Katkov[FastISel] Fix crash for gc.relocate lowring
2019-04-04 Eric ChristopherNFC: Move API uses of MD5::MD5Result to Optional rather...
2019-04-04 David CallahanInclude invoke'd functions for recursive extract
2019-04-04 Nick LewyckyAn unreachable block may have a route to a reachable...
2019-04-04 Juergen Ributzka[TextAPI] Prefix all architecture enums to fix the...
2019-04-04 Evandro Menezes[IR] Refactor attribute methods in Function class ...
2019-04-04 Nico WeberMake SourceManager::createFileID(UnownedTag, ...) take...
2019-04-04 Scott LinderFix some MCTargetOptions Doxygen comments (NFC)
2019-04-04 James Y KnightRevert [X86] When using Win64 ABI, exit with error...
2019-04-04 Reid KlecknerAppease STLs where std::atomic<void*> lacks a constexpr...
2019-04-04 Sam Clegg[WebAssembly] Apply data relocations at runtime in...
2019-04-04 Reid KlecknerEnsure that ManagedStatic is constant initialized in...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Don Hinton[llvm-objcopy] [llvm-symbolizer] Fix failing tests
2019-04-04 Adrian Prantlllvm-dwarfdump: Support alternative architecture names...
2019-04-04 Sanjay Patel[x86] eliminate unnecessary broadcast of horizontal op
2019-04-04 Michal Gorny[llvm] [cmake] Add additional headers only if they...
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Joseph Tremoulet[COFF] Fix delay import directory iterator
2019-04-04 Jonas Paulsson[SystemZ] Bugfix in isFusableLoadOpStorePattern()
2019-04-04 George Rimar[yaml2obj] - Check we correctly set the sh_info field...
2019-04-04 Simon PilgrimRevert rL357655 and rL357656 from llvm/trunk:
2019-04-04 Fangrui Song[Symbolize] Keep SymbolDescs with the same address...
2019-04-04 Diana Picus[ARM GlobalISel] Support DBG_VALUE
2019-04-04 Simon Pilgrim[SLP][X86] Regenerate operandorder tests with arguments...
next