OSDN Git Service

android-x86/external-llvm.git
2017-01-04 Simon Pilgrim[CostModel][X86] Updated vXi8 and vXi16 Reverse/Alterna...
2017-01-04 Nemanja Ivanovic[PowerPC] Add identification for POWER8NVL
2017-01-04 Davide Italiano[MC/COFF] Fix a test to actually check the relocation.
2017-01-04 Simon Pilgrim[X86] Merged Reverse/Alternate shuffle cost tables...
2017-01-04 Florian Hahn[framelowering] Skip dbg values when getting next/previ...
2017-01-04 Chandler Carruth[ADT] Speculative attempt to fix build bot issues with...
2017-01-04 Chandler Carruth[Inliner] Fix a test where I typo'ed 'CHECK' as 'CHCEK...
2017-01-04 Chandler Carruth[ADT] Enhance the PriorityWorklist to support bulk...
2017-01-04 Bjorn PetterssonFix for InlineSpiller accessing not updated dom tree...
2017-01-04 Nitesh Jain[LLC][MIPS] Fix crash after enabling LLVM_ENABLE_EXPENS...
2017-01-04 Ayman Musa[X86][AVX512] Passing the appropriate memory operand...
2017-01-04 Simon Pilgrim[X86] Attempt to pre-truncate arithmetic operations...
2017-01-04 Craig Topper[AVX-512] Add support for detecting 512-bit shuffles...
2017-01-04 Craig Topper[AVX-512] Add more test cases for shuffles that should...
2017-01-04 Craig Topper[AVX-512] Fix a typo in a couple case names to match...
2017-01-04 Craig Topper[AVX-512] Add avx512dq to the vector-shuffle-512-v16...
2017-01-04 Craig Topper[AVX-512] Simplify code for creating 512-bit SHUF128...
2017-01-04 Peter CollingbourneSupport: Add YAML I/O support for custom mappings.
2017-01-04 Eric ChristopherOn a 64-bit system, the DWARFDebugLine::Row struct...
2017-01-04 David Majnemer[InstCombine] Add a test for r290733
2017-01-04 David Majnemer[InstCombine] Move casts around shift operations
2017-01-04 David Majnemer[InstCombine] Combine adds across a zext
2017-01-04 Eugene Zelenko[Hexagon, TableGen] Fix some Clang-tidy modernize and...
2017-01-04 Greg ClaytonCorrect the parent testing to avoid the special case...
2017-01-03 Teresa Johnson[ThinLTO] Import type as decl only when non-null Identifier
2017-01-03 Zachary TurnerFix the MSVC version check.
2017-01-03 Matt ArsenaultInstCombine: Fold fabs on select of constants
2017-01-03 Sanjay Patel[InstCombine] use 'match' to reduce code bloat; NFCI
2017-01-03 Ahmed Bougacha[CodeGen] Further simplify returned call operand logic...
2017-01-03 Lang Hames[ExecutionEngine] Fix compile errors in OProfileJITEven...
2017-01-03 Ahmed Bougacha[CodeGen] Simplify logic that looks for returned call...
2017-01-03 Sanjay Patel[InstCombine] tighten checks for tests of assume -...
2017-01-03 Simon Pilgrim[X86][SSE] Add extra truncated arithmetic tests for...
2017-01-03 Adrian PrantlAdd llvm-bcanalyzer support for new metadata node types.
2017-01-03 Xin TongEnable disabled loopidiom test. Apparently we handle...
2017-01-03 Kostya Serebryany[libFuzzer] disable -print_pcs by default (was enabled...
2017-01-03 Michal Gorny[ADT] APFloatBase: Prevent collapsing semPPCDoubleDoubl...
2017-01-03 Craig Topper[X86] Move 128-bit shuffle mask widening check into...
2017-01-03 Craig Topper[AVX-512] Simplify the code added in r290870 to recogni...
2017-01-03 Craig Topper[AVX-512] Teach shuffle lowering to use vinsert instruc...
2017-01-03 Craig Topper[AVX-512] Teach EVEX to VEX conversion pass to handle...
2017-01-03 Craig Topper[AVX-512] Re-generate tests that were updated for r2906...
2017-01-03 Craig Topper[X86] Remove trailing whitespace and an unnecessary...
2017-01-03 Craig Topper[X86] Fix header comment. NFC
2017-01-03 Craig Topper[AVX-512] Add support for pushing bitcasts through...
2017-01-03 Craig Topper[AVX-512] Remove vinsert intrinsics and autoupgrade...
2017-01-03 Craig Topper[AVX-512] Remove vextract intrinsics and autoupgrade...
2017-01-03 Matt ArsenaultInstCombine: Add fma with constant transforms
2017-01-03 Matt ArsenaultInstCombine: Add fma + fabs/fneg transforms
2017-01-03 Dean Michael... [XRay] Merge instrumentation point table emission code...
2017-01-03 Sanjay Patel[EarlyCSE] less else, more auto; NFC
2017-01-02 Sanjay Patel[InstCombine] use combineMetadataForCSE instead of...
2017-01-02 Chris Bieneman[CMake] Set HAVE_${runtime} before including any subdir...
2017-01-02 Xin TongMake sure total loop body weight is preserved in loop...
2017-01-02 Michal Gorny[cmake] Normalize LLVM_ENABLE_DIA_SDK to fix Windows...
2017-01-02 Daniel BerlinNewGVN: Add a test case for equivalent phis.
2017-01-02 Daniel BerlinNewGVN: Add forgotten testcase for PR 31483
2017-01-02 Daniel BerlinNewGVN: Clean up after removing possibility of null...
2017-01-02 Sanjay Patelfix typo; NFC
2017-01-02 Sanjay Patel[ValueTracking] remove stale comments; NFC
2017-01-02 Davide Italiano[NewGVN] Fold single-use variable inside the assertion.
2017-01-02 Davide Italiano[NewGVN] Restore old code to placate buildbots.
2017-01-02 Daniel BerlinNewGVN: Fix some formatting and comment issues
2017-01-02 Michal Gorny[cmake] Add LLVM_ENABLE_DIA_SDK option, and expose...
2017-01-02 Joerg SonnenbergerEmit .cfi_sections before the first .cfi_startproc
2017-01-02 Daniel BerlinNewGVN: Add UnknownExpression and create them for thing...
2017-01-02 Daniel BerlinNewGVN: Fix PR31480, PR31483, PR31499, by rewriting...
2017-01-02 Davide Italiano[PMBuilder] Remove RunFloat2Int cl::opt.
2017-01-02 Elena DemikhovskyFixed shuffle-reverse cost on AVX-512.
2017-01-02 Elena DemikhovskyAVX-512 Loop Vectorizer: Cost calculation for interleav...
2017-01-02 Keno FischerReapply "[CodeGen] Fix invalid DWARF info on Win64"
2017-01-01 Sanjay Patel[InstCombine] add explanatory comment to test; NFC
2017-01-01 Sanjay Patel[InstCombine] add test to show potential nonnull attrib...
2017-01-01 Florian Hahn[selectiondag] Check PromotedFloats map during expansiv...
2016-12-31 Sanjoy DasFix an issue with isGuaranteedToTransferExecutionToSucc...
2016-12-31 Sanjoy DasAvoid const_cast; NFC
2016-12-31 Sanjay Patel[ValueTracking] add tests for known-nonnull-at; NFC
2016-12-31 Sanjay Patel[Inliner] remove unnecessary null checks from AddAlignm...
2016-12-31 Sanjay Patel[ValueTracking] make dominator tree requirement explici...
2016-12-31 Daniel BerlinNewGVN: Print out DefiningAccess for both loads and...
2016-12-31 Philip Reames[SmallPtrSet] Introduce a find primitive and rewrite...
2016-12-31 Dylan McKay[AVR] Optimize 16-bit ANDs with '1'
2016-12-31 Craig Topper[InstCombine][AVX-512] Teach InstCombine that llvm...
2016-12-30 Craig Topper[InstCombine][AVX-512] When turning intrinsics with...
2016-12-30 Simon Pilgrim[X86][AVX512DQ] Add truncated math tests for AVX512DQ.
2016-12-30 Simon Pilgrim[X86][SSE] Fix truncated math test names.
2016-12-30 Simon Pilgrim[X86][AVX512] Regenerate test - missing shuffle comments
2016-12-30 Philip ReamesAdd a comment for a todo in LoopUnroll post cleanup
2016-12-30 Philip Reames[LVI] Remove count/erase idiom in favor of checking...
2016-12-30 Florian Hahn[doc] Clarify steps for contributors without commit...
2016-12-30 Saleem AbdulrasoolDebugInfo: change the PDB UniqueId type to uint8_t
2016-12-30 Piotr Padlewski[MemDep] Handle gep with zeros for invariant.group
2016-12-30 Philip Reames[CVP] Adjust iteration order to reduce the amount of...
2016-12-30 Philip Reames[LVI] Manually hoist computation from loop
2016-12-30 Aaron BallmanCaught a simple typo. I do not know of a way to test...
2016-12-30 Davide Italiano[NewGVN] Remove unneeded newline from assertion message.
2016-12-30 Abhilash Bhandari[ADT] Fix for compilation error when operator++(int...
2016-12-30 David Majnemer[InstCombine] Address post-commit feedback
2016-12-30 Mehdi AminiFix test change in r290736: restore index generation
2016-12-30 Kostya Serebryany[libFuzzer] cleaner implementation of -print_pcs=1
next