OSDN Git Service

android-x86/external-llvm.git
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.
2017-05-09 Craig Topper[X86] Add more patterns for BZHI isel
2017-05-09 Sanjay Patel[InstCombineCasts] Fix checks in sext->lshr->trunc...
2017-05-09 Guy BlankVX512] Only look at lower bit in constant scalar masks
2017-05-09 Reid KlecknerRe-land "Use the frame index side table for byval and...
2017-05-09 Reid KlecknerRe-land "Don't add DBG_VALUE instructions for static...
2017-05-09 Tim Shen[Atomic] Remove IsStore/IsLoad in the interface, and...
2017-05-09 Aaron BallmanAmend r302535; ifndef and ifdef are different, as it...
2017-05-09 Aaron BallmanARMRegisterBankInfo.h requires LLVM_BUILD_GLOBAL_ISEL...
2017-05-09 Hans WennborgRevert r302469 "Make it illegal for two Functions to...
2017-05-09 Anna Thomas[LV] Fix insertion point for shuffle vectors in first...
2017-05-09 Aaron BallmanRemoving a file that is not necessary (and was causing...
2017-05-09 Guy Blank[X86][AVX512] Refine some avx512er intrinsics tests...
2017-05-09 Serge PavlovAdd extra operand to CALLSEQ_START to keep frame part...
2017-05-09 Simon DardisRevert "[MIPS] Add support to match more patterns for...
2017-05-09 Simon Pilgrim[X86][SSE42] Lower v2i64/v4i64 ASHR(X, 63) as PCMPGTQ...
2017-05-09 Diana PicusRevert "[Dwarf] Disable reference verification for...
2017-05-09 Renato Golin[Dwarf] Disable reference verification for now (PR32972)
2017-05-09 Guy Blank[X86][AVX512] Add test for masking of scalar instructions.
2017-05-09 Amara EmersonIntroduce experimental generic intrinsics for horizonta...
2017-05-09 Nikolai Bozhenov[X86] Clang option -fuse-init-array has no effect when...
2017-05-09 Strahinja Petrovic[MIPS] Add support to match more patterns for DINS...
2017-05-09 Diana Picus[ARM GlobalISel] Remove hand-written G_FADD selection
2017-05-09 Craig Topper[ConstantRange] Rewrite shl to avoid repeated calls...
2017-05-09 Craig Topper[ConstantRange] Combine the two adds max+1 in lshr...
2017-05-09 Craig Topper[ConstantRange] Use APInt::isNullValue in place of...
2017-05-09 Reid KlecknerRevert "Don't add DBG_VALUE instructions for static...
2017-05-09 Teresa JohnsonFix code section prefix for proper layout
2017-05-09 Tom StellardRevert "Revert "CMake: Move sphinx detection into AddSp...
2017-05-09 Kostya Serebryany[libFuzzer] update docs on -print_coverage/-dump_coverage
2017-05-09 Kostya Serebryany[libFuzzer] make sure the input data is not overwritten...
2017-05-09 Reid KlecknerRevert "Use the frame index side table for byval and...
2017-05-08 Craig Topper[APInt] Use default constructor instead of explicitly...
2017-05-08 Craig Topper[APInt] Remove 'else' after 'return' in udiv and urem...
2017-05-08 Evgeniy StepanovIgnore !associated metadata with null argument.
2017-05-08 Reid KlecknerRelax Dwarf filecheck test for 32-bit hosts
2017-05-08 Reid KlecknerUse the frame index side table for byval and inalloca...
2017-05-08 Sanjoy DasAdd basic test case for -instnamer
2017-05-08 Sanjoy Das[InstNamer] Use range-for
next