summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-22[driver][mips] Factor out findMIPSMultilibs code into separate functions. NFCSimon Atanasyan1-189/+185
2016-06-22[Coverage] Push a new region when handling CXXTryStmtsVedant Kumar3-2/+26
2016-06-22[codeview] Set the new IntroducedVirtual debug info flagReid Kleckner2-3/+23
2016-06-22Make this test a bit more strict and fix it.Rafael Espindola1-7/+8
2016-06-22[analyzer] Teach ObjCDeallocChecker about XCTestCaseDevin Coughlin2-9/+33
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg11-10/+130
2016-06-22Widen EHScope::ClenupBitFields::FixupDepth to avoid overflowing it (PR23490)Hans Wennborg2-9/+37
2016-06-22[OpenCL] Use function metadata to represent kernel attributesYaxun Liu4-81/+93
2016-06-22clang-format: [JS] Do not break before 'as'.Martin Probst2-2/+7
2016-06-22[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.Michael Zuckerman2-0/+46
2016-06-22[AVX512] Use a __v8hi vector inside of _mm_setzero_hi to match its name. Prob...Craig Topper1-1/+1
2016-06-22[AVX512] Fix _mm_setzero_di to not require avx512vl since its used by the avx...Craig Topper2-3/+4
2016-06-22[AVX512] __builtin_ia32_reducesd_mask and __builtin_ia32_reducess_mask should...Craig Topper1-2/+2
2016-06-22[AVX512] Add missing typecasts to intrinsics.Craig Topper1-4/+4
2016-06-22[AVX512] Replace masked integer cmp and ucmp builtins with native IR.Craig Topper5-339/+531
2016-06-22[AVX512] Use correct types for mask parameters in avx512vlbw cmp builtin tests.Craig Topper1-144/+144
2016-06-22[OpenMP] Add the depend clause to target update construct (sema and parsing)Kelvin Li3-12/+125
2016-06-22Require an x86 target for the thinlto_backend.ll test.Peter Collingbourne1-0/+2
2016-06-22Specify a target triple to fix the test on non-Linux.Peter Collingbourne1-1/+1
2016-06-22Add missing test dependency.Peter Collingbourne1-0/+1
2016-06-22CodeGen: Replace test/CodeGen/thinlto_backend.c with a functional test.Peter Collingbourne3-14/+33
2016-06-22Stmt.h: Tweak r273312 to avoid bool:1 to appease win32.NAKAMURA Takumi1-1/+1
2016-06-22[analyzer] Teach trackNullOrUndefValue() about class property accessors.Devin Coughlin2-1/+32
2016-06-21Delete dead code.Rafael Espindola1-96/+0
2016-06-21Emit the DWARF tag for the RenderScript languagePirama Arumuga Nainar2-0/+5
2016-06-21Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fa...Eric Liu1-1/+1
2016-06-21Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen23-63/+181
2016-06-21[x86] AVX FP compare builtins should require AVX target feature (PR28112)Sanjay Patel2-5/+36
2016-06-21Refactor scope building in JumpDiagnostics for simplicity. This fixes aRichard Smith1-132/+151
2016-06-21Revert "[MS] Don't expect vftables to be provided for extern template instant...Reid Kleckner4-19/+14
2016-06-21Delete dead code.Rafael Espindola2-60/+0
2016-06-21Invoke PruneEH pass before Sample Profile pass.Dehao Chen3-0/+9
2016-06-21[MS] Don't expect vftables to be provided for extern template instantiationsReid Kleckner4-14/+19
2016-06-21Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu3-7/+145
2016-06-21[aarch64] Update datalayout for aarch64 testsArtem Belevich2-5/+3
2016-06-21clang-format: [JS] Add a Closure Compiler JSDoc tags to the defaultDaniel Jasper1-1/+1
2016-06-21Add documentation for RenderScript changesPirama Arumuga Nainar3-1/+21
2016-06-21[AArch64] Change the preferred alignment for char and short to word alignmentEvandro Menezes1-2/+2
2016-06-21[AVX512] Move the 128-bit and 256-bit lzcnt intrinsics to avx512vlcdintrin.h ...Craig Topper4-179/+177
2016-06-21r273237 fixed PR28220, not PR28216David Majnemer1-0/+0
2016-06-21[CodeGen] Do not run initializers for imported variablesDavid Majnemer2-0/+23
2016-06-21[Docs] More warning fixes to unbreak the docs buildbot.George Burgess IV3-9/+14
2016-06-21clang/test/Headers/opencl-c-header.cl: Add explicit -triple x86_64-unknown to...NAKAMURA Takumi1-1/+1
2016-06-21[Docs] Try to fix the docs buildbot.George Burgess IV1-1/+1
2016-06-20Add a ENABLE_X86_RELAX_RELOCATIONS cmake option.Rafael Espindola3-1/+7
2016-06-20Remove MaxFunctionCount module flag annotation.Easwaran Raman2-25/+0
2016-06-20clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper2-0/+8
2016-06-20[Sema] Only define function as move assignment when neededErik Pilkington2-1/+13
2016-06-20[OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu6-11/+85
2016-06-20[OpenMP] Add the nowait clause to target update construct.Kelvin Li3-11/+29