]> granicus.if.org Git - clang/shortlog
clang
2009-06-08 Eli FriedmanAdd more parser support for Microsoft extensions.
2009-06-08 Daniel DunbarFix test, which could miss failures, and also avoid...
2009-06-08 Daniel DunbarAdd stack alignment to x86_64 target data.
2009-06-08 Daniel DunbarForward -C and -CC to clang.
2009-06-08 Ted KremenekAdd skeleton files for new analyzer site.
2009-06-08 Eli FriedmanMinor tweaks to the Windows target.
2009-06-08 Daniel DunbarPR4016: Forward -fno-show-source-location to clang.
2009-06-08 Eli FriedmanPR4346: add "R" asm register constraint.
2009-06-08 Anders CarlssonAddress comments from Doug.
2009-06-08 Douglas GregorTest template argument deduction on function types...
2009-06-08 Douglas GregorDocument the template argument deduction patterns that...
2009-06-08 Anders CarlssonTemplate argument deduction for function types.
2009-06-08 Eli FriedmanAdd real parsing for __declspec. It doesn't make much...
2009-06-08 Eli FriedmanMinor documentation update about Microsoft extensions.
2009-06-08 Eli FriedmanMisc minor fixes for clang for the Windows target.
2009-06-08 Eli FriedmanSay a bit about various architectures in the users...
2009-06-08 Eli FriedmanDelete method which is now trivial.
2009-06-08 Chris Lattnerteach clang that -Wunused turns on all unused warnings...
2009-06-08 Eli FriedmanDon't allow defining a block with a non-prototype type...
2009-06-07 Anders CarlssonInstantiation support for more Obj-C expressions, strin...
2009-06-07 Anders CarlssonTemplate instantiation support for Obj-C @encode expres...
2009-06-07 Zhongxing XuRemove dead code: 'NewEntry' is not used.
2009-06-07 Eli FriedmanRemove a few more vector builtins.
2009-06-07 Daniel Dunbarxmmintrin needs to include emmintrin, Darwin system...
2009-06-07 Eli FriedmanNow that LLVM CodeGen can handle the generic variations...
2009-06-07 Douglas GregorCMake: Install Clang's headers into the right place...
2009-06-06 Eli FriedmanPR4339: make sure to properly extend/trunc the index...
2009-06-06 Eli FriedmanTest changes to account for removed builtins.
2009-06-06 Ted KremenekUpdate checker build.
2009-06-06 Fariborz JahanianAdds synthesize ivars to DeclContext.
2009-06-06 Anton KorobeynikovAdd new ABIArgInfo kind: Extend. This allows target...
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
next