]> granicus.if.org Git - clang/shortlog
clang
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...
2014-07-18 Kevin Qin[AArch64] Implement Clang CLI interface proposal about...
2014-07-18 David MajnemerParse: Diagnose malformed 'message' arguments for ...
2014-07-18 Richard SmithAdd dump() for MacroDirective and MacroInfo.
2014-07-18 Richard Smith[modules] Fix macro hiding bug exposed if:
2014-07-18 Richard SmithCleanup: remove essentially unused variable.
2014-07-18 Reid KlecknerMark the vtable used when defining implicit copy and...
2014-07-18 NAKAMURA TakumiSemaInit.cpp: Fix a warning with -Asserts. [-Wunused...
2014-07-18 Reid KlecknerFix parsing certain kinds of strings in the MS section...
2014-07-17 Alexey SamsonovCheck-labelize ubsan tests
2014-07-17 Richard SmithPR20346: fix aggregate initialization / template instan...
2014-07-17 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: Fix for -Asserts.
2014-07-17 David BlaikieRevert "unique_ptr-ify ownership of ASTConsumers"
2014-07-17 Joerg SonnenbergerPrune empty directories.
2014-07-17 David Blaikieunique_ptr-ify ownership of ASTConsumers
2014-07-17 Nico WeberAdd a test for PR20343 after llvm r213303.
2014-07-17 Hans WennborgMS compatibility: always emit dllexported in-class...
2014-07-17 Joerg SonnenbergerIf char/short are shorter than int, do not use U as...
2014-07-17 Joerg SonnenbergerAlways set the C suffix macro, even if it is empty.
2014-07-17 Ehsan Akhgariclang-cl: Flush stdout after writing the /showIncludes...
2014-07-17 Alexey Samsonov[UBSan] Add !nosanitize metadata to the code generated...
2014-07-17 Joerg SonnenbergerProvide __SIG_ATOMIC_MAX__ next to __SIG_ATOMIC_WIDTH__.
2014-07-17 Nico WeberWrap a comment to 80 columns, no code change.
2014-07-17 Fariborz JahanianObjective-C. deprecated attribute is not inherited...
2014-07-17 Hal FinkelHandle __assume in the VoidExprEvaluator
2014-07-17 Hal FinkelAdd an __assume side-effects warning
2014-07-17 Aaron BallmanUsing a std::string instead of a StringRef because...
2014-07-17 Alexey Bataev[OPENMP] Initial parsing and sema analysis of 'mergeabl...
2014-07-17 Yi KongARM: Add ACLE memory barrier intrinsic mapping
2014-07-17 Alp TokerRevert "Handle diagnostic warnings in Frontend diagnost...
2014-07-17 Aaron BallmanFixing the objc_runtine_name documentation so that...
2014-07-17 Daniel Jasperclang-format: Fix parsing of conditional expressions.
2014-07-17 Alexey Bataev[OPENMP] Initial support for parsing and sema analysis...
2014-07-17 Ehsan AkhgariUpstream an MS inline assembly test from Mozilla's...
2014-07-17 Yi KongPort memory barriers intrinsics to AArch64
2014-07-17 Tim NorthoverIR: update Clang to use polymorphic __fp16 conversion...
next