summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-304-244/+385
* Fix clang installed path to handle case where clang is invoked through a symlinkMehdi Amini2016-10-301-1/+1
* Add start of filesystem benchmarksEric Fiselier2016-10-305-10/+147
* Mark thread exit test as unsupported w/o threadsEric Fiselier2016-10-301-0/+1
* [DAG] x | x --> xSanjay Patel2016-10-302-2/+4
* [DAG] x & x --> xSanjay Patel2016-10-302-2/+4
* [x86] add tests for basic logic op foldsSanjay Patel2016-10-302-0/+37
* Fixing "type" issue for (epi32) Michael Zuckerman2016-10-303-132/+100
* Revert r285517 due to build failures.Dorit Nuzman2016-10-307-255/+4
* [LoopVectorize] Make interleaved-accesses analysis less conservative aboutDorit Nuzman2016-10-307-4/+255
* [AVX-512] Remove masked 128/256-bit builtins for vpmaddwd and vpmaddubsw. Rep...Craig Topper2016-10-303-54/+49
* [X86] Use intrinsics table for PMADDUBSW and PMADDWD so that we can use the l...Craig Topper2016-10-303-86/+57
* [Polly] Remove the unused POLLY_LINK_LIBS for linking polly intoHongbin Zheng2016-10-302-10/+0
* [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asmTeresa Johnson2016-10-304-59/+34
* [ThinLTO] Correctly resolve linkonce when importing aliaseeTeresa Johnson2016-10-306-23/+107
* clang/test/Driver/openmp-offload.c: Relax expressions if "ld.exe" exists, lik...NAKAMURA Takumi2016-10-301-18/+18
* [X86] Don't use loadv2i64 on SSE version of PMULHRSW. Use memopv2i64 instead.Craig Topper2016-10-301-1/+1
* NativeFormatting.cpp: Fix build for mingw. Where would writePadding() be?NAKAMURA Takumi2016-10-291-1/+0
* [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)Teresa Johnson2016-10-292-4/+4
* [ThinLTO] Use NoPromote flag in summary during promotionTeresa Johnson2016-10-292-17/+25
* IR: Remove a no longer needed assert.Peter Collingbourne2016-10-291-5/+0
* [AVX-512] Remove 128/256-bit masked pmulhrsw/pmulhuw/pmulhw builtins and use ...Craig Topper2016-10-293-82/+73
* [AVX-512] Remove masked 128/256-bit sqrt builtins and replace them with unmas...Craig Topper2016-10-293-48/+48
* [AVX-512] Remove masked 128/256-bit pmuludq/pmuldq builtins and replace them ...Craig Topper2016-10-293-57/+48
* [AVX-512] Remove masked 128/256-bit floating point max/min builtins. Use unma...Craig Topper2016-10-293-114/+96
* [X86] Use intrinsics table for VPMULHRSW intrincis so that the legacy intrins...Craig Topper2016-10-293-12/+13
* Factor finding of libc++ include path out of building -cc1 arguments.Richard Smith2016-10-292-204/+165
* [ValueTracking] recognize more variants of smin/smaxSanjay Patel2016-10-294-49/+33
* [x86] add tests for smin/smax matchSelPattern (D26091)Sanjay Patel2016-10-292-59/+127
* [Devirtualization] Decorate vfunction load with invariant.loadPiotr Padlewski2016-10-292-2/+22
* NFC small formatPiotr Padlewski2016-10-291-1/+2
* [InstCombine] re-use bitcasted compare operands in selects (PR28001)Sanjay Patel2016-10-292-9/+56
* [DAGCombiner] (REAPPLIED) Add vector demanded elements support to computeKnow...Simon Pilgrim2016-10-294-59/+137
* [X86][AVX512][Clang][Intrinsics][reduce] Adding missing reduce (max|min) intr...Michael Zuckerman2016-10-292-0/+717
* Fixed FMA + FNEG combine.Elena Demikhovsky2016-10-292-3/+119
* [ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRemoveSMax rewriterTobias Grosser2016-10-291-56/+8
* AMDGPU: Use 1/2pi inline imm on VIMatt Arsenault2016-10-299-24/+113
* Attempt to fix a buildbot really this time.Rui Ueyama2016-10-291-3/+7
* AArch64DeadRegisterDefinitionsPass: Cleanup; NFCMatthias Braun2016-10-291-54/+53
* Define calculateDbgStreamSize for consistency.Rui Ueyama2016-10-292-1/+6
* [APFloat] Remove the redundent function body of uninitialized ctor, which sho...Tim Shen2016-10-291-4/+1
* Revert "Added 'inline' attribute to basic_string's destructor"Mehdi Amini2016-10-291-1/+0
* Limit LLDB_EXPORT_ALL_SYMBOLS to lldb symbolsTodd Fiala2016-10-292-6/+9
* Resubmit "Add support for advanced number formatting."Zachary Turner2016-10-295-104/+369
* [asan] Set the darwin deployment target for the dead-strip testAnna Zaks2016-10-291-1/+1
* Do not print out Flags field twice.Rui Ueyama2016-10-282-11/+26
* [DAGCombiner] Fix a crash visiting `AND` nodes.Davide Italiano2016-10-282-1/+26
* AMDGPU/SI: Don't use non-0 waitcnt values when waiting on Flat instructionsTom Stellard2016-10-284-2/+86
* build: give aliases the same visibilitySaleem Abdulrasool2016-10-281-0/+1
* builtins: ensure that VISIBILITY_HIDDEN is defined properlySaleem Abdulrasool2016-10-281-0/+6