OSDN Git Service

android-x86/external-llvm.git
2019-04-20 Lang Hames[JITLink] Disable MachO/x86-64 regression test if the...
2019-04-20 Amara EmersonRevert r358800. Breaks Obsequi from the test suite.
2019-04-20 Lang Hames[JITLink] Add llvm-jitlink to the list of available...
2019-04-20 Lang Hames[JITLink] Add BinaryFormat to JITLink's dependencies.
2019-04-20 Lang Hames[JITLink] Add more detail to MachO/x86-64 "unsupported...
2019-04-20 Lang Hames[JITLink] Add check to JITLink unit test to bail out...
2019-04-20 Lang Hames[JITLink] Silence some MSVC implicit cast warnings.
2019-04-20 Lang Hames[JITLink] Add llvm-jitlink subdirectory to tools/LLVMBu...
2019-04-20 Lang Hames[JITLink] Use memset instead of bzero.
2019-04-20 Lang Hames[JITLink] Silence a narrowing conversion warning.
2019-04-20 Lang Hames[JITLink] Update BuildingAJIT tutorials to account...
2019-04-20 Lang Hames[JITLink] Fix a missing header and bad prototype.
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-04-20 Craig Topper[X86] Disable argument copy elision for arguments passe...
2019-04-20 Luqman Aden[CorrelatedValuePropagation] Mark subs that we know...
2019-04-20 Fangrui Song[ExecutionDomainFix] Optimize a binary search insertion
2019-04-20 Fangrui Song[llvm-symbolizer] Fix section index at the end of a...
2019-04-20 Nikita Popov[IndVarSimplify] Generate full checks for some LFTR...
2019-04-20 Nikita Popov[IndVarSimplify] Add tests for PR31181; NFC
2019-04-20 Sam McCall[ADT] Avoid warning in bsearch testcase
2019-04-20 Fangrui Song[llvm-objdump] Fix End in disassemblyObject after rL358806
2019-04-20 Nikita Popov[CVP] Add tests for sub nowrap inference; NFC
2019-04-20 Nikita Popov[X86] Fix stack probing on x32 (PR41477)
2019-04-20 Fangrui Song[llvm-objdump] Don't disassemble symbols before SectionAddr
2019-04-20 Craig Topper[X86] Don't turn (and (shl X, C1), C2) into (shl (and...
2019-04-20 Craig Topper[X86] Turn (and (anyextend (shl X, C1), C2)) into ...
2019-04-20 Fangrui Song[llvm-objdump] Simplify --{start,stop}-address
2019-04-20 Sam Clegg[WebAssembly] Object: Improve error messages on invalid...
2019-04-19 Amara EmersonRevert "Revert "[GlobalISel] Add legalization support...
2019-04-19 Jessica Paquette[GlobalISel][AArch64] Legalize + select G_FRINT
2019-04-19 Sam Clegg[WebAssembly] FastISel: Don't fallback to SelectionDAG...
2019-04-19 Vedant Kumar[GVN+LICM] Use line 0 locations for better crash attrib...
2019-04-19 Vitaly BukaUpdate GN files to build with r358103
2019-04-19 Eric ChristopherRemove the EnableEarlyCSEMemSSA set of options from...
2019-04-19 Eli Friedman[AArch64] Fix checks for AArch64MCExpr::VK_SABS flag.
2019-04-19 Jessica Paquette[GlobalISel] Add IRTranslator support for G_FRINT
2019-04-19 Amy HuangAttempt to fix buildbot failure in commit 1bb57bac959ac...
2019-04-19 Jessica Paquette[GlobalISel] Add a G_FRINT opcode
2019-04-19 Craig Topper[X86] Add test case for D60801. NFC
2019-04-19 Amy Huang[MS] Emit S_HEAPALLOCSITE debug info
2019-04-19 Chris Bieneman[CMake] Pass monorepo build settings in cross compile
2019-04-19 Petr Hosek[gn] Support dots in CMake paths in the sync script
2019-04-19 Alina Sbirlea[LICM & MemorySSA] Make limit flags pass tuning options.
2019-04-19 Amara EmersonRevert "[GlobalISel] Add legalization support for non...
2019-04-19 Jessica Paquette[GlobalISel][AArch64] Legalize vector G_FPOW
2019-04-19 Alina Sbirlea[NewPassManager] Adding pass tuning options: loop vecto...
2019-04-19 Fangrui Song[dsymutil] DwarfLinker: delete unused parameter
2019-04-19 Sanjay Patel[SelectionDAG] soften splat mask assert/unreachable...
2019-04-19 Nico Weberllvm-undname: Attempt to fix leak-on-invalid found...
2019-04-19 Nico Webergn build: Merge r358722
2019-04-19 Nico Webergn build: Merge r358691
2019-04-19 Florian Hahn[LTO] Add plumbing to save stats during LTO on Darwin.
2019-04-19 Fangrui SongChange \r\n -> \n for llvm-symbolizer/help.test after...
2019-04-19 Igor Kudrin[llvm-symbolizer] Add llvm-addr2line
2019-04-19 Igor Kudrin[llvm-symbolizer] Unhide and document the "-output...
2019-04-19 Igor Kudrin[llvm-symbolizer] Make the output with -output-style...
2019-04-19 Simon Pilgrim[AMDGPU] Regenerate extractelt->truncate test.
2019-04-19 Bjorn Pettersson[CodeGen] Add "const" to MachineInstr::mayAlias
2019-04-19 James Molloy[PATCH] [MachineScheduler] Check pending instructions...
2019-04-19 Fangrui Song[MergeFunc] Delete unused FunctionNode::release()
2019-04-19 Fangrui Song[MergeFunc] removeUsers: call remove() only on direct...
2019-04-19 Piotr Sobczak[AMDGPU] Ignore non-SUnits edges
2019-04-19 Chandler Carruth[CallSite removal] Move the legacy PM, call graph...
2019-04-19 Fangrui Song[MergeFunc] Use less_first() as the comparator of Schwa...
2019-04-19 Craig Topper[X86] Turn (and (shl X, C1), C2) into (shl (and X,...
2019-04-19 Craig Topper[X86] Add test cases for turning (and (shl X, C1),...
2019-04-19 Craig Topper[X86] Make sure we copy the HandleSDNode back to N...
2019-04-19 Fangrui Song[DWARF] Use hasFileAtIndex to properly verify DWARF...
2019-04-19 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-04-19 Fangrui Song[APInt] Optimize umul_ov
2019-04-19 Saleem AbdulrasoolMergeFunc: preserve COMDAT information when creating...
2019-04-18 Alina Sbirlea[LoopUnroll] Move list of params into a struct [NFCI].
2019-04-18 Sanjay Patel[AArch64] add tests for mul-by-element; NFC
2019-04-18 Adrian PrantlImplement sys::fs::copy_file using the macOS copyfile...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize/select G_(S/Z/ANY)_EXT...
2019-04-18 Jessica Paquette[GlobalISel][AArch64] Legalize v8s8 loads
2019-04-18 Nico Weberllvm-undname: Fix two more asserts-on-invalid, found...
2019-04-18 Nico Weberllvm-undname: Fix two asserts-on-invalid
2019-04-18 Philip Reames[GuardWidening] Wire up a NPM version of the LoopGuardW...
2019-04-18 Michael Berg[NFC] FMF propagation for GlobalIsel
2019-04-18 Quentin Colombet[BlockExtractor] Extend the file format to support...
2019-04-18 Roland Froese[PowerPC] Add some PPC vec cost tests to prep for D6016...
2019-04-18 Simon Pilgrim[X86] combineVectorTruncationWithPACKUS - remove split...
2019-04-18 Philip Reames[LoopPred] Fix a blatantly obvious bug in r358684
2019-04-18 Sanjay Patel[x86] add tests for improved insertelement to index...
2019-04-18 Stefan Granitz[CMake] Allow custom extensions for externalized debug...
2019-04-18 Philip Reames[LoopPredication] Allow predication of loop invariant...
2019-04-18 Nicolai Haehnle[SDA] Bug fix: Use IPD outside the loop as divergence...
2019-04-18 Philip ReamesFix a bug in SCEV's isSafeToExpand around speculation...
2019-04-18 Benjamin KramerMinidumpYAML: Fix ambiguity between std::make_unique...
2019-04-18 Pavel LabathMinidumpYAML: Add support for ModuleList stream
2019-04-18 Nico Webergn build: Merge r358607
2019-04-18 Nico Webergn build: Merge r358633
2019-04-18 Nico Webergn build: Merge r358620
2019-04-18 Jordan Rupprecht[llvm-objcopy] Add -B mips
2019-04-18 George Rimar[yaml2elf/obj2yaml] - Allow normal parsing/dumping...
2019-04-18 Simon Pilgrim[X86][SSE] Lower ICMP EQ(AND(X,C),C) -> SRA(SHL(X,LOG2...
2019-04-18 James Henderson[llvm-objcopy][llvm-strip] Add switch to allow removing...
2019-04-18 Cullen RhodesTest commit access [NFC]
2019-04-18 Serguei Katkov[NewPM] Add Option handling for LoopVectorize
next