summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a few more test for []-style uuid attributes.Nico Weber2016-09-071-0/+27
* Fix a few oversights in the clang-tidy VS plugin.Zachary Turner2016-09-074-9/+2
* Rename test pr30298.ll to shrink_vmul_sse.ll, to make the name more meaningfu...Wei Mi2016-09-071-0/+4
* Do not validate pch when -fno-validate-pch is setYaxun Liu2016-09-073-5/+79
* AMDGPU: Remove a useless variable which caused build failure for lld.Yaxun Liu2016-09-071-1/+1
* Add a clang-tidy visual studio extension.Zachary Turner2016-09-0738-0/+3309
* Resubmit "Add a test for clang-tidy using the clang-cl driver."Zachary Turner2016-09-071-0/+17
* Try contextually converting condition of constexpr if to Boolean valueIsmail Pazarbasi2016-09-073-5/+29
* Don't reduce the width of vector mul if the target doesn't support SSE2.Wei Mi2016-09-072-1/+45
* [MS] Fix prologue this adjustment when 'this' is passed indirectlyReid Kleckner2016-09-076-10/+45
* Add more triple to conditional-tailcall.ll testHans Wennborg2016-09-071-1/+1
* Typo. NFC.Chad Rosier2016-09-071-1/+1
* CodeGen: ensure that libcalls are always AAPCS CCSaleem Abdulrasool2016-09-073-9/+171
* X86: Fold tail calls into conditional branches where possible (PR26302)Hans Wennborg2016-09-078-17/+201
* ELF: add version script void function test caseEd Maste2016-09-071-2/+21
* [lib/LTO] Add a way to run a custom pipelineDavide Italiano2016-09-075-1/+84
* AMDGPU: Add hidden kernel arguments to runtime metadataYaxun Liu2016-09-073-114/+1483
* [clang-offload-bundler] Fix some Clang-tidy modernize-use-override and Includ...Eugene Zelenko2016-09-071-80/+120
* Add missing include. White space.Vassil Vassilev2016-09-071-1/+2
* Add MS __nop intrinsic to intrin.hReid Kleckner2016-09-072-0/+6
* Parsing MS pragma intrinsicReid Kleckner2016-09-075-2/+82
* [include-fixer] Support finding headers for the symbol under cursor.Haojian Wu2016-09-075-12/+111
* [powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64Bill Seurer2016-09-071-0/+4
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-0723-176/+741
* Use llvm's demangler.Rafael Espindola2016-09-075-4424/+4
* [LoopInterchange] Improve debug output. NFC.Chad Rosier2016-09-071-6/+6
* [LoopInterchange] Improve debug output. NFC.Chad Rosier2016-09-071-4/+6
* [LSV] Use the original loads' names for the extractelement instructions.Justin Lebar2016-09-073-37/+39
* [x86] move combines of 'select of 2 constants' to its own function; NFCSanjay Patel2016-09-071-92/+103
* Fix typo in test - it should be masking bits0-15 not bit16Simon Pilgrim2016-09-071-1/+1
* [MS] Fix 'this' type when calling virtual methods with inallocaReid Kleckner2016-09-072-9/+40
* Regenerate vector bitcast folding tests using update_test_checks.py.Andrea Di Biagio2016-09-073-108/+125
* [X86][SSE] Added or combine tests for known bits of vectorsSimon Pilgrim2016-09-071-0/+51
* [asan] Reify ErrorNewDeleteSizeMismatchFilipe Cabecinhas2016-09-075-23/+58
* Disable MSVC warnings on ISL.Michael Kruse2016-09-071-0/+11
* [X86][SSE] Added and+or+zext combine tests for known bits of vectorsSimon Pilgrim2016-09-071-0/+32
* [X86][SSE] Added and+or combine tests currently failing with vectorsSimon Pilgrim2016-09-071-1/+28
* [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)Pablo Barrio2016-09-072-1/+61
* [InstCombine][SSE4a] Fix assertion failure in the insertq/insertqi combining ...Andrea Di Biagio2016-09-072-3/+21
* [EfficiencySanitizer] [MIPS64] Enables esan clang driver options for MIPS64Sagar Thakur2016-09-072-1/+5
* Enable test on windows.Rafael Espindola2016-09-071-1/+1
* [InstCombine][SSE4a] Fix assertion failure caused by unsafe dyn_casts on the ...Andrea Di Biagio2016-09-072-3/+20
* [ELF] - Sort command line options. NFC.George Rimar2016-09-071-3/+3
* Revert "[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtua...Renato Golin2016-09-071-34/+9
* [ELF] - Linkerscript: create multiple output sections for inputs with differe...George Rimar2016-09-074-71/+45
* [OpenCL] Fix pipe built-in functions return type.Alexey Bader2016-09-072-0/+18
* [ELF] - Fix for: PR29093 - version script does not support [chars] wildcardsGeorge Rimar2016-09-073-6/+115
* [mips] Disable the TImode shift libcalls for 32-bit targets.Vasileios Kalintiris2016-09-074-9/+16
* [ELF] - Enable testcases that uses demangler to run under windows and escape ...George Rimar2016-09-072-9/+9
* [EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...Sagar Thakur2016-09-071-9/+34
OpenPOWER on IntegriCloud