OSDN Git Service

android-x86/external-llvm.git
2017-05-11 Diana Picus[ARM][GlobalISel] Support for G_ANYEXT
2017-05-11 Igor Breger[GlobalISel][X86] G_ICMP support.
2017-05-11 Craig Topper[APInt] Remove an unneeded extra temporary APInt from...
2017-05-11 Craig Topper[APInt] Use negate() instead of copying an APInt to...
2017-05-11 Craig Topper[SCEV] Reduce possible APInt allocations a bit.
2017-05-11 Craig Topper[SCEV] Remove unneeded 'using namespace APIntOps'.
2017-05-11 Igor Breger[X86] Move getX86ConditionCode() from X86FastISel.cpp...
2017-05-11 NAKAMURA TakumiSupportTests: Suppress ParallelTests on mingw for now...
2017-05-11 Paul RobinsonRemove redundant initialization. NFC
2017-05-11 Eric FiselierAdd temporary workaround to allow in-tree libc++ builds...
2017-05-11 Zachary TurnerFinal (hopefully) fix for the build bots.
2017-05-11 Zachary TurnerTry again to fix the buildbots.
2017-05-11 Zachary TurnerFix build errors with Parallel.
2017-05-11 Zachary Turner[Support] Move Parallel algorithms from LLD to LLVM.
2017-05-10 Kostya Serebryany[libFuzzer] fix a compiler warning
2017-05-10 David L. JonesRevert "[SDAG] Relax conditions under stores of loaded...
2017-05-10 Eugene Zelenko[IR] Rollback changes in r302744 which caused buildbots...
2017-05-10 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-10 Davide Italiano[PHIElimination] Use the same name for DEBUG_TYPE and...
2017-05-10 Sanjay Patel[InstCombine] remove fold that swaps xor/or with consta...
2017-05-10 Matt ArsenaultAMDGPU: Make some packed shuffles free
2017-05-10 Matt ArsenaultAMDGPU: Add new subtarget features for gfx9 flat instru...
2017-05-10 Craig Topper[ConstantRange] Fix the early out in ConstantRange...
2017-05-10 Craig Topper[APInt] Add negate helper method to implement twos...
2017-05-10 Davide Italiano[NewGVN] Introduce a definesNoMemory() helper and use it.
2017-05-10 Nirav Dave[SDAG] Relax conditions under stores of loaded values...
2017-05-10 Teresa JohnsonEnsure non-null ProfileSummaryInfo passed to ModuleSumm...
2017-05-10 Craig Topper[APInt] Make toString use udivrem instead of calling...
2017-05-10 Craig Topper[APInt] Use uint32_t instead of unsigned for the storag...
2017-05-10 Craig Topper[APInt] Use getRawData to slightly simplify some code.
2017-05-10 Craig Topper[APInt] Remove check for single word since single word...
2017-05-10 Craig Topper[ConstantRange] Add test case showing a case where...
2017-05-10 Amaury SechetSmall refactoring in DAGCombine. NFC
2017-05-10 Sanjay Patel[InstSimplify, InstCombine] move 'or' simplification...
2017-05-10 Simon Pilgrim[X86][SSE] Check vec_set BUILD_VECTOR tests on both...
2017-05-10 Quentin Colombet[AArch64][RegisterBankInfo] Change the default mapping...
2017-05-10 Amara Emerson[AArch64] Enable use of reduction intrinsics.
2017-05-10 Sanjay Patel[InstCombine] remove redundant tests
2017-05-10 Sanjay Patel[InstCombine] fix auto-generated FileCheck-captured...
2017-05-10 Sanjay Patel[InstCombine] fix typo in test comment; NFC
2017-05-10 Ulrich Weigand[SystemZ] Add miscellaneous instructions
2017-05-10 Ulrich Weigand[SystemZ] Add missing arithmetic instructions
2017-05-10 Sam Clegg[llvm-readobj] Improve errors on invalid binary
2017-05-10 Michael Zuckermanchang type from 'int' to 'size_t'. This will fix revisi...
2017-05-10 Sanjay Patel[InstCombine] add (ashr (shl i32 X, 31), 31), 1 --...
2017-05-10 Serge GueltonUse explicit false instead of casted nullptr. NFC.
2017-05-10 Serge GueltonUse clang++-3.5 compatible initializer_list constructor
2017-05-10 Michael Zuckerman[LLVM][inline-asm] Altmacro string escape character '!'
2017-05-10 Simon Pilgrim[DAGCombiner] Dropped explicit (sra 0, x) -> 0 and...
2017-05-10 Mikael Holmen[IfConversion] Add missing check in IfConversion/canFal...
2017-05-10 Jonas Paulsson[SystemZ] Implement getRepRegClassFor()
2017-05-10 Dmitry Preobrazhensky[AMDGPU][MC] Corrected v_madak/madmk to avoid printing...
2017-05-10 Igor Breger[GlobalISel][X86] Split test file. NFC
2017-05-10 Ulrich Weigand[SystemZ] Add decimal integer instructions
2017-05-10 Ulrich Weigand[SystemZ] Add crypto instructions
2017-05-10 Ulrich Weigand[SystemZ] Add translate/convert instructions
2017-05-10 Ulrich Weigand[SystemZ] Add missing memory/string instructions
2017-05-10 Ulrich Weigand[SystemZ] Reformat assembler/disassembler tests
2017-05-10 Simon Pilgrim[DAGCombiner] Add vector support to fold (shl/srl 0...
2017-05-10 Chandler CarruthRevert r301950: SpeculativeExecution: Stop using whitel...
2017-05-10 Martin Storsjo[AArch64] Fix a comment to match the code. NFC.
2017-05-10 Amara EmersonAdd a late IR expansion pass for the experimental reduc...
2017-05-10 Craig Topper[APInt] Fix indentation of tcDivide. Combine variable...
2017-05-10 Craig Topper[APInt] Use getNumWords function in udiv/urem/udivrem...
2017-05-10 Igor Breger[GlobalISel][X86] G_ZEXT i1 to i32/i64 support.
2017-05-10 Mikael Holmen[UnreachableBlockElim] Check return value of constrainR...
2017-05-10 Ahmed Bougacha[CodeGen] Don't require AA in TwoAddress at -O0.
2017-05-10 Ahmed Bougacha[CodeGen] Don't require AA in SDAGISel at -O0.
2017-05-10 Ahmed Bougacha[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass...
2017-05-10 Ahmed Bougacha[CodeGen] Split SafeStack into a LegacyPass and a utili...
2017-05-10 Ahmed Bougacha[CodeGen] Add an -O0 backend pipeline test. NFC.
2017-05-10 Sam Clegg[WebAssembly] Fix build error in wasm YAML code
2017-05-10 Sanjay Patel[InstCombine] add helper function for add X, C folds...
2017-05-09 Sam Clegg[WebAssembly] Improve libObject support for wasm import...
2017-05-09 Sanjay Patel[InstCombine] add tests for andn; NFC
2017-05-09 Easwaran Raman[ProfileSummary] Make getProfileCount a non-static...
2017-05-09 Peter CollingbourneFunctionImport: Simplify function llvm::thinLTOInternal...
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-05-09 Keno Fischer[GVN] Fix a crash on encountering non-integral pointers
2017-05-09 Stanislav Mekhanoshin[AMDGPU] Fixed typo in GCNRegPressure, NFC
2017-05-09 Sanjay Patel[InstCombine] update test file to use FileCheck; NFC
2017-05-09 Zvi RackoverDAGCombine: Combine shuffles of splat-shuffles
2017-05-09 Matthew Simpson[AArch64] Consider widening instructions in cost calcul...
2017-05-09 Sanjay Patel[InstCombine] clean up matchDeMorgansLaws(); NFCI
2017-05-09 Davide Italiano[NewGVN] Simplify a DEBUG() statement. NFCI.
2017-05-09 Reid Kleckner[codeview] Check for a DIExpression offset for local...
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Piotr PadlewskiNFC: refactor replaceDominatedUsesWith
2017-05-09 Wolfgang Pieb[DWARF] Fix a parsing issue with type unit headers.
2017-05-09 Eric BeckmannFix the Endianness bug by adding the little endian...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Jacques Pienaar[lanai] Add computeKnownBitsForTargetNode for Lanai.
2017-05-09 Davide Italiano[NewGVN] Explain why sorting by pointer values doesn...
2017-05-09 Ulrich Weigand[SystemZ] Support missing relocation types in RuntimeDy...
2017-05-09 Sam Clegg[WebAssembly] Fix validation of start function
2017-05-09 Krzysztof Parzyszek[RegScavenger] Rangify a loop, NFC
2017-05-09 Puyan LotfiAdding VSCode syntax colorizer to utils (generated...
2017-05-09 Davide Italiano[NewGVN] Fix a consistent order for phi nodes operands.
2017-05-09 Craig Topper[APInt] Remove return value from tcFullMultiply.
2017-05-09 Daniel BerlinNewGVN: Make all of symbolic evaluation logically const.
next