]> granicus.if.org Git - clang/shortlog
clang
2013-08-01 David BlaikieDebugInfo: Don't prefer declarations over definitions...
2013-08-01 David BlaikieDebugInfo: Emit template arguments for limited types...
2013-08-01 Hans WennborgOptions.td: O0 and O4 are not Joined options
2013-08-01 Nadav RotemEnable the SLP-vectorizer by default
2013-08-01 David BlaikieReduce a variable's scope (no functionality change)
2013-08-01 Daniel JasperSimplify git-clang-format by using new -lines option.
2013-08-01 Daniel JasperTeach clang-format to understand static_asserts better.
2013-08-01 Joey GoulyFix typo in comment.
2013-08-01 David MajnemerAST: Treat inline function declarations in -fms-compati...
2013-08-01 Hans WennborgOptions: Use AliasArgs for -O -> -O2 translation.
2013-08-01 Daniel Jasperclang-format: Improve line breaks in @property.
2013-08-01 Benjamin KramerMake helper function static.
2013-08-01 Daniel JasperSilence unused variable warning in non-assert builds.
2013-08-01 Tim NorthoverAArch64: initial NEON support
2013-08-01 Arnaud A. de... Check dynamic_cast is not used with -fno-rtti, unless...
2013-08-01 Craig TopperRemove more odd code that tries to account for an off...
2013-08-01 Craig TopperFix to handle all non-power-of-2 vector sizes in the...
2013-08-01 David MajnemerSema: Diagnose explicitly bound unresolved member expre...
2013-08-01 Craig TopperRemove broken and unnecessary vec3 handling from VisitS...
2013-08-01 David MajnemerParse: Don't consider attributes of broken member decla...
2013-08-01 Richard SmithFix assert when instantiating a default argument of...
2013-08-01 Hans WennborgRemove the SUPPORT_ALIASARGS define
2013-07-31 Daniel Jasperclang-format: Make alignment of trailing comments optio...
2013-07-31 Hans WennborgMake -m[no-]pascal-strings an alias of -f[no]pascal...
2013-07-31 Fariborz JahanianObjectiveC ARC: finishing off issuing error when
2013-07-31 Daniel Jasperclang-format: Add more options to namespace indentation.
2013-07-31 Hans WennborgOption parsing tables: pick up AliasArgs from the OPTIO...
2013-07-31 Fariborz JahanianObjectiveC ARC: Do not issue bridge cast diagnostic...
2013-07-31 Reid KlecknerFix declaring class template methods with an attributed...
2013-07-31 Hans Wennborgclang-cl: add the /c, /W0 and /W1 options
2013-07-31 Kaelyn UhrainA few small cleanups to r187504. Thanks to dblaikie...
2013-07-31 Fariborz JahanianObjectiveC arc: minor refactoring in my last patch
2013-07-31 Fariborz JahanianObjectiveC arc: Introduce a new initialization kind
2013-07-31 Kaelyn UhrainImprove the diagnostic experience, including adding...
2013-07-31 Fariborz JahanianObjectiveC arc: Move check for type conversions in arc
2013-07-31 Hans WennborgFix a comment.
2013-07-31 Chandler CarruthWith help from chapuni on IRC, I think this is right...
2013-07-31 Chandler CarruthRun an experiment to try to understand the windows...
2013-07-31 Chandler CarruthTry only two slashes as that seems to be working elsewh...
2013-07-31 Chandler CarruthRe-enable the cross-linux test on windows after making...
2013-07-31 NAKAMURA Takumiclang/test/Driver/cross-linux.c is suppressed on win32...
2013-07-31 Aaron BallmanFixing an unused variable warning.
2013-07-31 Richard TrieuFix a crasher than manifests when typo correction sugge...
2013-07-31 Chandler CarruthFind a better compromise with the default library searc...
2013-07-31 Richard SmithFix read of uninitialized enum value in test, caught...
2013-07-30 Daniel Jasperclang-format: Improve detection of templates.
2013-07-30 Chandler CarruthStart keeping track of what work was done to detect...
2013-07-30 Aaron Ballmanerr_attribute_missing_parameter_name has been replaced...
2013-07-30 Aaron BallmanReplacing err_attribute_argument_not_int with err_attri...
2013-07-30 Timur IskhodzhanovAdd MicrosoftVFTableContext to AST
2013-07-30 NAKAMURA Takumiclang/test/Driver/qa_override.c: Resurrect a part of...
2013-07-30 Aaron BallmanAdded the notion of Type and TargetSpecific attributes...
2013-07-30 Aaron Ballmanerr_attribute_not_string has been subsumed by err_attri...
2013-07-30 Aaron BallmanRefactor some attributes to use checkFunctionOrMethodAr...
2013-07-29 David BlaikieRemove assert header dependency in test
2013-07-29 Alexander KornienkoSimplified SourceManager::translateLineCol a bit.
2013-07-29 Rafael EspindolaUpdate for llvm api change.
2013-07-29 Chandler CarruthMake this test not try to write on object file and...
2013-07-29 Richard SmithPR16715: Fix assert in verifier: only mark call to...
2013-07-29 Rafael EspindolaConvert a use of status with llvm::sys::fs::getUniqueID.
2013-07-29 Hans Wennborgtest/Driver/cl.c, remove quotes around /help
2013-07-29 David BlaikieSupport for Thread Safety Analysis in C
2013-07-29 Rafael EspindolaConvert a use of stat with sys::fs::status.
2013-07-29 Rafael EspindolaFix handling of "clang c:foo"
2013-07-29 Craig TopperReturn ExprError if both arguments to the mask form...
2013-07-29 NAKAMURA Takumiclang/test/Driver/cl.c: Don't attempt slash switches...
2013-07-28 Craig TopperFix up formatting. No functional change.
2013-07-28 Rafael EspindolaTry single quotes to fix the msys bot:
2013-07-28 Rafael EspindolaAvoid crashing if a directory has no pch files.
2013-07-27 Bob WilsonReduce stack frame size by avoiding a large token vecto...
2013-07-27 Hans WennborgFix test/Driver/cl.c.
2013-07-27 Craig TopperFix formatting. No functional change.
2013-07-27 Aaron BallmanUsing the function pointer instead of the function...
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-07-26 Eli FriedmanDon't build expressions for invalid casts.
2013-07-26 Richard SmithHandle a difference in lambda return type deduction...
2013-07-26 Richard SmithPR16708: If a lambda has an implicit return type, don...
2013-07-26 Bill WendlingUse the new boolean to StringRef function to generate...
2013-07-26 Bob WilsonFix up the BUILD_CLANG_ONLY code to work properly after...
2013-07-26 Adrian PrantlDebug Info / EmitCallArgs: arguments may modify the...
2013-07-26 Hans WennborgOptions.td: rename CCC{Driver,Debug}Opt to Internal...
2013-07-26 Hans WennborgOptions.td: remove a_Group and L_Group.
2013-07-26 Daniel JasperAdd matcher for float literals.
2013-07-26 Argyrios Kyrtzidis[libclang] Remove comma from the blacklist of character...
2013-07-26 Hans WennborgOptions.td: Update HelpText of CCCDriverOpt
2013-07-26 Daniel Jasperclang-format: Add two new style options to support...
2013-07-26 Argyrios Kyrtzidis[frontend] '-frewrite-includes' should not ignore heade...
2013-07-26 Rafael EspindolaAdd not to a command that is expected to fail.
2013-07-26 Pavel LabathFix tests on targets that don't support thread_local
2013-07-26 Rafael EspindolaAdd a triple. Should fix the windows bots.
2013-07-26 Pavel Labath[analyzer] Fix FP warnings when binding a temporary...
2013-07-26 NAKAMURA TakumiRework r187192, to tweak expressions to be tolerant...
2013-07-26 NAKAMURA Takumiclang/test/Driver/linux-header-search.cpp: Add XFAILs...
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Craig TopperRemove trailing whitespace.
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Bill Schmidt[PowerPC] Support powerpc64le as a syntax-checking...
2013-07-26 Eli FriedmanFix test for Release builds.
2013-07-26 Eli FriedmanTighten type-checking for vector attributes.
2013-07-26 Eli FriedmanFix gcc search for cross-compiler on Ubuntu 13.04.
next