OSDN Git Service

android-x86/external-llvm.git
2016-08-08 Davide Italiano[MC] Delete use of *structors_used.
2016-08-08 Davide Italiano[SimplifyLibCalls] Emit sqrt intrinsic instead of a...
2016-08-08 Eli Friedman[SROA] Fix crash with lifetime intrinsic partially...
2016-08-07 Craig Topper[AVX-512] Improve lowering of inserting a single elemen...
2016-08-07 Davide Italiano[SLC] Emit an intrinsic instead of a libcall for pow.
2016-08-07 Nico WeberRevert r277905, it caused PR28894
2016-08-07 Craig Topper[AVX-512] Add 512-bit logical operations to load foldin...
2016-08-07 Craig Topper[AVX-512] Add EVEX encoded floating point MAX/MIN instr...
2016-08-07 Simon Pilgrim[X86] lowerVectorShuffle - ensure that undefined mask...
2016-08-07 Elena DemikhovskyAVX-512: Changed lowering of BITCAST between i1 vectors...
2016-08-07 Simon Pilgrim[X86][AVX512BW] Add sext/zext AVX512BW 512-bit vector...
2016-08-07 Simon Pilgrim[X86][AVX512] Add sext/zext to 512-bit vector tests
2016-08-07 Elena DemikhovskyAVX-512: Added a test for cmp intrinsics
2016-08-07 David Majnemer[InstSimplify] Fold gep (gep V, C), (sub 0, V) to C
2016-08-07 David Majnemer[InstSimplify] Try hard to simplify pointer comparisons
2016-08-07 David Majnemer[InstCombine] Infer inbounds on geps of allocas
2016-08-07 Craig Topper[X86] Add commutable floating point max/min instruction...
2016-08-07 Craig Topper[AVX-512] Add andnps/andnpd to the avx512vl stack foldi...
2016-08-07 Craig Topper[X86] Simplify a shuffle mask copy. NFC
2016-08-07 Michael ZolotukhinRevert "Revert "[LoopSimplify] Fix updating LCSSA after...
2016-08-07 Lang Hames[ExecutionEngine][RuntimeDyld] Move JITSymbol from...
2016-08-07 Lang Hames[RuntimeDyld] Remove symbol that is unused as of r277943.
2016-08-07 Lang Hames[RuntimeDyld] Replace manual flag checks with JITSymbol...
2016-08-06 Lang Hames[ORC] Re-apply r277896, removing bogus triples and...
2016-08-06 Kostya Serebryany[libFuzzer] make libFuzzer work with a bit older clang...
2016-08-06 Kostya Serebryany[libFuzzer] don't print bogus error message
2016-08-06 Simon Pilgrim[X86][AVX2] Improve sign/zero extension on AVX2 targets
2016-08-06 Gor NishanovCoroSplit: Squash unused variable FnTrigger warning...
2016-08-06 Gor Nishanov[Coroutines] Passify the build bots. Remove restart...
2016-08-06 Gor Nishanov[Coroutines] Part 5: Add CGSCC restart trigger
2016-08-06 Craig Topper[AVX-512] Add SQRT/RCP14/RNDSCALE to hasUndefRegUpdate.
2016-08-06 Craig Topper[AVX-512] Add AVX-512 scalar CVT instructions to hasUnd...
2016-08-06 Craig Topper[AVX-512] Add AVX512 run line to a test and re-generate...
2016-08-06 Craig Topper[X86] Add VRCPSSr_Int, VRSQRTSSr_Int, VSQRTSSr_Int...
2016-08-06 Simon Pilgrim[X86][SSE] Enable commutation between MOVHLPS and UNPCKHPD
2016-08-06 Mike Aizatsky[libfuzzer] do not warn about missing pcbuffer function...
2016-08-06 Simon Pilgrim[X86][SSE] Regenerate SSE1 shuffle tests
2016-08-06 Benjamin Kramer[ARM] Don't copy MCInsts in loop. NFC.
2016-08-06 Benjamin Kramer[Inliner] Use function_ref for functors which are never...
2016-08-06 Benjamin Kramer[LoadCombine] Simplify code with a brace init. NFC.
2016-08-06 Simon Pilgrim[X86][SSE] Add 2 input shuffle support to matchBinaryVe...
2016-08-06 Benjamin KramerMove helpers into anonymous namespaces. NFC.
2016-08-06 David Majnemer[CodeGen] Fix a -Wdocumentation warning
2016-08-06 David Majnemer[ValueTracking] Teach computeKnownBits about [su]min/max
2016-08-06 David Majnemer[CallGraphSCCPass] Use an ArrayRef instead of a pair...
2016-08-06 Chandler Carruth[ADT] Make the triple test 1000x faster through more...
2016-08-06 Sanjoy Das[InstCombine] Don't coerce non-integral pointers to...
2016-08-06 Matthias BraunRevert "(refs/bisect/bad) GVN-hoist: enable by default"
2016-08-06 Gor NishanovPart 4c: Coroutine Devirtualization: Devirtualize coro...
2016-08-06 Nico WeberRevert r277896.
2016-08-06 Kyle ButtCodeGen: If Convert blocks that would form a diamond...
2016-08-06 Kyle ButtIfConverter: Split ScanInstructions into 2 functions.
2016-08-06 Kyle ButtIfConversion: Document countDuplicatedInstructions...
2016-08-06 Kyle ButtIfConversion: factor out 2 functions to skip debug...
2016-08-06 Michael ZolotukhinRevert "[LoopSimplify] Fix updating LCSSA after separat...
2016-08-06 Lang Hames[ORC] Add (partial) weak symbol support to the CompileO...
2016-08-06 Zachary TurnerFix a -Wunused-const-variable due to a bug in clang.
2016-08-06 Sanjoy Das[IRCE] Remove unused headers; NFC
2016-08-06 Sanjoy Das[IRCE] Preserve loop-simplify form
2016-08-05 Zachary TurnerResubmit "Make YAML support SmallVector"
2016-08-05 Sanjay Patel[InstCombine] refactor ctlz/cttz folds (NFCI)
2016-08-05 Justin BognerRevert "Make YAML support SmallVector"
2016-08-05 Daniel Berlin[MSSA] Use depth first iterator instead of custom version.
2016-08-05 Justin BognerCodeView: Remove an unused variable
2016-08-05 Michael Zolotukhin[LoopSimplify] Fix updating LCSSA after separating...
2016-08-05 Zachary TurnerFix non portable include path.
2016-08-05 Justin BognerPowerPC: Add a triple to this test
2016-08-05 Daniel Berlin[MSSA] Match assert vs llvm_unreachable style in verifi...
2016-08-05 Daniel BerlinRewrite domination verifier to handle local domination...
2016-08-05 Zachary Turner[CodeView] Decouple record deserialization from visitor...
2016-08-05 Zachary TurnerMake YAML support SmallVector
2016-08-05 Marek OlsakAMDGPU/SI: Increase SGPR limit to 96 on Tonga/Iceland
2016-08-05 Weiming Zhao[ARM] Constant Materialize: imms with specific value...
2016-08-05 Davide Italiano[FlattenCFG] Simplify + remove unused variable. NFCI.
2016-08-05 Dehao ChenRemove cold callsite heuristic that is not necessary...
2016-08-05 Sanjoy Das[SCEV] Un-grep'ify tests; NFC
2016-08-05 Dehao ChenReplace hot-callsite based heuristic to use its own...
2016-08-05 Mike Aizatsky[sanitizers] trace buffer API to use user-allocated...
2016-08-05 Mehdi AminiUpdate outdated comments in the new PM internals (NFC)
2016-08-05 Ivan KrasinWholeProgramDevirt: print remarks with devirtualized...
2016-08-05 David Callahan[ADCE] Refactoring for new functionality (NFC)
2016-08-05 Sanjoy Das[ConstantFolding] Don't create illegal (non-integral...
2016-08-05 Sanjay Patelfix documentation comments; NFC
2016-08-05 David Callahan[AutoFDO] Fix handling of empty profiles
2016-08-05 Sanjoy Das[SCEV] Don't infinitely recurse on unreachable code
2016-08-05 Lang Hames[ORC] Change LogicalDylib::LogicalModuleHandle from...
2016-08-05 Kevin EnderbyAdd the first of what will be a long line of additional...
2016-08-05 Dehao ChenDo not assign new discriminator for all intrinsics.
2016-08-05 Tim NorthoverGlobalISel: clear pending phis after MachineFunction...
2016-08-05 Simon Pilgrim[X86][SSE] Add initial support for 2 input target shuff...
2016-08-05 Tim NorthoverGlobalISel: IRTranslate PHI instructions
2016-08-05 Igor KudrinFix gdb pretty printers to work with Python 3.
2016-08-05 Zachary TurnerFix TargetParser unit tests for ARM / AArch64.
2016-08-05 Gor Nishanovopt: Adding -O0 to opt tool
2016-08-05 Ulrich Weigand[PowerPC] Wrong fast-isel codegen for VSX floating...
2016-08-05 Zhan Jun Liau[SystemZ] Add missing classes and instructions
2016-08-05 Benjamin KramerActually, r277337 was fine. Just kill the DAGs that...
2016-08-05 Benjamin Kramer[SimplifyCFG] Make range reduction code deterministic.
2016-08-05 Sanjay Patelreduce tests; auto-generate checks
2016-08-05 Simon Pilgrim[X86][SSE] Update the the target shuffle matches to...
next