summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove some annotations from TestMultipleTargetsPavel Labath2016-12-121-8/+2
* [X86][SSE] Lower suitably sign-extended mul vXi64 using PMULDQSimon Pilgrim2016-12-124-149/+59
* [SelectionDAG] Add support for EXTRACT_SUBVECTOR to ComputeNumSignBitsSimon Pilgrim2016-12-122-40/+18
* [X86] Teach selectScalarSSELoad to accept full 128-bit vector loads and the X...Craig Topper2016-12-124-12/+34
* [X86] Change CMPSS/CMPSD intrinsic instructions to use sse_load_f32/f64 as it...Craig Topper2016-12-121-12/+12
* [Driver] Simplify ToolChain::GetCXXStdlibType (NFC)Jonas Hahnfeld2016-12-121-34/+13
* build: add support for standalone lld buildSaleem Abdulrasool2016-12-123-2/+61
* [XRay][CMake] Check target for XRay Flight Data RecorderPetr Hosek2016-12-121-0/+8
* [X86] Remove some intrinsic instructions from hasPartialRegUpdateCraig Topper2016-12-126-22/+25
* [libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek2016-12-122-7/+4
* COFF: Remove an unused mutex declaration.Peter Collingbourne2016-12-121-2/+0
* COFF: Use a DenseSet instead of a map to atomic_flag to track which archive m...Peter Collingbourne2016-12-122-12/+3
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-1222-29/+545
* [SCEVExpand] do not hoist divisions by zero (PR30935)Sebastian Pop2016-12-124-31/+229
* [InstCombine][XOP] The instructions for the scalar frcz intrinsics are define...Craig Topper2016-12-112-4/+16
* COFF: Use CachedHashStringRef in the symbol table.Peter Collingbourne2016-12-112-4/+5
* COFF: Load inputs immediately instead of adding them to a queue.Peter Collingbourne2016-12-114-133/+49
* COFF: Use a bit in SymbolBody to track which symbols are written to the symbo...Peter Collingbourne2016-12-112-3/+9
* [X86][SSE] Add support for combining target shuffles to SHUFPD.Simon Pilgrim2016-12-114-27/+52
* [SCCP] Use the appropriate helper function. NFCI.Davide Italiano2016-12-111-2/+2
* Fix TBAA metadataSanjoy Das2016-12-111-1/+3
* [X86][AVX512] Add missing patterns for broadcast fallback in case load node h...Ayman Musa2016-12-112-0/+79
* [TBAA] Don't generate invalid TBAA when merging nodesSanjoy Das2016-12-112-7/+39
* [Verifier] Add verification for TBAA metadataSanjoy Das2016-12-1136-63/+454
* [Constants] don't die processing non-ConstantInt GEP indices in isGEPWithNoNo...Sanjay Patel2016-12-112-6/+19
* [X86][AVX512] Add target shuffle test showing missing PSHUFPD combine.Simon Pilgrim2016-12-111-0/+16
* instr-combiner: sum up all latencies of the transformed instructionsSebastian Pop2016-12-114-15/+64
* [X86][XOP] Add target shuffle tests showing missing PSHUFPD combine.Simon Pilgrim2016-12-111-0/+28
* [SCEVExpander] Explicitly expand AddRec starts into loop preheaderSanjoy Das2016-12-111-5/+8
* [X86] Regcall - Adding support for mask typesOren Ben Simhon2016-12-114-46/+225
* [FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth2016-12-111-93/+94
* [FileCheck] Remove a parameter that was simply always set toChandler Carruth2016-12-111-9/+4
* [FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth2016-12-111-70/+62
* [FileCheck] Run clang-format over this code. NFC.Chandler Carruth2016-12-111-118/+108
* Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth2016-12-111-87/+90
* [X86][InstCombine] Add support for scalar FMA intrinsics to SimplifyDemandedV...Craig Topper2016-12-112-0/+221
* [sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek2016-12-111-0/+23
* [sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek2016-12-112-0/+34
* [X86][InstCombine] Add the test cases for r289370, r289371, and r289372.Craig Topper2016-12-112-0/+444
* Tweak the core loop in StringRef::find to avoid calling memcmp on everyChandler Carruth2016-12-111-6/+12
* [X86][InstCombine] Teach InstCombineCalls to simplify demanded elements for s...Craig Topper2016-12-111-0/+8
* [AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded for sc...Craig Topper2016-12-111-1/+3
* [AVX-512][InstCombine] Teach InstCombineCalls how to simplify demanded elemen...Craig Topper2016-12-111-0/+31
* [AVR] Add calling convention CodeGen testsDylan McKay2016-12-113-0/+167
* [libFuzzer] don't depend on time in a testKostya Serebryany2016-12-111-1/+1
* Actually re-disable -Wsign-compareEric Fiselier2016-12-111-1/+1
* Re-disable -Wsign-compare for now. I didn't catch all occurrencesEric Fiselier2016-12-111-0/+1
* Fix signed comparison warningEric Fiselier2016-12-111-2/+2
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1167-289/+321
* [AVR] Add a test to validate a simple 'blinking led' programDylan McKay2016-12-111-0/+125
OpenPOWER on IntegriCloud