OSDN Git Service

android-x86/external-llvm.git
2017-06-07 Krzysztof Parzyszek[Hexagon] Generate 'inbounds' GEPs in HexagonCommonGEP
2017-06-07 Nirav Dave[DAG] Improve Store Merge candidate pruning. NFC.
2017-06-07 Xinliang David LiFix builin_expect lowering bug
2017-06-07 Eric FiselierAdd BinaryFormat module definition
2017-06-07 Alina Sbirlea[mssa] Fix case when there is no definition in a block...
2017-06-07 Sanjay Patel[CGP] avoid zext/trunc of a memcmp expansion compare
2017-06-07 Dmitry Preobrazhensky[AMDGPU][MC] Corrected error message for s_waitcnt...
2017-06-07 Peter CollingbourneLowerTypeTests: Generate simpler IR for br(llvm.type...
2017-06-07 Sanjay Patel[CGP] pass size as param in MemCmpExpansion; NFCI
2017-06-07 Filipe CabecinhasPR33331 - opt-viewer.py produces broken output for...
2017-06-07 Petar Jovanovic[mips][dsp] Modify repl.ph to accept signed immediate...
2017-06-07 Sanjay Patel[CGP] pass size as param in MemCmpExpansion; NFCI
2017-06-07 Sanjay Patel[CGP] getParent()->getParent() --> getFunction(); NFCI
2017-06-07 Guy Blank[X86] Add test to demonstrate inefficient lowering...
2017-06-07 Jonas Paulsson[SystemZ] Propagate MachineMemOperands
2017-06-07 Simon Pilgrim[DAG] Move SelectionDAG::isCommutativeBinOp to TargetLo...
2017-06-07 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_SELECT as legal
2017-06-07 Sanjay Patel[x86] avoid flipping sign bits for vector icmp by using...
2017-06-07 Sanjay Patel[CGP] add helper function for generating compare of...
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Petar Jovanovic[mips] do not use FastISel when -mxgot is present
2017-06-07 Florian Hahn[ARM] Use FixupKind variable in processFixupValue ...
2017-06-07 Sanjay Patel[CGP] fix formatting in MemCmpExpansion; NFC
2017-06-07 Diana Picus[ARM] GlobalISel: Purge G_SEQUENCE
2017-06-07 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-06-07 Benjamin Kramer[FileCheck] Don't scan past the closing CHECK-DAG for...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_XOR
2017-06-07 Simon Dardisevert "[mips] Fix test mips64fpldst.ll with machine...
2017-06-07 Simon Pilgrim[X86][SSE] Fix an issue with PEXTRW/PEXTRB indices...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_OR
2017-06-07 Florian Hahn[Linker] Remove llc usage from link-arm-and-thumb.ll...
2017-06-07 Diana Picus[ARM] GlobalISel: Support G_AND
2017-06-07 Florian Hahn[Linker] Remove warning when linking ARM and Thumb...
2017-06-07 Florian Hahn[ARM] Create relocations for unconditional branches.
2017-06-07 Eric FiselierAdjust module.modulemap after r304864
2017-06-07 Craig Topper[APInt] Fix the documentation for isOneValue. NFC
2017-06-07 Craig Topper[InstCombine][InstSimplify] Use APInt::isNullValue...
2017-06-07 Craig Topper[InstCombine] Fix two asserts that were accidentally...
2017-06-07 Galina KistanovaDisable all warning for AlignOfTest.cpp.
2017-06-07 NAKAMURA TakumiUpdate libdeps to add BinaryFormat, introduced in r304864.
2017-06-07 NAKAMURA TakumiReorder and reformat.
2017-06-07 Zachary TurnerAdd dependency from LibDriver to BinaryFormat.
2017-06-07 Zachary TurnerAdd dependency from AsmParser to BinaryFormat.
2017-06-07 Zachary TurnerAdd #include <system_error>
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-07 Craig Topper[LazyValueInfo] Remove redundant calls to ConstantRange...
2017-06-07 Craig Topper[Constants] Use isUIntN/isIntN from MathExtras instead...
2017-06-07 Craig Topper[Constants] Use APInt::isNullValue/isOneValue/uge to...
2017-06-07 Craig Topper[APInt] Add a isOneValue method that can determine...
2017-06-07 Tony TyeTry to work around possible bugs in version of Shpinx...
2017-06-07 NAKAMURA TakumiIntroduce the new feature "abi-breaking-checks" to...
2017-06-07 Quentin Colombet[InlineSpiller] Only account for real spills in the...
2017-06-07 Sanjay Patel[CGP / PowerPC] use direct compares if there's only...
2017-06-07 Tony TyeAdd documentation for various aspects of the AMDGPU...
2017-06-06 Zachary TurnerFix uninitialized read.
2017-06-06 Davide Italiano[SCCIterator] Garbage collect dead code. NFC.
2017-06-06 Adrian PrantlIntroduce -brief command line option to llvm-dwarfdump
2017-06-06 Chandler CarruthFix the includes in lib/Fuzzer on Windows that have...
2017-06-06 Davide Italiano[CFLAA] Remove unused include. NFCI.
2017-06-06 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-06 Sanjay Patel[PowerPC] auto-generate full checks and increase test...
2017-06-06 Dimitry AndricAllow VersionPrinter to print to arbitrary raw_ostreams
2017-06-06 Evgeny StupachenkoAdded tests for X86InterleavedStore.
2017-06-06 David BlaikieGlobalsModRef+OptNone: Don't prove readnone/other prope...
2017-06-06 Tony TyeAdd documentation for various aspects of the AMDGPU...
2017-06-06 Sanjay Patel[CGP] fix formatting/typos in MemCmpExpansion; NFC
2017-06-06 Alexey Bataev[SLP] Change extension of the test, NFC.
2017-06-06 Alexey Bataev[SLP] Add a test for fix of PR32164, NFC.
2017-06-06 Matthias Braunllc: Add ability to parse mir from stdin
2017-06-06 Evgeny StupachenkoFix PR23384 (part 3 of 3)
2017-06-06 Sanjay Patel[DAG] remove duplicated code for isOnlyUsedInZeroEquali...
2017-06-06 Anna Thomas[LVI Printer] Rely on the LVI analysis functions rather...
2017-06-06 Sam Clegg[WebAssembly] MC: Refactor relocation handling
2017-06-06 Matthias BraunMIRPrinter: Avoid assert() when printing empty INLINEAS...
2017-06-06 Matthias BraunUnitTests: Do not use assert() for error checking
2017-06-06 Konstantin... AMDGPU/NFC: Move amdgpu code object metadata to support
2017-06-06 Anna Thomas[LoopIdiom] Move X86 specific atomic memcpy test to...
2017-06-06 Daniel BerlinNewGVN: Fix PR/33187. This is a bug caused by two...
2017-06-06 Anna Thomas[Atomics][LoopIdiom] Recognize unordered atomic memcpy
2017-06-06 Stanislav Mekhanoshin[AMDGPU] Return correct value from SDWA pass
2017-06-06 Sam Clegg[WebAssembly] Remove unused methods from MCWasmObjectTa...
2017-06-06 Petar Jovanovic[mips] Add madd4 subtarget feature
2017-06-06 Anna Thomas[IRCE] Canonicalize pre/post loops after the blocks...
2017-06-06 Simon PilgrimFix spelling mistake in getRThroughput static function...
2017-06-06 Simon Pilgrim[X86][AVX1] Split 256-bit vector non-temporal FastISel...
2017-06-06 Tom StellardAMDGPU/GlobalISel: Mark 32-bit G_ICMP as legal
2017-06-06 Chandler CarruthFix another ordering constraint with windows.h and...
2017-06-06 Chandler CarruthFix several more missing headers, all of these were...
2017-06-06 Chandler CarruthAdd a missing #include to a header.
2017-06-06 Chandler CarruthFix one place where I missed a commented requirement...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-06 Peter Smith[ARM] Add curly braces around switch case [NFC]
2017-06-06 Joey Gouly[InstSimplify] Constant fold the new GEP in SimplifyGEP...
2017-06-06 Nuno Lopes[docs] Make it clear shifts yield poison when shift...
2017-06-06 Vivek Pandya[Improve CodeGen Testing] This patch renables MIRPrinte...
2017-06-06 Chandler CarruthFix an unused variable warning in non-asserts builds.
2017-06-06 Craig Topper[InstSimplify] Remove some redundant code from InstSimp...
2017-06-06 Craig Topper[ValueTracking] Remove scalar only restriction from...
2017-06-06 Craig Topper[InstSimplify] Use the getTrue/getFalse helpers and...
next