summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use a consistent spelling for vtables.Eric Christopher2016-01-292-6/+6
* [CUDA] Generate CUDA's printf alloca in its function's entry block.Justin Lebar2016-01-281-33/+23
* Check for frontend errors after releasing the Builder.Manman Ren2016-01-281-0/+28
* Update for llvm change.Rafael Espindola2016-01-281-1/+1
* [analyzer] Suppress nullability warnings in copy, mutableCopy, and init famil...Devin Coughlin2016-01-281-2/+52
* Implementation of PS4 ABI, Round 1Sunil Srivastava2016-01-281-1/+10
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-0/+1
* [PGO] test case cleanupsXinliang David Li2016-01-284-15/+21
* Revert r259036, it introduces a cyclic library dependencyOliver Stannard2016-01-283-49/+4
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-283-4/+49
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-283-49/+4
* [Sema] Make extended vectors of `bool` an error.George Burgess IV2016-01-283-22/+5
* Strengthen cfi-check-fail test.Evgeniy Stepanov2016-01-271-12/+12
* ARMv7k: simplify logic for deciding sjlj-exceptions.Tim Northover2016-01-271-0/+3
* Class Property: create accessors (class methods) for class property.Manman Ren2016-01-271-0/+30
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-4/+2
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-0/+231
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-273-4/+49
* Adding back in a test that I inadvertently removed in r258862Chris Bieneman2016-01-271-0/+377
* Adding a test for PR25717.Yunzhong Gao2016-01-272-0/+22
* [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties.Devin Coughlin2016-01-273-37/+264
* [analyzer] Body farm: Look for property ivar in shadowing readwrite property.Devin Coughlin2016-01-261-0/+27
* [WinEH] Annotate calls to __RTtypeid with a funclet bundleDavid Majnemer2016-01-261-1/+20
* Remove autoconf supportChris Bieneman2016-01-262-454/+0
* Do not define GXX_RTTI macro for C.Yunzhong Gao2016-01-261-5/+8
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-4/+17
* Class Property: parse property attribute (class).Manman Ren2016-01-261-0/+30
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-2616-0/+1932
* [CUDA] Add -fcuda-allow-variadic-functions.Justin Lebar2016-01-261-6/+15
* [OpenMP] Parsing + sema for defaultmap clause.Arpith Chacko Jacob2016-01-262-0/+69
* Revert "[Driver] Make sure -fno-math-builtin option is being passed by the dr...Chad Rosier2016-01-262-3/+1
* [Driver] Make sure -fno-math-builtin option is being passed by the driver.Chad Rosier2016-01-262-1/+3
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-2610-54/+249
* AMDGPU: Add amdgcn cube builtinsMatt Arsenault2016-01-261-0/+24
* Recommit: R258773 [OpenCL] Pipe builtin functionsXiuli Pan2016-01-262-0/+116
* Fix -Wnull-conversion for long macros.Richard Trieu2016-01-261-0/+28
* Recommit the test for r258720 using -###Ehsan Akhgari2016-01-261-8/+30
* Revert "[OpenCL] Pipe builtin functions"David Majnemer2016-01-262-116/+0
* [OpenCL] Pipe builtin functionsXiuli Pan2016-01-262-0/+116
* Revert the test for r258720 temporarilyEhsan Akhgari2016-01-261-15/+0
* [Sema] Incomplete types are OK for covariant returnsDavid Majnemer2016-01-261-0/+12
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-261-2/+9
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-254-9/+112
* [CUDA] Add -target to cuda-constructor-alias.cu test so it doesn't fail on Mac.Justin Lebar2016-01-251-1/+1
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-251-0/+17
* [CUDA] Disable ctor/dtor aliases in device code.Justin Lebar2016-01-251-0/+13
* [MSVC Compat] Only warn for unknown clang-cl argumentsEhsan Akhgari2016-01-253-2/+20
* LTO via the gold plugin needs to be told about debugger tuning.Paul Robinson2016-01-251-0/+9
* Pass --wrap=pthread_create to linker for -fsplit-stack.Rafael Espindola2016-01-251-0/+17
* Fix printing of types in initializers with suppressed tags.Benjamin Kramer2016-01-251-0/+10