summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid ambiguity in calling atom_add functions.Jan Vesely2016-09-074-4/+4
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-079-100/+377
* [CUDA] Rework "optimizations" and "publication" section in CompileCudaWithLLV...Justin Lebar2016-09-071-52/+45
* [CUDA] Clarify that -l and -L only need to be passed when linking, in Compile...Justin Lebar2016-09-071-0/+5
* [CUDA] Further reformat "invoking clang" section of CompileCudaWithLLVM.rst.Justin Lebar2016-09-071-16/+16
* [SimplifyCFG] Don't try to create metadata-valued PHIsHal Finkel2016-09-072-0/+55
* [LoopUnroll] Correct a debug message. NFC.Haicheng Wu2016-09-071-1/+1
* ELF: Add -Qy as ignored optionEd Maste2016-09-071-0/+1
* [compiler-rt] Allow sanitizers to be compiled for windows with clangFrancis Ricci2016-09-072-2/+10
* Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase.Elena Demikhovsky2016-09-072-21/+60
* [InstCombine] allow icmp (and X, C2), C1 folds for splat constant vectorsSanjay Patel2016-09-072-55/+55
* Fix inconsistent indentation.Rui Ueyama2016-09-075-112/+30
* [CUDA] Fix typo in link in CompileCudaWithLLVM.Justin Lebar2016-09-071-1/+1
* Move field to the base class. NFC.Rafael Espindola2016-09-071-1/+2
* [CUDA] Move AXPY example into gist.Justin Lebar2016-09-071-86/+59
* Delete dead field. NFC.Rafael Espindola2016-09-074-15/+15
* [RDF] Fix liveness analysis for phi nodes with shadow usesKrzysztof Parzyszek2016-09-073-37/+146
* [compiler-rt] Fix library suffixes on windowsFrancis Ricci2016-09-072-2/+17
* Don't reuse a variable name in a nested scope. NFC.Michael Kuperstein2016-09-071-6/+6
* Move CHECK right before the function it describes.George Burgess IV2016-09-071-1/+1
* [RDF] Introduce "undef" flag for ref nodesKrzysztof Parzyszek2016-09-073-24/+74
* [CUDA] Simplify build/install instructions in CompileCudaWithLLVM.rst.Justin Lebar2016-09-071-43/+25
* [CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.Justin Lebar2016-09-071-4/+4
* [CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaWithLLVM doc.Justin Lebar2016-09-071-0/+7
* [Sema] Compare bad conversions in overload resolution.George Burgess IV2016-09-074-7/+66
* [powerpc] Move #if to appease warnings-as-errors testsBill Seurer2016-09-071-3/+4
* 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
OpenPOWER on IntegriCloud