OSDN Git Service

android-x86/external-llvm.git
2017-09-12 Robert Lougher[DWARF] Incorrect prologue end line record.
2017-09-12 Anna Thomas[LV] Clamp the VF to the trip count
2017-09-12 Hans WennborgRevert r313009 "[ARM] Use ADDCARRY / SUBCARRY"
2017-09-12 Alexey Bataev[SLP] Test with mutiple uses of conditional op and...
2017-09-12 Adrian PrantlStatically assert that enum items don't overflow storage.
2017-09-12 Simon Pilgrim[X86][AVX2] Add gather/movntdqa/pmaskmov/pmovmskb/pslld...
2017-09-12 Krzysztof ParzyszekRemove ancient, commented out code from TableGen, NFC
2017-09-12 Krzysztof ParzyszekFormatting changes, add LLVM_DUMP_METHOD to a dump...
2017-09-12 Sanjay Patel[InstCombine] move related tests together; NFC
2017-09-12 Alexey Bataev[SLP] Fix for PHINode during horizontal reduction scann...
2017-09-12 Simon Pilgrim[X86][AVX2] Add further instructions to scheduling...
2017-09-12 Krzysztof ParzyszekFix a couple of comments, NFC
2017-09-12 Simon Pilgrim[X86][AVX2] Add integer broadcast scheduling tests
2017-09-12 Jonas Paulsson[SystemZ] Add the CoveredBySubRegs bit to GPR64, GPR12...
2017-09-12 Simon Pilgrim[X86][AVX2] Add additional fp-broadcast/subvector/shuff...
2017-09-12 Simon Pilgrim[X86][AVX] Add vperm2f128 scheduling test
2017-09-12 Simon Pilgrim[X86][AVX2] Remove old (unused) intrinsic declarations
2017-09-12 Sjoerd Meijer[AArch64] ISel: Add some debug messages to LowerBUILDVE...
2017-09-12 Yael Tsafrir[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrin...
2017-09-12 Silviu Baranga[LAA] Allow more run-time alias checks by coercing...
2017-09-12 Roger Ferrer... [ARM] Fix typo when creating ISD::SUB nodes
2017-09-12 Roger Ferrer... [ARM] Use ADDCARRY / SUBCARRY
2017-09-12 Craig Topper[X86] Add an extra instruction to TruncAssertSext.ll...
2017-09-12 Vlad TsyrklevichRemove unneccessary string copies from method invocations.
2017-09-12 Craig Topper[X86] Rename TruncAssertZext.ll test to TruncAssertSext...
2017-09-12 Craig Topper[X86] Fix typo in comment. NFC
2017-09-12 Adrian PrantlUpdate testcases that are XFAILed on Darwin for llvm...
2017-09-12 Vlad TsyrklevichFix broken links to the Itanium CXX ABI
2017-09-11 Hans WennborgRevert r312898 "[ARM] Use ADDCARRY / SUBCARRY"
2017-09-11 Yonghong Songbpf: add " ll" in the LD_IMM64 asmstring
2017-09-11 Adrian PrantlUpdate testcases that are XFAILed on Darwin for llvm...
2017-09-11 Vedant Kumar[llvm-cov] Try to fix a test on Windows
2017-09-11 Adrian Prantlllvm-dwarfdump: Make -brief the default and add a ...
2017-09-11 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-09-11 Eli Friedman[llvm-cov] Allow hiding instantiation/region coverage...
2017-09-11 Peter CollingbourneLowerTypeTests: Add import/export support for targets...
2017-09-11 Peter CollingbourneWholeProgramDevirt: Add import/export support for targe...
2017-09-11 Vedant Kumar[llvm-cov] Don't attach exec counts to lines which...
2017-09-11 Sanjay Patel[InstSimplify] fix some test names; NFC
2017-09-11 Sanjay Patel[InstSimplify] add tests for possible sdiv/srem simplif...
2017-09-11 Matt ArsenaultAMDGPU: Allow coldcc calls
2017-09-11 Petar Jovanovic[mips][microMIPS] add lapc instruction
2017-09-11 Hiroshi YamauchiUnmerge GEPs to reduce register pressure on IndirectBr...
2017-09-11 Stanislav Mekhanoshin[AMDGPU] Produce madak and madmk from the two-address...
2017-09-11 Craig Topper[X86] Remove portions of r275950 that are no longer...
2017-09-11 Craig Topper[SelectionDAG] Remove a check for type being a vector...
2017-09-11 Zvi RackoverX86 Tests: More AVX512 conversions tests. NFC
2017-09-11 Marcello Maggioni[ScalarEvolution] Refactor forgetLoop() to improve...
2017-09-11 Matt ArsenaultFix typo
2017-09-11 Simon Pilgrim[X86][SSE] Add support for X86ISD::PACKSS to ComputeNum...
2017-09-11 Tim Renouf[AMDGPU] exp should not be in WQM mode
2017-09-11 Francis Ricci[TableGen] Ensure that __lsan_is_turned_off isn't remov...
2017-09-11 Sanjay Patel[InstSimplify] reorder methods; NFC
2017-09-11 Simon Pilgrim[X86][SSE] Add further test cases showing failure to...
2017-09-11 Gadi Haber[X86][SKX][KNL] Updating several CodeGen tests to use...
2017-09-11 Andre Vieira[ARM] Enable the use of SVC anywhere in an IT block
2017-09-11 Michael Zuckerman[Interleved][Stride 3]Adding test for case the VF=64...
2017-09-11 Simon Pilgrim[X86][SSE] Add test showing failure to compute sign...
2017-09-11 Dylan McKay[AVR] Enable the '__do_copy_data' function
2017-09-11 Igor Breger[GlobalISel][X86] G_ANYEXT support.
2017-09-11 Ilya BiryukovFixed a typo in llvm-cov/deferred-region.cpp test.
2017-09-11 Tim RenoufAMDGPU: trivial comment change
2017-09-11 Roger Ferrer... [ARM] Use ADDCARRY / SUBCARRY
2017-09-11 Elena DemikhovskyFixed a bug in splitting Scatter operation in the Type...
2017-09-11 Lang Hames[ORC] Kill off a dead typedef.
2017-09-10 Simon PilgrimUse llvm_unreachable for unknown TargetCostKind.
2017-09-10 Simon Pilgrim[X86][SSE] Tidyup + clang-format combineX86ShuffleChain...
2017-09-10 Simon Pilgrim[X86][SSE] Move combineTo call out of combineX86Shuffle...
2017-09-10 Sanjay Patel[InstSimplify] refactor udiv/urem code and add tests...
2017-09-10 Simon Pilgrim[X86][SSE] Move combineTo call out of combineX86Shuffle...
2017-09-10 Elena DemikhovskyAdded a test that demonstrates a ug in Scatter scheduling.
2017-09-10 Coby Tayree[X86][X86AsmParser] adding const on InlineAsmIdentifier...
2017-09-10 Uriel KorachRevert "adding autoUpgrade support to broadcast[f|i...
2017-09-10 Uriel Korachadding autoUpgrade support to broadcast[f|i]32x2 intrinsics
2017-09-10 Uriel KorachTest commit
2017-09-10 Sanjoy Das[SCEV] Re-arrange public and private sections to be...
2017-09-09 Simon Pilgrim[X86] Add v2i4 store test case (PR20012)
2017-09-09 Simon Pilgrim[X86] Add v2i2 test case (PR20011)
2017-09-09 Simon Pilgrim[X86][FMA] Regenerate FMA tests
2017-09-09 Nuno LopesMerge isKnownNonNull into isKnownNonZero
2017-09-09 Simon Pilgrim[X86][SSE] i32 vector multiplications test cases from...
2017-09-09 Simon Pilgrim[X86][MOVBE] Fix typo in MOVBE scheduling test names
2017-09-09 Craig Topper[X86] Don't disable slow INC/DEC if optimizing for...
2017-09-09 MinSeong Kim[CMake] Update GetSVN.cmake to handle repo
2017-09-09 Sanjay Patel[DivRemPairs] split tests per target to account for...
2017-09-09 Sanjay Patel[DivRempairs] add a pass to optimize div/rem pairs...
2017-09-09 NAKAMURA TakumiCoverageMappingTest.cpp: Suppress warnings. [-Wdocument...
2017-09-09 Craig Topper[X86] Call removeDeadNode when we're done doing custom...
2017-09-09 Craig Topper[X86] Use ReplaceNode instead of ReplaceUses when conve...
2017-09-09 Kostya Serebryany[sanitizer-coverage] call appendToUsed once per module...
2017-09-09 Alexey Bataev[SLP] Fix buildbots, NFC.
2017-09-09 Matthias BraunRegAllocFast: Fix warning; NFC
2017-09-09 Matthias BraunRegAllocFast: Cleanup; NFC
2017-09-09 Matthias BraunRegAllocFast: Move vector to class level to avoid reall...
2017-09-09 Matthias BraunRegAllocFast: Remove write-only set; NFC
2017-09-09 Kyle ButtPPC: Don't select lxv/stxv for insufficiently aligned...
2017-09-09 Yonghong Songbpf: fix test failures due to previous bpf change of...
2017-09-08 Davide Italiano[AMDGPU] Remove unused function. NFCI.
2017-09-08 Guozhi Wei[TargetTransformInfo] Remove the extra "default" in...
next