OSDN Git Service

android-x86/external-llvm.git
2019-04-08 Fangrui Song[llvm-objdump] Migrate relocation handling functions...
2019-04-08 Andrea Di Biagio[llvm-mca][scheduler-stats] Print issued micro opcodes...
2019-04-08 Simon Pilgrim[X86][AVX] Add PR34380 shuffle test cases
2019-04-08 Sanjay Patel[x86] make 8-bit shl undesirable
2019-04-08 Eugene LeviantUse llvm::crc32 instead of crc32. NFC
2019-04-08 Sanjay Patel[InstCombine] remove overzealous assert for shuffles...
2019-04-08 Simon Pilgrim[InstCombine][X86] Expand MOVMSK to generic IR (PR39927)
2019-04-08 Nico Webergn build: Merge r357905
2019-04-08 Nico Webergn-build: Re-run `git ls-files '*.gn' '*.gni' | xargs...
2019-04-08 Eugene LeviantAttempt to recommit r357901
2019-04-08 Chen Zheng[InstCombine] sdiv exact flag fixup.
2019-04-08 Xing GUO[llvm-readobj] Use `reinterpret_cast` instead of C...
2019-04-08 Eugene LeviantReverting r357901 as fails to build on some of the...
2019-04-08 Eugene Leviant[Support] Add zlib independent CRC32
2019-04-08 Roman Lebedev[llvm-exegesis] benchmarkMain(): less cryptic error...
2019-04-08 Justin Bogner[CMake] Replace LLVM_ENABLE_CXX1Y and friends with...
2019-04-08 Roman Lebedev[llvm-exegesis][X86] Randomize CMOVcc/SETcc OPERAND_CON...
2019-04-08 Pavel LabathObject/Minidump: Add support for reading the ModuleList...
2019-04-08 Chen Zheng[InstCombine] add more testcases for sdiv exact flag...
2019-04-08 Craig Topper[X86] Make LowerOperationWrapper more robust. Remove...
2019-04-08 Fangrui Song[ConstantRange] Delete redundnt {z,s}extOrSelf for...
2019-04-08 Chen Zheng[InstCombine] add testcases for sdiv exact flag fixing...
2019-04-08 Chen Zheng[InstCombine]add testcase for sdiv canonicalizetion...
2019-04-08 Craig Topper[X86] Split floating point tests out of atomic-mi.ll...
2019-04-08 Craig Topper[X86] Add avx and avx512f command lines to atomic-non...
2019-04-08 Fangrui Song[llvm-objdump] Fix MC/ARM/arm-macho-calls.s
2019-04-07 Nikita Popov[ConstantRange] Add signed/unsigned unionWith()
2019-04-07 Craig Topper[X86] Use (SUBREG_TO_REG (MOV32rm)) for extloadi64i8...
2019-04-07 Nikita Popov[ConstantRangeTest] Generalize intersection testing...
2019-04-07 Nikita Popov[ConstantRange] Add unsigned and signed intersection...
2019-04-07 Robert Widmann[LLVM-C] Allow Access to the Type of a Binary
2019-04-07 Nikita Popov[ConstantRange] Add isAllNegative() and isAllNonNegativ...
2019-04-07 Nikita PopovReapply [ValueTracking] Support min/max selects in...
2019-04-07 Fangrui Song[llvm-objdump] Split disassembleObject and simplify...
2019-04-07 Chris Lattnerlast changes for now
2019-04-07 Chris Lattnervarious improvements in wording, also unbreak the bot
2019-04-07 Fangrui Song[DWARF] DWARFDebugLine: delete unused parameter `Offset`
2019-04-07 Chris Lattnermake a bunch of cleanups in wording and tone
2019-04-07 Simon Pilgrim[CostModel][X86] Masked load legalization requires...
2019-04-07 Chris Lattnerremove some unhelpful language from the tutorial
2019-04-07 Chris LattnerCopy the C++ kaleidoscope tutorial into a subdirectory...
2019-04-07 Simon Pilgrim[DAG] Pull out ComputeNumSignBits call to make debuggin...
2019-04-07 Simon Pilgrim[X86][SSE] SimplifyDemandedBitsForTargetNode - Add...
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
next