]> granicus.if.org Git - clang/shortlog
clang
2014-06-20 David MajnemerCodeGen: Refactor dynamic_cast and typeid
2014-06-20 Richard SmithC++ status page: restore the convention of saying ...
2014-06-20 Richard SmithBe less bold.
2014-06-20 Richard Smith[C++1z] Add C++1z to the C++ status page.
2014-06-20 Richard SmithFix typo in r211394.
2014-06-20 Richard Smith[C++1z] Implement N3928: message in static_assert is...
2014-06-20 Richard Smith[C++1z] Implement N3981: Disable trigraphs by default...
2014-06-20 Richard SmithDon't crash when emitting a glvalue conditional where...
2014-06-20 Serge PavlovFix crash caused by unnamed union or struct when doing...
2014-06-20 Ulrich Weigand[PowerPC] Fix small argument stack slot offset for LE
2014-06-20 NAKAMURA TakumiDisable Modules/dependency-dump-dependent-module.m...
2014-06-20 James MolloyThe ability to use vector initializer lists is a GNU...
2014-06-20 Ulrich WeigandAdd file missed in r211360 commit
2014-06-20 Ulrich Weigand[PowerPC] Fix ELF interpreter name for powerpc64le...
2014-06-20 Ulrich Weigand[PowerPC] Add MultiarchIncludeDirs for powerpc64le
2014-06-20 Eli BenderskyFix PR20081: Parsing templates in the presence of ...
2014-06-20 Oliver StannardAdd module flags metadata to record the settings for...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'nowait' clause.
2014-06-20 NAKAMURA TakumiOMPScheduleClause::OMPScheduleClause(): Fix possible...
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'ordered' clause.
2014-06-20 Daniel JasperFix/Improve SourceRange of explicitly defaulted members
2014-06-20 Alexey Bataev[OPENMP] Initial support for 'schedule' clause.
2014-06-20 Justin BognerFrontend: Disentangle removePathTraversal from concaten...
2014-06-20 Ben LangmuirAvoid invalidating successfully loaded module files
2014-06-20 Alp Tokerdiagtool: refactor TreeView to resemble C++
2014-06-19 Fariborz JahanianObjective-C qoi. When Objective-C pointer mismatches...
2014-06-19 Alp Tokerdiagtool: simplify TreeView diagnostic classification
2014-06-19 Justin Bognertest: Just check the VFS when testing module-dependency...
2014-06-19 Justin BognerFrontend: Fix a typo
2014-06-19 Justin BognerFrontend: Add a CC1 flag to dump module dependencies...
2014-06-19 Yaron KerenFixed formatting.
2014-06-19 Eli BenderskyFix PR20069: bad loop pragma arguments crash FE
2014-06-19 Eli BenderskyDocument unroll and unroll_count directives.
2014-06-19 Zachary TurnerDon't call llvm_start_multithreaded() during init....
2014-06-19 Oliver StannardImprove robustness of tests for module flags metadata
2014-06-19 Argyrios KyrtzidisFix assertion hit or bogus compiler error in cases...
2014-06-19 Richard Smith[c++1z] Implement N3994: a range-based for loop can...
2014-06-19 Alexey Bataev[OPENMP] Improved diagnostic messages for vars with...
2014-06-19 Reid KlecknerDiagnoseUnknownTypename always emits a diagnostic and...
2014-06-18 Fariborz JahanianObjective-C ARC. Allow conversion of (void*) pointers to
2014-06-18 David MajnemerSema: Static redeclaration after extern declarations...
2014-06-18 Fariborz JahanianObjective-C. Revert my patch in r211234.
2014-06-18 Fariborz JahanianObjective-C ARC. Allow conversion of (void*) pointers to
2014-06-18 Saleem Abdulrasooltests: relax ms-intrinsics test
2014-06-18 Reid KlecknerRelax the cl-inputs.c test a little bit in case link...
2014-06-18 Warren Hunt[MS-ABI] Implement typeid
2014-06-18 Saleem AbdulrasoolCodeGen: improve ms instrincics support
2014-06-18 Fariborz JahanianObjective-C. Check for integer overflow in Objective-C's
2014-06-18 Jordan Rose[analyzer] Don't create new PostStmt nodes if we don...
2014-06-18 Fariborz JahanianObjective-C. Try to fix the test in buildbot in my...
2014-06-18 Fariborz JahanianObjective-C. Attributes on class declarations carry...
2014-06-18 Hans WennborgMake clang-cl accept .lib inputs (PR20065)
2014-06-18 Saleem AbdulrasoolDriver: correct the backend option spelling
2014-06-18 Hans WennborgInherit dll attributes to static locals
2014-06-18 Tim NorthoverAArch64: re-enable tests that were looking for a non...
2014-06-18 Alexey Bataev[OPENMP] Reformatting and code improvement.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperConvert an llvm_unreachable in an 'else' block to a...
2014-06-18 Alexey Bataev[OPENMP] Initial support for '#pragma omp for' (fixed...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperConvert assert(0) to llvm_unreachable to silence a...
2014-06-18 Hans WennborgFix bug in code for avoiding dynamic initialization...
2014-06-18 Tyler NowickiDocumentation for #pragma clang loop directive and...
2014-06-17 Kaelyn TakataFix the caller of checkCorrectionVisibility too.
2014-06-17 Kaelyn TakataRemove an unused argument from checkCorrectionVisibility.
2014-06-17 Fariborz JahanianObjective-C ARC. Do not warn about properties with...
2014-06-17 Ben LangmuirRetry building modules that were compiled by other...
2014-06-17 Diego NovilloRemove dead code.
2014-06-17 Zachary TurnerChange libclang initialization to use std::call_once...
2014-06-17 Rafael EspindolaRevert "[OPENMP] Initial support for '#pragma omp for'."
2014-06-17 Yaron KerenFix the comment which was backwards.
2014-06-17 James MolloyRewrite ARM NEON intrinsic emission completely.
2014-06-17 Daniel Jasperclang-format: Introduce style with spaces on both sides...
2014-06-17 Alexey Bataev[OPENMP] Initial support for '#pragma omp for'.
2014-06-17 Alexey Bataev[OPENMP] Renamed 'DataRecursiveASTVisitor' to just...
2014-06-17 Bob WilsonAdd documentation for PGO with instrumentation to clang...
2014-06-17 Hans WennborgAdd support for the /Fi argument to clang-cl (PR20036)
2014-06-17 Hans WennborgMS static locals mangling: don't double-increment mangl...
2014-06-17 Hans WennborgMS static locals mangling: don't count enum scopes
2014-06-16 Brad SmithUse the integrated assembler by default on OpenBSD...
2014-06-16 Jim GrosbachAArch64: Fix silly think-o in tests.
2014-06-16 Jim GrosbachAArch64: Support for __builtin_arm_rbit() and __builtin...
2014-06-16 Jim GrosbachARM: Support for __builtin_arm_rbit() intrinsic.
2014-06-16 Sylvestre Ledruactually, just check if it is a file (including directo...
2014-06-16 Sylvestre LedruCheck that the directory does not exist.
2014-06-16 Richard Smith[modules] When we merge redecl chains or mark a decl...
2014-06-16 David MajnemerMS ABI: Implement x86_64 RTTI
2014-06-16 Fariborz JahanianObjective-C. Diagnose when property access is using...
2014-06-16 Richard Smith[C++1z] Implement N4051: 'typename' is permitted instea...
2014-06-16 Richard SmithAdd -std=c++1z flag for C++17 features.
2014-06-16 Alp TokerFix typos
2014-06-16 Alp TokerUse the ShowInSystemHeader bit consistently for all...
2014-06-16 NAKAMURA Takumiclang/AST/OpenMPClause.h: Update \param VL. [-Wdocument...
2014-06-16 Alexey Bataev[OPENMP] Initial support of 'reduction' clause
2014-06-15 Alp TokerHide the concept of diagnostic levels from lex, parse...
2014-06-15 Saleem Abdulrasooltest: add missed file in previous commit
2014-06-15 Saleem AbdulrasoolPreprocessor: improve ACLE 6.4.1, 6.4.2 support
2014-06-14 Sylvestre LedruOne of our buildbot for FreeBSD does not support std...
2014-06-14 Sylvestre LedruList the function/method name in the index page of...
2014-06-14 Sylvestre LedruWith the option '-analyzer-config stable-report-filenam...
next