]> granicus.if.org Git - clang/shortlog
clang
2013-08-24 Benjamin KramerThis wasn't headers, just missing namespaces.
2013-08-24 Benjamin KramerAdd missing includes.
2013-08-24 Benjamin KramerReplace compLocDecl with less_first.
2013-08-24 David MajnemerFix test, make the template type a const pointer.
2013-08-24 David MajnemerDebugInfo: Emit info for constant expressions in templa...
2013-08-24 Hans WennborgCMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag
2013-08-23 Richard SmithAdd a FIXME.
2013-08-23 Larisse VoufoA clean-up pass, exploring the unification of traversal...
2013-08-23 Shuxin YangAdd note about following two commands are no longer...
2013-08-23 Rafael EspindolaDon't imply -flto with -O4.
2013-08-23 Shuxin YangDriver::IsUsingLTO() no longer return true when seeing...
2013-08-23 Rafael EspindolaUpdate now that llvm uses the same feature names as...
2013-08-23 DeLesley HutchinsConsumed analysis: change class name in test cases.
2013-08-23 Hans WennborgRename CMake variable; this fell out of r189127 somehow.
2013-08-23 Hans WennborgCMake: Don't look for llvm-tblgen when building outside...
2013-08-23 Dmitri GribenkoComment parsing: fix a bug where a line with whitespace...
2013-08-23 Dmitri GribenkoFix indentation
2013-08-23 Dmitri GribenkoUse CharInfo.h routines in TextComment::isWhitespaceNoCache
2013-08-23 Jordan RoseRevise -Wnewline-eof test per feedback from Dmitri.
2013-08-23 Robert WilhelmUse pop_back_val() instead of both back() and pop_back().
2013-08-23 Jordan RoseRespect -Wnewline-eof even in C++11 mode.
2013-08-23 Daniel Jasperclang-format: Fix indentation relative to unary express...
2013-08-23 Daniel Jasperclang-format: Fix corner case for string splitting ..
2013-08-23 Daniel Jasperclang-format: Handle trailing commas in column layout...
2013-08-23 Robert Lyttoncorrect test RUN parameters
2013-08-23 Pavel Labath[analyzer] Refactor conditional expression evaluating...
2013-08-23 David Majnemerarc commit didn't add this because it wasn't in the...
2013-08-23 David MajnemerSema: Properly support Microsoft-mode template arguments
2013-08-23 Richard SmithReword a diagnostic to avoid a confusing implication...
2013-08-22 Richard SmithRemove SequenceNumber from class/variable template...
2013-08-22 Fariborz JahanianObjectiveC migrator: builtin ObjectiveC types are not
2013-08-22 Fariborz JahanianObjectiveC migrator: some refactoring to reduce
2013-08-22 Bill WendlingCheck for absence of the flag.
2013-08-22 Bill WendlingOnly add this attribute when it's set. If it's not...
2013-08-22 DeLesley HutchinsUpdate to consumed analysis.
2013-08-22 Peter CollingbourneDataFlowSanitizer: Add a design doc paragraph on checki...
2013-08-22 Reid KlecknerAdd a separate llvm.global_ctors entry for linkonce_odr...
2013-08-22 Reid KlecknerFileCheckify a grep test.
2013-08-22 Fariborz JahanianObjectiveC migrator: Provide ARC annotations for
2013-08-22 Samuel BenzaquenRefactor VariantMatcher to use an interface underneath.
2013-08-22 Jordan RoseRe-add clang-check to the Makefile build.
2013-08-22 Daniel JasperWork around unused variable warning in release builds.
2013-08-22 Jordan RoseFix dependencies now that the ARC migrator depends...
2013-08-22 David BlaikieDebugInfo: emit the definition of types when constructi...
2013-08-22 Daniel Jasperclang-format: Add column layout formatting for braced...
2013-08-22 David BlaikieDebugInfo: Remove explicit declaration-emissiong handli...
2013-08-22 Manuel KlimekRevert "Implement a rudimentary form of generic lambdas."
2013-08-22 Manuel KlimekRevert "Remove some unused variables identified by...
2013-08-22 David MajnemerTypo.
2013-08-22 Robert Wilhelmconst'ify Sema::ActOnCXXTryBlock by
2013-08-22 Dmitri Gribenkognu-flags.c test: relax the check a bit
2013-08-22 David MajnemerAnalysis: Make %I in printf more reasonable, add more...
2013-08-22 Craig TopperConstify more uses of ASTContext&. No functional change.
2013-08-22 Craig TopperConstify some more ASTContext& uses.
2013-08-22 Craig TopperConstify the ASTContext& passed to Stmt creation functi...
2013-08-22 Craig TopperConstify the ASTContext& passed to Expr creation functi...
2013-08-22 Craig TopperAdd test cases for avx512 feature flags. Fix typo in...
2013-08-22 Faisal ValiRemove some unused variables identified by Juergen...
2013-08-22 Faisal ValiImplement a rudimentary form of generic lambdas.
2013-08-22 Larisse VoufoAdd a constexpr functionality test for static data...
2013-08-22 Larisse VoufoRefactor for clarity and simplicity.
2013-08-22 Larisse VoufoImprove support for static data member templates. This...
2013-08-22 Eli FriedmanSplit isFromMainFile into two functions.
2013-08-21 David BlaikieDebugInfo: Require only the declaration of types only...
2013-08-21 Eli FriedmanReduce sizeof(TemplateArgument) from 32 to 24.
2013-08-21 Aaron BallmanUpdated the consumed analysis warnings to use a more...
2013-08-21 Rafael EspindolaMove -mfpmath handling to -cc1 and implement it for...
2013-08-21 David MajnemerAnalysis: Add support for MS specific printf format...
2013-08-21 Aaron BallmanRemoved unnecessary asserts.
2013-08-21 Manman RenTBAA: add testing case to check typedef can alias.
2013-08-21 Manman RenDon't use mangleCXXRTTIName in TBAA for C code.
2013-08-21 Manman RenUpdate testing case to use FileCheck instead of grep.
2013-08-21 Fariborz JahanianObjectibeC migrator. Annotate cf_consumed arguments,
2013-08-21 Nick LewyckyFix the end sourcelocation of the call expression in...
2013-08-21 Nick LewyckyRevert r188863 which could propose wrong fixits for...
2013-08-21 Fariborz JahanianObjectiveC migrator: until we have beter understanding of
2013-08-21 Rafael EspindolaRemove dead code.
2013-08-21 Rafael EspindolaMove the logic for selecting the last feature in the...
2013-08-21 Timur Iskhodzhanov[CGF] Get rid of passing redundant VTable pointer aroun...
2013-08-21 Rafael EspindolaCentralize the handling of -target-feature.
2013-08-21 Richard SandifordTweak gnu-flags.c test for z, where globals have 2...
2013-08-21 Rafael EspindolaDon't disable SSE4A when disabling AVX.
2013-08-21 Benjamin KramerSema: Use the right type for PredefinedExpr when it...
2013-08-21 Daniel Jasperclang-format: Indent relative to unary operators.
2013-08-21 Timur IskhodzhanovAbstract out virtual calls and virtual function prologu...
2013-08-21 Craig TopperAdd avx512cd, avx512er, avx512pf feature flags and...
2013-08-21 Nick LewyckyIssue fixits replacing invalid character literals with...
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperRevert accidental commit.
2013-08-21 Craig TopperReplace avx-512 with avx512f to match llvm side and...
2013-08-21 Nick LewyckyNo functionality change. Adjust a bunch of formatting...
2013-08-21 Argyrios KyrtzidisRemove more uses of 'index' as namespace scope.
2013-08-21 Richard SmithIf we find an error in the range expression in a range...
2013-08-21 Argyrios KyrtzidisAvoid using the 'index' namespace as scope.
2013-08-20 Fariborz JahanianObjectiveC migrator. make sure to embed audited
2013-08-20 Eli FriedmanRemove Extension warning for GNU local labels.
2013-08-20 Eli FriedmanAdd more specific flags for misc GNU extensions.
2013-08-20 Fariborz JahanianObjectiveC migrator: make sure audited pragams are
2013-08-20 Rafael EspindolaCentralize the handling of -target-cpu (-cc1, -cc1as...
2013-08-20 David BlaikieTest case for PR16933/r188707.
next