OSDN Git Service

android-x86/external-llvm.git
2019-03-01 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2019-03-01 Thomas Lively[WebAssembly] Fix crash when @llvm.global_dtors is...
2019-02-28 Tom StellardAMDGPU/GlobalISel: Implement select for G_EXTRACT
2019-02-28 Joerg Sonnenberger[PPC] Secure PLT only has meaning for PIC
2019-02-28 Reid Kleckner[sancov] Instrument reachable blocks that end in unreac...
2019-02-28 Peter Collingbournellvm-readobj: Try the DWARF CFI dumper on all machines.
2019-02-28 Adrian PrantlUpdate testcase since llvm-dwarfdump got more accurate...
2019-02-28 Adrian Prantldsymutil support for DW_OP_convert
2019-02-28 Peter Collingbournegn build: Merge r355133.
2019-02-28 Nico Webergn build: Merge r355035
2019-02-28 Nico Webergn build: Merge r355024
2019-02-28 Manman RenTrying to fix bot breakage due to symbols not defined...
2019-02-28 Eli Friedman[AArch64] [Windows] Don't skip constructing UnwindHelp.
2019-02-28 Eli Friedman[AArch64] [Windows] Fix llvm-readobj -unwind output...
2019-02-28 Abderrazek... [AArch64] Improve FP16 vector convert from short instru...
2019-02-28 Manman RenAdd a module pass for order file instrumentation
2019-02-28 Rong Xu[PGO] Context sensitive PGO (part 2)
2019-02-28 Sanjay Patel[x86] scalarize extract element 0 of FP math
2019-02-28 Jiong Wangbpf: disassembler support for XADD under sub-register...
2019-02-28 Jiong Wangbpf: enable sub-register code-gen for XADD
2019-02-28 Jiong Wangbpf: improve dead Defs check for XADD
2019-02-28 Serge GueltonAdd Support for Creating and Deleting Unicode Files...
2019-02-28 Sanjay Patel[InstCombine] fold adds of constants separated by sext...
2019-02-28 Craig Topper[X86] Add test case that was supposed to go with r355116.
2019-02-28 Craig Topper[X86] Don't peek through bitcasts before checking ISD...
2019-02-28 Amara EmersonRevert "[AArch64][GlobalISel] Add support for 64 bit...
2019-02-28 Jonas Devlieghere[dsymutil] Use rfind for paths with parentheses
2019-02-28 Thomas Lively[WebAssembly] Remove uses of ThreadModel
2019-02-28 Philip Reames[Tests] Strengthen LICM test corpus to show alignment...
2019-02-28 Philip Reames[Tests] Strengthen LICM test corpus to show alignment...
2019-02-28 Nikita Popov[ValueTracking] More accurate unsigned sub overflow...
2019-02-28 Tom Stellardllvm-config: Include -stdlib= in --cxxflags
2019-02-28 Chijun SimaMake MergeBlockIntoPredecessor conformant to the precon...
2019-02-28 Amara Emerson[AArch64][GlobalISel] Add support for 64 bit vector...
2019-02-28 Kadir Cetinkaya[Target][ARM] Add a usage for SrcSz to unbreak build...
2019-02-28 Bjorn PetterssonAdd support for computing "zext of value" in KnownBits...
2019-02-28 Stefan Pintilie[PowerPC] Removed STATISTIC that was causing build...
2019-02-28 Stefan Pintilie[PowerPC] Move the stack pointer update instruction...
2019-02-28 Simon Pilgrim[X86][AVX] Remove superfluous insert_subvector(zero...
2019-02-28 Diana Picus[ARM GlobalISel] Make arm_i32imm an IntImmLeaf
2019-02-28 Dmitri GribenkoFixed typos in a test: s/CEHCK/CHECK/
2019-02-28 Dmitri GribenkoFixed a typo in the test s/CEHCK/CHECK/
2019-02-28 Simon Pilgrim[X86][AVX] Fold vf64 concat_vectors(movddup(x),movddup...
2019-02-28 Diana Picus[ARM GlobalISel] Support global variables for Thumb2
2019-02-28 George Rimar[llvm-objdump] - Improve the error message for "removin...
2019-02-28 George Rimar[llvm-readobj] - Fix the invalid dumping of the dynamic...
2019-02-28 Nikita Popov[ValueTracking] More accurate unsigned add overflow...
2019-02-28 Craig Topper[X86] Use PreprocessISelDAG to convert vector sra/srl...
2019-02-28 Fangrui Song[Dominators] Avoid potentially quadratic std::is_permut...
2019-02-28 Philip Reames[SelectionDAG] Strengthen assertions about usage of...
2019-02-28 Richard TrieuFix IR/Analysis layering issue with OptBisect
2019-02-28 Alexandre GaneaFix SupportTests.exe/AllocationTests/MappedMemoryTest...
2019-02-28 Alexandre GaneaFix non-Windows platforms build break introduced by...
2019-02-28 Alexandre Ganea[Memory] Add basic support for large/huge memory pages
2019-02-28 Eric ChristopherTemporarily revert "ArgumentPromotion should copy all...
2019-02-28 Craig Topper[X86] Use X86::LAST_VALID_COND instead of assuming...
2019-02-28 Matt ArsenaultAMDGPU/GlobalISel: Add regbankselect test for phis
2019-02-28 Matt ArsenaultAMDGPU: Fix typo
2019-02-28 Matt ArsenaultAMDGPU: Enable function calls by default
2019-02-28 Abderrazek... [AArch64] Generate FP16 vector compare instructions.
2019-02-28 Matt ArsenaultAMDGPU: Fix crashes in invalid call cases
2019-02-28 Matt ArsenaultGlobalISel: Implement fewerElementsVector for phi
2019-02-28 Matt ArsenaultGlobalISel: Implement moreElementsVector for phi
2019-02-27 Reid Kleckner[InstrProf] Use separate comdat group for data and...
2019-02-27 Alina Sbirlea[MemorySSA] Make insertDef insert corresponding phi...
2019-02-27 Joerg SonnenbergerDefault to Secure PLT on PPC for NetBSD and OpenBSD.
2019-02-27 James Y KnightFixup compilation/test failures after r354960 and r355013.
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable split and demangle stdin input...
2019-02-27 Evgeniy Stepanov[hwasan, asan] Intercept vfork.
2019-02-27 Philip ReamesSeperate volatility and atomicity/ordering in SelectionDAG
2019-02-27 Rong XuFixed ubsan failures in r355005.
2019-02-27 Matt DavisRevert "[llvm-cxxfilt] Split and demangle stdin input...
2019-02-27 Sanjay Patel[InstCombine] add tests for add+ext+add; NFC
2019-02-27 Simon Pilgrim[X86][AVX] Pull out some INSERT_SUBVECTOR combines...
2019-02-27 Matt Davis[llvm-readobj] Print section type values for unknown...
2019-02-27 Alexey Lapshin Attempt to fix buildbot after r354972 [#1]. NFCI.
2019-02-27 Matt Davis[llvm-cxxfilt] Re-enable the delimiters test on Windows.
2019-02-27 Matt DavisClean up the delimiters test.
2019-02-27 Rong XuRecommit r354930 "[PGO] Context sensitive PGO (part 1)"
2019-02-27 James Henderson[llvm-readobj]Add additional testing for various ELF...
2019-02-27 Xing GUO[llvm-objdump] Should print strings when dumping DT_RPA...
2019-02-27 Matt Davis[llvm-cxxfilt] Split and demangle stdin input on certai...
2019-02-27 Nikita Popov[InstCombine] Add additional add.sat overflow tests...
2019-02-27 Sanjay Patel[InstCombine] regenerate complete checks; NFC
2019-02-27 Nico Webergn build: Merge r354989
2019-02-27 Nico Webergn build: Merge r354692
2019-02-27 Eugene Leviant[DebugInfo] Apply subprogram attributes on behalf of...
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC] Added register size check for VOP3/SDWA...
2019-02-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-02-27 Dmitry Preobrazhensky[AMDGPU][MC][GFX8+] Added syntactic sugar for 'vgpr...
2019-02-27 George Rimar[llvm-objcopy] - Check for invalidated relocations...
2019-02-27 Simon Pilgrim[X86][AVX] Only combine loads to broadcasts for legal...
2019-02-27 James Henderson[llvm-readobj]Fix error messages for bad archive member...
2019-02-27 Simon PilgrimFix Wenum-compare gcc7 warning. NFCI.
2019-02-27 Fangrui Song[llvm-readobj] Print DF_1_DISPRELPND
2019-02-27 Yonghong Song[BPF] Don't fail for static variables
2019-02-27 Vlad TsyrklevichRevert "[PGO] Context sensitive PGO (part 1)"
2019-02-27 Saleem AbdulrasoolSupport: enable backtraces on Windows
2019-02-27 Heejin Ahn[WebAssembly] Fix ScopeTops info in CFGStackify for...
2019-02-27 Jonas Devlieghere[DWARFFormValue] Cleanup DWARFFormValue interface....
next