summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Clang][AVX512][BuiltIn] Adding intrinsics for cvtps2pd instruction setMichael Zuckerman2016-05-023-0/+85
* [SystemZ] Fix in restoreCalleeSavedRegisters()Jonas Paulsson2016-05-021-1/+2
* [SystemZ] Mark CC defs as dead whenever possible.Jonas Paulsson2016-05-023-5/+25
* [Clang][avx512][builtin] Adding intrinsics for vexpand{d|q|ps|pd} instrctuon setMichael Zuckerman2016-05-023-0/+218
* [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instruction setMichael Zuckerman2016-05-025-0/+91
* [X86] Fix a bug in LOCK arithmetic operation pattern matching where the wrong...Craig Topper2016-05-021-1/+1
* Fix grammar and correct comment - the debug information wasn't incorrect, rat...Eric Christopher2016-05-021-2/+2
* [llvm-readobj] Dump hash as part of -version-info.Davide Italiano2016-05-022-0/+4
* [CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...Craig Topper2016-05-023-3/+24
* Add support for synthetic child providers to optionally return a customized t...Enrico Granata2016-05-026-0/+94
* [GlobalDCE] Modernize. Use FileCheck instead of grep.Davide Italiano2016-05-016-7/+15
* [InstCombine][SSE] Added support to VPERMD/VPERMPS to shuffle combine to acce...Simon Pilgrim2016-05-012-13/+18
* Dropped FIXME commentSimon Pilgrim2016-05-011-1/+1
* [InstCombine][SSE] Added support to VPERMILVAR to shuffle combine to accept U...Simon Pilgrim2016-05-012-28/+35
* [InstCombine][AVX] Fixed PERMILVAR identity tests and added additional decode...Simon Pilgrim2016-05-011-13/+47
* [InstCombine][SSE] Added support to PSHUFB to shuffle combine to accept UNDEF...Simon Pilgrim2016-05-012-22/+21
* [InstCombine][SSE] Regenerate MOVSX/MOVZX testsSimon Pilgrim2016-05-012-114/+116
* [AVX512] VPACKUSWB/VPACKSSWB should not be encoded with EVEX.W=1. While there...Craig Topper2016-05-014-214/+214
* [InstCombine][AVX2] Combine VPERMD/VPERMPS intrinsics with constant masks to ...Simon Pilgrim2016-05-012-15/+50
* Fixed MSVC 'not all control paths return a value' warningSimon Pilgrim2016-05-011-0/+1
* Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050Simon Pilgrim2016-05-011-0/+3
* [clang][Builtin][AVX512] Adding intrinsics for vmovshdup and vmovsldup instru...Michael Zuckerman2016-05-015-0/+210
* getelementptr instruction, support index vector of EVT.Igor Breger2016-05-012-1/+11
* Update test for r268192.Kuba Brecka2016-05-011-3/+3
* Improve wording and capitalization of TSan thread names.Kuba Brecka2016-05-011-7/+7
* Add thread numbers into ASan thread names.Kuba Brecka2016-05-011-5/+8
* Fix NetBSD build with CMake 3.5.2Kamil Rytarowski2016-05-012-2/+2
* Change AVX512 braodcastsd/ss patterns interaction with spilling . New impleme...Igor Breger2016-05-016-110/+329
* [AVX512] Prefer AVX512 VPACK instructions over AVX/AVX2 instructions when VLX...Craig Topper2016-05-012-11/+11
* [AVX512] Add HasVLX to the 128/256-bit versions of VPACKSSDW/USDW/SSWB/USWB a...Craig Topper2016-05-011-13/+14
* Should fix all remaining MSVC problems.Peter Collingbourne2016-05-011-5/+5
* [AVX512] Make sure 128/256-bit DQI versions of VAND/VANDN/VOR/VXOR are also m...Craig Topper2016-05-011-16/+16
* Further MSVC appeasement.Peter Collingbourne2016-05-012-6/+6
* [X86] Add an AddedComplexity to another pattern to put it near similar in the...Craig Topper2016-05-011-2/+1
* [X86] Remove a seemlingly unused pattern. The same pattern appears elsewhere ...Craig Topper2016-05-011-2/+0
* Try to fix MSVC build.Peter Collingbourne2016-05-011-1/+2
* [X86] Add AddedComplexity to keep some similar patterns near each other in th...Craig Topper2016-05-011-0/+1
* [X86] Remove some redundant selection patterns.Craig Topper2016-05-012-11/+0
* [AVX512] Replace vector_extract with extractelt in some patterns. They mean t...Craig Topper2016-05-011-5/+5
* ELF: New symbol table design.Peter Collingbourne2016-05-0114-504/+632
* [SCEV] When printing via -analysis, dump loop dispositionSanjoy Das2016-05-012-0/+98
* Properly name LLVMSetIsInBounds's argument. NFCAmaury Sechet2016-05-012-3/+3
* Capitalize align argument in the C API as per convention. NFCAmaury Sechet2016-05-011-2/+2
* [AVX512] Add hasSideEffects/mayLoad/mayStore flags to some instructions.Craig Topper2016-05-011-4/+7
* [ORC] Save AArch64 NEON state in the JIT reentry block.Lang Hames2016-05-012-43/+75
* ELF: --reproduce: quote pathnames for -L and other options.Rui Ueyama2016-04-302-14/+23
* ELF: --reproduce: Copy files referenced by linker scripts.Rui Ueyama2016-04-304-11/+35
* Attempt to fix Windows buildbots.Rui Ueyama2016-04-301-2/+2
* ELF: Make --reproduce to produce a response file.Rui Ueyama2016-04-304-45/+92
* [lit] Add %:[STpst] to represent paths without colons on Windows.Rui Ueyama2016-04-301-0/+18
OpenPOWER on IntegriCloud