]> granicus.if.org Git - clang/shortlog
clang
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...
2014-06-13 Anna ZaksFix a crash in Retain Count checker error reporting
2014-06-13 Adrian PrantlDocument Darwin-specific defaults.
2014-06-13 Richard SmithA non-trivial array-fill expression isn't necessarily...
2014-06-13 Adrian PrantlMake these two words equally bold.
2014-06-13 Adrian PrantlCopy the documentation of -fstandalone-debug from the...
2014-06-13 Hans WennborgAdd support for the /EP argument to clang-cl
2014-06-13 Tim NorthoverFix test for release builds.
2014-06-13 Tim NorthoverAtomics: emit "cmpxchg weak" where possible
2014-06-13 Bill Schmidt[PPC64LE] Run some existing Altivec tests on powerpc64l...
2014-06-13 Tyler NowickiAdds a Pragma spelling for attributes to tablegen and...
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-13 Rafael EspindolaUpdate for llvm api change.
2014-06-13 Tyler NowickiFirst commit. Modified FIXME comment.
2014-06-13 Tim NorthoverIR-change: cmpxchg operations now return { iN, i1 }.
2014-06-13 Tim NorthoverTests: use CHECK-LABEL to help debugging failures
2014-06-13 Samuel BenzaquenDo not store duplicate parents when memoization data...
2014-06-13 Daniel Jasperclang-format: [JS] Understand named function literals.
2014-06-13 David MajnemerMS ABI: Fix inheritance model calculation in CRTP
2014-06-13 Brad SmithMissed a space at the end of the line.
2014-06-13 Brad SmithUse dwarf-2 by default on OpenBSD and FreeBSD.
2014-06-13 Richard SmithExtend AST dump to include 'used' and 'referenced'...
2014-06-12 Reid KlecknerRecover from missing 'typename' in sizeof(T::InnerType)
2014-06-12 Eli BenderskyRemove stale part of comment.
2014-06-12 Reid KlecknerCheck the access of operator delete from the destructor...
2014-06-12 Richard SmithThe Clang C API does not require C++. Thanks to Jordan...
2014-06-12 Reid Kleckners/pr2007/20007/ in a test
2014-06-12 Rafael EspindolaPrefix another use of error_code.
2014-06-12 Nico WeberTweak documentation.
2014-06-12 Fariborz JahanianObjective-C ARC. Blocks that strongly capture themselves
2014-06-12 Rafael EspindolaRefer to error_code with the std prefix.
next