OSDN Git Service

android-x86/external-llvm.git
2019-03-22 Reid Kleckner[pdb] Add -type-stats and sort stats by descending...
2019-03-22 Douglas YungRevert "[llvm-readobj] Separate `Symbol Version` dumper...
2019-03-22 Simon Pilgrim[TargetLowering] SimplifyDemandedBits trunc(srl(x,...
2019-03-22 Eli Friedman[ARM] Don't form "ands" when it isn't scheduled correctly.
2019-03-22 Craig Topper[X86] Use xmm registers to implement 64-bit popcnt...
2019-03-22 Craig Topper[X86] Use movq for i64 atomic load on 32-bit targets...
2019-03-22 Daniel SandersFix non-determinism in Reassociate caused by address...
2019-03-22 Bjorn Pettersson[KnownBits] Add const to some methods. NFC
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Eli Friedman[ARM] [NFC] Use tGPR in patterns where appropriate.
2019-03-22 Sanjay Patel[SLP] fix variables names in test; NFC
2019-03-22 James Y KnightIR: Support parsing numeric block ids, and emit them...
2019-03-22 Simon Pilgrim[X86] Regenerate powi tests to include i686 x87/sse...
2019-03-22 Simon Pilgrim[X86] Add PR13897 test case (i128 mul on i686)
2019-03-22 Nikita Popov[ValueTracking] Avoid redundant known bits calculation...
2019-03-22 Simon Pilgrim[X86] lowerShuffleAsBitMask - ensure float bit masks...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Philip Reames[Tests] Add masked.gather tests for non-constant masks...
2019-03-22 Bixia Zheng[ConstantFolding] Fix GetConstantFoldFPValue to avoid...
2019-03-22 Nico WeberMake clang-move use same file naming convention as...
2019-03-22 Philip Reames[tests] Add a generic masked.gather test to show someti...
2019-03-22 Philip Reames[tests] Add tests for converting masked.load to load...
2019-03-22 Xing GUO[llvm-readobj] Revert bad changes
2019-03-22 Philip Reames[Tests] Use valid alignment in masked.gather tests
2019-03-22 Nico Webergn build: Merge r356750
2019-03-22 Nico Webergn build: Merge r356570
2019-03-22 Nico Webergn build: Merge r356662
2019-03-22 Nico Webergn build: Merge r356692
2019-03-22 Tim RenoufInstCombineSimplifyDemanded: Allow v3 results for AMDGC...
2019-03-22 Nico Webergn build: Merge r356753
2019-03-22 Nico Webergn build: Merge r356652 (and follow-up r56655)
2019-03-22 Nico Webergn build: Merge r356729
2019-03-22 Xing GUO[llvm-readobj] Separate `Symbol Version` dumpers into...
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] add 'nounwind' to tests to reduce noise; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete checks for test; NFC
2019-03-22 Tim Renouf[AMDGPU] Use three- and five-dword result type in image ops
2019-03-22 Tim Renouf[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer...
2019-03-22 Dinar Temirbulatov[SLPVectorizer] Add test related to SLP Throttling...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Clement Courbet[llvm-exegesis] Fix compilation before c++17.
2019-03-22 Clement Courbet[llvm-exegesis] Add clustering test.
2019-03-22 James Henderson[llvm-objcopy]Add coverage for --split-dwo and --output...
2019-03-22 George RimarRevert r356738 "[llvm-objcopy] - Implement replaceSecti...
2019-03-22 Alex Bradbury[RISCV] Add basic RV32E definitions and MC layer support
2019-03-22 Alex Bradbury[RISCV] Optimize emission of SELECT sequences
2019-03-22 Alex Bradbury[RISCV] Allow conversion of CC logic to bitwise logic
2019-03-22 George Rimar[llvm-objcopy] - Fix a st_name of the first symbol...
2019-03-22 George Rimar[llvm-objcopy] - Implement replaceSectionReferences...
2019-03-22 James Henderson[llvm-objcopy]Add support for *-freebsd output formats
2019-03-22 Alex Bradbury[RISCV][NFC] Add test case to MC/RISCV/linker-relaxatio...
2019-03-22 Tim Renouf[AMDGPU] Added v5i32 and v5f32 register classes
2019-03-22 Alex Bradbury[RISCV][NFC] Expand test/MC/RISCV/linker-relaxation...
2019-03-22 Craig Topper[X86] Add 32-bit command lines with and without SSE2...
2019-03-22 Yonghong Song[BPF] fix flaky btf unit test static-var-derived-type.ll
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-22 Yonghong Song[BPF] handle derived type properly for computing type id
2019-03-21 Craig Topper[X86] Autogenerate complete checks. NFC
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Craig Topper[X86] Use LoadInst->getType() instead of LoadInst-...
2019-03-21 Nikita Popov[InstSimplify] Add tests for signed icmp of and/or...
2019-03-21 Steven Wu[Object] Fix reading objects created with -fembed-bitco...
2019-03-21 Matt ArsenaultMips: Fix typo in assert message
2019-03-21 Matt ArsenaultMips: Don't create copy of nothing
2019-03-21 Matt ArsenaultGlobalISel: Fix RegBankSelect for REG_SEQUENCE
2019-03-21 Akira HatanakaDon't add a tail keyword to calls to ObjC runtime funct...
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Jordan Rupprecht[llvm-objdump] Support arg grouping for -j and -M ...
2019-03-21 Simon Pilgrim[X86] canonicalizeBitSelect - don't attempt to canonica...
2019-03-21 Reid Kleckner[llvm-pdbutil] Add -type-ref-stats to help find unused...
2019-03-21 Sanjay Patel[x86] add tests with movmsk potential (PR39665); NFC
2019-03-21 Craig Topper[InstCombine] Don't transform ((C1 OP zext(X)) & C2...
2019-03-21 Craig Topper[X86] Don't avoid folding multiple use sign extended...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrin] Add support for scalarizing...
2019-03-21 Nikita Popov[ValueTracking] Use ConstantRange based overflow check...
2019-03-21 Krzysztof ParzyszekAdd more rotate tests, including ORs of rotates
2019-03-21 David GreenFixup opt-remarks.ll gold plugin test. NFC
2019-03-21 Florian Hahn[DAGCombiner] Use getTokenFactor in a few more cases.
2019-03-21 Simon Pilgrim[DAGCombine] SimplifySelectCC - call FoldSetCC with...
2019-03-21 Sanjay Patel[CodeGenPrepare] limit formation of overflow intrinsics...
2019-03-21 Xing GUO[llvm-readobj] Format codes. NFC.
2019-03-21 Simon Pilgrim[Thumb] Fix infinite loop in ABS expansion (PR41160)
2019-03-21 Tim Renouf[AMDGPU] Support for v3i32/v3f32
2019-03-21 Simon PilgrimFix -Wmisleading-indentation gcc7 warning. NFCI.
2019-03-21 Oliver Stannard[AArch64] Allow -mattr=tpidr-el[1|2|3]
2019-03-21 Simon Pilgrim[SelectionDAG] Add scalarization of ABS node (PR41149)
2019-03-21 Pavel LabathFix two more issues with r356652
2019-03-21 Alex Bradbury[RISCV][NFC] Remove old CHECK lines from linker-relaxat...
2019-03-21 Pavel LabathAttempt to fix modules build for r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-21 Fangrui Song[BasicAA] Use DenseMap::try_emplace after D59151. NFC
2019-03-21 Mikael HolmenSilence warning about unused variable in builds without...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrinsics] Reverse some if conditio...
2019-03-21 Craig Topper[InstCombine] Add test case for PR41164. NFC
2019-03-21 Alina Sbirlea[BasicAA] Reduce no of map seaches [NFCI].
2019-03-21 Philip Reames[instcombine] Add some todos, and arrange code for...
2019-03-21 George Burgess IV[MSSA] Delete move ctor; remove dynamic never-moved...
2019-03-20 Craig Topper[X86] Add CMPXCHG8B feature flag. Set it for all CPUs...
2019-03-20 Michael TrentFix Mach-O bind and rebase validation errors in libObject
next