summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move -ldl to the correct compiler invocationRyan Govostes2016-06-271-2/+2
* Mips: Fix access to private functions.Rafael Espindola2016-06-272-1/+15
* Ignore --sort-common.Rui Ueyama2016-06-271-0/+1
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-273-4/+27
* Fix UB in uses_alloc_types.hppEric Fiselier2016-06-271-2/+2
* Implement P0163r0. Add shared_ptr::weak_type.Eric Fiselier2016-06-274-2/+12
* Implement p0337r0. Delete operator= for polymorphic_allocator.Eric Fiselier2016-06-273-14/+14
* Implement P0358r1. Fixes for not_fn.Eric Fiselier2016-06-272-30/+86
* Fix C++03 failure in enable_shared_from_this testEric Fiselier2016-06-271-1/+2
* Fix PR27115 - enable_shared_from_this does not work as a virtual base class.Eric Fiselier2016-06-262-24/+39
* clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.NAKAMURA Takumi2016-06-261-3/+3
* add tests for potential select transformsSanjay Patel2016-06-261-0/+117
* Fix C++03 buildEric Fiselier2016-06-262-0/+6
* Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier2016-06-263-1/+61
* Use isPositionIndependent predicate. NFC.Rafael Espindola2016-06-261-1/+1
* Use isPositionIndependent. NFC.Rafael Espindola2016-06-261-1/+1
* Use isPositionIndependent predicate.Rafael Espindola2016-06-261-1/+1
* Use isPositionIndependent predicate. NFC.Rafael Espindola2016-06-261-9/+8
* Refactor a duplicated predicate. NFC.Rafael Espindola2016-06-266-10/+6
* [lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.Marcin Koscielnicki2016-06-261-1/+2
* Implement LWG 2488 - Make the placeholders constexpr.Eric Fiselier2016-06-264-21/+63
* Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...Eric Fiselier2016-06-2615-27/+42
* Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...Eric Fiselier2016-06-261-1/+1
* Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...Eric Fiselier2016-06-261-8/+8
* Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...Eric Fiselier2016-06-263-0/+11
* Add [[noreturn]] attribute to throw_bad_alloc_helper().Eric Fiselier2016-06-262-3/+8
* Avoid narrowing conversions in quoted test. Patch from STL@microsoft.comEric Fiselier2016-06-261-6/+6
* [LinkerScript] Spell 'character' correctly. NFC.Davide Italiano2016-06-261-1/+1
* Apply clang-tidy's modernize-loop-convert to lib/Analysis.Benjamin Kramer2016-06-2619-121/+105
* Revert r273807 (and r273809, r273810), it caused PR28311Nico Weber2016-06-262-240/+3
* Apply clang-tidy's modernize-loop-convert to lib/MC.Benjamin Kramer2016-06-266-67/+56
* Apply clang-tidy's modernize-loop-convert to most of lib/IR.Benjamin Kramer2016-06-2610-70/+61
* [X86] add _mm_loadu_si64Asaf Badouh2016-06-262-0/+19
* [CodeExtractor] Merge DEBUG statements in an attempt to fix the msvcBenjamin Kramer2016-06-261-4/+6
* Fixed build failure (due to unused variable error) in r273807.Amjad Aboud2016-06-261-0/+1
* Fixed build failure (due to unused variable error) in r273807.Amjad Aboud2016-06-261-3/+1
* Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.Benjamin Kramer2016-06-2653-519/+398
* [codeview] Improved array type support.Amjad Aboud2016-06-262-2/+240
* [tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...Kuba Brecka2016-06-265-0/+209
* [RSForGC] Appease MSVCSanjoy Das2016-06-261-2/+4
* [X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to b...Craig Topper2016-06-261-39/+21
* [X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is U...Craig Topper2016-06-261-25/+25
* [SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it.Craig Topper2016-06-261-15/+2
* [LoopUnswitch] Unswitch on conditions feeding into guardsSanjoy Das2016-06-262-7/+130
* [RSForGC] Bring the BDVState struct up to code; NFCSanjoy Das2016-06-261-25/+33
* [RSForGC] Bring computeLiveInValues up to code; NFCSanjoy Das2016-06-261-8/+5
* [RSForGC] Bring computeLiveOutSeed up to code; NFCSanjoy Das2016-06-261-7/+7
* [RSForGC] Bring computeLiveInValues up to code; NFCSanjoy Das2016-06-261-19/+8
* [RSForGC] Bring recomputeLiveInValues up to code; NFCSanjoy Das2016-06-261-9/+9
* [RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFCSanjoy Das2016-06-261-3/+2
OpenPOWER on IntegriCloud