summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-06-27[clang-cl] Implement support for /stdDavid Majnemer1-0/+6
2016-06-26[X86] add _mm_loadu_si64Asaf Badouh1-0/+9
2016-06-25[X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...Craig Topper1-0/+12
2016-06-25Fix bad test expectation.Peter Collingbourne1-2/+2
2016-06-25CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog...Peter Collingbourne2-19/+42
2016-06-25Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith10-7/+156
2016-06-24Add support for musl-libc on ARM Linux.Rafael Espindola5-9/+61
2016-06-24CodeGen: Update Clang to use the new type metadata.Peter Collingbourne13-306/+328
2016-06-24Revert r273705Carlo Bertolli15-3810/+3
2016-06-24[OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli15-3/+3810
2016-06-24DeadStoresChecker: Don't warn about dead stores into volatile variablesStephan Bergmann1-0/+4
2016-06-24Fix make-check issuesStrahinja Petrovic1-4/+5
2016-06-24Using for attributes voted into C++17.Richard Smith1-0/+16
2016-06-24This patch fixes problem with passing structures and unionsStrahinja Petrovic1-0/+48
2016-06-23Invoke simplifycfg and sroa before instcombine.Dehao Chen2-0/+19
2016-06-23Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith3-0/+205
2016-06-23Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith5-13/+9
2016-06-23Add a test case for the regression in -Wfor-loop-analysis caused by r273548.Peter Collingbourne1-0/+6
2016-06-23Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne5-9/+13
2016-06-23Restructure the propagation of -fPIC/-fPIE.Rafael Espindola5-17/+17
2016-06-23CodeGen: support linker options on Windows ARMSaleem Abdulrasool5-0/+10
2016-06-23Attempt to fix MIPS buildbots after r273425.Daniel Sanders1-2/+2
2016-06-23Rearrange condition handling so that semantic checks on a condition variableRichard Smith5-13/+9
2016-06-23[AVX512] Replace masked unpack builtins with shufflevector and selects.Craig Topper4-80/+152
2016-06-22[Coverage] Push a new region when handling CXXTryStmtsVedant Kumar2-1/+20
2016-06-22[codeview] Set the new IntroducedVirtual debug info flagReid Kleckner1-3/+14
2016-06-22Make this test a bit more strict and fix it.Rafael Espindola1-7/+8
2016-06-22[analyzer] Teach ObjCDeallocChecker about XCTestCaseDevin Coughlin1-0/+22
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg3-1/+105
2016-06-22Widen EHScope::ClenupBitFields::FixupDepth to avoid overflowing it (PR23490)Hans Wennborg1-0/+26
2016-06-22[OpenCL] Use function metadata to represent kernel attributesYaxun Liu3-51/+77
2016-06-22[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.Michael Zuckerman1-0/+14
2016-06-22[AVX512] Fix _mm_setzero_di to not require avx512vl since its used by the avx...Craig Topper1-1/+1
2016-06-22[AVX512] Replace masked integer cmp and ucmp builtins with native IR.Craig Topper4-332/+474
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 Li2-12/+124
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-22[analyzer] Teach trackNullOrUndefValue() about class property accessors.Devin Coughlin1-0/+28
2016-06-21Emit the DWARF tag for the RenderScript languagePirama Arumuga Nainar1-0/+3
2016-06-21[x86] AVX FP compare builtins should require AVX target feature (PR28112)Sanjay Patel1-1/+32
2016-06-21Revert "[MS] Don't expect vftables to be provided for extern template instant...Reid Kleckner2-6/+4
2016-06-21Invoke PruneEH pass before Sample Profile pass.Dehao Chen2-0/+8
2016-06-21[MS] Don't expect vftables to be provided for extern template instantiationsReid Kleckner2-4/+6
2016-06-21[aarch64] Update datalayout for aarch64 testsArtem Belevich2-5/+3
2016-06-21[AVX512] Move the 128-bit and 256-bit lzcnt intrinsics to avx512vlcdintrin.h ...Craig Topper2-73/+72
2016-06-21r273237 fixed PR28220, not PR28216David Majnemer1-0/+0
2016-06-21[CodeGen] Do not run initializers for imported variablesDavid Majnemer1-0/+19