summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AVX512] Fix up types for arguments of int_x86_avx512_mask_cvtsd2ss_round and...Craig Topper2016-05-094-33/+33
* ThinLTOCodeGenerator: ignore 0 values for the cache settings.Mehdi Amini2016-05-092-9/+17
* [AVX512] Add non-temporal store patterns for v16i32/v32i16/v64i8.Craig Topper2016-05-082-2/+23
* Minor code cleanups. NFC.Junmo Park2016-05-081-3/+3
* Generate code coverage for experimental librariesEric Fiselier2016-05-081-1/+1
* [AVX512] Add missing patterns for non-temporal stores of 128/256-bit vXi8/vXi...Craig Topper2016-05-082-0/+55
* [AVX512] Change predicates on some vXi16/vXi8 AVX store patterns so they stay...Craig Topper2016-05-081-16/+22
* [AVX512] Add VLX 128/256-bit SET0 operations that encode to 128/256-bit EVEX ...Craig Topper2016-05-0814-82/+114
* [X86] Re-generate tests using update_llc_test_checks.py to prepare for a futu...Craig Topper2016-05-082-157/+180
* Remove Windows line endings in some tests to prepare for a future commit. NFCCraig Topper2016-05-082-251/+251
* [Bitcode] Fix an unsigned integer overflow while parsing bitcode wrapper headerBruno Cardoso Lopes2016-05-081-1/+2
* [X86] Remove extra patterns that check for BUILD_VECTOR of all 0s. These are ...Craig Topper2016-05-082-24/+7
* clang-format: Fix space after argument comments.Daniel Jasper2016-05-082-2/+2
* clang-format: Support enum type template arguments.Daniel Jasper2016-05-082-0/+11
* [CostModel][X86] Extended comparison instruction cost model tests to include ...Simon Pilgrim2016-05-081-33/+113
* [ELF][MIPS] Handling 'packed' N64 ABI relocationsSimon Atanasyan2016-05-082-14/+85
* [X86] Promote several single precision FP libcalls on WindowsDavid Majnemer2016-05-082-10/+14
* Teach header search about GCC 4.9 header search paths in Gentoo, theyChandler Carruth2016-05-086-0/+16
* [X86] Lower 256-bit vector all-zero constants to v8i32 even with AVX1 only. E...Craig Topper2016-05-083-12/+4
* [X86] Add patterns for 256-bit non-temporal stores when only AVX1 is supporte...Craig Topper2016-05-082-6/+59
* [X86] No need to avoid selecting AVX_SET0 for 256-bit integer types when only...Craig Topper2016-05-086-34/+11
* [OpenMP] Check for associated statements with hasAssociatedStmt() when scanni...Samuel Antao2016-05-082-1/+29
* [ARM] Fix Scavenger assert due to underestimated stack sizeWeiming Zhao2016-05-082-5/+217
* Fix use-of-uninitialized-value of ARMMachineFunctionInfoWeiming Zhao2016-05-081-1/+1
* Fix unused variable warning.Simon Pilgrim2016-05-071-1/+0
* [InstrProf] Delete unstable test on ARM. See PR27667Renato Golin2016-05-071-17/+0
* [SelectionDAG] Added bitreverse(bitreverse(v)) --> vSimon Pilgrim2016-05-073-320/+38
* Revert "[profile] Simplify value profile writing"Renato Golin2016-05-076-54/+88
* [X86] Fix InstAliases to not allow FARCALL32i/FARCALL16i/FARJMP32i/FARJMP16i ...Craig Topper2016-05-071-8/+8
* [X86] Added BITREVERSE constant folding and identity testsSimon Pilgrim2016-05-071-1/+363
* [X86] Pulled out duplicate mask width calculation. NFCI.Simon Pilgrim2016-05-071-2/+3
* Enable Pthread threading API on Solaris. Fix PR27677Eric Fiselier2016-05-071-1/+2
* [CostModel][X86] Split BSWAP/BITREVERSE cost tests from CTPOP/CTLZ/CTTZ 'bit ...Simon Pilgrim2016-05-073-176/+188
* [x86, BMI] add TLI hook for 'andn' and use it to simplify comparisonsSanjay Patel2016-05-075-11/+143
* clang-rename: when renaming a field, rename initializers of that field as wellMiklos Vajna2016-05-072-0/+30
* ErrorInfoBase::message(): Don't use raw_string_ostream's buffer, Msg, before ...NAKAMURA Takumi2016-05-071-1/+1
* Codegen: Enable the detection of min/max expressionsTobias Grosser2016-05-075-9/+8
* test: Use CHECK-NEXT to not miss instructions in test outputTobias Grosser2016-05-071-25/+23
* Update isl to isl-0.17-5-g57dc5ffTobias Grosser2016-05-077-5/+65
* [ELF][MIPS] Remove redundant local variable. NFCSimon Atanasyan2016-05-071-4/+2
* [PM] code refactoring -- preparation for new PM porting /NFCXinliang David Li2016-05-076-22/+37
* Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier2016-05-071-2/+12
* Fix stripDebugInfo: was modifying "DebugLoc" attached to the intrinsic after ...Mehdi Amini2016-05-071-0/+1
* MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...NAKAMURA Takumi2016-05-071-0/+2
* Refactor stripDebugInfo(Function) to handle intrinsicMehdi Amini2016-05-075-22/+82
* [Orc] Fix missing rename from r268845.Lang Hames2016-05-071-1/+1
* [Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.Lang Hames2016-05-077-110/+233
* Update TS implementation status pageEric Fiselier2016-05-071-0/+8
* Update \param corresponding to r268819. [-Wdocumentation]NAKAMURA Takumi2016-05-071-1/+1
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-072-14/+11
OpenPOWER on IntegriCloud