summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Expand)AuthorAgeFilesLines
* [LTO] Make these tests robust across multiple iterations.Davide Italiano2017-02-102-0/+2
* Revert r294532, it caused PR31935Nico Weber2017-02-101-468/+0
* Fix invalid addrspacecast due to combining alloca with global varYaxun Liu2017-02-101-0/+65
* [ThinLTO] Make this test more robust across multiple runs.Davide Italiano2017-02-101-0/+1
* Encode duplication factor from loop vectorization and loop unrolling to discr...Dehao Chen2017-02-109-19/+89
* [X86] Bitcast subvector before broadcasting it.Ahmed Bougacha2017-02-104-0/+90
* Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,Kevin Enderby2017-02-103-1/+4
* GlobalISel: drop lifetime intrinsics during translation.Tim Northover2017-02-101-0/+11
* [X86][AVX512] Add vector rotate tests for AVX512 targetsSimon Pilgrim2017-02-102-1/+355
* Autogenerate results for test/CodeGen/X86/peep-test-4.ll . NFCAmaury Sechet2017-02-101-78/+128
* Autogenerate results for test/CodeGen/X86/pr14314.ll . NFCAmaury Sechet2017-02-101-6/+27
* [ARM] Fix incorrect mask bits in MSR encoding for write_register intrinsicJohn Brawn2017-02-103-49/+49
* Use autogenerate check in CodeGen/X86/pr16031.ll . NFCAmaury Sechet2017-02-101-14/+17
* Check full codegen in CodeGen/X86/i256-add.ll NFCAmaury Sechet2017-02-101-3/+127
* [LV] Remove type restriction for vector phi creationMatthew Simpson2017-02-101-4/+12
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-10131-2074/+2071
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-0/+8
* [X86][SSE] Added chained FDIV test cases for D26855Simon Pilgrim2017-02-101-0/+310
* [DAGCombine] Allow vector constant folding of any value type before type lega...Simon Pilgrim2017-02-104-170/+12
* [X86][SSE] Add support for extracting target constants from BUILD_VECTORSimon Pilgrim2017-02-101-12/+10
* [PM] Relax the patterns used in the new test I added because someChandler Carruth2017-02-101-20/+20
* [PM] Fix a bug in the new loop PM when handling functions with no loops.Chandler Carruth2017-02-103-2/+279
* [X86][GlobalISel] Add general-purpose Register BankIgor Breger2017-02-102-0/+177
* [LoopUnswitch] Remove BFI usage (dead code)Philip Reames2017-02-101-52/+0
* Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."Eric Christopher2017-02-1019-19/+19
* For X86-64 linux and PPC64 linux align int128 to 16 bytes.Eric Christopher2017-02-1019-19/+19
* AMDGPU : Add trap handler support.Wei Ding2017-02-102-6/+75
* [AMDGPU] Override PSet for M0Stanislav Mekhanoshin2017-02-101-0/+57
* Update test/CodeGen/X86/sse-align-10.ll to use FileCheck instead of grepDavid L. Jones2017-02-101-1/+4
* [LoadCombine] Change test to not use instcombine.Michael J. Spencer2017-02-101-1/+4
* [PM] Add Argument Promotion to the pass pipeline.Chandler Carruth2017-02-091-0/+3
* [NewGVN] Fix test so that it doesn't rely on InstCombine anymore.Davide Italiano2017-02-091-3/+5
* [PM] Port ArgumentPromotion to the new pass manager.Chandler Carruth2017-02-0916-0/+16
* WholeProgramDevirt: Check that VCP candidate functions are defined before eva...Peter Collingbourne2017-02-091-0/+32
* [ARM] Add support for armv7ve triple in llvm (PR31358).George Burgess IV2017-02-092-0/+27
* [InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectorsSanjay Patel2017-02-091-0/+14
* X86: Introduce relocImm-based patterns for cmp.Peter Collingbourne2017-02-091-0/+39
* AMDGPU: Add pass to expand memcpy/memmove/memsetMatt Arsenault2017-02-091-0/+117
* X86: Teach X86InstrInfo::analyzeCompare to recognize compares of symbols.Peter Collingbourne2017-02-091-1/+1
* [LoadCombine] Fix combining of loads which span an aliasing store.Michael J. Spencer2017-02-091-0/+21
* [InstCombine] use m_APInt to allow demanded bits analysis on splat constantsSanjay Patel2017-02-092-4/+3
* [AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of us...Konstantin Zhuravlyov2017-02-091-3/+3
* [InstCombine] add test for demanded bits with splat vector constants; NFCSanjay Patel2017-02-091-0/+13
* test: adjust the test for the BSD formatSaleem Abdulrasool2017-02-091-3/+8
* [dsymutil] Fix handling of empty CUs in LTO links.Frederic Riss2017-02-091-0/+33
* [JumpThreading] Thread through guardsSanjoy Das2017-02-091-0/+132
* Object: pad out BSD archive members to 8-bytesSaleem Abdulrasool2017-02-091-4/+6
* [SelectionDAG] Fix bugs in inverted condition splitting code.Geoff Berry2017-02-091-4/+66
* [InstCombine] add tests for icmp with add nsw; NFCSanjay Patel2017-02-091-0/+123
* Tweak the implementation of llvm-objdump’s -objc-meta-data option soKevin Enderby2017-02-092-0/+62
OpenPOWER on IntegriCloud