summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Index: provide adjustment thunk information for C++ manglingsSaleem Abdulrasool2016-02-061-0/+30
* [analyzer] DeallocChecker: Don't warn on release of readonly assign property ...Devin Coughlin2016-02-061-1/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-0/+3
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-3/+0
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-0/+3
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-063-0/+29
* Fix a crash when emitting dbeug info for forward-declared scoped enums.Adrian Prantl2016-02-061-0/+15
* [PGO] Test case updateXinliang David Li2016-02-052-4/+4
* Exempt char array initializers from -Wconstant-converion.Richard Trieu2016-02-051-0/+2
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+43
* [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macrosUlrich Weigand2016-02-051-0/+8
* Do not honor explicit alignment attribute on fields for PS4.Sunil Srivastava2016-02-051-1/+37
* [Parser] Perform CachedTokens update dependent on token consumptionBruno Cardoso Lopes2016-02-051-0/+15
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-0/+10
* [analyzer] Suppress localization diagnostics in debug classes and methods.Devin Coughlin2016-02-051-0/+19
* CodeGen: correct Windows ARM C++ assertionSaleem Abdulrasool2016-02-051-0/+13
* Don't synthesize an ImportDecl for a module named in -fmodule-implementation-ofBen Langmuir2016-02-052-1/+2
* PR25271: When attaching default template arguments to redeclarations of aRichard Smith2016-02-041-0/+26
* Fix a crash when there is a typo in the return statement.Manman Ren2016-02-041-0/+11
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-0458-66/+71
* [x86] Correct setting of WIntType for MCU targetAndrey Bokhanko2016-02-041-0/+1
* [OPENMP 4.0] Fixed support of array sections/array subscripts.Alexey Bataev2016-02-042-6/+147
* Add -nocudainc option to CUDA preprocessor test.Samuel Antao2016-02-041-5/+5
* Basic: mark TLS as supported on Windows on ARMSaleem Abdulrasool2016-02-041-0/+5
* PR23057: fix use-after-free due to local token buffer in ParseCXXAmbiguousPar...Alexey Bataev2016-02-041-0/+9
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-045-11/+9
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-035-13/+30
* [cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov2016-02-033-22/+41
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-035-30/+13
* Ensure that we substitute into the declaration of a template parameter packRichard Smith2016-02-031-0/+22
* [Sema debugger support] Require non-void types to be complete in unknown-anyt...Douglas Gregor2016-02-031-0/+11
* Fix regression from r259622: the operand of an increment that is the operand ofRichard Smith2016-02-031-0/+1
* Add builtins for bitreverse intrinsicMatt Arsenault2016-02-031-0/+8
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-0322-0/+4213
* [OpenCL] Adding reserved operator logical xor for OpenCLAnastasia Stulova2016-02-031-0/+4
* Forgot to remove file in previous commit.Yury Gribov2016-02-031-9/+0
* [analyzer] AnalysisConsumer: print fully-qualified function name while displa...Yury Gribov2016-02-031-0/+26
* -inline-asm][X86] Add ability to use AVX512 in MS inline asmMarina Yatsina2016-02-032-1/+12
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-035-13/+30
* Fix miscompile and rejects-valids when disambiguating after an ambiguousRichard Smith2016-02-031-2/+7
* Fix Itanium RTTI emission so that we emit fundamental type information into theRichard Smith2016-02-031-0/+10
* PR24989: Stop trying to use the C++11 rules for lambda return type inference inRichard Smith2016-02-021-0/+6
* Fix rejects-valid when forming a pointer-to-member with 'decltype(expr)::*'.Richard Smith2016-02-021-0/+2
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+393
* ObjCXX: fix a crash during typo correction.Manman Ren2016-02-021-0/+27
* ARM: allow both vfma and vfms intrinsics on v7.Tim Northover2016-02-021-0/+12
* PR23057: Fix assertion `Val && "isa<> used on a null pointer"' on invalid for...Denis Zobnin2016-02-022-0/+21
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-02-023-4/+49
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-025-2/+310
* Test commit (NFC).Denis Zobnin2016-02-021-2/+2
OpenPOWER on IntegriCloud