OSDN Git Service

android-x86/external-llvm.git
2017-03-31 Rafael EspindolaAdd a %basename substitution.
2017-03-31 Jonas Paulsson[SystemZ] Skip DAGCombining of vector node for older...
2017-03-31 Kristof BeylsMake naming in Host.h in line with coding standards.
2017-03-31 Rafael EspindolaUse the current working directory in the glob expansion
2017-03-31 Yaron KerenUpdate comment for r299098 per feedback from James...
2017-03-31 Max Kazantsev[ScalarEvolution] Re-enable Predicate implication from...
2017-03-31 Kristof BeylsDo not pollute the namespace in a header file.
2017-03-31 Sam Kolton[AMDGPU] SDWA Peephole: improve search for immediates...
2017-03-31 Simon Pilgrim[DAGCombiner] Add vector demanded elements support...
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Simon PilgrimFix MSVC 'not all control paths return a value' warning
2017-03-31 Simon PilgrimFix signed/unsigned warning
2017-03-31 Zvi RackoverInstsimplify: Adding shufflevector test. NFC.
2017-03-31 Craig Topper[APInt] Add unittests that demonstrate how very broken...
2017-03-31 Mikael Holmen[Scalarizer] Handle scalar arguments in vector GEP
2017-03-31 Andrew WilkinsGo binding: Add GetCurrentDebugLocation to obtain debug...
2017-03-31 Peter CollingbourneRe-apply r299168 and r299169 now that the libdeps are...
2017-03-31 Peter CollingbourneMove llvm::emitLinkerFlagsForGlobalCOFF() to Mangler.
2017-03-31 Peter CollingbourneMove llvm::canBeOmittedFromSymbolTable() to Analysis.
2017-03-31 Kostya Serebryany[libFuzzer] simplify the code a bit
2017-03-31 Kostya Serebryany[libFuzzer] tests: don't test 64-bit comparison on...
2017-03-31 Kostya Serebryany[libFuzzer] ensure that strncmp is not inlined in a...
2017-03-31 Dean Michael... [XRay][docs] Add XRayExample to docindex.
2017-03-31 Peter CollingbourneRevert r299168 and r299169 due to library dependency...
2017-03-31 Peter CollingbourneFix 32-bit build.
2017-03-31 Peter CollingbourneLTO: Reduce memory consumption by creating an in-memory...
2017-03-31 Kostya Serebryany[libFuzzer] make sure we don't execute libFuzzer's...
2017-03-31 Eric ChristopherTemporarily revert "[PPC] In PPCBoolRetToInt change...
2017-03-31 Dean Michael... [XRay][tools] Remove some assertions in llvm-xray graph
2017-03-31 Eric ChristopherFix typo, defind -> defined.
2017-03-31 Kostya Serebryany[libFuzzer] try to fix value-profile-strncmp on the...
2017-03-31 Peter CollingbourneModuleSummaryAnalysis: Use a more precise #include...
2017-03-30 Dan Gohman[WebAssembly] Initial linking metadata support
2017-03-30 Matt ArsenaultAMDGPU: Rename isKernel
2017-03-30 Dean Michael... [XRay][docs] Examples for how to use XRay
2017-03-30 Peter CollingbourneThinLTOBitcodeWriter: Use Module::global_values()....
2017-03-30 Matt ArsenaultLangRef: Don't refer to a 'generic' address space.
2017-03-30 Eric ChristopherAdd testcase for r299124.
2017-03-30 Eric ChristophergetPristineRegs is not accurately considering shrink...
2017-03-30 Craig Topper[InstCombine] Fix typo last->least. NFC
2017-03-30 Matt ArsenaultAMDGPU: Add all atomicrmw fields to atomic.inc/dec
2017-03-30 Craig Topper[InstSimplify] Use m_SignBit instead of calling getSign...
2017-03-30 Craig Topper[InstSimplify] Use APInt::isMaxSignedValue() instead...
2017-03-30 Hongbin Zheng[SimplifyIndvar] Replace the sdiv used by IV if we...
2017-03-30 Craig Topper[AVX-512] Fix bad comment from r299112. NFC
2017-03-30 Rafael EspindolaUse os.path.realpath when tracking the cwd.
2017-03-30 Craig Topper[AVX-512] Fix another case where fastisel was generatin...
2017-03-30 Rafael Espindolalit: support redirect from globs
2017-03-30 Stanislav Mekhanoshin[AMDGPU] Add GlobalOpt parameter to Always Inliner...
2017-03-30 Adrian PrantlTeach stripNonLineTableDebugInfo() to remap DILocations...
2017-03-30 Juergen Ributzka[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCOD...
2017-03-30 Davide Italiano[AArch64ISelLowering] Remove `else` after `return`...
2017-03-30 Davide Italiano[AArch64] Simplify isSingExtended()/isZeroExtended...
2017-03-30 Derek Schuff[WebAssembly] Improve support for WebAssembly binary...
2017-03-30 Yaron KerenFollowing r297661, disable dup workaround to disable...
2017-03-30 Adam Nemet[DAGCombiner] Initial support for the fast-math flag...
2017-03-30 Ahmed Bougacha[CodeGen] Pass SDAG an ORE, and replace FastISel stats...
2017-03-30 Sanjay Patel[DAGCombiner] add helper function for visitORLike;...
2017-03-30 Chris Bieneman[yaml2obj] Enable and fix tests
2017-03-30 Andrew NgTest commit.
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-30 Kristof BeylsRevert "Make naming in Host.h in line with coding stand...
2017-03-30 Kristof BeylsAnother attempt fix the Windows builds
2017-03-30 Kristof BeylsAttempt to fix the Windows builds by using llvm::detail...
2017-03-30 Daniel Sanders[globalisel][tablegen] Change Expected<bool> to Error...
2017-03-30 Kristof BeylsMake naming in Host.h in line with coding standards.
2017-03-30 Kristof BeylsRefactor getHostCPUName to allow testing on non-native...
2017-03-30 Craig Topper[APInt] Remove references to integerPartWidth outside...
2017-03-30 Kostya Serebryany[libFuzzer] remove a stale flag from tests, run value...
2017-03-30 Zvi Rackover[DAGCombine] A shuffle of a splat is always the splat...
2017-03-30 Kostya Serebryany[libFuzzer] best effort support for -fsanitize-coverage...
2017-03-29 Eric ChristopherIf the DIUnit has flags passed on it then have DW_AT_pr...
2017-03-29 Reid Kleckner[codeview] Fix buggy BeginIndexMapSize assertion
2017-03-29 Sanjay Patel[CodeGen] clean up and add tests for scalar and-of...
2017-03-29 Davide Italiano[X86IselLowering] Remove extraneous semicolon. NFCI.
2017-03-29 Davide Italiano[DAGCombiner] Remove else after return. NFCI.
2017-03-29 Adrian McCarthyRe-land: "Make NativeExeSymbol a concrete subclass...
2017-03-29 Rafael EspindolaAdd ifunc support to ModuleSymbolTable.
2017-03-29 Matthew Simpson[InstCombine] Correct the check for vector GEPs
2017-03-29 Sanjay Patel[DAGCombiner] unify type checks and add asserts; NFCI
2017-03-29 Adrian McCarthyllvm-pdbdump: If we don't change the color, don't reset...
2017-03-29 Simon Pilgrim[X86] Tidied up comment - we don't custom lower add...
2017-03-29 Sanjay Patel[DAGCombiner] reduce code duplication by rearranging...
2017-03-29 Daniel Sanders[tablegen][globalisel] Convert the SelectionDAG importe...
2017-03-29 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-29 Sven van Haastregt[MachineVerifier] Drop a spurious const
2017-03-29 Filipe CabecinhasCleanup in preparation for D30703. NFCI
2017-03-29 Rafael EspindolaFix GettingStarted.rst statement.
2017-03-29 Rafael EspindolaRemove unused argument.
2017-03-29 Simon Pilgrim[X86][AVX2] Prevent unary interleaving patterns from...
2017-03-29 Simon Pilgrim[AMDGPU] Tidy up computeKnownBitsForTargetNode/ComputeN...
2017-03-29 Simon Pilgrim[X86][MMX] Added generic sitofp test to compare against...
2017-03-29 Simon Pilgrim[X86] Removed old comment. NFCI.
2017-03-29 Sven van Haastregt[MachineVerifier] Avoid reference to nullptr
2017-03-29 Eric ChristopherMove the x86 cpu feature rtm from Haswell to Skylake...
2017-03-29 Craig Topper[AVX-512] Remove explicit KMOVWrk from isel patterns...
2017-03-29 Craig Topper[AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions...
2017-03-29 Dean Michael... [XRay] Update FDR log reader to be aware of buffer...
2017-03-29 Dean Michael... [XRay][tools] Handle "no subcommand" case for llvm...
next