summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add <experimental/coroutine>Eric Fiselier2017-05-2525-0/+1317
* Fix broken links on C++1z status pageEric Fiselier2017-05-251-5/+5
* [LegacyPM] Make the 'addLoop' method accept a loop to add rather thanChandler Carruth2017-05-254-20/+22
* Add non-parallel version of for_each_n (+tests) from the Parallelism TSMarshall Clow2017-05-252-0/+82
* Fix the warning when you pass -c to step/next/si/ni.Jim Ingham2017-05-251-1/+1
* [coroutines] Fix fallthrough diagnostics for coroutinesEric Fiselier2017-05-258-25/+135
* Fixed nondeterminism in RuleMatcher::emit.Galina Kistanova2017-05-251-1/+8
* [libFuzzer] Don't replace custom signal handlers.Vitaly Buka2017-05-252-2/+17
* Fix coverage check for full post-dominator basic blocks.George Karpenkov2017-05-253-1/+122
* [coroutines] CoroFrame.cpp conform to coding convention (s/repeat/Repeat) (NFC)Gor Nishanov2017-05-251-3/+2
* [coroutines] Relocate instructions that maybe spilled after coro.beginGor Nishanov2017-05-252-3/+83
* Add some constexpr tests for optional's move/copy ctorMarshall Clow2017-05-252-0/+27
* Correct compiler warnings and Debug build of the NetBSD targetKamil Rytarowski2017-05-242-12/+21
* [PowerPC] Fix a performance bug for PPC::XXSLDWI.Tony Jiang2017-05-248-41/+440
* Print symbols from COFF import libraries.Rafael Espindola2017-05-244-4/+24
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-05-2415-281/+358
* [coroutines] Allow rematerialization upto 4 times. Remove incorrect assertGor Nishanov2017-05-242-15/+71
* [InstCombine] use m_APInt to allow icmp-mul-mul vector foldSanjay Patel2017-05-242-17/+16
* Allow builds to set COMPILER_RT_OS_DIR differently from CMAKE_SYSTEM_NAMEJonathan Roelofs2017-05-241-1/+3
* [InstCombine] add tests for icmp eq (mul X, C), (mul Y, C); NFCSanjay Patel2017-05-241-0/+43
OpenPOWER on IntegriCloud