]> granicus.if.org Git - clang/shortlog
clang
2014-07-24 Richard Smith[modules] Slightly expand module semantics documentation.
2014-07-24 Richard SmithSimplify MacroInfo lifetime management. We don't need...
2014-07-24 Alexey Bataev[OPENMP] Fixed DSA detecting for function parameters...
2014-07-24 Richard SmithTake the canonical type when forming a canonical templa...
2014-07-24 Richard SmithRemove unused Prev pointer from MacroInfo chain.
2014-07-23 Richard SmithReplace r213816's fix with a different one. It's not...
2014-07-23 Reid KlecknerSplit -Winvalid-command-line-argument into -Wignored...
2014-07-23 Reid KlecknerAdd a missing Invalid check to SubobjectDesignator...
2014-07-23 Richard SmithPR20228: don't retain a pointer to a vector element...
2014-07-23 Mark HeffernanRename metadata in test which was missed when renaming...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Artyom SkrobovFix test/Driver/cl-x86-flags.c by providing explicit...
2014-07-23 Ben LangmuirAdd stopgap option -fmodule-implementation-of <name>
2014-07-23 Daniel JasperPrevent assert in ASTMatchFinder.
2014-07-23 Tim NorthoverAArch64: use aarch64_be instead of arm64_be in all...
2014-07-23 Tim NorthoverAArch64: update Clang for merged arm64/aarch64 triples.
2014-07-23 Daniel Sanders[mips] -mno-shared should only be given to the assemble...
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'update...
2014-07-23 Simon Atanasyan[Driver][Mips] Restore FIXME comment was removed accide...
2014-07-23 Yi KongARM: Add doc for ACLE memory barrier intrinsics
2014-07-23 Yi KongAdd module map entry for ARM ACLE header file
2014-07-23 Alexey Bataev[OPENMP] Initial parsing an sema analysis for 'write...
2014-07-23 Nico WeberImprove diagnostic on default-initializing const variab...
2014-07-23 Richard SmithAST printer: fix double space before base class with...
2014-07-23 Richard SmithWhen pretty-printing a declaration of a pack, put the...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'read...
2014-07-23 Saleem Abdulrasooltest: add an explicit target triple
2014-07-22 Richard SmithPR14615: add (passing) tests for this already-fixed bug
2014-07-22 Ehsan AkhgariUse the correct from type in a SCS
2014-07-22 Robert Lyttonremove hardcoded metadata numbers from tests
2014-07-22 Aaron BallmanImprove the checkUInt32Argument() helper function so...
2014-07-22 Aaron BallmanProvide extra information in the "integer constant...
2014-07-22 Aaron BallmanAdding a heading to the loop hint attributes so that...
2014-07-22 Aaron BallmanEscaping an RST character to correct a Sphinx warning.
2014-07-22 Aaron BallmanDisallowing GNU-style attributes in new expressions...
2014-07-22 Alexey Bataev[OPENMP] Tests for nesting of regions for 'atomic'...
2014-07-22 Elena DemikhovskyAVX-512: I added new headers to makefiles. It should...
2014-07-22 Elena DemikhovskyAVX-512: Added intrinsics to clang.
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'atomic...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'ordered...
2014-07-22 Richard TrieuFix '&' printing for template arguments in parentheses...
2014-07-22 Richard TrieuMore gracefully handle parentheses in templare argument...
2014-07-22 Richard TrieuFix a template diffing problem were an '&' is unexpecte...
2014-07-22 Saleem AbdulrasoolSema: correct handling for __va_start for WoA
2014-07-22 Serge PavlovAvoid crash if default argument parsed with errors.
2014-07-22 Reid Kleckner-fms-extensions: Implement half of #pragma init_seg
2014-07-21 Hans Wennborgclang-cl: ignore /showIncludes when combined with ...
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Hans Wennborgclang-format vs plugin: set version number from cmake...
2014-07-21 Arnaud A. de... Revert "Emit lifetime.start / lifetime.end markers...
2014-07-21 Mark HeffernanFix build breakage caused by use of std::to_string...
2014-07-21 Arnaud A. de... Emit lifetime.start / lifetime.end markers for unnamed...
2014-07-21 Mark HeffernanAdd support for '#pragma unroll'.
2014-07-21 Justin BognerSema: Handle C11 atomics when diagnosing out of range...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
2014-07-21 James DennettTrivial doc fixes: add missing whitespace, and s/overri...
2014-07-21 James DennettAdd clang::DesignatedInitExpr::designators() for range...
2014-07-21 Richard SmithAdd missing initialization found due to a valgrind...
2014-07-21 Richard Smith[modules] Fix some of the confusion when computing...
2014-07-21 Alexey Bataev[OPENMP] Added several test cases for clauses 'ordered...
2014-07-21 Ulrich Weigand[PowerPC] Optimize passing certain aggregates by value
2014-07-21 Ulrich Weigand[PowerPC] Support the ELFv2 ABI
2014-07-19 Ben LangmuirIf a module build reports errors, don't try to load it
2014-07-19 Viktor KutuzovRevert D3908 due to issues on Mac platforms
2014-07-19 Hal FinkelCleanup comparisons to VariableArrayType::Static for...
2014-07-19 Hal FinkelTypePrinter should not ignore IndexTypeCVRQualifiers...
2014-07-19 Hal FinkelUse the dereferenceable attribute on C99 array paramete...
2014-07-19 Richard SmithPR20356: Fix all Sema warnings with mismatched ext_...
2014-07-19 NAKAMURA Takumiclang/test/Misc/backend-optimization-failure.cpp: Appea...
2014-07-19 David BlaikieRemove uses of the redundant ".reset(nullptr)" of uniqu...
2014-07-19 Warren Hunt[MS-ABI] Assign SEH handler indices to __try blocks
2014-07-19 David MajnemerCodeGen: Properly null-check typeid expressions
2014-07-18 NAKAMURA TakumiRevert r213415, "Merge two lines". It broke tests in...
2014-07-18 Akira Hatanaka[X86 inline-asm] Error out on inline-asm constraint...
2014-07-18 Hal FinkelTypePrinter should not omit the static keyword in array...
2014-07-18 Fariborz JahanianObjective-C. Patch to warn if the result of calling...
2014-07-18 Richard SmithReinstate r213348, reverted in r213395, with an additio...
2014-07-18 Alexey SamsonovMerge two lines
2014-07-18 David MajnemerRevert "CodeGen: Properly null-check typeid expressions"
2014-07-18 David MajnemerAddress Richard's latest feedback.
2014-07-18 David MajnemerAddress Richard's comments
2014-07-18 David MajnemerAddress Richard's comments.
2014-07-18 David MajnemerCodeGen: Properly null-check typeid expressions
2014-07-18 Tyler NowickiRecommit: Handle diagnostic warnings in Frontend diagno...
2014-07-18 Ben LangmuirRevert "[modules] Fix macro hiding bug exposed if:"
2014-07-18 Alexey Samsonov[UBsan] Skip -fsanitize=vptr instrumentations when...
2014-07-18 Alexey SamsonovMake sure globals created by UBSan are not instrumented...
2014-07-18 Sylvestre LedruFor i386, gcc 4.9 under Debian (at least) updated its...
2014-07-18 Hal FinkelMark C++ reference parameters as dereferenceable
2014-07-18 Daniel Sanders[mips] Use Triple::getVendor() instead of Triple::getVe...
2014-07-18 Arnaud A. de... Revert "Emit lifetime.start / lifetime.end markers...
2014-07-18 Arnaud A. de... Emit lifetime.start / lifetime.end markers for unnamed...
2014-07-18 Arthur MarbleMoved 25 flags to clang_ignored_gcc_optimization_f_Grou...
2014-07-18 Yi KongARM: Add test for ACLE memory barrier intrinsics
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'taskwai...
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'barrier...
2014-07-18 Oliver Stannard[ARM] Fix AAPCS regression caused by r211898
2014-07-18 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'taskyiel...
next