]> granicus.if.org Git - clang/shortlog
clang
2009-06-11 Douglas GregorPoint to the clang driver, not the ccc driver
2009-06-11 Douglas GregorAdd pseudo-destructors to the Open Projects list
2009-06-11 Douglas GregorPrune some projects that have already been started
2009-06-11 Zhongxing XuBind the mistakenly generated nonloc::SymbolVal to...
2009-06-11 Zhongxing XuUse more robust getAsRecordType() method.
2009-06-11 Eli FriedmanMake sure to calculate value-dependence correctly when...
2009-06-11 Eli FriedmanMove test to be with the other typename tests.
2009-06-11 Eli FriedmanPR4364: fix parsing 'typename' in an expression.
2009-06-11 Douglas GregorSeparate TemplateArgument instantiation logic into...
2009-06-10 Douglas GregorTemplate argument deduction for member pointers.
2009-06-10 Daniel DunbarSupport complex properties, ivars and message expressions.
2009-06-10 Eli FriedmanPR4350: Make sure we don't create invalid printf attrib...
2009-06-10 Eli FriedmanPR4353: Add support for \E as a character escape.
2009-06-09 Douglas GregorHandle member pointer types with dependent class types...
2009-06-09 Douglas GregorExample metaprogram for reversing and searching in...
2009-06-09 Douglas GregorImplement template argument deduction for class template
2009-06-09 Ted KremenekAdd redirects to new static analysis web site.
2009-06-09 Ted KremenekUpdate static analyzer link to new website.
2009-06-09 Ted KremenekComment out preliminary text due to wishful thinking...
2009-06-09 Ted KremenekLast menu color tweaking (for now).
2009-06-09 Ted KremenekMore color tweaking.
2009-06-09 Ted KremenekUpdate menu colors.
2009-06-09 Ted KremenekUpdate menu color.
2009-06-09 Ted KremenekUpdate checker build file (accidentally used old one).
2009-06-09 Ted KremenekFix link.
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...
next