]> granicus.if.org Git - clang/shortlog
clang
2009-06-06 Eli FriedmanGet rid of a bunch of dead builtins.
2009-06-06 Eli FriedmanReplace more calls to builtins with generic code.
2009-06-06 Eli FriedmanFix obvious typo.
2009-06-06 Anders CarlssonMake ParmVarDecl::getDefaultArg() more robust, it now...
2009-06-06 Eli FriedmanFix some casts to work without -flax-vector-conversions.
2009-06-06 Eli FriedmanMisc fixes to MMX/SSE intrinsics: a few small bug fixes...
2009-06-06 Eli FriedmanDefault builtin creation to off; we don't really want...
2009-06-05 Douglas GregorSwitch CMake testing over to use Daniels new(er) Python...
2009-06-05 Mike StumpAvoid warnings.
2009-06-05 Mike StumpAs an optimization, we maintain a cache of generated
2009-06-05 Ted KremenekFix:
2009-06-05 Ted KremenekEnhance attribute cf_returns_retained to also work...
2009-06-05 Daniel Dunbarweak_import should not make definitions have weak linkage.
2009-06-05 Anton KorobeynikovUpdate cmake script
2009-06-05 Anton KorobeynikovFactor out TargetABIInfo stuff into separate file....
2009-06-05 Devang PatelSet function Attribute::NoImplicitFloat appropriately.
2009-06-05 Fariborz JahanianUse of DeclContext for objc's ivars. No functionality
2009-06-05 Douglas GregorClean up Clang regression testing in CMake, so that...
2009-06-05 Douglas GregorFirst cut at regression testing Clang with CMake
2009-06-05 Anders CarlssonImprovements to CXXExprWithTemporaries in preparation...
2009-06-05 Eli FriedmanPR3443: Add stpcpy builtin (plus a few other related...
2009-06-05 Daniel DunbarABI handling: Fix nasty thinko where IRgen could genera...
2009-06-05 Eli FriedmanAdd driver support for -fsigned-char/-funsigned-char.
2009-06-05 Eli FriedmanAdd -fsigned-char option to clang-cc.
2009-06-05 Eli FriedmanMove CharIsSigned from TargetInfo to LangOptions.
2009-06-05 Eli FriedmanAdd a couple of FreeBSD-specific command-line options.
2009-06-05 Eli FriedmanAddress review comments for #pragma weak.
2009-06-05 Daniel DunbarAdd an XFAIL test to demonstrate references in Obj...
2009-06-05 Anders CarlssonMake TemplateArgumentListBuilder take an ASTContext...
2009-06-05 Anders CarlssonMake the TemplateArgumentList take a TemplateArgumentLi...
2009-06-05 Anders CarlssonChange the specialization decls to take a TemplateArgum...
2009-06-05 Anders CarlssonAdd a helper class for building template argument lists.
2009-06-05 Eli FriedmanUpdate test to work with the limited Sema for #pragma...
2009-06-05 Anders CarlssonFix another crash and actually make the test case work.
2009-06-05 Eli FriedmanStart of a Sema implementation for #pragma weak. This...
2009-06-05 Anders CarlssonFix a case when the TemplateArgs vector can be empty.
2009-06-05 Daniel DunbarFix -Asserts build warnings.
2009-06-05 Douglas GregorSeveral improvements to template argument deduction:
2009-06-05 Eli FriedmanTest for parsing #pragma weak.
2009-06-05 Eli FriedmanAdd parser support for #pragma weak.
2009-06-04 Devang PatelNoRedZone attribute test case.
2009-06-04 Devang PatelSet function attribute llvm::Attribute::NoRedZone appro...
2009-06-04 Eli FriedmanFix up this compatibility hack to be more compatible...
2009-06-04 Eli FriedmanMove a couple Darwin-specific defines into getDarwinDef...
2009-06-04 Anders CarlssonUse the correct indentation for DeclTemplate.cpp
2009-06-04 Eli FriedmanMinor simplification.
2009-06-04 Eli FriedmanPR4326: Handle constant evaluation for void* pointer...
2009-06-04 Eli FriedmanClean up builtin lists, add a few new builtins. (I...
2009-06-04 Daniel DunbarPut "Language Extensions" and "C++ status" in the regul...
2009-06-04 Daniel DunbarMention unsupported GCC duplicate-definition-with-inlin...
2009-06-04 Fariborz JahanianMore refactoring/cleanup of objc ivars.
2009-06-04 Chris LattnerMake ReplaceUsesOfNonProtoTypeWithRealFunction verify...
2009-06-04 Chris LattnerDefineBuiltinMacro is always passed two args, remove...
2009-06-04 Torok Edwinforward -fno-color-diagnostics to clang-cc.
2009-06-04 Torok EdwinAdd ANSI color support for clang.
2009-06-04 Anders CarlssonAdd DeclPrinter.cpp
2009-06-04 Anders CarlssonMinor improvements to template parameter writing.
2009-06-04 Douglas GregorEliminate a warning
2009-06-04 Anders CarlssonTemplate argument deduction for incomplete and constant...
2009-06-04 Anders CarlssonUse PushConditionalTempDestruction/PopConditionalTempDe...
2009-06-04 Anders CarlssonUse conditional temp destruction for || and &&.
2009-06-04 Anders CarlssonMake PushCXXTemporary and PopCXXTemporary handle condit...
2009-06-04 Anders CarlssonAdd PushConditionalTempDestruction/PopConditionalTempDe...
2009-06-04 Anders CarlssonMake sure to call FullExpr before parsing anything...
2009-06-04 Anders CarlssonUse the right indentation for CGCXXTemp.cpp
2009-06-04 Anders CarlssonMake sure to push a cleanup block.
2009-06-04 Fariborz JahanianCleanup/Refactoring of ivar collection. No change in...
2009-06-04 Douglas GregorTemplate argument deduction for references
2009-06-04 Douglas GregorUpdate Xcode project
2009-06-04 Douglas GregorWhen performing template argument deduction, ensure...
2009-06-03 Douglas GregorPTH -> PCH in the user manual
2009-06-03 Mike StumpFix cmake builds.
2009-06-03 Douglas GregorHTML tweak to get the PCH internals documentation to...
2009-06-03 Douglas GregorFinished the PCH design and implementation documentation
2009-06-03 Douglas GregorDocument the integration points for precompiled headers
2009-06-03 Eli FriedmanPR4316: Fix IRGen for cast-to-union extension.
2009-06-03 Ted KremenekAdd more retain-checker tests for GC mode when using...
2009-06-03 Anders CarlssonMore temporary work.
2009-06-03 Eli FriedmanPR4308: Fix support for -m32/-m64 on Linux.
2009-06-03 Anders CarlssonStore more information about live temporaries. No funct...
2009-06-03 Anders CarlssonMove code generation of C++ temporaries into a new...
2009-06-03 Douglas GregorAdd a table of contents to the PCH design document
2009-06-03 Douglas GregorDocument the PCH representation of statements and expre...
2009-06-03 Daniel Dunbar(llvm up) Switch to using StandardPasses.h
2009-06-03 Fariborz JahanianPlace the GC attribute on the same relative pointer
2009-06-03 Daniel DunbarDriver: Support -mllvm; this just forwards options...
2009-06-03 Douglas GregorFill in some gaps in the precompiled headers documentation
2009-06-03 Duncan SandsCompile fix needed by the solaris system gcc.
2009-06-03 Eli FriedmanMinor cleanup for implicit int warnings.
2009-06-03 Eli FriedmanFix up a bunch of warnings to use ExtWarn so they inter...
2009-06-03 Eli FriedmanAdd support for -Wempty-body.
2009-06-03 Eli FriedmanBack out r72764; I should have looked more carefully...
2009-06-03 Eli FriedmanPR3678: Add support for "Yt" asm register constraint.
2009-06-03 Eli FriedmanPR4290: Handle vfprintf in a way that doesn't give...
2009-06-03 Zhongxing Xuemit ORIGINAL_FILE_NAME record ID to blockinfo block.
2009-06-03 Argyrios KyrtzidisUse "()" instead of "(void)" when pretty-printing a...
2009-06-02 Douglas GregorMore PCH documentation
2009-06-02 Daniel DunbarAdd clang-cc support for -disable-llvm-optzns.
2009-06-02 Fariborz JahanianDiagnose misuse of __strong attribute in a redeclaration.
2009-06-02 Fariborz JahanianIssue diagnostics on __weak attribute mismatch.
next