summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement tls scanning for darwin LSanFrancis Ricci2017-05-255-22/+134
* Don't require ThreadState to be contained within tls on all platformsFrancis Ricci2017-05-254-19/+51
* Disable two more flaky ASan wait* tests temporarily on DarwinAdam Nemet2017-05-252-0/+3
* [Documentation] Mention hicpp check group in Clang-tidy main document.Eugene Zelenko2017-05-251-2/+3
* [sanitizer] Revert rL303879 as it breaks WindowsKostya Kortchinsky2017-05-251-53/+8
* Revert MSVC CXXOperatorNames patch due to issues with ChromiumErich Keane2017-05-253-15/+5
* Revert 303872/303877 since the patch that caused these issues Erich Keane2017-05-252-2/+2
* Relax testcase to appease buildbotsJonathan Roelofs2017-05-251-9/+9
* [sanitizer] Change the 32-bit Primary AllocateRegion to reduce fragmentationKostya Kortchinsky2017-05-251-10/+53
* Fix a test that was failing in C++11 mode introduced in r303874Erik Pilkington2017-05-251-1/+5
* Clang-tidy doesn't understand -fno-ms-compatibility, so just removing 'not' Erich Keane2017-05-251-2/+2
* Mark LWG#2900 as complete - we already do this, and I checked the tests in a ...Marshall Clow2017-05-251-2/+2
* NewGVN: Fix PR 33119, PR 33129, due to regressed undef handlingDaniel Berlin2017-05-252-23/+44
* Add support for shared_ptr<FunctionType>Erik Pilkington2017-05-253-13/+93
* Don't defer to the GCC driver for linking arm-baremetalJonathan Roelofs2017-05-2512-47/+482
* Disable MSVC-Compat mode for two tests that use C++Operator NamesErich Keane2017-05-252-2/+2
* Make git-clang-format python 3 compatibleEric Fiselier2017-05-251-4/+30
* [InstCombine] Teach isAllocSiteRemovable to look through addrspacecastsArtur Pilipenko2017-05-252-3/+8
* [sanitizer] Pair atomic acquire with release in BlockingMutex::UnlockAlex Shlyapnikov2017-05-251-1/+1
* [coroutines] Diagnose when promise types fail to declare either return_void o...Eric Fiselier2017-05-254-37/+60
* [coroutines] Bump __cpp_coroutines versionEric Fiselier2017-05-252-2/+2
* Add generic __bswap[ds]i2 implementationsDimitry Andric2017-05-256-48/+82
* [cmake] Disable building emutls.c for baremetal targets.Catherine Moore2017-05-251-2/+2
* [powerpc] deactivate flakey test halt_on_error-torture.cc on powerpc64 beBill Seurer2017-05-251-0/+4
* [PowerPC] Fix test case sem_init_glibc.cc for powerpc64beBill Seurer2017-05-251-1/+5
* Last commit included some extra constexpr; remove themMarshall Clow2017-05-251-3/+3
* [AMDGPU] add __builtin_amdgcn_s_getpcTim Corringham2017-05-252-0/+8
* [InstCombine] make icmp-mul fold more efficientSanjay Patel2017-05-252-6/+8
* [AMDGPU] add intrinsic for s_getpcTim Corringham2017-05-253-1/+28
* [X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon2017-05-2517-30/+997
* [X86] Adding avx512_vpopcntdq feature set and its intrinsicsOren Ben Simhon2017-05-259-36/+170
* Make for_each_n only avaliable on C++17Marshall Clow2017-05-251-3/+5
* [GVNSink] Pacify MSVCJames Molloy2017-05-251-1/+1
* Revert "Fix FDE indexing while scan debug_info section."Pavel Labath2017-05-252-27/+11
* [GVNSink] Don't define operator<< in NDEBUGJames Molloy2017-05-251-0/+2
* [CodeGen] Pessimize aliasing for member unions (and may-alias) objectsKrzysztof Parzyszek2017-05-253-14/+106
* [GVNSink] GVNSink passJames Molloy2017-05-2514-48/+1825
* (no commit message)Florian Gross2017-05-251-1/+1
* Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-253-88/+122
* Fix FDE indexing while scan debug_info section.Hafiz Abid Qadeer2017-05-252-11/+27
* [OpenCL] reserve_id_t cannot be used as argument to kernel functionEgor Churaev2017-05-252-4/+6
* [PM] Teach the PGO instrumentation pasess to run GlobalDCE beforeChandler Carruth2017-05-252-5/+19
* [OpenCL] Added regression test on invalid vector initialization.Egor Churaev2017-05-251-1/+2
* [PM/Unswitch] Fix a bug in the domtree update logic for the new unswitchChandler Carruth2017-05-252-14/+123
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-253-14/+14
* [MVT] Fix the identation of the start of the MVT class. NFCCraig Topper2017-05-251-1/+1
* [SelectionDAG] Fix off by one in a compare in getOperationAction.Craig Topper2017-05-251-1/+1
* Drop newline in docs builder to see if Polly docs are updatedTobias Grosser2017-05-251-1/+0
* Remove <experimental/coroutine> from the module map for now. It doesn't work ...Eric Fiselier2017-05-251-4/+6
* Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect re...Eric Fiselier2017-05-251-1/+9
OpenPOWER on IntegriCloud