]> granicus.if.org Git - clang/shortlog
clang
2010-06-15 Chandler CarruthMove CodeGenOptions.h *back* into Frontend. This should...
2010-06-15 Fariborz JahanianPatch adds support for copying of those
2010-06-15 Douglas GregorUpdate equality and relationship comparisons of pointer...
2010-06-15 Chris Lattnerfix the various buildbot failures by ensuring that...
2010-06-15 Douglas GregorRemove a completely useless and utterly incorrect asser...
2010-06-15 Daniel DunbarDriver: Support -Wp,-MMD,FOO, which I found an instance...
2010-06-15 Douglas GregorTeach code completion not to ignore data members when...
2010-06-15 Chris Lattneradd a testcase, from Michael Spencer
2010-06-15 Chris Lattnerfix an uninitialized variable, patch by Michael Spencer!
2010-06-15 Chris LattnerRemove a dead argument to ProcessUCNEscape.
2010-06-15 Chris Lattnertidy up
2010-06-15 Daniel DunbarBreak Frontend's dependency on Rewrite, Checker and...
2010-06-15 Douglas GregorAllocate template parameter lists for out-of-line defin...
2010-06-15 Douglas GregorImplement -fvisibility-inlines-hidden. <rdar://problem...
2010-06-15 Daniel DunbarDriver/FreeBSD: Add libexec to program search paths...
2010-06-15 Daniel DunbarAdd <cstddef> include to get ptrdiff_t, for gcc-4.6...
2010-06-15 Benjamin KramerFix typo.
2010-06-15 Nick LewyckyWhen analyzing for member self-assignment, don't attemp...
2010-06-15 Sean HuntMinGW requires that wint_t be defined in stddef.h....
2010-06-15 Ted KremenekChange AnalysisConsumer to analyze functions created...
2010-06-15 Chris Lattnerfix the inline asm diagnostics to emit the error on...
2010-06-14 Douglas GregorMake sure to set the visible on a vtable; VTTs and...
2010-06-14 Douglas GregorAdd name mangling for address spaces. We use the vendor...
2010-06-14 Douglas GregorWarn when a 'typename' or a 'template' keyword refers...
2010-06-14 Daniel DunbarDriver: Fix PR4062 by dissecting one particular -Wp...
2010-06-14 Daniel DunbarDriver: Dissect -Wl, and -Xlinker arguments to remove...
2010-06-14 Daniel DunbarDriver: Eliminate uses of Arg::getIndex.
2010-06-14 Douglas GregorPut warnings about designated initializations overriddi...
2010-06-14 Daniel DunbarDriver: Fix refacto in DerivedArgList::MakeSeparateArg.
2010-06-14 Daniel DunbarDriver: Add DerivedArgList::AddFOOArg helper functions...
2010-06-14 Douglas GregorTeach TemplateDecl::getSourceRange() to cover the entir...
2010-06-14 Chris LattnerFix:
2010-06-14 Benjamin KramerEnable basic testing of __builtin_fpclassify.
2010-06-14 Benjamin KramerAn implementation of __builtin__fpclassify the way...
2010-06-14 Charles DavisMicrosoft C++ Mangler:
2010-06-14 Nate BegemanAdd some missing shifts
2010-06-13 Daniel Dunbarwww: Swap external coverage & spec references links.
2010-06-13 Anders CarlssonDo the same short-circuit optimization when laying...
2010-06-13 Anders CarlssonImplement part of the EmptySubobjectMap optimization...
2010-06-13 John McCallTemplateSpecializationType's isCurrentInstantiation...
2010-06-13 Chris LattnerAllow an asm label specifier on C++ methods, like GCC...
2010-06-13 Nate BegemanMost of NEON sema checking & fix to polynomial type...
2010-06-12 Chris Lattnerdon't make libclang depend on codegen. Patch by Peter...
2010-06-12 Charles DavisReally make the Itanium C++ ABI the default.
2010-06-12 Chris Lattnerfix PR7360: -P mode turns off line markers, but not...
2010-06-12 Abramo BagnaraAdded template parameters info for out-of-line definiti...
2010-06-12 Charles DavisMicrosoft C++ Mangler:
2010-06-12 Abramo BagnaraDon't omit class explicit instantiation from AST.
2010-06-12 Nate BegemanShifts complete. Only vld & sema checking of constants...
2010-06-12 Nate Begemanvbsl, vrev* is implemented via arm_neon.h
2010-06-12 John McCallWhen deciding whether an expression has the boolean...
2010-06-11 Argyrios KyrtzidisFix PCH issue. Attributes of a declaration were truncat...
2010-06-11 Nate BegemanMost of remaining builtins, 2 generics, vld, and roundi...
2010-06-11 Daniel DunbarDriver: Switch Compilation to return the translated...
2010-06-11 Chris Lattneradd a -W flag.
2010-06-11 Daniel DunbarDriver: Add an explicit argument translation phase...
2010-06-11 Daniel DunbarDriver: Get rid of the proxy support in DerivedArgList.
2010-06-11 Daniel DunbarFix a couple comments.
2010-06-11 Daniel DunbarDriver: Change OptTable::ParseArg to take any ArgList.
2010-06-11 Daniel DunbarDriver: Fix arg_iterator typing to reflect that it...
2010-06-11 Daniel DunbarPreprocessor: Ignore unknown pragmas in -E -dM and...
2010-06-11 Chris Lattnerpreprocessor directives in macro arguments aren't standard,
2010-06-11 Craig SilversteinAdd a few FIXMEs: recursing over shadow decls, and...
2010-06-11 John McCallFix the constant evaluator for AltiVec-style vector...
2010-06-11 John McCallAllow pseudo-destructors to be called on qualified...
2010-06-11 John McCallDon't store ASTContext references in the TST nodes...
2010-06-11 John McCallProvide an Objective C mangling for wchar_t. Patch...
2010-06-11 John McCallConversions from Objective C object pointers to bool...
2010-06-11 Jeffrey YasskinFix the 64-bit build. operator<<(DiagnosticBuilder...
2010-06-11 Jeffrey YasskinAdd an option -fshow-overloads=best|all to limit the...
2010-06-11 Charles DavisWhen mangling for the Microsoft C++ ABI, mangle variabl...
2010-06-11 Tom CareSmall fixes regarding printf fix suggestions.
2010-06-11 Charles DavisStart implementing the Microsoft-style name mangler...
2010-06-11 Charles DavisAdd an option to specify the target C++ ABI to the...
2010-06-11 Chandler CarruthImprove readability with TRY_TO, remove a redundant...
2010-06-11 John McCallSplit DependentNameType into two types. DependentNameT...
2010-06-11 John McCallProvide a method to clear the current state of a TypeLo...
2010-06-10 Chandler CarruthAvoid repeating the list of operators twice in Recursiv...
2010-06-10 Chandler CarruthTweak a comment on the visitor to clarify one order...
2010-06-10 Nate BegemanMultiplies, some shifts, set_lane
2010-06-10 Daniel Dunbarwww: Add note on running clang tests from a CMake build...
2010-06-10 Daniel DunbarDriver: Also mark -F as RenderJoined, the linker doesn...
2010-06-10 Chandler CarruthAnother chunk of the new RecursiveASTVisitor implementa...
2010-06-10 Rafael EspindolaCreate a LinuxTargetInfo on ARM. This make clang correc...
2010-06-10 Nate Begemansupport _lane ops, and multiplies by scalar.
2010-06-09 Charles DavisAdd a stub Microsoft Visual C++ ABI class (with stub...
2010-06-09 Daniel Dunbartests: Update test for previous change.
2010-06-09 Daniel DunbarDriver: -L should be marked as RenderJoined, the linker...
2010-06-09 Daniel DunbarDriver: Eliminate flags on aliases, they are unnecessar...
2010-06-09 Daniel DunbarDriver: Change Option parsing to always create argument...
2010-06-09 Daniel DunbarDriver: Eliminate Arg subclasses, which are now unneces...
2010-06-09 Daniel DunbarDriver: Keep the rendering style in the option, instead...
2010-06-09 Daniel DunbarDriver: Change Arg to just hold the values directly...
2010-06-09 Daniel DunbarFrontend: Fix crashes on error paths.
2010-06-09 Sebastian RedlCommit my WIP on constexpr support. This commit: an...
2010-06-09 Sebastian RedlFix two typos in comments.
2010-06-09 Daniel DunbarRevert "Driver: Change Option parsing to always create...
2010-06-09 Daniel DunbarDriver: Change Option parsing to always create argument...
2010-06-09 Daniel DunbarDriver: Add an explicit offset to JoinedArg and JoinedA...
2010-06-09 Daniel DunbarDriver: Change Arg::render methods to use option name...
next