]> granicus.if.org Git - clang/shortlog
clang
2014-11-14 Daniel Jasperclang-format: Improve function parameter packing.
2014-11-14 Bill Schmidt[PowerPC] Enable vec_perm for long long and double...
2014-11-14 Daniel Jasperclang-format: Support assignments as conditional operands.
2014-11-14 Daniel Jasperclang-format: Improve indentation of comments in expres...
2014-11-14 Bill Schmidt[PowerPC] Add VSX builtins for vec_div
2014-11-14 Daniel Jasperclang-format: [Java] Fix line break behavior of class...
2014-11-14 Daniel Jasperclang-format: [Java] Improve generic return type format...
2014-11-14 Daniel Jasperclang-format: [Java] No altnerative operator names...
2014-11-14 Daniel Jasperclang-format: [Java] Improve formatting of generics.
2014-11-14 Alexey Bataev[OPENMP] Temporary fix for processing of global variabl...
2014-11-14 Alexey Samsonov[Sanitizer] Refactor SanitizerArgs parsing in Driver.
2014-11-14 Reid KlecknerRemove -fseh-exceptions in favor of checking the triple
2014-11-14 Alexey SamsonovCleanup SanitizerArgs: get rid of unused variable,...
2014-11-14 Richard SmithPR21565 Add an egregious hack to support broken libstdc...
2014-11-14 Alexey Samsonov[Profile] Always build profile runtime library with...
2014-11-13 Reid Kleckner-Wsentinel: Suggest nullptr in C++11 instead of NULL
2014-11-13 Richard SmithFix assert/crash on invalid with __builtin_constant_p...
2014-11-13 Fariborz JahanianObjective-C. Fixes a regression caused by implementation
2014-11-13 Richard SmithPR21437, final part of DR1330: delay-parsing of excepti...
2014-11-13 Roman DivackyRemove -Wcast-qual as it's inherited from llvm since...
2014-11-13 Ed MasteHook up FreeBSD AArch64 support
2014-11-13 Nico Weberclang-format: Format extern "C" blocks like namespace...
2014-11-13 Daniel Jasperclang-format: [Java] Support Java enums.
2014-11-13 Alexander KornienkoSupport non-owned DiagnosticConsumer in SetupSerialized...
2014-11-13 Argyrios Kyrtzidis[libclang] Make sure to visit the body of a CXXForRange...
2014-11-13 Argyrios Kyrtzidis[liblang] Handle CXXForRangeStmt during AST visitation.
2014-11-13 Hans WennborgCMake: Set HOST_LINK_VERSION on Darwin (PR21268)
2014-11-13 Fariborz JahanianFixes test.
2014-11-12 Richard SmithAnother test for PR19372, showing why we need to keep...
2014-11-12 Richard SmithAdd another testcase.
2014-11-12 Richard SmithPR19372: Keep checking template arguments after we...
2014-11-12 Anton KorobeynikovTemporary revert r221818 until all the problems
2014-11-12 Anton KorobeynikovNow really fix the typo in the test
2014-11-12 Anton KorobeynikovUpdate the tests to handle proper result type of (?:)
2014-11-12 Fariborz Jahanian[Objective-C++ IRGen] do not generate .cxx_construct
2014-11-12 Anton KorobeynikovFix fallout from r219557
2014-11-12 Reid KlecknerFix brace init of unions with unnamed struct members
2014-11-12 Richard SmithUpdate Clang's SD-6 support to match N4200 (except...
2014-11-12 Kaelyn TakataPass the filter function_ref by value now that r221753...
2014-11-12 Fariborz JahanianCheck for IRGen output when varag is used
2014-11-12 Rafael EspindolaUpdate for llvm api change.
2014-11-12 Rafael EspindolaSimplify code a bit by passing StreamFile to the Bitstr...
2014-11-12 Nico WeberMark TypeDecls used in explicit destructor calls as...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Nico WeberMark TypeDecls used in member initializers as referenced.
2014-11-12 Nico Weberclang-format a few lines, fixes one 80col violation...
2014-11-12 Richard SmithTry a different workaround for GCC 4.7.2 lambda capture...
2014-11-12 Richard SmithInstantiate exception specifications when instantiating...
2014-11-12 Richard SmithPR21536: Fix a corner case where we'd get confused...
2014-11-12 Richard SmithFix this code to follow the coding style regarding...
2014-11-12 Douglas GregorMake Sema::CollectMultipleMethodsInGlobalPool() public.
2014-11-11 NAKAMURA Takumiclang/test/CodeGenCXX/debug-info-cxx1y.cpp: Add %itaniu...
2014-11-11 Kostya Serebryany[clang/asan] Do not emit memcpy for trivial operator...
2014-11-11 Kaelyn TakataHave LookupMemberExprInRecord only call CorrectTypoDela...
2014-11-11 Kaelyn TakataCreate two helpers for running the typo-correction...
2014-11-11 Kaelyn TakataReplace MemberTypoDiags and MemberExprTypoRecovery...
2014-11-11 Kaelyn TakataRemove unnecessary semicolon.
2014-11-11 Daniel Jasperclang-format: Improve handling of comments in binary...
2014-11-11 Kaelyn TakataMake LookupResult be copyable to avoid decomposing...
2014-11-11 Kaelyn TakataExplicitly exclude keywords from the member validator.
2014-11-11 Kaelyn TakataFix some formatting prior to refactoring the code.
2014-11-11 Kostya SerebryanyIntroduce -fsanitize-coverage=N flag
2014-11-11 Alexey SamsonovBundle conditions checked by UBSan with sanitizer kinds...
2014-11-11 Fariborz JahanianRemove this test too.
2014-11-11 Fariborz JahanianRevert r221702 until I address Richard Trieu's
2014-11-11 Alexey SamsonovSimplify the test by using multiple --check-prefix...
2014-11-11 Duncan P. N... Revert "IR: MDNode => Value: Update for LLVM API change...
2014-11-11 David BlaikiePR16091 continued: Debug Info for member functions...
2014-11-11 Fariborz JahanianPatch to warn when logical evaluation of operand evalut...
2014-11-11 Daniel Jasperclang-format: Preserve trailing-comma logic even with...
2014-11-11 Richard SmithFirst half of CWG1962: decltype(__func__) should not...
2014-11-11 Fariborz JahanianThis patch fixes a crash after rebuilding call AST of
2014-11-11 Manuel KlimekDiagnosticParseKinds is close to running into Diagnosti...
2014-11-11 NAKAMURA TakumiCGOpenMPRuntime.h: Fix a couple of \param(s) introduced...
2014-11-11 Alexey Bataev[OPENMP] Codegen for threadprivate variables
2014-11-11 Richard SmithFix parsing of fold-expressions within a cast expressio...
2014-11-11 Justin BognerInstrProf: Remove an unnecessary helper function (NFC)
2014-11-11 NAKAMURA TakumiCGExpr.cpp: Suppress a warning. [-Wunused-variable]
2014-11-11 Alexey Samsonov[Sanitizer] Refactor sanitizer options in LangOptions.
2014-11-11 Alexey SamsonovMove CodeGenOptions constructor out-of-line and add...
2014-11-11 Alexey SamsonovMove SanitizerKind class to a separate header. NFC.
2014-11-10 Argyrios Kyrtzidis[libclang] When initializing an ObjC object via the...
2014-11-10 Alexey SamsonovPropagate SanitizerKind into CodeGenFunction::EmitCheck...
2014-11-10 Ben LangmuirValidate user headers even if -fmodules-validate-once...
2014-11-10 Tim NorthoverAArch64: set all processor features from -arch if nothi...
2014-11-10 Richard SmithImprove diagnostics if _Noreturn is placed after a...
2014-11-10 Bob WilsonRemove change to set SDKROOT when building compiler...
2014-11-10 Richard SmithUpdate fold-expression mangling to match cxx-abi-dev...
2014-11-10 Bob WilsonOnly build iOS runtime libraries when the iOS SDKs...
2014-11-10 Daniel Jasperclang-format: Fix pointer formatting.
2014-11-10 Nico Weberclang-format: [Java] Never treat @interface as annotation.
2014-11-10 Nico Weberclang-format: Document that --assume-filename affects...
2014-11-10 Benjamin KramerRemove unused diagnostic.
2014-11-10 Alexander Kornienko[Tooling] Restore current directory after processing...
2014-11-08 Aaron BallmanMissing testcase from r221581.
2014-11-08 Aaron BallmanUpdated the wording for a diagnostic to be more grammat...
2014-11-08 Aaron Ballman[c++1z] Support for attributes on namespaces and enumer...
2014-11-08 Richard Smith[c++1z] Support for u8 character literals.
2014-11-08 Richard Smith[c++1z] Implement nested-namespace-definitions.
2014-11-08 Richard Smith[c++1z] N4295: fold-expressions.
next