summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* logb: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* log2: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* log1p: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* lgamma: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* exp2: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* cospi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* cosh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* cos: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+5
* cbrt: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atanpi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atanh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* atan: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* asinpi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* asinh: Use unary_dec instead of custom inc fileJan Vesely2017-11-022-24/+6
* asin: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* acospi: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* acosh: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-24/+6
* acos: Use unary_decl instead of custom inc fileJan Vesely2017-11-022-2/+6
* revert r317228: remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-0/+5
* [X86] Simplify the pentium4 code in getHostCPUName to be based on feature fla...Craig Topper2017-11-021-34/+6
* [X86] Change getHostCPUName fallback code to not select 'x86-64' for unknown ...Craig Topper2017-11-021-2/+7
* remove unused function from ObjCRuntime.h, NFCAlex Lorenz2017-11-021-5/+0
* [OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.Alexey Bataev2017-11-022-7/+31
* [dsymutil][doc] Improve wording in manpage and rename file.Jonas Devlieghere2017-11-027-92/+95
* Strip off invariant.start because memory locations arent invariantAnna Thomas2017-11-022-9/+81
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-022-1/+54
* Fixed line length style issue.Mitch Phillips2017-11-021-1/+2
* [TargetParser][AArch64] Reorder enum to preserve 5.0.0 libLLVM ABI.Chad Rosier2017-11-021-4/+4
* [dsymutil] Add a manpage for dsymutilJonas Devlieghere2017-11-024-6/+94
* [CodeGen] add builtin attr tests to show errno-related diffs; NFCSanjay Patel2017-11-021-0/+777
* Run clang-format on lldb.cppStephane Sezer2017-11-021-4/+2
* Use LLVM version stringStephane Sezer2017-11-021-5/+1
* Revert "[RS4GC] Strip off invariant.start because memory locations arent inva...Anna Thomas2017-11-022-92/+9
* Fix comment typoJan Korous2017-11-021-1/+1
* [RS4GC] Strip off invariant.start because memory locations arent invariantAnna Thomas2017-11-022-9/+92
* [libomptarget] Remove stale omp handleJonas Hahnfeld2017-11-021-3/+0
* Revert "[ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass."Clement Courbet2017-11-0213-1352/+1200
* Change a bunch of comments from C++1z to C++17. NFCMarshall Clow2017-11-0217-17/+17
* [ExpandMemCmp] Split ExpandMemCmp from CodeGen into its own pass.Clement Courbet2017-11-0213-1200/+1352
* Mark tests as unsupported in C++98 as wellRoger Ferrer Ibanez2017-11-022-2/+2
* Mark Endian as 'in progress'Marshall Clow2017-11-021-1/+1
* [OPENMP] Fix PR35156: Get correct thread id with windows exceptions.Alexey Bataev2017-11-0212-16/+56
* [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as baseJonas Hahnfeld2017-11-022-13/+47
* [X86] Fix bug in legalize vector types - Split large loadsAyman Musa2017-11-023-1/+230
* Fix clang-format CLion integration bug.Eric Liu2017-11-021-1/+1
* [mips] Use register scavenging with MSA.Simon Dardis2017-11-024-41/+272
* Temporary workaround for msan false positive.Sam McCall2017-11-021-1/+1
* Adding test for extraxt sub vector load and store avx512Michael Zuckerman2017-11-021-0/+1458
* Allow inaccessiblememonly and inaccessiblemem_or_argmemonly to be overwriten ...Yichao Yu2017-11-025-19/+160
* Fix typo in class annotationJan Korous2017-11-021-1/+1
OpenPOWER on IntegriCloud