OSDN Git Service

android-x86/external-llvm.git
2018-05-11 Vedant Kumar[DAGCombiner] Set the right SDLoc on extended SETCC...
2018-05-11 Vedant Kumar[DAGCombiner] Set the right SDLoc on a newly-created...
2018-05-11 Vedant Kumar[DAGCombiner] Factor out duplicated logic for an extloa...
2018-05-11 Chris Matthews[LIT] replace output escapes wit a cdata block
2018-05-11 Nico Webermake add_llvm_fuzzer calls slightly more consisten...
2018-05-11 David Bolvansky[InstCombine] snprintf optimizations
2018-05-11 Simon Pilgrim[X86][BtVer2] Model ymm move as double pumped instructions
2018-05-11 Alex Bradbury[RISCV] Support .option rvc and norvc assembler directives
2018-05-11 Martin Storsjo[Analysis] Validate the return type of s(n)printf like...
2018-05-11 Simon Pilgrim[X86][MMX] Tag MMX Move/Load/Store as WriteVec schedule...
2018-05-11 Geoff Berry[AArch64] Fix performPostLD1Combine to check for consta...
2018-05-11 Simon Dardis[mips] Rename Filler to MipsDelaySlotFiller and initial...
2018-05-11 Sanjoy DasUse iteration instead of recursion in CFIInserter
2018-05-11 Davide Italiano[Reassociate] Prevent infinite loops when processing...
2018-05-11 Nico WeberRemove unused SyncExecutor and make it clearer that...
2018-05-11 Simon Dardis[mips] Enable disassembly of fused (negative) multiply...
2018-05-11 Simon Pilgrim[X86][SLM] Vector stores only use the MEC port.
2018-05-11 Simon Pilgrim[X86] Split WriteF/WriteVec Move/Load/Store scheduler...
2018-05-11 Daniel Neilson[InstCombine] Unify handling of atomic memtransfer...
2018-05-11 Simon Pilgrim[X86] Added scheduler helper classes to split move...
2018-05-11 Sven van Haastregt[APFloat] Set losesInfo on no-op convert
2018-05-11 Jakub Kuderski[IRTests] Verify PDT instead of DT
2018-05-11 Tom StellardAMDGPU/GlobalISel: Implement select() for 32-bit G_FPTOUI
2018-05-11 Alexander Shaposhnikov[llvm-strip] Add support for -remove-section
2018-05-11 Craig Topper[X86] Remove and autoupgrade the avx512.mask.store...
2018-05-11 Alexander Shaposhnikov[llvm-objcopy] Update remove-section.test
2018-05-11 Brian Gesiak[Coroutines] PR34897: Fix incorrect elisions
2018-05-11 Brian Gesiak[Support] Add docs for 'openFileFor{Write,Read}'
2018-05-11 Kostya Serebryany[sanitizer-coverage] don't instrument a function if...
2018-05-11 Kamil RytarowskiRegister NetBSD/i386 in AddressSanitizer.cpp
2018-05-11 Craig Topper[InstCombine] Add tests for cases where we don't recogn...
2018-05-11 Chris MatthewsSupport Unsupported Tests in xunit output
2018-05-11 Chris MatthewsRefactor xunit test case builder to not use as much...
2018-05-10 Wei Mi[SampleFDO] Don't treat warm callsite with inline insta...
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-10 Chris Matthews[LIT] Move xunit tests tests into their own location...
2018-05-10 Craig Topper[InstCombine] Replace an 'if' that should always be...
2018-05-10 Sam Clegg[WebAssembly] Initial Disassembler.
2018-05-10 Craig Topper[X86] Add new patterns for masked scalar load/store...
2018-05-10 Martin StorsjoRevert "[InstCombine] snprintf optimizations"
2018-05-10 Tom StellardAMDGPU/GlobalISel: Implement select() for G_BITCAST...
2018-05-10 Robert Widmann[LLVM-C] Consolidate llgo's DIBuilder Bindings
2018-05-10 Tom StellardAMDGPU/GlobalISel: Enable TableGen'd instruction selector
2018-05-10 Sanjay Patel[InstCombine] add folds for minnum(-a, -b) --> -maxnum...
2018-05-10 Wolfgang Pieb[DWARF] Fixing a bug in DWARF v5 string offsets tables...
2018-05-10 Omer Paparo... [InstCombine] Moving overflow computation logic from...
2018-05-10 Sanjay Patel[InstCombine] add minnum/maxnum tests (PR37404, PR37405...
2018-05-10 Gabor Buella[X86] Initialize HasPTWRITE member of X86Subtarget
2018-05-10 Simon Pilgrim[X86] Convert/Merge more instregex patterns to reduce...
2018-05-10 George Burgess IVAdd regression test for r331976
2018-05-10 Haicheng Wu[CGP] Split large data structres to sink more GEPs
2018-05-10 Robert Widmann[LLVM-C] Add Accessors for Common DIType and DILocation...
2018-05-10 Robert Widmann[LLVM-C] Move DIBuilder Bindings For Temporary MDNodes
2018-05-10 Sam Clegg[WebAsembly] Update default triple in test files to...
2018-05-10 Simon Pilgrim[X86][Znver1] Remove unnecessary SchedWritePMULLD InstR...
2018-05-10 Sam Clegg[WebAssembly] Create section start symbols automaticall...
2018-05-10 Chandler Carruth[PM/LoopUnswitch] Avoid pointlessly creating an exit...
2018-05-10 Simon Pilgrim[X86][SNB] Fix typo in PEXTRDmr instregex, was missing...
2018-05-10 Simon Pilgrim[X86] Split WriteVecALU/WriteVecLogic/WriteShuffle...
2018-05-10 Sanjay Patel[InstCombine] regenerate full checks; NFC
2018-05-10 Simon Atanasyan[mips] Accept 32-bit offsets for ld/sd/lld commands
2018-05-10 Simon Atanasyan[mips] Accept 32-bit offsets for lh and lhu commands
2018-05-10 Alexander Shaposhnikov[llvm-objcopy] Add tests for help messages
2018-05-10 Sanjay Patel[x86] fix fmaxnum/fminnum with nnan
2018-05-10 Daniel Neilson[DSE] Teach the pass about partial overwrite of atomic...
2018-05-10 whitequark[PR37339] Fix assertion in FunctionComparator::cmpInlineAsm
2018-05-10 Sanjay Patel[x86] fix test names; NFC
2018-05-10 Sanjay Patel[x86] add tests for maxnum/minnum intrinsics with nnan...
2018-05-10 Nico WeberDon't redefine a bunch of defines from llvm-config...
2018-05-10 James Henderson[DWARF] Remove unused member and fix(?) the unit-tests...
2018-05-10 Nirav Dave[DAG] Avoid using deleted node in rebuildSetCC
2018-05-10 Roman Lebedev[DWARF] DwarfGenerator.h LineTable: explicitly mark...
2018-05-10 Roman Lebedev[DWARF] dwarfgen::LineTable::writeData(): pacify -Wcove...
2018-05-10 Roman Lebedev[DWARF] DWARFDebugLineTest: fix a few more signed/unsig...
2018-05-10 James HendersonFix signed/unsigned comparison warning and print format
2018-05-10 David Bolvansky[CFLGraph] Fixed Select instruction handling
2018-05-10 Benjamin Kramer[InstCombine] Only propagate known leading zeros from...
2018-05-10 James Henderson[DWARF] Rework debug line parsing to use llvm::Error...
2018-05-10 Simon Dardis[mips] Correct the predicates of cvt.fmt.fmt instructions
2018-05-10 Gabor Buella[X86] ptwrite intrinsic
2018-05-10 Douglas YungFix tests added in r331924 so that they work on Windows.
2018-05-10 Serguei Katkov[SCEV] Add missed Test for rL331949.
2018-05-10 Serguei KatkovSCEV] Do not use induction in isKnownPredicate for...
2018-05-10 Craig Topper[InstCombine] Reorder an if condition to put a cheap...
2018-05-10 Craig Topper[InstCombine] Use APInt::getBitsSetFrom to shortern...
2018-05-10 Chris Matthews[LIT] Add the missing file
2018-05-10 Chris MatthewsRefactor test incase results are backwards
2018-05-10 Philip Reames[Inscombine] fix a signedness warning which broke ...
2018-05-09 Chris Matthews[LIT] Handle xml characters in test names
2018-05-09 Artem Belevich[NVPTX] Added a feature to use short pointers for const...
2018-05-09 Sanjay Patel[PhaseOrdering] remove stale comments; NFC
2018-05-09 Sanjay Patel[AggressiveInstCombine] convert a chain of 'and-shift...
2018-05-09 Philip Reames[InstCombine] Widen guards with conditions between
2018-05-09 Benjamin Kramer[InstCombine] Teach SimplifyDemandedBits that udiv...
2018-05-09 Amaury Sechet[ARM] Add support for SETCCCARRY instead of SETCCE
2018-05-09 Roman Tereshin[GlobalISel][Legalizer] Widening the second src op...
2018-05-09 Paul Semel[llvm-objcopy] Add --strip-symbol (-N) option
2018-05-09 Farhana Aleen[AMDGPU] Support horizontal vectorization of min/max.
2018-05-09 Matt ArsenaultAMDGPU: Ignore any_extend in mul24 combine
2018-05-09 Krzysztof Parzyszek[Hexagon] Add patterns for vector shift-and-accumulate
next