]> granicus.if.org Git - clang/history - test
Document __has_feature(modules) in LanguageExtensions
[clang] / test /
2015-03-10 Renato GolinAllow -target= and --target options
2015-03-10 Alexey Bataev[OPENMP] Initial codegen for 'omp task' directive.
2015-03-10 Alexey Bataev[OPENMP] Fixed tests for non-debug builds. NFC.
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Rafael EspindolaRevert "[OPENMP] Improved code for generating debug...
2015-03-10 Alexey Bataev[OPENMP] Improved code for generating debug info +...
2015-03-10 Richard SmithPR21687: when adding a redeclaration of a function...
2015-03-10 Richard Smith[modules] Don't clobber a destructor's operator delete...
2015-03-10 Richard Smith[modules] This check is run before we resolve the heade...
2015-03-09 Richard Smith[modules] Don't assert if the same header is named...
2015-03-09 NAKAMURA TakumiSuppress a couple of tests, clang/test/CodeGen/catch...
2015-03-09 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-09 Tim NorthoverARM: use ABI-specified alignment for byval parameters.
2015-03-09 Fariborz Jahanian[PATCH Sema Objective-C]. Patch to warn on missing...
2015-03-09 Nico WeberWarn when jumping out of a __finally block via goto.
2015-03-09 Nico WeberWarn when jumping out of a __finally block via continue...
2015-03-07 Benjamin KramerReapply r231508 "CodeGen: Emit constant temporaries...
2015-03-07 Chandler CarruthMuch like we silence warnings about -flto in many cases...
2015-03-07 Jordan Rose[analyzer] RetainCountChecker: CF properties are always...
2015-03-07 Hans WennborgRevert r231508 "CodeGen: Emit constant temporaries...
2015-03-06 David MajnemerUnbreak build bots
2015-03-06 David MajnemerMS ABI: Stick throw-related data into the .xdata section
2015-03-06 David MajnemerMS ABI: Correctly generate throw-info for pointer to...
2015-03-06 Benjamin KramerCodeGen: Emit constant temporaries into read-only globals.
2015-03-06 David MajnemerMS ABI: Insert copy-constructors into the CatchableType
2015-03-06 David MajnemerSema: The i8 suffix should yield a literal of type...
2015-03-06 Nico WeberDon't crash on non-public referenced dtors in toplevel...
2015-03-05 Richard Smith[modules] Rework merging of redeclaration chains on...
2015-03-05 Fariborz Jahanian[PATCH] Patch to fix the AST for vector splat from any
2015-03-05 Alexey SamsonovRevert "[UBSan] Split -fsanitize=shift into -fsanitize...
2015-03-05 Toma TabacuRecommit "[IAS] Teach -cc1as about the 'target-abi...
2015-03-05 Argyrios Kyrtzidis[test] Expand a bit on the test case from r231251....
2015-03-05 Hans WennborgFix msvc-link.c test for environments with link.exe...
2015-03-05 David MajnemerMS ABI: Implement support for throwing a C++ exception
2015-03-05 Reid KlecknerGive some obj-c rewriter tests that use MS pragmas...
2015-03-04 Rick FoosTemporary XFAILs for Hexagon
2015-03-04 Anton Yartsev[analyzer] Bug fix: do not report leaks for alloca()
2015-03-04 Hans WennborgPass -dll to link.exe when building with -shared (PR22697)
2015-03-04 Nemanja IvanovicAdd Clang support for PPC cryptography builtins
2015-03-04 Reid KlecknerFix test/CodeGen/builtins.c for platforms that don...
2015-03-04 Gabor Horvath[analyzer] Individual configuration options can be...
2015-03-04 Alex DenisovNew ObjC warning: circular containers.
2015-03-04 Argyrios Kyrtzidis[Modules] Fix crash in Preprocessor::getLastMacroWithSp...
2015-03-04 Daniel JasperRevert "[IAS] Teach -cc1as about the 'target-abi' option."
2015-03-04 Daniel JasperPrevent test from writing files.
2015-03-04 Joerg SonnenbergerAdjust the changes from r230255 to bail out if the...
2015-03-04 Toma Tabacu[IAS] Teach -cc1as about the 'target-abi' option.
2015-03-04 Daniel JasperMove one more diagnostic into the new -Wformat-pedantic...
2015-03-04 Seth CantrellAdd a format warning for "%p" with non-void* args
2015-03-03 Jacques PienaarTypePrinter print __restrict if not in C99 mode
2015-03-03 Filipe CabecinhasTry to unbreak the Windows buildbots.
2015-03-03 Duncan P. N. Exon... DebugInfo: Remove useless test
2015-03-03 Alexey Samsonov[UBSan] Split -fsanitize=shift into -fsanitize=shift...
2015-03-03 Bill Seurer[PowerPC]Activate "vector bool long long" (and alternat...
2015-03-03 Reid KlecknerSplit catch IRgen into ItaniumCXXABI and MicrosoftCXXABI
2015-03-03 Reid KlecknerDisable the right RUN line
2015-03-03 Filipe CabecinhasDisabled the other test from r231086 (like in r231087...
2015-03-03 Dan AlbertSupport __attribute__((availability)) on Android.
2015-03-03 Dan AlbertDon't force -pie for Android.
2015-03-03 Reid KlecknerDisable a Clang test until the begincatch change lands
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place (clang)
2015-03-03 Juergen RibutzkaLower _mm256_broadcastsi128_si256 directly to a vector...
2015-03-03 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-03 Manuel KlimekMake -Wuninitialized warn on pointer-to-member and...
2015-03-03 Daniel JasperRevert r231008 (and dependent r231019).
2015-03-03 Argyrios Kyrtzidis[ASTUnit] Fix crash when trying to load a module file...
2015-03-03 David MajnemerSema: Caught exception objects should be unqualified
2015-03-03 Nico WeberRemove obsolete FIXME. override on definitions is fine.
2015-03-03 David MajnemerSema: Properly initialize the thrown exception object
2015-03-03 Matthias BraunFix typo in my last commit.
2015-03-02 Fariborz Jahanian[SDK modernizer] Patch to fix type of the typed enums...
2015-03-02 Reid KlecknerRemove shell requirement from test/Modules/explicit...
2015-03-02 Reid KlecknerRevert bad change from r231029
2015-03-02 Reid KlecknerRemove shell requirements from tests that use 'cd'
2015-03-02 Hans Wennborgclang-cl: Correctly ignore /openmp- (PR22748)
2015-03-02 Sanjoy DasFix test case.
2015-03-02 Fariborz JahanianAttempt to fix buildbot.
2015-03-02 Matthias BraunImprove robustness of dependency-generation-crash.c...
2015-03-02 Fariborz Jahanian[SDK modernizer]. Patch fixes driver's lack of
2015-03-02 Filipe CabecinhasAdd -fexceptions for targets where it isn't the default.
2015-03-02 Bob WilsonAdd clang support for Objective-C application extensions.
2015-03-02 Benjamin KramerCodeGen: Fix passing of classes with only one AVX vecto...
2015-03-01 Peter CollingbourneDebugInfo: Give externally defined types a size and...
2015-02-28 Filipe CabecinhasAdd PS4's autolink syntax to autolink.m's CHECK lines.
2015-02-28 Richard SmithGive better diagnostics when -fmodule-file= finds a...
2015-02-28 Richard Smith[modules] Deduplicate when merging lists of template...
2015-02-28 Richard SmithRework our handling of key functions. We used to track...
2015-02-28 Saleem AbdulrasoolDebugInfo: hoist definition into global context when...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed load...
2015-02-27 David BlaikieUpdate Clang tests to handle explicitly typed gep chang...
2015-02-27 Nico WeberReland __leave tests (r230717 and r230720, reverted...
2015-02-27 Renato GolinAdd __ARM_DWARF_EH__ to signify the use of Itanium...
2015-02-27 Tom StellardAMDGCN: Define cl_khr_fp64 when compiling OpenCL programs
2015-02-27 Daniel JasperRevert r230717 (and subsequent r230720).
2015-02-27 Craig Topper[X86] Remove pblendw and pblendd builtins that aren...
2015-02-27 Alexey Bataev[OPENMP] Codegen for "#pragma omp atomic write"
2015-02-27 Nico WeberAdd last missing __leave test.
2015-02-27 Nico WeberAdd another __leave test.
2015-02-27 Richard Smith[modules] For an inheriting constructor, the inherited...
2015-02-27 Richard Smith[modules] When loading in multiple canonical definition...
next