aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-10[Modules TS] Diagnose attempts to enter module implementation units without t...Richard Smith
2017-10-10[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-10Fix indexer crash for default template template parameter valueJan Korous
2017-10-10Add test for regression caused by reverted patch r315251.Richard Smith
2017-10-10[CGExprScalar] In EmitCompare trunc the result if it has different type as E-...Guozhi Wei
2017-10-10[lit] Add host_cxx to lit configFrancis Ricci
2017-10-10For dllexport class templates, export specializations of member functions (PR...Hans Wennborg
2017-10-10[OPENMP] Add default codegen|tests for 'target parallel for[ simd]'Alexey Bataev
2017-10-10Revert "[Modules TS] Module ownership semantics for redeclarations."Eric Liu
2017-10-10Revert "[Modules TS] Avoid computing the linkage of the enclosing DeclContext...Eric Liu
2017-10-10[analyzer] MisusedMovedObject: Fix state-resetting a base-class sub-object.Artem Dergachev
2017-10-10[analyzer] Implement pointer arithmetic on constantsGabor Horvath
2017-10-10[Sema][ObjC] Preserve syntactic sugar when removingAkira Hatanaka
2017-10-10[Modules TS] Avoid computing the linkage of the enclosing DeclContext for a d...Richard Smith
2017-10-10R13575: Fix USR mangling for function pointer typesJan Korous
2017-10-09[Modules TS] Module ownership semantics for redeclarations.Richard Smith
2017-10-09[Analyzer] Do not segfault on unexpected call_once implementationGeorge Karpenkov
2017-10-09PR13575: Fix testJan Korous
2017-10-09AMDGPU: Add read_exec_lo/hi builtinsMatt Arsenault
2017-10-09PR13575: Fix USR mangling for fixed-size arraysJan Korous
2017-10-09AMDGPU: Fix missing declaration for __builtin_amdgcn_dispatch_ptrMatt Arsenault
2017-10-07[Driver] Fix -static-libsan / -shared-libsan on DarwinVedant Kumar
2017-10-06Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool
2017-10-06Revert "For dllexport class templates, export specializations of member funct...Reid Kleckner
2017-10-06-Wdocumentation should allow '...' params in variadic function type aliasesAlex Lorenz
2017-10-06Revert r315087Alex Lorenz
2017-10-06OpenCL: Assume functions are convergentMatt Arsenault
2017-10-06[ObjC] Don't warn on readwrite properties with custom setters thatAlex Lorenz
2017-10-06[refactor] add support for refactoring optionsAlex Lorenz
2017-10-06[lit] Improve tool substitution in lit.Zachary Turner
2017-10-06Run pyformat on lit code.Zachary Turner
2017-10-06For Windows, allow .exe extension in a test.Paul Robinson
2017-10-06[OPENMP] Do not capture local static variables.Alexey Bataev
2017-10-06[OPENMP] Capture references to global variables.Alexey Bataev
2017-10-06Fix one more check string after r315045.Akira Hatanaka
2017-10-06Refine generation of TBAA information in clangIvan A. Kosarev
2017-10-06Fix one more check string after r315045.Akira Hatanaka
2017-10-06Fix check strings in test case and use llvm::to_string instead ofAkira Hatanaka
2017-10-06[CodeGen] Emit a helper function for __builtin_os_log_format to reduceAkira Hatanaka
2017-10-05For dllexport class templates, export specializations of member functions (PR...Hans Wennborg
2017-10-05Cleanup and generalize -shared-libasan.Evgeniy Stepanov
2017-10-05Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith
2017-10-05[OPENMP] Fix mapping|privatization of implicitly captured variables.Alexey Bataev
2017-10-05[analyzer] Fix leak false positives on stuff put in C++/ObjC initializer lists.Artem Dergachev
2017-10-05Enabling new pass manager in LTO (and thinLTO) link step.Sean Fertile
2017-10-05Add testcase for r314956:Richard Smith
2017-10-04Fix 'section' warning behavior with tentatively-defined valuesErich Keane
2017-10-04[OpenCL] Clean up and add missing fields for block structYaxun Liu
2017-10-04[analyzer] Fix autodetection of binding types.Artem Dergachev
2017-10-04[OpenMP] Initial implementation of teams distribute code generationCarlo Bertolli