]> granicus.if.org Git - clang/shortlog
clang
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.
2014-06-12 Reid KlecknerMS ABI: Fix forming pointers to members of a base class
2014-06-12 Saleem AbdulrasoolPermit -Wswitch coverage for enumerations.
2014-06-12 Saleem AbdulrasoolBasic: fix warnings from GCC
2014-06-12 Rafael EspindolaInclude system_error directly.
2014-06-12 Fariborz JahanianMore tests for // rdar://17259812
2014-06-12 Fariborz JahanianObjective-C. Use isObjCRetainableType in my last
2014-06-12 Eli BenderskyExplicitly initialize all fields to avoid -Wmissing...
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaAllow lowercase messages in this test again.
2014-06-12 Rafael EspindolaFix msvc unittest build.
2014-06-12 Alp TokerDiagnosticsEngine: update severity setters to new termi...
2014-06-12 Alp TokerComplete the switch from mappings to declarative diagno...
2014-06-12 Craig TopperUse StringRef to simplify code. No functional change.
2014-06-12 Craig TopperUse ArrayRef in some function parameters instead of...
2014-06-12 Rafael EspindolaAdd a std:: prefix in cases where ADL would have failed...
2014-06-12 Rafael EspindolaFix typo.
2014-06-12 Rafael EspindolaGive clang-format its own error category.
2014-06-12 Saleem AbdulrasoolDriver: use more range-based for loops
2014-06-12 Rafael EspindolaUse generic_category from the std namespace.
2014-06-12 Rafael EspindolaErrno should use generic_category.
2014-06-12 Richard Smith[modules] Add first-draft module maps for Clang. These...
2014-06-12 Richard SmithPR19966: don't crash/assert when __underlying_type...
2014-06-11 Rafael EspindolaAccomodate for message differences on windows.
2014-06-11 Hans WennborgDon't inherit dllimport to inline move assignment operators
2014-06-11 Reid KlecknerDon't slice SemaDiagnosticBuilder
2014-06-11 Hans WennborgFix the VS2012 build.
2014-06-11 Fariborz JahanianObjective-C. Accept '__attribute__((__ns_returns_retain...
2014-06-11 Bob WilsonRemove dev/null redirect and x86 backend requirement...
2014-06-11 Richard SmithAdd missing "non-constant" diagnostic for a member...
2014-06-11 Hans Wennborgclang-cl: accept the /C option with /P (PR19978)
2014-06-11 Bob WilsonRun new test with -fsyntax-only.
2014-06-11 Aaron BallmanThe automated server-side process isn't quite right...
2014-06-11 Fariborz JahanianObjective-C. More tests for both bridging attributes and
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Kaelyn TakataAdd some comments to TypoCorrectionConsumer.
2014-06-11 Kaelyn TakataSink SpecifierInfo into the only class that uses it.
2014-06-11 Kaelyn TakataMake a couple of helper classes private to TypoCorrecti...
2014-06-11 Kaelyn TakataClean up the TypoCorrectionConsumer's interface a bit.
2014-06-11 Kaelyn TakataMove TypoCorrection filtering into the TypoCorrectionCo...
2014-06-11 Kaelyn TakataMove a few classes to be before TypoCorrectionConsumer.
2014-06-11 Eli BenderskyAdd loop unroll pragma support
2014-06-11 Fariborz JahanianObjective-C. Patch to handle bridge attribute warnings
2014-06-11 Bill Schmidt[PPC64LE] Fix vec_sld and vec_vsldoi for little endian
2014-06-11 Daniel Jasperclang-format: Fix pointer/reference detection after...
2014-06-11 David MajnemerMS ABI: Only class templates get complex nullptr pointe...
2014-06-11 David MajnemerMS ABI: Mangle null pointer-to-member-functions compatibly
2014-06-11 David MajnemerCodeGen: Correct linkage of thread_local for OS X
2014-06-11 Kevin Qin[AArch64] Add default features for CPUs on AArch64...
next